aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-09-24 17:00:32 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-09-24 17:00:32 +0200
commit1e195505c47be23a46dc17c126fd38007b18f647 (patch)
tree9e7f4d6aea3d29c5c5e8839e4fdbe1b2b7e2ec5c
parentf99520b9f36848ed07de1ba0ec746232a2bca364 (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 d39b0b54..6bf29d30 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.90)
+libgstreamer-plugins-base@GST_ABI@-dev (>= 1.2.0)
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 677a6909..88d97c40 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 f2949570..96ddbb18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+gst-plugins-bad1.0 (1.2.0-1) unstable; urgency=low
+
+ * New upstream stable release:
+ + debian/rules,
+ debian/build-deps.in:
+ - Build depend on GStreamer and gst-plugins-base >= 1.2.0.
+
+ -- Sebastian Dröge <slomo@debian.org> Tue, 24 Sep 2013 16:59:40 +0200
+
gst-plugins-bad1.0 (1.1.90-1) experimental; urgency=low
* New upstream release candidate:
diff --git a/debian/control b/debian/control
index c8ab6007..cb714f00 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.90),
+ libgstreamer1.0-dev (>= 1.2.0),
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.90),
+ libgstreamer-plugins-base1.0-dev (>= 1.2.0),
libgtk2.0-dev (>= 2.14.0),
libiptcdata0-dev (>= 1.0.2),
libjasper-dev,
diff --git a/debian/rules b/debian/rules
index 6e822efe..bbf4c947 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