? conf.out ? configure.out ? gnash-distcheck-gui.diff ? gnash-ffmpeg.diff ? gnash-pat.diff ? gnash-tests-dist.diff ? gnash.sum ? gnash_check_dist_fix.diff ? site.exp ? testsuite-make_distcheck.diff ? use_system_libtool.diff ? doc/C/gnash.aux ? doc/C/gnash.out ? doc/C/gnash.texi ? gui/NullGui.lo ? gui/Player.lo ? gui/gnash ? gui/gtk.lo ? gui/gtk_glue_gtkglext.lo ? gui/gui.lo ? gui/libgnashgui.la ? gui/libgnashplayer.la ? libamf/.libs ? libamf/amf.lo ? libamf/libgnashamf.la ? libamf/rtmp.lo ? libbase/out ? macros/libtool.m4-new ? server/Makefile.am-conflict ? testsuite/actionscript.all/Boolean.swf ? testsuite/actionscript.all/Camera.swf ? testsuite/actionscript.all/Color.swf ? testsuite/actionscript.all/ContextMenu.swf ? testsuite/actionscript.all/CustomActions.swf ? testsuite/actionscript.all/Date.swf ? testsuite/actionscript.all/Error.swf ? testsuite/actionscript.all/Function.swf ? testsuite/actionscript.all/Global.swf ? testsuite/actionscript.all/Inheritance.swf ? testsuite/actionscript.all/LoadVars.swf ? testsuite/actionscript.all/LocalConnection.swf ? testsuite/actionscript.all/Microphone.swf ? testsuite/actionscript.all/Mouse.swf ? testsuite/actionscript.all/MovieClip.swf ? testsuite/actionscript.all/NetConnection.swf ? testsuite/actionscript.all/NetStream.swf ? testsuite/actionscript.all/Number.swf ? testsuite/actionscript.all/Object.swf ? testsuite/actionscript.all/Selection.swf ? testsuite/actionscript.all/SharedObject.swf ? testsuite/actionscript.all/Stage.swf ? testsuite/actionscript.all/String.swf ? testsuite/actionscript.all/System.swf ? testsuite/actionscript.all/TextSnapshot.swf ? testsuite/actionscript.all/Video.swf ? testsuite/actionscript.all/XML.swf ? testsuite/actionscript.all/XMLNode.swf ? testsuite/actionscript.all/array.swf ? testsuite/actionscript.all/delete.swf ? testsuite/actionscript.all/gnash-dbg.log ? testsuite/actionscript.all/inheritance.swf ? testsuite/actionscript.all/out.swf ? testsuite/actionscript.all/rtmp.swf ? testsuite/actionscript.all/site.exp ? testsuite/actionscript.all/testrun.log ? testsuite/actionscript.all/testrun.sum ? testsuite/libbase/NoSeekFileTest ? testsuite/libbase/NoSeekFileTestCache ? testsuite/libbase/RcTest ? testsuite/libbase/gnash-dbg.log ? testsuite/libbase/site.exp ? testsuite/libbase/testrun.log ? testsuite/libbase/testrun.sum ? testsuite/misc-ming.all/DefineEditTextTest ? testsuite/misc-ming.all/DefineEditTextVariableNameTest ? testsuite/misc-ming.all/PlaceObject2Test ? testsuite/misc-ming.all/RemoveObject2Test Index: libbase/Makefile.am =================================================================== RCS file: /sources/gnash/gnash/libbase/Makefile.am,v retrieving revision 1.41 diff -u -3 -p -r1.41 Makefile.am --- libbase/Makefile.am 4 Oct 2006 11:02:03 -0000 1.41 +++ libbase/Makefile.am 5 Oct 2006 19:42:05 -0000 @@ -121,7 +121,6 @@ noinst_HEADERS = \ ogl.h \ postscript.h \ rc.h \ - smart_ptr.hpp \ smart_ptr.h \ triangulate.h \ triangulate_impl.h \ Index: packaging/redhat/gnash.spec =================================================================== RCS file: /sources/gnash/gnash/packaging/redhat/gnash.spec,v retrieving revision 1.9 diff -u -3 -p -r1.9 gnash.spec --- packaging/redhat/gnash.spec 29 Aug 2006 21:23:19 -0000 1.9 +++ packaging/redhat/gnash.spec 5 Oct 2006 19:42:05 -0000 @@ -10,6 +10,7 @@ Source0: http://www.gnu.org/softw BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxml2-devel libpng-devel libjpeg-devel libogg-devel +BuildRequires: boost-devel curl-devel # the opengl devel packages are required by gtkglext-devel # monolithic Xorg #BuildRequires: xorg-x11-devel @@ -20,10 +21,10 @@ BuildRequires: libxml2-devel libpng-dev BuildRequires: SDL_mixer-devel BuildRequires: kdelibs-devel BuildRequires: gtkglext-devel +BuildRequires: docbook2X # GStreamer isn't used yet, but will be in the near future. BuildRequires: gstreamer-devel #BuildRequires: gstreamer-devel >= 0.10 -#BuildRequires: webclient BuildRequires: scrollkeeper Requires(post): scrollkeeper @@ -61,6 +62,7 @@ The gnash flash movie player plugin for [ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh %configure --disable-static --with-plugindir=%{_libdir}/mozilla/plugins \ --enable-ghelp --enable-docbook --enable-klash --enable-plugin \ + --enable-sound=gst \ --disable-dependency-tracking --disable-rpath \ --with-qtdir=$QTDIR make %{?_smp_mflags} Index: testsuite/misc-ming.all/Makefile.am =================================================================== RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/Makefile.am,v retrieving revision 1.12 diff -u -3 -p -r1.12 Makefile.am --- testsuite/misc-ming.all/Makefile.am 3 Oct 2006 13:52:15 -0000 1.12 +++ testsuite/misc-ming.all/Makefile.am 5 Oct 2006 19:42:06 -0000 @@ -108,7 +108,7 @@ PlaceObject2Test.swf: PlaceObject2Test RemoveObject2Test.swf: RemoveObject2Test ./RemoveObject2Test -clean: +clean-local: -rm *.swf media endif