aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-06-22 18:13:26 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-06-22 18:13:26 +0200
commitb9c5e99761d120ec9b1b08ec062ff469401fa22a (patch)
treeca27fb0942ec7ea2daebf8bf26752409cbc83f5e
parent03751800cf1e8ddaf7a4cdf467249741c6495630 (diff)
New upstream development releasedebian/1.3.3-1
-rw-r--r--debian/build-deps4
-rw-r--r--debian/build-deps.in4
-rw-r--r--debian/changelog11
-rw-r--r--debian/control6
-rwxr-xr-xdebian/rules5
5 files changed, 19 insertions, 11 deletions
diff --git a/debian/build-deps b/debian/build-deps
index 04627d2..5accc6b 100644
--- a/debian/build-deps
+++ b/debian/build-deps
@@ -9,14 +9,14 @@ dpkg-dev (>= 1.15.1)
@GST_EXTRA_BUILD_DEPENDS@
@GST_LIB_DEV_DEP@
gstreamer@GST_ABI@-doc
-gstreamer@GST_ABI@-plugins-base (>= 1.3.2)
+gstreamer@GST_ABI@-plugins-base (>= 1.3.3)
gstreamer@GST_ABI@-plugins-base-doc
gtk-doc-tools (>= 1.12)
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.3.2)
+libgstreamer-plugins-base@GST_ABI@-dev (>= 1.3.3)
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 07974c6..5502ea0 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.3.2)
+libgstreamer-plugins-base@GST_ABI@-dev (>= 1.3.3)
autotools-dev
dh-autoreconf
automake (>= 1.11)
@@ -19,7 +19,7 @@ libmad0-dev (>= 0.15)
libmpeg2-4-dev (>= 0.4.0)
libsidplay1-dev
libdvdread-dev (>= 0.9.0)
-gstreamer@GST_ABI@-plugins-base (>= 1.3.2)
+gstreamer@GST_ABI@-plugins-base (>= 1.3.3)
libcdio-dev (>= 0.76)
libtwolame-dev (>= 0.3.10)
libopencore-amrnb-dev
diff --git a/debian/changelog b/debian/changelog
index 7293097..7a593fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+gst-plugins-ugly1.0 (1.3.3-1) experimental; urgency=medium
+
+ * New upstream development release:
+ + debian/rules,
+ debian/build-deps.in:
+ - Build-depend on GStreamer core and base >= 1.3.3.
+ * debian/rules:
+ + Run autopoint during autoreconf.
+
+ -- Sebastian Dröge <slomo@debian.org> Sun, 22 Jun 2014 18:11:52 +0200
+
gst-plugins-ugly1.0 (1.3.2-1) experimental; urgency=medium
* New upstream development release:
diff --git a/debian/control b/debian/control
index c79ed94..19f1060 100644
--- a/debian/control
+++ b/debian/control
@@ -12,16 +12,16 @@ Build-Depends: autoconf (>= 2.62),
debhelper (>= 9),
dh-autoreconf,
dpkg-dev (>= 1.15.1),
- libgstreamer1.0-dev (>= 1.3.2),
+ libgstreamer1.0-dev (>= 1.3.3),
gstreamer1.0-doc,
- gstreamer1.0-plugins-base (>= 1.3.2),
+ gstreamer1.0-plugins-base (>= 1.3.3),
gstreamer1.0-plugins-base-doc,
gtk-doc-tools (>= 1.12),
liba52-0.7.4-dev,
libcdio-dev (>= 0.76),
libdvdread-dev (>= 0.9.0),
libglib2.0-dev (>= 2.32),
- libgstreamer-plugins-base1.0-dev (>= 1.3.2),
+ libgstreamer-plugins-base1.0-dev (>= 1.3.3),
libmad0-dev (>= 0.15),
libmp3lame-dev,
libmpeg2-4-dev (>= 0.4.0),
diff --git a/debian/rules b/debian/rules
index c618f3d..5f77b87 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,9 +7,6 @@ include /usr/share/cdbs/1/rules/autoreconf.mk
DEB_DH_AUTORECONF_ARGS=--as-needed
-# make autoreconf not call autopoint since we ship a patch for po/Makefile.in.in
-export AUTOPOINT=true
-
CFLAGS += -Wno-error
CXXFLAGS += -Wno-error
LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
@@ -46,7 +43,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.3.2)
+gst_lib_dev_dep=$(gst_lib_dev) (>= 1.3.3)
gst_pkgname=gstreamer$(gst_abi)
gst_deb_abi=$(gst_abi)-0