aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-02-09 11:37:52 +0100
committerSebastian Dröge <sebastian@centricular.com>2014-02-09 12:02:47 +0100
commit32ed99bc8567ddad23ad00be4a686270ba212808 (patch)
treed9862408b7feb8e69a5a55491229b7df3ca1247f
parent1c41476b2d4f020a045f86b75384993428927546 (diff)
New upstream bugfix release.
-rw-r--r--debian/build-deps1
-rw-r--r--debian/build-deps.in1
-rw-r--r--debian/changelog11
-rw-r--r--debian/control1
4 files changed, 12 insertions, 2 deletions
diff --git a/debian/build-deps b/debian/build-deps
index 9a4176ff..fbfd9e9a 100644
--- a/debian/build-deps
+++ b/debian/build-deps
@@ -46,6 +46,7 @@ libmpg123-dev (>= 1.13)
libofa0-dev (>= 0.9.3)
libopenal-dev (>= 1:1.14)
libopencv-dev (>= 2.0.0)
+libopencv-ocl2.4
libopenjpeg-dev
libopus-dev (>= 0.9.4)
liborc-0.4-dev (>= 1:0.4.17)
diff --git a/debian/build-deps.in b/debian/build-deps.in
index d97ab714..8bd1a2c3 100644
--- a/debian/build-deps.in
+++ b/debian/build-deps.in
@@ -66,6 +66,7 @@ libxml2-dev (>= 2.4)
libfluidsynth-dev (>= 1.0)
libsrtp0-dev
libopencv-dev (>= 2.0.0)
+libopencv-ocl2.4
libopenjpeg-dev
libgnutls-dev (>= 2.11.3)
libchromaprint-dev
diff --git a/debian/changelog b/debian/changelog
index b0d55129..d618e6f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,17 @@
-gst-plugins-bad1.0 (1.2.2-2) UNRELEASED; urgency=medium
+gst-plugins-bad1.0 (1.2.3-1) unstable; urgency=medium
+ [ Iain Lane ]
* Drop ltmain-as-needed patch and do the same with dh_autoreconf
--as-needed.
* Enable parallel builds.
- -- Iain Lane <laney@debian.org> Thu, 09 Jan 2014 17:30:53 +0000
+ [ Sebastian Dröge ]
+ * New upstream bugfix release.
+ * debian/build-deps.in:
+ + Build-depend on libopencv-ocl2.4 until the dependencies of
+ libopencv-dev are fixed once again.
+
+ -- Sebastian Dröge <slomo@debian.org> Sun, 09 Feb 2014 11:37:09 +0100
gst-plugins-bad1.0 (1.2.2-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 356a1ece..992715ff 100644
--- a/debian/control
+++ b/debian/control
@@ -58,6 +58,7 @@ Build-Depends: autoconf (>= 2.62),
libofa0-dev (>= 0.9.3),
libopenal-dev (>= 1:1.14),
libopencv-dev (>= 2.0.0),
+ libopencv-ocl2.4,
libopenjpeg-dev,
libopus-dev (>= 0.9.4),
liborc-0.4-dev (>= 1:0.4.17),