[Pkg-gstreamer-commits] [SCM] GStreamer Ugly Plugins 1.0 Packaging branch, master, updated. debian/0.11.91-1-6-gc4b7cf8
Sebastian Dröge
sebastian.droege at collabora.co.uk
Fri Jun 8 11:36:17 UTC 2012
The following commit has been merged in the master branch:
commit 4d674a69e514bcbd1df822941514e068c0ae88a6
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Fri Jun 8 13:30:55 2012 +0200
debian/rules, debian/build-deps.in: Depend on GStreamer core/base >= 0.11.92
diff --git a/debian/build-deps b/debian/build-deps
index f497d03..4c8a9bb 100644
--- a/debian/build-deps
+++ b/debian/build-deps
@@ -11,13 +11,13 @@ dpkg-dev (>= 1.15.1)
gstreamer at GST_ABI@-doc
gstreamer at GST_ABI@-plugins-base
gstreamer at GST_ABI@-plugins-base-doc
-gstreamer at GST_ABI@-tools (>= 0.11.91)
+gstreamer at GST_ABI@-tools (>= 0.11.92)
gtk-doc-tools
liba52-0.7.4-dev
libcdio-dev (>= 0.76)
libdvdread-dev (>= 0.9.0)
libglib2.0-dev (>= 2.31.14)
-libgstreamer-plugins-base at GST_ABI@-dev (>= 0.11.91)
+libgstreamer-plugins-base at GST_ABI@-dev (>= 0.11.92)
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 11c0c60..e2e93e0 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)
@@ -19,7 +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.91)
+gstreamer at GST_ABI@-tools (>= 0.11.92)
gstreamer at GST_ABI@-plugins-base
libcdio-dev (>= 0.76)
libtwolame-dev (>= 0.3.10)
diff --git a/debian/changelog b/debian/changelog
index 1379390..b8ab33b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
gst-plugins-ugly1.0 (0.11.92-1) experimental; urgency=low
- * New upstream release, "Hey You".
+ * New upstream release, "Hey You":
+ + debian/rules,
+ debian/build-deps.in:
+ - Depend on GStreamer core/base >= 0.11.92.
-- Sebastian Dröge <slomo at debian.org> Fri, 08 Jun 2012 13:30:02 +0200
diff --git a/debian/control b/debian/control
index 45292ec..2a5c01c 100644
--- a/debian/control
+++ b/debian/control
@@ -12,17 +12,17 @@ Build-Depends: autoconf (>= 2.62),
debhelper (>= 9),
dh-autoreconf,
dpkg-dev (>= 1.15.1),
- libgstreamer1.0-dev (>= 0.11.91),
+ libgstreamer1.0-dev (>= 0.11.92),
gstreamer1.0-doc,
gstreamer1.0-plugins-base,
gstreamer1.0-plugins-base-doc,
- gstreamer1.0-tools (>= 0.11.91),
+ gstreamer1.0-tools (>= 0.11.92),
gtk-doc-tools,
liba52-0.7.4-dev,
libcdio-dev (>= 0.76),
libdvdread-dev (>= 0.9.0),
libglib2.0-dev (>= 2.31.14),
- libgstreamer-plugins-base1.0-dev (>= 0.11.91),
+ libgstreamer-plugins-base1.0-dev (>= 0.11.92),
libmad0-dev (>= 0.15),
libmp3lame-dev,
libmpeg2-4-dev (>= 0.4.0),
diff --git a/debian/rules b/debian/rules
index 0d229dc..e546023 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 Ugly Plugins 1.0 Packaging
More information about the Pkg-gstreamer-commits
mailing list