r401 - in /packages/gnash/trunk/debian: ./ patches/ po/

miriam at users.alioth.debian.org miriam at users.alioth.debian.org
Thu Aug 5 19:37:50 UTC 2010


Author: miriam
Date: Thu Aug  5 19:37:43 2010
New Revision: 401

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=401
Log:
Prepare package for version 0.8.8


Added:
    packages/gnash/trunk/debian/patches/clarify_configure.patch
Removed:
    packages/gnash/trunk/debian/patches/fix-upstream-manpage.patch
    packages/gnash/trunk/debian/patches/fix_byte_size.patch
    packages/gnash/trunk/debian/patches/gnash_easy_codec_install
    packages/gnash/trunk/debian/patches/kde_include_types.patch
    packages/gnash/trunk/debian/patches/libltdl.patch
    packages/gnash/trunk/debian/patches/netstreamgst_free.patch
Modified:
    packages/gnash/trunk/debian/changelog
    packages/gnash/trunk/debian/docs
    packages/gnash/trunk/debian/patches/build_on_ia64.patch
    packages/gnash/trunk/debian/patches/disable_fvisibility-inlines-hidden
    packages/gnash/trunk/debian/patches/release_version.patch
    packages/gnash/trunk/debian/patches/series
    packages/gnash/trunk/debian/po/ca.po
    packages/gnash/trunk/debian/po/cs.po
    packages/gnash/trunk/debian/po/es.po
    packages/gnash/trunk/debian/po/fi.po
    packages/gnash/trunk/debian/po/it.po
    packages/gnash/trunk/debian/po/pl.po
    packages/gnash/trunk/debian/po/ru.po
    packages/gnash/trunk/debian/po/sv.po
    packages/gnash/trunk/debian/po/zh_CN.po
    packages/gnash/trunk/debian/rules
    packages/gnash/trunk/debian/shlibs-agg.local
    packages/gnash/trunk/debian/shlibs-both.local
    packages/gnash/trunk/debian/shlibs-opengl.local

Modified: packages/gnash/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/changelog?rev=401&op=diff
==============================================================================
--- packages/gnash/trunk/debian/changelog (original)
+++ packages/gnash/trunk/debian/changelog Thu Aug  5 19:37:43 2010
@@ -1,3 +1,10 @@
+gnash (0.8.8~bzr20100805.1615-1) experimental; urgency=low
+
+  * New Upstream Release. Downloaded from Bazaar.
+  * Added --enable-hwaccel=none to ./configure
+
+ -- Miriam Ruiz <little_miry at yahoo.es>  Thu, 05 Aug 2010 18:21:14 +0200
+
 gnash (0.8.7-3) unstable; urgency=low
 
   [ Miriam Ruiz ]

Modified: packages/gnash/trunk/debian/docs
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/docs?rev=401&op=diff
==============================================================================
--- packages/gnash/trunk/debian/docs (original)
+++ packages/gnash/trunk/debian/docs Thu Aug  5 19:37:43 2010
@@ -1,5 +1,4 @@
 NEWS
 README
-README.amf
 AUTHORS
 TODO

Modified: packages/gnash/trunk/debian/patches/build_on_ia64.patch
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/patches/build_on_ia64.patch?rev=401&op=diff
==============================================================================
--- packages/gnash/trunk/debian/patches/build_on_ia64.patch (original)
+++ packages/gnash/trunk/debian/patches/build_on_ia64.patch Thu Aug  5 19:37:43 2010
@@ -2,18 +2,13 @@
 
 --- a/utilities/dumpshm.cpp
 +++ b/utilities/dumpshm.cpp
-@@ -316,12 +316,12 @@ list_lcs()
-         }
- #ifdef IPC_PERM_KEY
-         if (shmseg.shm_segsz == 64528) {
--            log_debug(_("Found it! \"set LCShmKey %s\" in your ~/.gnashrc",
-+            log_debug(_("Found it! \"set LCShmKey %s\" in your ~/.gnashrc"),
+@@ -319,9 +319,9 @@ list_lcs()
+             log_debug(_("Found it! \"set LCShmKey %s\" in your ~/.gnashrc"),
                          boost::io::group(hex, showbase,
--                            shmseg.shm_perm.IPC_PERM_KEY)));
--            log_debug(_("Last changed on: %s", ctime(&shmseg.shm_ctime)));
--            log_debug(_("Last attached on: %s", ctime(&shmseg.shm_atime)));
--            log_debug(_("Last detached on: %s", ctime(&shmseg.shm_dtime)));
-+                            shmseg.shm_perm.IPC_PERM_KEY));
+                             shmseg.shm_perm.IPC_PERM_KEY));
+-            log_debug(_("Last changed on: %s"), ctime(&shmseg.shm_ctime))));
+-            log_debug(_("Last attached on: %s"), ctime(&shmseg.shm_atime))));
+-            log_debug(_("Last detached on: %s"), ctime(&shmseg.shm_dtime))));
 +            log_debug(_("Last changed on: %s"), ctime(&shmseg.shm_ctime));
 +            log_debug(_("Last attached on: %s"), ctime(&shmseg.shm_atime));
 +            log_debug(_("Last detached on: %s"), ctime(&shmseg.shm_dtime));

Added: packages/gnash/trunk/debian/patches/clarify_configure.patch
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/patches/clarify_configure.patch?rev=401&op=file
==============================================================================
--- packages/gnash/trunk/debian/patches/clarify_configure.patch (added)
+++ packages/gnash/trunk/debian/patches/clarify_configure.patch Thu Aug  5 19:37:43 2010
@@ -1,0 +1,15 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -1146,8 +1146,11 @@ AC_ARG_ENABLE(hwaccel,
+ 
+ dnl Until the hwaccel patches in ffmpeg wind up in the ffmpeg-plugin,
+ dnl restrict using HW Accel to using ffmpeg directly.
++if test test x"${build_vaapi}" = x"yes" -a x"${have_ffmpeg_vaapi}" != x"yes"; then
++  AC_MSG_ERROR(["VAAPI is not supported by your version of FFmpeg."])
++fi
+ if test x"${build_vaapi}" = x"yes" -a "(" x"${build_media_ffmpeg}" != x"yes" -o x"${have_ffmpeg_vaapi}" != x"yes" ")"; then
+-  AC_MSG_ERROR(["Hardware acceleration currently not supported unless using ffmpeg."])
++  AC_MSG_ERROR(["Hardware acceleration currently not supported unless using FFmpeg."])
+ fi
+ 
+ if test x"${have_ffmpeg_vaapi}" = x"yes" -a x"${build_vaapi}" = x"yes"; then

Modified: packages/gnash/trunk/debian/patches/disable_fvisibility-inlines-hidden
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/patches/disable_fvisibility-inlines-hidden?rev=401&op=diff
==============================================================================
--- packages/gnash/trunk/debian/patches/disable_fvisibility-inlines-hidden (original)
+++ packages/gnash/trunk/debian/patches/disable_fvisibility-inlines-hidden Thu Aug  5 19:37:43 2010
@@ -7,12 +7,12 @@
 
 --- a/configure.ac
 +++ b/configure.ac
-@@ -2283,7 +2283,7 @@ AC_DEFUN([CHECK_VISIBILITY_GCC_BUG],
+@@ -2740,7 +2740,7 @@ AC_DEFUN([CHECK_VISIBILITY_GCC_BUG],
    ]
  )
  
 -CHECK_VISIBILITY_GCC_BUG
 +dnl CHECK_VISIBILITY_GCC_BUG
  
- dnl Define convienience constants so Gnash can print out the
- dnl default configuration of the build.
+ 
+ if test x$ac_cv_gcc_visibility_bug = xno; then

Modified: packages/gnash/trunk/debian/patches/release_version.patch
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/patches/release_version.patch?rev=401&op=diff
==============================================================================
--- packages/gnash/trunk/debian/patches/release_version.patch (original)
+++ packages/gnash/trunk/debian/patches/release_version.patch Thu Aug  5 19:37:43 2010
@@ -1,5 +1,5 @@
---- a/libnet/Makefile.am
-+++ b/libnet/Makefile.am
+--- a/cygnal/libnet/Makefile.am
++++ b/cygnal/libnet/Makefile.am
 @@ -34,6 +34,8 @@ AM_LDFLAGS = \
  	$(PTHREAD_LIBS) \
  	$(NULL)
@@ -9,41 +9,3 @@
  localedir = $(datadir)/locale
  
  INCLUDES = \
---- a/plugin/mozilla-sdk/Makefile.am
-+++ b/plugin/mozilla-sdk/Makefile.am
-@@ -38,6 +38,8 @@ AM_CPPFLAGS += \
- # noinst_LTLIBRARIES = libmozsdk.la
- pkglib_LTLIBRARIES = libmozsdk.la
- 
-+libmozsdk_la_LDFLAGS =  -release $(VERSION) ${AM_LDFLAGS} 
-+
- noinst_HEADERS = \
- 	npplat.h \
- 	pluginbase.h \
---- a/backend/Makefile.am
-+++ b/backend/Makefile.am
-@@ -74,7 +74,7 @@ noinst_LTLIBRARIES += libgnashogl.la
- #plugins_LTLIBRARIES += libgnashogl.la
- libgnashogl_la_SOURCES = Renderer_ogl.cpp PathParser.cpp
- #libgnashogl_la_LDFLAGS = -module -avoid-version -no-undefined
--libgnashogl_la_LDFLAGS =
-+libgnashogl_la_LDFLAGS = -release $(VERSION) ${AM_LDFLAGS}
- libgnashogl_la_LIBADD = $(OPENGL_LIBS)
- endif
- endif
-@@ -85,6 +85,7 @@ if HAVE_AGG
- pkglib_LTLIBRARIES += libgnashagg.la
- libgnashagg_la_SOURCES = Renderer_agg.cpp 
- #libgnashagg_la_LDFLAGS = -module -avoid-version -no-undefined
-+libgnashagg_la_LDFLAGS = -release $(VERSION) ${AM_LDFLAGS}
- libgnashagg_la_LIBADD = $(AGG_LIBS)
- endif
- endif
-@@ -95,6 +96,7 @@ noinst_LTLIBRARIES += libgnashcairo.la
- # plugins_LTLIBRARIES += libgnashcairo.la
- libgnashcairo_la_SOURCES = Renderer_cairo.cpp PathParser.cpp
- #libgnashcairo_la_LDFLAGS = -module -avoid-version -no-undefined
-+libgnashcairo_la_LDFLAGS = -release $(VERSION) ${AM_LDFLAGS}
- libgnashcairo_la_LIBADD = $(CAIRO_LIBS)
- endif
- endif

Modified: packages/gnash/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/patches/series?rev=401&op=diff
==============================================================================
--- packages/gnash/trunk/debian/patches/series (original)
+++ packages/gnash/trunk/debian/patches/series Thu Aug  5 19:37:43 2010
@@ -1,9 +1,5 @@
-#fix-upstream-manpage.patch
-kde_include_types.patch
 disable_fvisibility-inlines-hidden
-#netstreamgst_free.patch
-#fix_byte_size.patch
+build_on_ia64.patch
+#sh4_support.patch
 release_version.patch
-#libltdl.patch
-build_on_ia64.patch
-sh4_support.patch
+clarify_configure.patch

Modified: packages/gnash/trunk/debian/po/ca.po
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/po/ca.po?rev=401&op=diff
==============================================================================
--- packages/gnash/trunk/debian/po/ca.po (original)
+++ packages/gnash/trunk/debian/po/ca.po Thu Aug  5 19:37:43 2010
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: Gnash 0.8.6\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-02-28 21:45+0100\n"
+"POT-Creation-Date: 2010-08-05 21:22+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Robert Millan <rmh.debian at aybabtu.com>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"

Modified: packages/gnash/trunk/debian/po/cs.po
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/po/cs.po?rev=401&op=diff
==============================================================================
--- packages/gnash/trunk/debian/po/cs.po (original)
+++ packages/gnash/trunk/debian/po/cs.po Thu Aug  5 19:37:43 2010
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gnash\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-02-28 21:45+0100\n"
+"POT-Creation-Date: 2010-08-05 21:22+0200\n"
 "PO-Revision-Date: 2009-11-17 21:04+0100\n"
 "Last-Translator: Michal Simunek <michal.simunek at gmail.com>\n"
 "Language-Team: Czech <debian-l10n-czech at lists.debian.org>\n"

Modified: packages/gnash/trunk/debian/po/es.po
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/po/es.po?rev=401&op=diff
==============================================================================
--- packages/gnash/trunk/debian/po/es.po (original)
+++ packages/gnash/trunk/debian/po/es.po Thu Aug  5 19:37:43 2010
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: Gnash 0.8.6\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-02-28 21:45+0100\n"
+"POT-Creation-Date: 2010-08-05 21:22+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Robert Millan <rmh.debian at aybabtu.com>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"

Modified: packages/gnash/trunk/debian/po/fi.po
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/po/fi.po?rev=401&op=diff
==============================================================================
--- packages/gnash/trunk/debian/po/fi.po (original)
+++ packages/gnash/trunk/debian/po/fi.po Thu Aug  5 19:37:43 2010
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: gnash\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-02-28 21:45+0100\n"
+"POT-Creation-Date: 2010-08-05 21:22+0200\n"
 "PO-Revision-Date: 2009-11-17 23:02+0200\n"
 "Last-Translator: Esko Arajärvi <edu at iki.fi>\n"
 "Language-Team: Finnish <debian-l10n-finnish at lists.debian.org>\n"

Modified: packages/gnash/trunk/debian/po/it.po
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/po/it.po?rev=401&op=diff
==============================================================================
--- packages/gnash/trunk/debian/po/it.po (original)
+++ packages/gnash/trunk/debian/po/it.po Thu Aug  5 19:37:43 2010
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gnash\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-02-28 21:45+0100\n"
+"POT-Creation-Date: 2010-08-05 21:22+0200\n"
 "PO-Revision-Date: 2009-11-16 17:44ora so\n"
 "Last-Translator: Vincenzo Campanella <vinz65 at gmail.com>\n"
 "Language-Team: it <mailto:tp at lists.linux.it>\n"

Modified: packages/gnash/trunk/debian/po/pl.po
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/po/pl.po?rev=401&op=diff
==============================================================================
--- packages/gnash/trunk/debian/po/pl.po (original)
+++ packages/gnash/trunk/debian/po/pl.po Thu Aug  5 19:37:43 2010
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: Gnash\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-02-28 21:45+0100\n"
+"POT-Creation-Date: 2010-08-05 21:22+0200\n"
 "PO-Revision-Date: 2009-11-17 05:05+0100\n"
 "Last-Translator: Wiktor Wandachowicz <siryes at gmail.com>\n"
 "Language-Team: Polish <debian-l10n-polish at lists.debian.org>\n"

Modified: packages/gnash/trunk/debian/po/ru.po
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/po/ru.po?rev=401&op=diff
==============================================================================
--- packages/gnash/trunk/debian/po/ru.po (original)
+++ packages/gnash/trunk/debian/po/ru.po Thu Aug  5 19:37:43 2010
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gnash desktop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-02-28 21:45+0100\n"
+"POT-Creation-Date: 2010-08-05 21:22+0200\n"
 "PO-Revision-Date: 2009-11-16 20:15+0300\n"
 "Last-Translator: Yuri Kozlov <yuray at komyakino.ru>\n"
 "Language-Team: Russian <debian-l10n-russian at lists.debian.org>\n"

Modified: packages/gnash/trunk/debian/po/sv.po
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/po/sv.po?rev=401&op=diff
==============================================================================
--- packages/gnash/trunk/debian/po/sv.po (original)
+++ packages/gnash/trunk/debian/po/sv.po Thu Aug  5 19:37:43 2010
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-02-28 21:45+0100\n"
+"POT-Creation-Date: 2010-08-05 21:22+0200\n"
 "PO-Revision-Date: 2009-11-16 23:12+0100\n"
 "Last-Translator: Martin Bagge <brother at bsnet.se>\n"
 "Language-Team: Swedish <debian-l10n-swedish at lists.debian.org>\n"

Modified: packages/gnash/trunk/debian/po/zh_CN.po
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/po/zh_CN.po?rev=401&op=diff
==============================================================================
--- packages/gnash/trunk/debian/po/zh_CN.po (original)
+++ packages/gnash/trunk/debian/po/zh_CN.po Thu Aug  5 19:37:43 2010
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-02-28 21:45+0100\n"
+"POT-Creation-Date: 2010-08-05 21:22+0200\n"
 "PO-Revision-Date: 2009-11-16 22:17+0800\n"
 "Last-Translator: 苏运强 <wzssyqa at gmail.com>\n"
 "Language-Team: Chinese (simplified)\n"

Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/rules?rev=401&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Thu Aug  5 19:37:43 2010
@@ -68,6 +68,7 @@
 		--enable-python \
 		--enable-jemalloc \
 		--enable-sdkinstall \
+		--enable-hwaccel=none \
 		--enable-media=gst \
 		--enable-gui='gtk,kde4' \
 		--enable-plugin \
@@ -108,8 +109,6 @@
 	mkdir -p tmp.opengl
 	cd tmp.opengl && ../configure VERSION="$(BUILD_VERSION)" $(CONFIGURE_FLAGS) --enable-renderer=ogl ; \
 	printf "\n ------------------------------------------- End of CONFIGURE ---- \n\n"
-
-	cp libamf/README README.amf
 
 	touch $@
 
@@ -274,11 +273,10 @@
 	dh_builddeb
 
 VERSION_DATE = $(shell /bin/date --utc +%0Y%0m%0d.%0k%0M)
-VERSION_ID = 0.8.7~bzr$(VERSION_DATE)
+VERSION_ID = 0.8.8~bzr$(VERSION_DATE)
 get-bzr-source:
 	echo Downloading gnash $(VERSION_ID) from Bazaar...
 	#test -e gnashd && exit
-	#bzr branch http://bzr.savannah.gnu.org/r/gnash/rtmp/ gnash
 	bzr branch http://bzr.savannah.gnu.org/r/gnash/trunk/ gnash
 	tar cvfz "gnash_$(VERSION_ID).orig.tar.gz" gnash
 	mv gnash "gnash-$(VERSION_ID)"

Modified: packages/gnash/trunk/debian/shlibs-agg.local
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/shlibs-agg.local?rev=401&op=diff
==============================================================================
--- packages/gnash/trunk/debian/shlibs-agg.local (original)
+++ packages/gnash/trunk/debian/shlibs-agg.local Thu Aug  5 19:37:43 2010
@@ -1,7 +1,7 @@
-libgnashamf 0.8.7 gnash-common (= ${binary:Version})
-libgnashbase 0.8.7 gnash-common (= ${binary:Version})
-libgnashcore 0.8.7 gnash-common (= ${binary:Version})
-libgnashmedia 0.8.7 gnash-common (= ${binary:Version})
-libgnashnet 0.8.7 gnash-common (= ${binary:Version})
-libgnashsound 0.8.7 gnash-common (= ${binary:Version})
-libmozsdk 0.8.7 gnash-common (= ${binary:Version})
+libgnashamf 0.8.8 gnash-common (= ${binary:Version})
+libgnashbase 0.8.8 gnash-common (= ${binary:Version})
+libgnashcore 0.8.8 gnash-common (= ${binary:Version})
+libgnashmedia 0.8.8 gnash-common (= ${binary:Version})
+libgnashnet 0.8.8 gnash-common (= ${binary:Version})
+libgnashsound 0.8.8 gnash-common (= ${binary:Version})
+libmozsdk 0.8.8 gnash-common (= ${binary:Version})

Modified: packages/gnash/trunk/debian/shlibs-both.local
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/shlibs-both.local?rev=401&op=diff
==============================================================================
--- packages/gnash/trunk/debian/shlibs-both.local (original)
+++ packages/gnash/trunk/debian/shlibs-both.local Thu Aug  5 19:37:43 2010
@@ -1,7 +1,7 @@
-libgnashamf 0.8.7 gnash-common (= ${binary:Version}) | gnash-common-opengl (= ${binary:Version})
-libgnashbase 0.8.7 gnash-common (= ${binary:Version}) | gnash-common-opengl (= ${binary:Version})
-libgnashcore 0.8.7 gnash-common (= ${binary:Version}) | gnash-common-opengl (= ${binary:Version})
-libgnashmedia 0.8.7 gnash-common (= ${binary:Version}) | gnash-common-opengl (= ${binary:Version})
-libgnashnet 0.8.7 gnash-common (= ${binary:Version}) | gnash-common-opengl (= ${binary:Version})
-libgnashsound 0.8.7 gnash-common (= ${binary:Version}) | gnash-common-opengl (= ${binary:Version})
-libmozsdk 0.8.7 gnash-common (= ${binary:Version}) | gnash-common-opengl (= ${binary:Version})
+libgnashamf 0.8.8 gnash-common (= ${binary:Version}) | gnash-common-opengl (= ${binary:Version})
+libgnashbase 0.8.8 gnash-common (= ${binary:Version}) | gnash-common-opengl (= ${binary:Version})
+libgnashcore 0.8.8 gnash-common (= ${binary:Version}) | gnash-common-opengl (= ${binary:Version})
+libgnashmedia 0.8.8 gnash-common (= ${binary:Version}) | gnash-common-opengl (= ${binary:Version})
+libgnashnet 0.8.8 gnash-common (= ${binary:Version}) | gnash-common-opengl (= ${binary:Version})
+libgnashsound 0.8.8 gnash-common (= ${binary:Version}) | gnash-common-opengl (= ${binary:Version})
+libmozsdk 0.8.8 gnash-common (= ${binary:Version}) | gnash-common-opengl (= ${binary:Version})

Modified: packages/gnash/trunk/debian/shlibs-opengl.local
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/shlibs-opengl.local?rev=401&op=diff
==============================================================================
--- packages/gnash/trunk/debian/shlibs-opengl.local (original)
+++ packages/gnash/trunk/debian/shlibs-opengl.local Thu Aug  5 19:37:43 2010
@@ -1,7 +1,7 @@
-libgnashamf 0.8.7 gnash-common-opengl (= ${binary:Version})
-libgnashbase 0.8.7 gnash-common-opengl (= ${binary:Version})
-libgnashcore 0.8.7 gnash-common-opengl (= ${binary:Version})
-libgnashmedia 0.8.7 gnash-common-opengl (= ${binary:Version})
-libgnashnet 0.8.7 gnash-common-opengl (= ${binary:Version})
-libgnashsound 0.8.7 gnash-common-opengl (= ${binary:Version})
-libmozsdk 0.8.7 gnash-common-opengl (= ${binary:Version})
+libgnashamf 0.8.8 gnash-common-opengl (= ${binary:Version})
+libgnashbase 0.8.8 gnash-common-opengl (= ${binary:Version})
+libgnashcore 0.8.8 gnash-common-opengl (= ${binary:Version})
+libgnashmedia 0.8.8 gnash-common-opengl (= ${binary:Version})
+libgnashnet 0.8.8 gnash-common-opengl (= ${binary:Version})
+libgnashsound 0.8.8 gnash-common-opengl (= ${binary:Version})
+libmozsdk 0.8.8 gnash-common-opengl (= ${binary:Version})




More information about the pkg-flash-devel mailing list