From a1ec963cc2611778bc1b3cb8ecc4fadc77f501dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 30 Jul 2013 08:51:36 +0200 Subject: New upstream development snapshot --- debian/build-deps | 2 +- debian/build-deps.in | 2 +- debian/changelog | 9 +++++++++ debian/control | 4 ++-- debian/rules | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/debian/build-deps b/debian/build-deps index 54141cba..efd49d97 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@GST_ABI@-dev (>= 1.1.2) +libgstreamer-plugins-base@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 f75475f3..36186baa 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@GST_ABI@-dev (>= 1.1.2) +libgstreamer-plugins-base@GST_ABI@-dev (>= 1.1.3) autotools-dev dh-autoreconf automake (>= 1.11) diff --git a/debian/changelog b/debian/changelog index 5970ac92..333c3047 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 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 266fcc81..c3710ac2 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 8385f72e..92130cdc 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 -- cgit v1.2.3