diff options
author | Ted Hess <thess@kitschensync.net> | 2015-03-05 13:59:19 -0500 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2015-03-05 13:59:19 -0500 |
commit | e8a8f20d3182e11e273bb8c025a019af57ca48cf (patch) | |
tree | 2d61623a686ca7d78052e499398bce9cbfe14810 /multimedia/gst1-plugins-bad | |
parent | 511fb70f92839c85fbf21394e415306ce8b8fcb1 (diff) |
gst1-plugins-bad: Update to 1.4.5, fix build deps, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat (limited to 'multimedia/gst1-plugins-bad')
-rw-r--r-- | multimedia/gst1-plugins-bad/Makefile | 10 | ||||
-rw-r--r-- | multimedia/gst1-plugins-bad/patches/000-gettext.patch | 23 |
2 files changed, 16 insertions, 17 deletions
diff --git a/multimedia/gst1-plugins-bad/Makefile b/multimedia/gst1-plugins-bad/Makefile index 7ee774a95..f4e8120ce 100644 --- a/multimedia/gst1-plugins-bad/Makefile +++ b/multimedia/gst1-plugins-bad/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gst1-plugins-bad -PKG_VERSION:=1.4.4 -PKG_RELEASE:=5 +PKG_VERSION:=1.4.5 +PKG_RELEASE:=1 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> @@ -19,9 +19,9 @@ PKG_LICENSE_FILES:=COPYING.LIB COPYING PKG_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-bad-$(PKG_VERSION) PKG_SOURCE:=gst-plugins-bad-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-plugins-bad/ -PKG_MD5SUM:=972c6e22dd2e44fcf0b04b9d810a56be +PKG_MD5SUM:=e0bb39412cf4a48fe0397bcf3a7cd451 -PKG_BUILD_DEPENDS:= libgstreamer1 gstreamer1-plugins-base liboil +PKG_BUILD_DEPENDS:= libgstreamer1 gstreamer1-plugins-base PKG_FIXUP:=autoreconf PKG_INSTALL:=1 @@ -148,9 +148,11 @@ CONFIGURE_ARGS += \ --disable-schro \ --disable-zbar \ --disable-srtp \ + --disable-hls \ \ --without-libiconv-prefix \ --without-libintl-prefix \ + --with-libgcrypt-prefix="$(STAGING_DIR)/usr" \ --without-x \ TARGET_CFLAGS+= -std=gnu99 diff --git a/multimedia/gst1-plugins-bad/patches/000-gettext.patch b/multimedia/gst1-plugins-bad/patches/000-gettext.patch index 12b433383..1c0d88e1e 100644 --- a/multimedia/gst1-plugins-bad/patches/000-gettext.patch +++ b/multimedia/gst1-plugins-bad/patches/000-gettext.patch @@ -1,18 +1,16 @@ -diff -u --recursive gst-plugins-bad-1.0.7-vanilla/configure.ac gst-plugins-bad-1.0.7/configure.ac ---- gst-plugins-bad-1.0.7-vanilla/configure.ac 2013-06-01 19:44:32.199308073 -0500 -+++ gst-plugins-bad-1.0.7/configure.ac 2013-06-01 19:45:27.754119344 -0500 -@@ -2373,7 +2373,6 @@ - ext/timidity/Makefile +--- a/configure.ac ++++ b/configure.ac +@@ -3334,7 +3334,6 @@ ext/timidity/Makefile + ext/webp/Makefile ext/xvid/Makefile ext/zbar/Makefile -po/Makefile.in docs/Makefile docs/plugins/Makefile docs/libs/Makefile -diff -u --recursive gst-plugins-bad-1.0.7-vanilla/Makefile.am gst-plugins-bad-1.0.7/Makefile.am ---- gst-plugins-bad-1.0.7-vanilla/Makefile.am 2013-06-01 19:44:32.165309412 -0500 -+++ gst-plugins-bad-1.0.7/Makefile.am 2013-06-01 19:45:39.016675625 -0500 -@@ -2,11 +2,11 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -2,11 +2,11 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-d SUBDIRS = \ gst-libs gst sys ext pkgconfig \ @@ -26,10 +24,9 @@ diff -u --recursive gst-plugins-bad-1.0.7-vanilla/Makefile.am gst-plugins-bad-1. # include before EXTRA_DIST for win32 assignment include $(top_srcdir)/common/win32.mak -diff -u --recursive gst-plugins-bad-1.0.7-vanilla/Makefile.in gst-plugins-bad-1.0.7/Makefile.in ---- gst-plugins-bad-1.0.7-vanilla/Makefile.in 2013-06-01 19:44:32.217307364 -0500 -+++ gst-plugins-bad-1.0.7/Makefile.in 2013-06-01 19:45:44.624454691 -0500 -@@ -636,11 +636,11 @@ +--- a/Makefile.in ++++ b/Makefile.in +@@ -739,11 +739,11 @@ wayland_scanner = @wayland_scanner@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc SUBDIRS = \ gst-libs gst sys ext pkgconfig \ |