[Pkg-gstreamer-commits] [SCM] GStreamer Bad Plugins 1.0 Packaging branch, debian-experimental, updated. debian/1.1.2-1-3-ga1ec963

Sebastian Dröge slomo at circular-chaos.org
Tue Jul 30 07:04:39 UTC 2013


The following commit has been merged in the debian-experimental branch:
commit a1ec963cc2611778bc1b3cb8ecc4fadc77f501dc
Author: Sebastian Dröge <slomo at circular-chaos.org>
Date:   Tue Jul 30 08:51:36 2013 +0200

    New upstream development snapshot

diff --git a/debian/build-deps b/debian/build-deps
index 54141cb..efd49d9 100644
--- a/debian/build-deps
+++ b/debian/build-deps
@@ -34,7 +34,7 @@ libglib2.0-dev (>= 2.32)
 libgme-dev
 libgnutls-dev (>= 2.11.3)
 libgsm1-dev
-libgstreamer-plugins-base at GST_ABI@-dev (>= 1.1.2)
+libgstreamer-plugins-base at GST_ABI@-dev (>= 1.1.3)
 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 f75475f..36186ba 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 (>= 1.1.2)
+libgstreamer-plugins-base at GST_ABI@-dev (>= 1.1.3)
 autotools-dev
 dh-autoreconf
 automake (>= 1.11)
diff --git a/debian/changelog b/debian/changelog
index 5970ac9..333c304 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+gst-plugins-bad1.0 (1.1.3-1) experimental; urgency=low
+
+  * New upstream development snapshot:
+    + debian/rules,
+      debian/build-deps.in:
+      - Build depend on GStreamer and gst-plugins-base >= 1.1.3.
+
+ -- Sebastian Dröge <slomo at debian.org>  Tue, 30 Jul 2013 08:51:10 +0200
+
 gst-plugins-bad1.0 (1.1.2-1) experimental; urgency=low
 
   * New upstream development snapshot:
diff --git a/debian/control b/debian/control
index 266fcc8..c3710ac 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends: autoconf (>= 2.62),
                libdc1394-22-dev (>= 2.0.0) [linux-any],
                libgudev-1.0-dev (>= 143) [linux-any],
                libusb-1.0-0-dev [linux-any],
-               libgstreamer1.0-dev (>= 1.1.2),
+               libgstreamer1.0-dev (>= 1.1.3),
                gstreamer1.0-doc,
                gstreamer1.0-plugins-base (>= 1.0.0),
                gstreamer1.0-plugins-base-doc,
@@ -44,7 +44,7 @@ Build-Depends: autoconf (>= 2.62),
                libgme-dev,
                libgnutls-dev (>= 2.11.3),
                libgsm1-dev,
-               libgstreamer-plugins-base1.0-dev (>= 1.1.2),
+               libgstreamer-plugins-base1.0-dev (>= 1.1.3),
                libgtk2.0-dev (>= 2.14.0),
                libiptcdata0-dev (>= 1.0.2),
                libjasper-dev,
diff --git a/debian/rules b/debian/rules
index 8385f72..92130cd 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) (>= 1.1.2)
+gst_lib_dev_dep=$(gst_lib_dev) (>= 1.1.3)
 
 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