[gnash] 01/01: Remove gstreamer B-D, build only ffmpeg media handler.

Gabriele Giacone gg0-guest at moszumanska.debian.org
Wed May 13 17:49:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

gg0-guest pushed a commit to branch master
in repository gnash.

commit a647c7605aefb936eb4c88af79bf16b6dbdbf59d
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Wed May 13 12:53:23 2015 +0200

    Remove gstreamer B-D, build only ffmpeg media handler.
---
 debian/changelog           | 7 +++++++
 debian/control             | 5 -----
 debian/gnash-tools.install | 2 --
 debian/rules               | 2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 25326fd..729f54f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gnash (0.8.11~git20150419-2) unstable; urgency=medium
+
+  * Remove gst0.10 build-deps, it doesn't support gst1.0.  Build only
+    ffmpeg/libav media handler.
+
+ -- Gabriele Giacone <1o5g4r8o at gmail.com>  Wed, 13 May 2015 12:53:42 +0200
+
 gnash (0.8.11~git20150419-1) unstable; urgency=medium
 
   * New upstream snapshot.
diff --git a/debian/control b/debian/control
index b8e0b57..72b92ff 100644
--- a/debian/control
+++ b/debian/control
@@ -30,8 +30,6 @@ Build-Depends: autoconf,
                libcurl4-gnutls-dev | libcurl3-gnutls-dev | libcurl4-openssl-dev | libcurl3-openssl-dev,
                libgconf2-dev,
                libgif-dev,
-               libgstreamer-plugins-base0.10-dev | gstreamer-plugins-base-dev,
-               libgstreamer0.10-dev | gstreamer0.10-dev,
                libgtk2.0-dev,
                libjpeg-dev,
                libjemalloc-dev [!hurd-i386],
@@ -64,9 +62,6 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-flash/gnash.git
 Package: gnash-common
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Recommends: gstreamer-plugins-base | libgstreamer-plugins-base0.10-0,
-            gstreamer0.10-ffmpeg,
-            gstreamer0.10-plugins-bad
 Breaks: gnash-common-opengl (<< 0.8.8~)
 Provides: libgnash0, libklash0
 Replaces: libgnash0, libklash0
diff --git a/debian/gnash-tools.install b/debian/gnash-tools.install
index 8d2c0e6..9f64809 100644
--- a/debian/gnash-tools.install
+++ b/debian/gnash-tools.install
@@ -1,5 +1,3 @@
-usr/bin/findmicrophones
-usr/bin/findwebcams
 usr/bin/flvdumper
 usr/bin/gprocessor
 usr/bin/rtmpget
diff --git a/debian/rules b/debian/rules
index d7bbda1..92504c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,7 +43,7 @@ CONFIGURE_FLAGS = \
 		--disable-rpath \
 		--enable-cygnal \
 		--enable-python \
-		--enable-media=gst,ffmpeg \
+		--enable-media=ffmpeg \
 		--enable-gui=gtk,qt4,dump \
 		--enable-renderer=agg,cairo \
 		--enable-docbook \

-- 
Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-flash/gnash.git



More information about the pkg-flash-devel mailing list