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
1=== modified file '.bzr-builddeb/default.conf'
2--- .bzr-builddeb/default.conf 2009-10-01 02:35:20 +0000
3+++ .bzr-builddeb/default.conf 2010-02-18 12:41:12 +0000
4@@ -1,3 +1,3 @@
5 [BUILDDEB]
6 merge = True
7-export-upstream = http://bzr.savannah.gnu.org/r/gnash/release_0_8_6/
8+export-upstream = http://bzr.savannah.gnu.org/r/gnash/release_0_8_7/
9
10=== modified file 'debian/changelog'
11--- debian/changelog 2009-10-06 22:08:05 +0000
12+++ debian/changelog 2010-02-18 12:41:12 +0000
13@@ -1,3 +1,13 @@
14+gnash (0.8.7-0ubuntu1) UNRELEASED; urgency=low
15+
16+ * new upstream release 0.8.7 (LP: #522254)
17+ * enable decoding of speex encoded audio
18+ * fix LP: #318849 - Deprecated klash kde3 binaries removed and not
19+ replaced with gnash-kde4.
20+ * fix LP: #322141 - konqueror-plugin-gnash contains no binaries
21+
22+ -- Sindhudweep Narayan Sarkar <sindhudweep.sarkar@gmail.com> Wed, 17 Feb 2010 07:14:56 -0500
23+
24 gnash (0.8.6-0ubuntu1) karmic; urgency=low
25
26 * new upstream release 0.8.6 (LP: #435897)
27
28=== modified file 'debian/control'
29--- debian/control 2008-10-13 13:16:04 +0000
30+++ debian/control 2010-02-18 12:41:12 +0000
31@@ -36,7 +36,9 @@
32 mtasc,
33 libgstreamer-plugins-base0.10-dev,
34 libboost-serialization-dev,
35- libsdl1.2-dev
36+ libsdl1.2-dev,
37+ libspeex-dev,
38+ kdelibs5-dev
39 Standards-Version: 3.7.2
40 Section: utils
41 Xs-Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/gnash/ubuntu
42@@ -45,7 +47,7 @@
43 Section: libs
44 Architecture: any
45 Depends: ${shlibs:Depends}, ${misc:Depends}, gstreamer0.10-plugins-base, gstreamer0.10-alsa
46-Suggests: gstreamer0.10-fluendo-mp3, gstreamer0.10-ffmpeg
47+Suggests: gstreamer0.10-fluendo-mp3, gstreamer0.10-ffmpeg, libspeex1
48 Conflicts: libgnash0 (<< 0.8.1~), gnash (<< 0.8.1~), libklash0 (<< 0.8.1~)
49 Replaces: libgnash0 (<< 0.8.1~), gnash (<< 0.8.1~), libklash0 (<< 0.8.1~)
50 Description: free SWF movie player - common files/libraries
51
52=== modified file 'debian/gnash-common.install'
53--- debian/gnash-common.install 2009-04-03 12:48:27 +0000
54+++ debian/gnash-common.install 2010-02-18 12:41:12 +0000
55@@ -4,6 +4,7 @@
56 usr/lib/gnash/libgnashcore-*.so
57 usr/lib/gnash/libgnashmedia-*.so
58 usr/lib/gnash/libgnashnet.so.*
59+usr/lib/gnash/libgnashagg.so.*
60
61 usr/bin/gnash
62 usr/share/man/man1/gnash.1
63
64=== modified file 'debian/klash.desktop'
65--- debian/klash.desktop 2006-09-24 15:33:31 +0000
66+++ debian/klash.desktop 2010-02-18 12:41:12 +0000
67@@ -5,6 +5,6 @@
68 GenericName=
69 Comment=
70 Icon=/usr/share/pixmaps/klash.xpm
71-Exec=/usr/bin/klash
72+Exec=/usr/bin/kde4-gnash
73 Terminal=false
74 Categories=Application;AudioVideo;KDE;
75
76=== modified file 'debian/klash.install'
77--- debian/klash.install 2008-10-10 18:54:58 +0000
78+++ debian/klash.install 2010-02-18 12:41:12 +0000
79@@ -0,0 +1,4 @@
80+usr/bin/kde4-gnash
81+usr/share/pixmaps/klash.xpm
82+usr/share/applications/klash.desktop
83+
84
85=== modified file 'debian/konqueror-plugin-gnash.install'
86--- debian/konqueror-plugin-gnash.install 2008-10-10 18:54:58 +0000
87+++ debian/konqueror-plugin-gnash.install 2010-02-18 12:41:12 +0000
88@@ -0,0 +1,4 @@
89+usr/lib/kde4/libklashpart.so
90+usr/lib/kde4/libklashpart.la
91+usr/share/kde4/apps/klash
92+usr/share/kde4/services/[Kk]lash*
93
94=== modified file 'debian/rules'
95--- debian/rules 2009-04-03 12:50:31 +0000
96+++ debian/rules 2010-02-18 12:41:12 +0000
97@@ -12,7 +12,7 @@
98
99 MAIN_VERSION = $(shell head -n 1 debian/changelog | cut '-d ' -f 2 | sed 's/[()]//g')
100
101-CFLAGS = -Wall -g -Werror-implicit-function-declaration
102+CFLAGS = -Wall -g
103
104 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
105 CFLAGS += -O0
106@@ -53,12 +53,19 @@
107 # In the future, I want to add LDFLAGS="-Wl,-z,defs"
108 ./configure CFLAGS="$(CFLAGS)" CXXFLAGS="$(CFLAGS)" \
109 --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
110- --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
111- --enable-plugin --enable-gui='gtk' --enable-cygnal \
112- --enable-gstreamer --enable-media=gst --enable-renderer=agg \
113- --with-npapi-plugindir=\$${prefix}/lib/gnash --with-kde-pluginprefix=\$${prefix} \
114- --enable-shared=yes --enable-sdk-install --without-swfdec-testsuite \
115- --disable-rpath --enable-lotsa-warnings --without-gcc-arch --without-ming
116+ --prefix=/usr \
117+ --mandir=\$${prefix}/share/man \
118+ --infodir=\$${prefix}/share/info \
119+ --enable-gui='gtk,kde4' \
120+ --enable-cygnal \
121+ --enable-media=gst \
122+ --enable-renderer=agg \
123+ --with-plugins-install=system \
124+ --with-npapi-plugindir=\$${prefix}/lib/gnash \
125+ --enable-shared=yes \
126+ --disable-testsuite \
127+ --disable-rpath \
128+ --without-ming
129 @printf "\n ------------------------------------------- End of CONFIGURE ---- \n\n"
130
131 cp libamf/README README.amf

Subscribers

People subscribed via source and target branches