Merge lp:~sindhudweep-sarkar/gnash/gnash0.8.7packaging into lp:~gnash/gnash/ubuntu

Proposed by Sindhudweep Sarkar
Status: Merged
Merged at revision: not available
Proposed branch: lp:~sindhudweep-sarkar/gnash/gnash0.8.7packaging
Merge into: lp:~gnash/gnash/ubuntu
Diff against target: 131 lines (+39/-11)
8 files modified
.bzr-builddeb/default.conf (+1/-1)
debian/changelog (+10/-0)
debian/control (+4/-2)
debian/gnash-common.install (+1/-0)
debian/klash.desktop (+1/-1)
debian/klash.install (+4/-0)
debian/konqueror-plugin-gnash.install (+4/-0)
debian/rules (+14/-7)
To merge this branch: bzr merge lp:~sindhudweep-sarkar/gnash/gnash0.8.7packaging
Reviewer Review Type Date Requested Status
Alexander Sack Pending
Review via email: mp+19293@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Sindhudweep Sarkar (sindhudweep-sarkar) wrote :

  * new upstream release 0.8.7
  * use jemalloc memory allocator
  * enable decoding of speex encoded audio
  * fix LP: #318849 - Deprecated klash kde3 binaries removed and not
    replaced with gnash-kde4.
  * cleanup ./configure option in debian/rules to remove obsolete and unrecognized options.

192. By Sindhudweep Sarkar

Add launchpad bug # for upstream release

193. By Sindhudweep Sarkar

fix LP: #322141 - konqueror-plugin-gnash contains no binaries

194. By Sindhudweep Sarkar

remove explicitly enabling jemalloc as it is the default.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file '.bzr-builddeb/default.conf'
--- .bzr-builddeb/default.conf 2009-10-01 02:35:20 +0000
+++ .bzr-builddeb/default.conf 2010-02-18 12:41:12 +0000
@@ -1,3 +1,3 @@
1[BUILDDEB]1[BUILDDEB]
2merge = True2merge = True
3export-upstream = http://bzr.savannah.gnu.org/r/gnash/release_0_8_6/3export-upstream = http://bzr.savannah.gnu.org/r/gnash/release_0_8_7/
44
=== modified file 'debian/changelog'
--- debian/changelog 2009-10-06 22:08:05 +0000
+++ debian/changelog 2010-02-18 12:41:12 +0000
@@ -1,3 +1,13 @@
1gnash (0.8.7-0ubuntu1) UNRELEASED; urgency=low
2
3 * new upstream release 0.8.7 (LP: #522254)
4 * enable decoding of speex encoded audio
5 * fix LP: #318849 - Deprecated klash kde3 binaries removed and not
6 replaced with gnash-kde4.
7 * fix LP: #322141 - konqueror-plugin-gnash contains no binaries
8
9 -- Sindhudweep Narayan Sarkar <sindhudweep.sarkar@gmail.com> Wed, 17 Feb 2010 07:14:56 -0500
10
1gnash (0.8.6-0ubuntu1) karmic; urgency=low11gnash (0.8.6-0ubuntu1) karmic; urgency=low
212
3 * new upstream release 0.8.6 (LP: #435897)13 * new upstream release 0.8.6 (LP: #435897)
414
=== modified file 'debian/control'
--- debian/control 2008-10-13 13:16:04 +0000
+++ debian/control 2010-02-18 12:41:12 +0000
@@ -36,7 +36,9 @@
36 mtasc,36 mtasc,
37 libgstreamer-plugins-base0.10-dev,37 libgstreamer-plugins-base0.10-dev,
38 libboost-serialization-dev,38 libboost-serialization-dev,
39 libsdl1.2-dev39 libsdl1.2-dev,
40 libspeex-dev,
41 kdelibs5-dev
40Standards-Version: 3.7.242Standards-Version: 3.7.2
41Section: utils43Section: utils
42Xs-Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/gnash/ubuntu44Xs-Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/gnash/ubuntu
@@ -45,7 +47,7 @@
45Section: libs47Section: libs
46Architecture: any48Architecture: any
47Depends: ${shlibs:Depends}, ${misc:Depends}, gstreamer0.10-plugins-base, gstreamer0.10-alsa49Depends: ${shlibs:Depends}, ${misc:Depends}, gstreamer0.10-plugins-base, gstreamer0.10-alsa
48Suggests: gstreamer0.10-fluendo-mp3, gstreamer0.10-ffmpeg50Suggests: gstreamer0.10-fluendo-mp3, gstreamer0.10-ffmpeg, libspeex1
49Conflicts: libgnash0 (<< 0.8.1~), gnash (<< 0.8.1~), libklash0 (<< 0.8.1~)51Conflicts: libgnash0 (<< 0.8.1~), gnash (<< 0.8.1~), libklash0 (<< 0.8.1~)
50Replaces: libgnash0 (<< 0.8.1~), gnash (<< 0.8.1~), libklash0 (<< 0.8.1~)52Replaces: libgnash0 (<< 0.8.1~), gnash (<< 0.8.1~), libklash0 (<< 0.8.1~)
51Description: free SWF movie player - common files/libraries53Description: free SWF movie player - common files/libraries
5254
=== modified file 'debian/gnash-common.install'
--- debian/gnash-common.install 2009-04-03 12:48:27 +0000
+++ debian/gnash-common.install 2010-02-18 12:41:12 +0000
@@ -4,6 +4,7 @@
4usr/lib/gnash/libgnashcore-*.so4usr/lib/gnash/libgnashcore-*.so
5usr/lib/gnash/libgnashmedia-*.so5usr/lib/gnash/libgnashmedia-*.so
6usr/lib/gnash/libgnashnet.so.*6usr/lib/gnash/libgnashnet.so.*
7usr/lib/gnash/libgnashagg.so.*
78
8usr/bin/gnash9usr/bin/gnash
9usr/share/man/man1/gnash.110usr/share/man/man1/gnash.1
1011
=== modified file 'debian/klash.desktop'
--- debian/klash.desktop 2006-09-24 15:33:31 +0000
+++ debian/klash.desktop 2010-02-18 12:41:12 +0000
@@ -5,6 +5,6 @@
5GenericName=5GenericName=
6Comment=6Comment=
7Icon=/usr/share/pixmaps/klash.xpm7Icon=/usr/share/pixmaps/klash.xpm
8Exec=/usr/bin/klash8Exec=/usr/bin/kde4-gnash
9Terminal=false9Terminal=false
10Categories=Application;AudioVideo;KDE;10Categories=Application;AudioVideo;KDE;
1111
=== modified file 'debian/klash.install'
--- debian/klash.install 2008-10-10 18:54:58 +0000
+++ debian/klash.install 2010-02-18 12:41:12 +0000
@@ -0,0 +1,4 @@
1usr/bin/kde4-gnash
2usr/share/pixmaps/klash.xpm
3usr/share/applications/klash.desktop
4
05
=== modified file 'debian/konqueror-plugin-gnash.install'
--- debian/konqueror-plugin-gnash.install 2008-10-10 18:54:58 +0000
+++ debian/konqueror-plugin-gnash.install 2010-02-18 12:41:12 +0000
@@ -0,0 +1,4 @@
1usr/lib/kde4/libklashpart.so
2usr/lib/kde4/libklashpart.la
3usr/share/kde4/apps/klash
4usr/share/kde4/services/[Kk]lash*
05
=== modified file 'debian/rules'
--- debian/rules 2009-04-03 12:50:31 +0000
+++ debian/rules 2010-02-18 12:41:12 +0000
@@ -12,7 +12,7 @@
1212
13MAIN_VERSION = $(shell head -n 1 debian/changelog | cut '-d ' -f 2 | sed 's/[()]//g')13MAIN_VERSION = $(shell head -n 1 debian/changelog | cut '-d ' -f 2 | sed 's/[()]//g')
1414
15CFLAGS = -Wall -g -Werror-implicit-function-declaration15CFLAGS = -Wall -g
1616
17ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))17ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
18 CFLAGS += -O018 CFLAGS += -O0
@@ -53,12 +53,19 @@
53 # In the future, I want to add LDFLAGS="-Wl,-z,defs"53 # In the future, I want to add LDFLAGS="-Wl,-z,defs"
54 ./configure CFLAGS="$(CFLAGS)" CXXFLAGS="$(CFLAGS)" \54 ./configure CFLAGS="$(CFLAGS)" CXXFLAGS="$(CFLAGS)" \
55 --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \55 --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
56 --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \56 --prefix=/usr \
57 --enable-plugin --enable-gui='gtk' --enable-cygnal \57 --mandir=\$${prefix}/share/man \
58 --enable-gstreamer --enable-media=gst --enable-renderer=agg \58 --infodir=\$${prefix}/share/info \
59 --with-npapi-plugindir=\$${prefix}/lib/gnash --with-kde-pluginprefix=\$${prefix} \59 --enable-gui='gtk,kde4' \
60 --enable-shared=yes --enable-sdk-install --without-swfdec-testsuite \60 --enable-cygnal \
61 --disable-rpath --enable-lotsa-warnings --without-gcc-arch --without-ming61 --enable-media=gst \
62 --enable-renderer=agg \
63 --with-plugins-install=system \
64 --with-npapi-plugindir=\$${prefix}/lib/gnash \
65 --enable-shared=yes \
66 --disable-testsuite \
67 --disable-rpath \
68 --without-ming
62 @printf "\n ------------------------------------------- End of CONFIGURE ---- \n\n"69 @printf "\n ------------------------------------------- End of CONFIGURE ---- \n\n"
6370
64 cp libamf/README README.amf71 cp libamf/README README.amf

Subscribers

People subscribed via source and target branches