gst1-plugins-bad: Update to 1.4.5, fix build deps, refresh patches
authorTed Hess <redacted>
Thu, 5 Mar 2015 18:59:19 +0000 (13:59 -0500)
committerTed Hess <redacted>
Thu, 5 Mar 2015 18:59:19 +0000 (13:59 -0500)
Signed-off-by: Ted Hess <redacted>
multimedia/gst1-plugins-bad/Makefile
multimedia/gst1-plugins-bad/patches/000-gettext.patch

index 7ee774a95a9a0d5c526b5182cbd2f1f695851b3d..f4e8120ce1a31e00a5044f83725babab69ca97ae 100644 (file)
@@ -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
index 12b433383cdfbc802efedc8e9e85de55051f6875..1c0d88e1ecd06b4c5da65b07c3b9cd770b018dd8 100644 (file)
@@ -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 \
git clone https://git.99rst.org/PROJECT