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

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


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

    New upstream stable release

diff --git a/debian/build-deps b/debian/build-deps
index 717e59b..e31c5e5 100644
--- a/debian/build-deps
+++ b/debian/build-deps
@@ -9,15 +9,14 @@ dpkg-dev (>= 1.15.1)
 @GST_EXTRA_BUILD_DEPENDS@
 @GST_LIB_DEV_DEP@
 gstreamer at GST_ABI@-doc
-gstreamer at GST_ABI@-plugins-base
+gstreamer at GST_ABI@-plugins-base (>= 1.0.0)
 gstreamer at GST_ABI@-plugins-base-doc
-gstreamer at GST_ABI@-tools (>= 0.11.99)
 gtk-doc-tools (>= 1.12)
 liba52-0.7.4-dev
 libcdio-dev (>= 0.76)
 libdvdread-dev (>= 0.9.0)
 libglib2.0-dev (>= 2.32)
-libgstreamer-plugins-base at GST_ABI@-dev (>= 0.11.99)
+libgstreamer-plugins-base at GST_ABI@-dev (>= 1.0.0)
 libmad0-dev (>= 0.15)
 libmp3lame-dev
 libmpeg2-4-dev (>= 0.4.0)
diff --git a/debian/build-deps.in b/debian/build-deps.in
index aa5eb60..155b98a 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.94)
+libgstreamer-plugins-base at GST_ABI@-dev (>= 1.0.0)
 autotools-dev
 dh-autoreconf
 automake (>= 1.11)
@@ -19,8 +19,7 @@ libmad0-dev (>= 0.15)
 libmpeg2-4-dev (>= 0.4.0)
 libsidplay1-dev
 libdvdread-dev (>= 0.9.0)
-gstreamer at GST_ABI@-tools (>= 0.11.94)
-gstreamer at GST_ABI@-plugins-base
+gstreamer at GST_ABI@-plugins-base (>= 1.0.0)
 libcdio-dev (>= 0.76)
 libtwolame-dev (>= 0.3.10)
 libopencore-amrnb-dev
diff --git a/debian/changelog b/debian/changelog
index 90e1fb1..619fe40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+gst-plugins-ugly1.0 (1.0.0-1) unstable; urgency=low
+
+  * New upstream stable release:
+    + debian/rules,
+      debian/build-deps.in:
+      - Build-depend on GStreamer core/base >= 1.0.0.
+
+ -- Sebastian Dröge <slomo at debian.org>  Tue, 25 Sep 2012 00:25:51 +0200
+
 gst-plugins-ugly1.0 (0.11.99-1) experimental; urgency=low
 
   * New upstream release:
diff --git a/debian/control b/debian/control
index ffce650..1f62d8b 100644
--- a/debian/control
+++ b/debian/control
@@ -12,17 +12,16 @@ Build-Depends: autoconf (>= 2.62),
                debhelper (>= 9),
                dh-autoreconf,
                dpkg-dev (>= 1.15.1),
-               libgstreamer1.0-dev (>= 0.11.99),
+               libgstreamer1.0-dev (>= 1.0.0),
                gstreamer1.0-doc,
-               gstreamer1.0-plugins-base,
+               gstreamer1.0-plugins-base (>= 1.0.0),
                gstreamer1.0-plugins-base-doc,
-               gstreamer1.0-tools (>= 0.11.99),
                gtk-doc-tools (>= 1.12),
                liba52-0.7.4-dev,
                libcdio-dev (>= 0.76),
                libdvdread-dev (>= 0.9.0),
                libglib2.0-dev (>= 2.32),
-               libgstreamer-plugins-base1.0-dev (>= 0.11.99),
+               libgstreamer-plugins-base1.0-dev (>= 1.0.0),
                libmad0-dev (>= 0.15),
                libmp3lame-dev,
                libmpeg2-4-dev (>= 0.4.0),
diff --git a/debian/rules b/debian/rules
index 52cc4dd..88d4b8d 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 Ugly Plugins 1.0 Packaging



More information about the Pkg-gstreamer-commits mailing list