[Pkg-gstreamer-commits] [SCM] GStreamer Bad Plugins 1.0 Packaging branch, master, updated. debian/0.11.91-3-7-gcbcf3a9

Sebastian Dröge sebastian.droege at collabora.co.uk
Fri Jun 8 11:25:00 UTC 2012


The following commit has been merged in the master branch:
commit 8353715637ad81ec8ed6bbee96a4afe54d3722c9
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Fri Jun 8 13:14:34 2012 +0200

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

diff --git a/debian/build-deps b/debian/build-deps
index a977685..e250cb0 100644
--- a/debian/build-deps
+++ b/debian/build-deps
@@ -27,8 +27,8 @@ libfaad-dev
 libglib2.0-dev (>= 2.31.14)
 libgme-dev
 libgsm1-dev
-libgstreamer-plugins-base at GST_ABI@-dev (>= 0.11.91)
-libgstreamer-plugins-base at GST_ABI@-dev (>= 0.11.91)
+libgstreamer-plugins-base at GST_ABI@-dev (>= 0.11.92)
+libgstreamer-plugins-base at GST_ABI@-dev (>= 0.11.92)
 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 40b6224..f037fd2 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.91)
+libgstreamer-plugins-base at GST_ABI@-dev (>= 0.11.92)
 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.91)
+libgstreamer-plugins-base at GST_ABI@-dev (>= 0.11.92)
 libofa0-dev (>= 0.9.3)
 libdvdnav-dev (>= 4.1.2) [!hurd-any]
 libssl-dev
diff --git a/debian/changelog b/debian/changelog
index 0ee6fbf..b9d80c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,10 @@ gst-plugins-bad1.0 (0.11.92-1) experimental; urgency=low
   * debian/rules,
     debian/gstreamer-plugins-bad.install:
     + Build the cdaudio plugin on kfreebsd too.
-  * New upstream release, "Shine On You Crazy Diamond".
+  * New upstream release, "Shine On You Crazy Diamond":
+    + debian/build-deps.in,
+      debian/rules:
+      - Build depend on GStreamer core/base >= 0.11.92.
 
  -- Sebastian Dröge <slomo at debian.org>  Fri, 08 Jun 2012 13:13:33 +0200
 
diff --git a/debian/control b/debian/control
index 97ca9fc..54a9921 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.91),
+               libgstreamer1.0-dev (>= 0.11.92),
                gstreamer1.0-doc,
                gstreamer1.0-plugins-base-doc,
                gtk-doc-tools,
@@ -35,8 +35,8 @@ Build-Depends: autoconf (>= 2.62),
                libglib2.0-dev (>= 2.31.14),
                libgme-dev,
                libgsm1-dev,
-               libgstreamer-plugins-base1.0-dev (>= 0.11.91),
-               libgstreamer-plugins-base1.0-dev (>= 0.11.91),
+               libgstreamer-plugins-base1.0-dev (>= 0.11.92),
+               libgstreamer-plugins-base1.0-dev (>= 0.11.92),
                libgtk2.0-dev (>= 2.14.0),
                libiptcdata0-dev (>= 1.0.2),
                libjasper-dev,
diff --git a/debian/rules b/debian/rules
index 08a9ed9..735d021 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.91)
+gst_lib_dev_dep=$(gst_lib_dev) (>= 0.11.92)
 
 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