aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-09-25 00:29:21 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-09-25 00:29:21 +0200
commit3cf1e9acd93bc7803a4b23fd7ece63c02ab3f436 (patch)
tree2c204b16b64a8111fbe061b4ce3f125c0a99a2e9
parent38795568c5833a6937e11cfaa5fdf799b7439ec3 (diff)
New upstream releasedebian/1.0.0-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 8c50239c..6093bf99 100644
--- a/debian/build-deps
+++ b/debian/build-deps
@@ -10,6 +10,7 @@ flite-dev
@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-doc
gtk-doc-tools (>= 1.12)
ladspa-sdk
@@ -27,8 +28,7 @@ libfaad-dev
libglib2.0-dev (>= 2.32)
libgme-dev
libgsm1-dev
-libgstreamer-plugins-base@GST_ABI@-dev (>= 0.11.99)
-libgstreamer-plugins-base@GST_ABI@-dev (>= 0.11.99)
+libgstreamer-plugins-base@GST_ABI@-dev (>= 1.0.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 c2462c66..24b775b6 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 (>= 0.11.99)
+libgstreamer-plugins-base@GST_ABI@-dev (>= 1.0.0)
autotools-dev
dh-autoreconf
automake (>= 1.11)
@@ -29,7 +29,7 @@ libexif-dev (>= 0.6.16)
libexempi-dev
libiptcdata0-dev (>= 1.0.2)
libwildmidi-dev (>= 0.2.3)
-libgstreamer-plugins-base@GST_ABI@-dev (>= 0.11.99)
+gstreamer@GST_ABI@-plugins-base (>= 1.0.0)
libofa0-dev (>= 0.9.3)
libdvdnav-dev (>= 4.1.2) [!hurd-any]
libssl-dev
diff --git a/debian/changelog b/debian/changelog
index e348f6b1..94fc503b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+gst-plugins-bad1.0 (1.0.0-1) unstable; urgency=low
+
+ * New upstream release:
+ + debian/build-deps.in,
+ debian/rules:
+ - Build depend on GStreamer core/base >= 1.0.0.
+
+ -- Sebastian Dröge <slomo@debian.org> Tue, 25 Sep 2012 00:29:02 +0200
+
gst-plugins-bad1.0 (0.11.99-1) experimental; urgency=low
* New upstream release:
diff --git a/debian/control b/debian/control
index 18a997cf..59dd4a9c 100644
--- a/debian/control
+++ b/debian/control
@@ -18,8 +18,9 @@ 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 (>= 0.11.99),
+ libgstreamer1.0-dev (>= 1.0.0),
gstreamer1.0-doc,
+ gstreamer1.0-plugins-base (>= 1.0.0),
gstreamer1.0-plugins-base-doc,
gtk-doc-tools (>= 1.12),
ladspa-sdk,
@@ -37,8 +38,7 @@ Build-Depends: autoconf (>= 2.62),
libglib2.0-dev (>= 2.32),
libgme-dev,
libgsm1-dev,
- libgstreamer-plugins-base1.0-dev (>= 0.11.99),
- libgstreamer-plugins-base1.0-dev (>= 0.11.99),
+ libgstreamer-plugins-base1.0-dev (>= 1.0.0),
libgtk2.0-dev (>= 2.14.0),
libiptcdata0-dev (>= 1.0.2),
libjasper-dev,
diff --git a/debian/rules b/debian/rules
index 3484dbf6..d6aa1391 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) (>= 0.11.99)
+gst_lib_dev_dep=$(gst_lib_dev) (>= 1.0.0)
gst_pkgname=gstreamer$(gst_abi)
gst_deb_abi=$(gst_abi)-0