aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-09-24 16:52:41 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-09-24 16:52:41 +0200
commit7163f90fdea82020ef5fa76337fc74235603f435 (patch)
tree1ffae4de5c250a9c7a5356d1bc5e093322685f3b
parent70fa8c2c2056917c253d7b20c10174a28bb644ce (diff)
New upstream stable release.debian/1.2.0-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 1f8a611..aed39bb 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.90)
+libgstreamer-plugins-base@GST_ABI@-dev (>= 1.2.0)
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 fd1a181..d0b85c3 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.90)
+libgstreamer-plugins-base@GST_ABI@-dev (>= 1.2.0)
autotools-dev
dh-autoreconf
automake (>= 1.11)
diff --git a/debian/changelog b/debian/changelog
index 5d7138e..b02d5d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+gst-plugins-ugly1.0 (1.2.0-1) unstable; urgency=low
+
+ * New upstream stable release:
+ + debian/build-deps.in,
+ debian/rules:
+ - Build depend on GStreamer and gst-plugins-base >= 1.2.0.
+
+ -- Sebastian Dröge <slomo@debian.org> Tue, 24 Sep 2013 16:52:08 +0200
+
gst-plugins-ugly1.0 (1.1.90-1) experimental; urgency=low
* New upstream release candidate:
diff --git a/debian/control b/debian/control
index 5a33170..684726d 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.90),
+ libgstreamer1.0-dev (>= 1.2.0),
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.90),
+ libgstreamer-plugins-base1.0-dev (>= 1.2.0),
libmad0-dev (>= 0.15),
libmp3lame-dev,
libmpeg2-4-dev (>= 0.4.0),
diff --git a/debian/rules b/debian/rules
index df2b6d3..94f3b18 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.90)
+gst_lib_dev_dep=$(gst_lib_dev) (>= 1.2.0)
gst_pkgname=gstreamer$(gst_abi)
gst_deb_abi=$(gst_abi)-0