aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-05-03 19:56:12 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-05-03 19:56:12 +0200
commitfdb66d38abcd0f0aaa1ce563e96fc6025be95898 (patch)
tree04d78421510c6679bce06dd63915222aa322195f
parent264e6155e307302b47524aaf90bb50d8f5ea4beb (diff)
New upstream development releasedebian/1.3.1-1
-rw-r--r--debian/build-deps4
-rw-r--r--debian/build-deps.in4
-rw-r--r--debian/changelog9
-rw-r--r--debian/control6
-rwxr-xr-xdebian/rules2
5 files changed, 17 insertions, 8 deletions
diff --git a/debian/build-deps b/debian/build-deps
index aed39bb..30011d4 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.0.0)
+gstreamer@GST_ABI@-plugins-base (>= 1.3.1)
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.2.0)
+libgstreamer-plugins-base@GST_ABI@-dev (>= 1.3.1)
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 d0b85c3..2a9ba8c 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.2.0)
+libgstreamer-plugins-base@GST_ABI@-dev (>= 1.3.1)
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.0.0)
+gstreamer@GST_ABI@-plugins-base (>= 1.3.1)
libcdio-dev (>= 0.76)
libtwolame-dev (>= 0.3.10)
libopencore-amrnb-dev
diff --git a/debian/changelog b/debian/changelog
index db44600..efd0610 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+gst-plugins-ugly1.0 (1.3.1-1) experimental; urgency=medium
+
+ * New upstream development release:
+ + debian/rules,
+ debian/build-deps.in:
+ - Build-depend on GStreamer core and base >= 1.3.1.
+
+ -- Sebastian Dröge <slomo@debian.org> Sat, 03 May 2014 19:35:41 +0200
+
gst-plugins-ugly1.0 (1.2.4-1) unstable; urgency=medium
* New upstream bugfix release:
diff --git a/debian/control b/debian/control
index dc8691e..6a8f2d2 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.2.0),
+ libgstreamer1.0-dev (>= 1.3.1),
gstreamer1.0-doc,
- gstreamer1.0-plugins-base (>= 1.0.0),
+ gstreamer1.0-plugins-base (>= 1.3.1),
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.2.0),
+ libgstreamer-plugins-base1.0-dev (>= 1.3.1),
libmad0-dev (>= 0.15),
libmp3lame-dev,
libmpeg2-4-dev (>= 0.4.0),
diff --git a/debian/rules b/debian/rules
index 05db8c2..329fe43 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.2.0)
+gst_lib_dev_dep=$(gst_lib_dev) (>= 1.3.1)
gst_pkgname=gstreamer$(gst_abi)
gst_deb_abi=$(gst_abi)-0