[Pkg-gstreamer-commits] [SCM] GStreamer Bad Plugins 1.0 Packaging branch, master, updated. debian/0.11.90-1-10-g766aee4

Sebastian Dröge sebastian.droege at collabora.co.uk
Tue May 22 12:10:49 UTC 2012


The following commit has been merged in the master branch:
commit e25f8a2165227dd5e5a5d13db4d0da3b1b447a40
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Mon May 21 17:17:32 2012 +0200

    debian/build-deps.in, debian/rules: Build depend on GStreamer core/base >= 0.11.91

diff --git a/debian/build-deps b/debian/build-deps
index 13705fc..02f6dd2 100644
--- a/debian/build-deps
+++ b/debian/build-deps
@@ -29,8 +29,8 @@ libfaad-dev
 libglib2.0-dev (>= 2.31.14)
 libgme-dev
 libgsm1-dev
-libgstreamer-plugins-base at GST_ABI@-dev (>= 0.11.90)
-libgstreamer-plugins-base at GST_ABI@-dev (>= 0.11.90)
+libgstreamer-plugins-base at GST_ABI@-dev (>= 0.11.91)
+libgstreamer-plugins-base at GST_ABI@-dev (>= 0.11.91)
 libgtk2.0-dev (>= 2.14.0)
 libiptcdata0-dev (>= 1.0.2)
 libjasper-dev
diff --git a/debian/build-deps.in b/debian/build-deps.in
index 9272b5c..820dc12 100644
--- a/debian/build-deps.in
+++ b/debian/build-deps.in
@@ -1,6 +1,6 @@
 @GST_LIB_DEV_DEP@
 @GST_EXTRA_BUILD_DEPENDS@
-libgstreamer-plugins-base at GST_ABI@-dev (>= 0.11.90)
+libgstreamer-plugins-base at GST_ABI@-dev (>= 0.11.91)
 autotools-dev
 dh-autoreconf
 automake (>= 1.11)
@@ -29,7 +29,7 @@ libexif-dev (>= 0.6.16)
 libexempi-dev
 libiptcdata0-dev (>= 1.0.2)
 libwildmidi-dev (>= 0.2.3)
-libgstreamer-plugins-base at GST_ABI@-dev (>= 0.11.90)
+libgstreamer-plugins-base at GST_ABI@-dev (>= 0.11.91)
 libofa0-dev (>= 0.9.3)
 libdvdnav-dev (>= 4.1.2) [!hurd-any]
 libssl-dev
diff --git a/debian/changelog b/debian/changelog
index 55db0cf..15467b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 gst-plugins-bad1.0 (0.11.91-1) experimental; urgency=low
 
-  * New upstream release, "Be he alive, or be he dead".
+  * New upstream release, "Be he alive, or be he dead":
+    + debian/build-deps.in,
+      debian/rules:
+      - Build depend on GStreamer core/base >= 0.11.91.
   * debian/control.in,
     debian/rules:
     + Update automake, autoconf, libtool, debhelper dependencies.
diff --git a/debian/control b/debian/control
index 25f07db..5149c59 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends: autoconf (>= 2.62),
                libasound2-dev (>= 0.9.1) [linux-any],
                libcdaudio-dev [linux-any],
                libdc1394-22-dev (>= 2.0.0) [linux-any],
-               libgstreamer1.0-dev (>= 0.11.90),
+               libgstreamer1.0-dev (>= 0.11.91),
                gstreamer1.0-doc,
                gstreamer1.0-plugins-base-doc,
                gtk-doc-tools,
@@ -37,8 +37,8 @@ Build-Depends: autoconf (>= 2.62),
                libglib2.0-dev (>= 2.31.14),
                libgme-dev,
                libgsm1-dev,
-               libgstreamer-plugins-base1.0-dev (>= 0.11.90),
-               libgstreamer-plugins-base1.0-dev (>= 0.11.90),
+               libgstreamer-plugins-base1.0-dev (>= 0.11.91),
+               libgstreamer-plugins-base1.0-dev (>= 0.11.91),
                libgtk2.0-dev (>= 2.14.0),
                libiptcdata0-dev (>= 1.0.2),
                libjasper-dev,
diff --git a/debian/rules b/debian/rules
index b73c650..4286342 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,7 +46,7 @@ gst_abi=$(gst_major).$(gst_minor)
 gst_lib=libgstreamer$(gst_abi)-0
 gst_lib_dev=libgstreamer$(gst_abi)-dev
 # what gstreamer version is needed
-gst_lib_dev_dep=$(gst_lib_dev) (>= 0.11.90)
+gst_lib_dev_dep=$(gst_lib_dev) (>= 0.11.91)
 
 gst_pkgname=gstreamer$(gst_abi)
 gst_deb_abi=$(gst_abi)-0

-- 
GStreamer Bad Plugins 1.0 Packaging



More information about the Pkg-gstreamer-commits mailing list