From 3c4f2cf415972284cd6d3e754e2c9035a4313268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 11 Jul 2014 11:44:21 +0200 Subject: New upstream release candidate --- debian/build-deps | 4 ++-- debian/build-deps.in | 4 ++-- debian/changelog | 9 +++++++++ debian/control | 6 +++--- debian/rules | 2 +- 5 files changed, 17 insertions(+), 8 deletions(-) diff --git a/debian/build-deps b/debian/build-deps index 2e4ca56..3690b71 100644 --- a/debian/build-deps +++ b/debian/build-deps @@ -9,14 +9,14 @@ dpkg-dev (>= 1.15.1) @GST_EXTRA_BUILD_DEPENDS@ @GST_LIB_DEV_DEP@ gstreamer@GST_ABI@-doc -gstreamer@GST_ABI@-plugins-base (>= 1.3.90) +gstreamer@GST_ABI@-plugins-base (>= 1.3.91) gstreamer@GST_ABI@-plugins-base-doc 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@GST_ABI@-dev (>= 1.3.90) +libgstreamer-plugins-base@GST_ABI@-dev (>= 1.3.91) 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 306cd95..cba3eb9 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.3.90) +libgstreamer-plugins-base@GST_ABI@-dev (>= 1.3.91) 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@GST_ABI@-plugins-base (>= 1.3.90) +gstreamer@GST_ABI@-plugins-base (>= 1.3.91) libcdio-dev (>= 0.76) libtwolame-dev (>= 0.3.10) libopencore-amrnb-dev diff --git a/debian/changelog b/debian/changelog index fbf2379..2036cca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +gst-plugins-ugly1.0 (1.3.91-1) experimental; urgency=medium + + * New upstream release candidate: + + debian/rules, + debian/build-deps.in: + - Build-depend on GStreamer core and base >= 1.3.91. + + -- Sebastian Dröge Fri, 11 Jul 2014 11:41:22 +0200 + gst-plugins-ugly1.0 (1.3.90-1) experimental; urgency=medium * New upstream release candidate: diff --git a/debian/control b/debian/control index 57457fb..4f4f445 100644 --- a/debian/control +++ b/debian/control @@ -12,16 +12,16 @@ Build-Depends: autoconf (>= 2.62), debhelper (>= 9), dh-autoreconf, dpkg-dev (>= 1.15.1), - libgstreamer1.0-dev (>= 1.3.90), + libgstreamer1.0-dev (>= 1.3.91), gstreamer1.0-doc, - gstreamer1.0-plugins-base (>= 1.3.90), + gstreamer1.0-plugins-base (>= 1.3.91), gstreamer1.0-plugins-base-doc, 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 (>= 1.3.90), + libgstreamer-plugins-base1.0-dev (>= 1.3.91), libmad0-dev (>= 0.15), libmp3lame-dev, libmpeg2-4-dev (>= 0.4.0), diff --git a/debian/rules b/debian/rules index bb77d16..912eef9 100755 --- a/debian/rules +++ b/debian/rules @@ -43,7 +43,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.3.90) +gst_lib_dev_dep=$(gst_lib_dev) (>= 1.3.91) gst_pkgname=gstreamer$(gst_abi) gst_deb_abi=$(gst_abi)-0 -- cgit v1.2.3