r470 - in /packages/gnash/trunk/debian: control gnash-common.install gnash-dev.install patches/fixinfodocs.patch patches/norelease.patch patches/series

gg0-guest at users.alioth.debian.org gg0-guest at users.alioth.debian.org
Mon Sep 27 01:08:01 UTC 2010


Author: gg0-guest
Date: Mon Sep 27 01:07:50 2010
New Revision: 470

URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=470
Log:
added gnash-dev, removed version from library filenames

Added:
    packages/gnash/trunk/debian/gnash-dev.install
    packages/gnash/trunk/debian/patches/norelease.patch
Modified:
    packages/gnash/trunk/debian/control
    packages/gnash/trunk/debian/gnash-common.install
    packages/gnash/trunk/debian/patches/fixinfodocs.patch
    packages/gnash/trunk/debian/patches/series

Modified: packages/gnash/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/control?rev=470&op=diff
==============================================================================
--- packages/gnash/trunk/debian/control (original)
+++ packages/gnash/trunk/debian/control Mon Sep 27 01:07:50 2010
@@ -6,7 +6,7 @@
  Gabriele Giacone <1o5g4r8o at gmail.com> 
 Build-Depends: dpkg-dev (>= 1.13.19), debhelper (>= 7), sng,
  dh-buildinfo, autoconf, automake, libtool, intltool, docbook, docbook2x,
- libltdl3-dev, libxmu-dev, dejagnu, autotools-dev, doxygen, xsltproc, docbook-xsl,
+ libltdl-dev, libxmu-dev, dejagnu, autotools-dev, doxygen, xsltproc, docbook-xsl,
  libjpeg-dev, libpng12-dev | libpng-dev, libgif-dev, libagg-dev, libpango1.0-dev | pango-dev,
  libcurl4-gnutls-dev | libcurl3-gnutls-dev | libcurl4-openssl-dev | libcurl3-openssl-dev,
  libboost-dev, libboost-thread-dev, libboost-date-time-dev, libgtk2.0-dev,
@@ -193,7 +193,7 @@
 
 Package: gnash-ext-fileio
 Architecture: any
-Depends: gnash-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, gnash-common (= ${binary:Version})
 Description: GNU Shockwave Flash (SWF) player - Fileio extension
  GNU Gnash is a free GPL'd SWF player. It runs as a standalone application
  on either the desktop or embedded devices, or may be used as a plugin
@@ -213,7 +213,7 @@
 
 Package: gnash-ext-mysql
 Architecture: any
-Depends: gnash-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends},
+Depends: ${shlibs:Depends}, ${misc:Depends}, gnash-common (= ${binary:Version}),
  libmysqlclient16
 Description: GNU Shockwave Flash (SWF) player - MySQL extension
  GNU Gnash is a free GPL'd SWF player. It runs as a standalone application
@@ -234,7 +234,7 @@
 
 Package: gnash-ext-lirc
 Architecture: any
-Depends: gnash-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, gnash-common (= ${binary:Version})
 Description: GNU Shockwave Flash (SWF) player - LIRC extension
  GNU Gnash is a free GPL'd SWF player. It runs as a standalone application
  on either the desktop or embedded devices, or may be used as a plugin
@@ -252,6 +252,26 @@
  This extension allows SWF files being played within Gnash to have direct access
  to a LIRC based remote control device. The API is similar to the standard
  LIRC one.
+
+Package: gnash-dev
+Architecture: any
+Section: libdevel
+Depends: ${shlibs:Depends}, ${misc:Depends}, gnash-common (= ${binary:Version})
+Description: GNU Shockwave Flash (SWF) player - Development files
+ GNU Gnash is a free GPL'd SWF player. It runs as a standalone application
+ on either the desktop or embedded devices, or may be used as a plugin
+ for several popular browsers. It supports playing media from a disk or
+ streaming over a network connection.
+ .
+ GNU Gnash is based on GameSWF and supports most SWF v7 features and some
+ SWF v8 and v9. SWF v10 is not supported by GNU Gnash.
+ .
+ Included in the Gnash is an XML based messaging system, as specified in
+ the SWF specification. This lets a SWF animation communicate over a TCP/IP
+ socket, and parse the incoming XML message. This lets an animation be a remote
+ control for other devices or applications.
+ .
+ This package contains the development headers.
 
 Package: gnash-dbg
 Section: debug

Modified: packages/gnash/trunk/debian/gnash-common.install
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/gnash-common.install?rev=470&op=diff
==============================================================================
--- packages/gnash/trunk/debian/gnash-common.install (original)
+++ packages/gnash/trunk/debian/gnash-common.install Mon Sep 27 01:07:50 2010
@@ -1,10 +1,4 @@
-usr/lib/gnash/libgnashamf-*.so
-usr/lib/gnash/libgnashbase-*.so
-usr/lib/gnash/libgnashcore-*.so
-usr/lib/gnash/libgnashmedia-*.so
-usr/lib/gnash/libgnashnet-*.so
-usr/lib/gnash/libgnashsound-*.so
-usr/lib/gnash/libgnashrender-*.so
+usr/lib/gnash/*.so.*
 
 usr/bin/gnash
 usr/share/gnash

Added: packages/gnash/trunk/debian/gnash-dev.install
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/gnash-dev.install?rev=470&op=file
==============================================================================
--- packages/gnash/trunk/debian/gnash-dev.install (added)
+++ packages/gnash/trunk/debian/gnash-dev.install Mon Sep 27 01:07:50 2010
@@ -1,0 +1,10 @@
+usr/include/gnash
+usr/lib/pkgconfig/*
+
+usr/lib/gnash/libgnashamf.so
+usr/lib/gnash/libgnashbase.so
+usr/lib/gnash/libgnashcore.so
+usr/lib/gnash/libgnashmedia.so
+usr/lib/gnash/libgnashnet.so
+usr/lib/gnash/libgnashrender.so
+usr/lib/gnash/libgnashsound.so

Modified: packages/gnash/trunk/debian/patches/fixinfodocs.patch
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/patches/fixinfodocs.patch?rev=470&op=diff
==============================================================================
--- packages/gnash/trunk/debian/patches/fixinfodocs.patch (original)
+++ packages/gnash/trunk/debian/patches/fixinfodocs.patch Mon Sep 27 01:07:50 2010
@@ -1,5 +1,6 @@
 Description: This patch fixes info docs
 Author: Gabriele Giacone <1o5g4r8o at gmail.com>
+Forwarded: https://savannah.gnu.org/patch/?7325
 
 --- trunk~/doc/C/gnashref.xml	2010-08-08 22:46:54.000000000 +0200
 +++ trunk/doc/C/gnashref.xml	2010-08-25 23:41:08.000000000 +0200
@@ -16,7 +17,6 @@
      
      <!-- TRANSLATOR NOTE: uncomment this section
  	 
-diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' trunk~/doc/C/gnashuser.xml trunk/doc/C/gnashuser.xml
 --- trunk~/doc/C/gnashuser.xml	2010-08-08 22:46:54.000000000 +0200
 +++ trunk/doc/C/gnashuser.xml	2010-08-25 23:41:18.000000000 +0200
 @@ -43,6 +43,12 @@

Added: packages/gnash/trunk/debian/patches/norelease.patch
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/patches/norelease.patch?rev=470&op=file
==============================================================================
--- packages/gnash/trunk/debian/patches/norelease.patch (added)
+++ packages/gnash/trunk/debian/patches/norelease.patch Mon Sep 27 01:07:50 2010
@@ -1,0 +1,58 @@
+Description: This patch fixes library filenames.
+Author: Gabriele Giacone <1o5g4r8o at gmail.com>
+
+--- trunk~/cygnal/libamf/Makefile.am	2010-08-07 17:50:00.000000000 +0200
++++ trunk/cygnal/libamf/Makefile.am	2010-09-27 01:35:40.000000000 +0200
+@@ -31,7 +31,7 @@
+ libgnashamf_la_LIBADD = \
+ 	$(top_builddir)/libbase/libgnashbase.la
+ 
+-libgnashamf_la_LDFLAGS =  -release $(VERSION) ${AM_LDFLAGS} 
++libgnashamf_la_LDFLAGS =  ${AM_LDFLAGS} 
+ 
+ if WIN32
+   libgnashamf_la_LDFLAGS += -no-undefined
+--- trunk~/libbase/Makefile.am	2010-08-07 17:50:00.000000000 +0200
++++ trunk/libbase/Makefile.am	2010-09-27 01:35:56.000000000 +0200
+@@ -222,7 +222,7 @@
+ instdir = $(includedir)/gnash
+ inst_HEADERS += $(EXTENSIONS_API)
+ 
+-libgnashbase_la_LDFLAGS = -release $(VERSION) 
++libgnashbase_la_LDFLAGS = 
+ libgnashbase_la_DEPENDENCIES = $(LIBLTDLLIB)
+ 
+ if BUILD_OGL_RENDERER
+--- trunk~/libcore/Makefile.am	2010-08-07 17:50:00.000000000 +0200
++++ trunk/libcore/Makefile.am	2010-09-27 01:36:27.000000000 +0200
+@@ -322,7 +322,7 @@
+ endif
+ 
+ #libserver_la_LIBDADD =  #@DL_LIB@
+-libgnashcore_la_LDFLAGS = -release $(VERSION) -export-dynamic
++libgnashcore_la_LDFLAGS = -export-dynamic
+ 
+ # if WIN32
+ #   libgnashcore_la_LDFLAGS += -no-undefined
+--- trunk~/libmedia/Makefile.am	2010-08-07 17:50:00.000000000 +0200
++++ trunk/libmedia/Makefile.am	2010-09-27 01:36:50.000000000 +0200
+@@ -215,7 +215,7 @@
+    noinst_HEADERS += AudioDecoderSpeex.h
+ endif
+ 
+-libgnashmedia_la_LDFLAGS = -release $(VERSION)
++libgnashmedia_la_LDFLAGS = 
+ 
+    libgnashmedia_la_CPPFLAGS += \
+ 	-I$(top_srcdir)/libvaapi \
+--- trunk~/libsound/Makefile.am	2010-08-07 17:50:00.000000000 +0200
++++ trunk/libsound/Makefile.am	2010-09-27 01:37:03.000000000 +0200
+@@ -73,7 +73,7 @@
+ AM_CXXFLAGS = $(PCH_FLAGS)
+ endif
+ 
+-libgnashsound_la_LDFLAGS = -release $(VERSION)
++libgnashsound_la_LDFLAGS = 
+ 
+ if WIN32
+   libgnashsound_la_LDFLAGS += -no-undefined

Modified: packages/gnash/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-flash/packages/gnash/trunk/debian/patches/series?rev=470&op=diff
==============================================================================
--- packages/gnash/trunk/debian/patches/series (original)
+++ packages/gnash/trunk/debian/patches/series Mon Sep 27 01:07:50 2010
@@ -1,7 +1,8 @@
 disable_fvisibility-inlines-hidden
 #build_on_ia64.patch
 #sh4_support.patch
-release_version.patch
+#release_version.patch
 fixinfodocs.patch
 fixtypos.patch
 sensiblebrowser.patch
+norelease.patch




More information about the pkg-flash-devel mailing list