aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-08-30 12:56:59 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-08-30 12:56:59 +0200
commit941fa60ec5d83d0cd25252cba832c8e2beb1a9d6 (patch)
tree0a753e77e27667e73a238f2dc6599099801b4d6e
parent7dccc49e476d63986dc1ae2450b9e1feb081b866 (diff)
New upstream development snapshot.debian/1.1.4-1
-rw-r--r--debian/build-deps2
-rw-r--r--debian/build-deps.in2
-rw-r--r--debian/changelog9
-rw-r--r--debian/control4
-rwxr-xr-xdebian/rules2
5 files changed, 14 insertions, 5 deletions
diff --git a/debian/build-deps b/debian/build-deps
index 431d4d2..df4062b 100644
--- a/debian/build-deps
+++ b/debian/build-deps
@@ -16,7 +16,7 @@ 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.1.3)
+libgstreamer-plugins-base@GST_ABI@-dev (>= 1.1.4)
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 c8e1a73..debc139 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.3)
+libgstreamer-plugins-base@GST_ABI@-dev (>= 1.1.4)
autotools-dev
dh-autoreconf
automake (>= 1.11)
diff --git a/debian/changelog b/debian/changelog
index 78966bf..c9eab75 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+gst-plugins-ugly1.0 (1.1.4-1) experimental; urgency=low
+
+ * New upstream development snapshot:
+ + debian/build-deps.in,
+ debian/rules:
+ - Build depend on GStreamer and gst-plugins-base >= 1.1.4.
+
+ -- Sebastian Dröge <slomo@debian.org> Fri, 30 Aug 2013 12:56:41 +0200
+
gst-plugins-ugly1.0 (1.1.3-1) experimental; urgency=low
* New upstream development snapshot:
diff --git a/debian/control b/debian/control
index f01ee77..ec61111 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: autoconf (>= 2.62),
debhelper (>= 9),
dh-autoreconf,
dpkg-dev (>= 1.15.1),
- libgstreamer1.0-dev (>= 1.1.3),
+ libgstreamer1.0-dev (>= 1.1.4),
gstreamer1.0-doc,
gstreamer1.0-plugins-base (>= 1.0.0),
gstreamer1.0-plugins-base-doc,
@@ -21,7 +21,7 @@ Build-Depends: autoconf (>= 2.62),
libcdio-dev (>= 0.76),
libdvdread-dev (>= 0.9.0),
libglib2.0-dev (>= 2.32),
- libgstreamer-plugins-base1.0-dev (>= 1.1.3),
+ libgstreamer-plugins-base1.0-dev (>= 1.1.4),
libmad0-dev (>= 0.15),
libmp3lame-dev,
libmpeg2-4-dev (>= 0.4.0),
diff --git a/debian/rules b/debian/rules
index 9359afc..c10691b 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.3)
+gst_lib_dev_dep=$(gst_lib_dev) (>= 1.1.4)
gst_pkgname=gstreamer$(gst_abi)
gst_deb_abi=$(gst_abi)-0