[Pkg-gstreamer-commits] [SCM] GStreamer Bad Plugins 1.0 Packaging branch, master, updated. debian/0.11.99-1-3-g3cf1e9a

Sebastian Dröge sebastian.droege at collabora.co.uk
Mon Sep 24 22:41:49 UTC 2012


The following commit has been merged in the master branch:
commit 3cf1e9acd93bc7803a4b23fd7ece63c02ab3f436
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Tue Sep 25 00:29:21 2012 +0200

    New upstream release

diff --git a/debian/build-deps b/debian/build-deps
index 8c50239..6093bf9 100644
--- a/debian/build-deps
+++ b/debian/build-deps
@@ -10,6 +10,7 @@ flite-dev
 @GST_EXTRA_BUILD_DEPENDS@
 @GST_LIB_DEV_DEP@
 gstreamer at GST_ABI@-doc
+gstreamer at GST_ABI@-plugins-base (>= 1.0.0)
 gstreamer at GST_ABI@-plugins-base-doc
 gtk-doc-tools (>= 1.12)
 ladspa-sdk
@@ -27,8 +28,7 @@ libfaad-dev
 libglib2.0-dev (>= 2.32)
 libgme-dev
 libgsm1-dev
-libgstreamer-plugins-base at GST_ABI@-dev (>= 0.11.99)
-libgstreamer-plugins-base at GST_ABI@-dev (>= 0.11.99)
+libgstreamer-plugins-base at GST_ABI@-dev (>= 1.0.0)
 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 c2462c6..24b775b 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.99)
+libgstreamer-plugins-base at GST_ABI@-dev (>= 1.0.0)
 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.99)
+gstreamer at GST_ABI@-plugins-base (>= 1.0.0)
 libofa0-dev (>= 0.9.3)
 libdvdnav-dev (>= 4.1.2) [!hurd-any]
 libssl-dev
diff --git a/debian/changelog b/debian/changelog
index e348f6b..94fc503 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+gst-plugins-bad1.0 (1.0.0-1) unstable; urgency=low
+
+  * New upstream release:
+    + debian/build-deps.in,
+      debian/rules:
+      - Build depend on GStreamer core/base >= 1.0.0.
+
+ -- Sebastian Dröge <slomo at debian.org>  Tue, 25 Sep 2012 00:29:02 +0200
+
 gst-plugins-bad1.0 (0.11.99-1) experimental; urgency=low
 
   * New upstream release:
diff --git a/debian/control b/debian/control
index 18a997c..59dd4a9 100644
--- a/debian/control
+++ b/debian/control
@@ -18,8 +18,9 @@ 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 (>= 0.11.99),
+               libgstreamer1.0-dev (>= 1.0.0),
                gstreamer1.0-doc,
+               gstreamer1.0-plugins-base (>= 1.0.0),
                gstreamer1.0-plugins-base-doc,
                gtk-doc-tools (>= 1.12),
                ladspa-sdk,
@@ -37,8 +38,7 @@ Build-Depends: autoconf (>= 2.62),
                libglib2.0-dev (>= 2.32),
                libgme-dev,
                libgsm1-dev,
-               libgstreamer-plugins-base1.0-dev (>= 0.11.99),
-               libgstreamer-plugins-base1.0-dev (>= 0.11.99),
+               libgstreamer-plugins-base1.0-dev (>= 1.0.0),
                libgtk2.0-dev (>= 2.14.0),
                libiptcdata0-dev (>= 1.0.2),
                libjasper-dev,
diff --git a/debian/rules b/debian/rules
index 3484dbf..d6aa139 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.99)
+gst_lib_dev_dep=$(gst_lib_dev) (>= 1.0.0)
 
 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