gst1-plugins-bad: Update to 1.4.5, fix build deps, refresh patches

Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
Ted Hess 2015-03-05 13:59:19 -05:00
parent 511fb70f92
commit e8a8f20d31
2 changed files with 16 additions and 17 deletions

View file

@ -8,8 +8,8 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=gst1-plugins-bad PKG_NAME:=gst1-plugins-bad
PKG_VERSION:=1.4.4 PKG_VERSION:=1.4.5
PKG_RELEASE:=5 PKG_RELEASE:=1
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> 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_BUILD_DIR:=$(BUILD_DIR)/gst-plugins-bad-$(PKG_VERSION)
PKG_SOURCE:=gst-plugins-bad-$(PKG_VERSION).tar.xz PKG_SOURCE:=gst-plugins-bad-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-plugins-bad/ 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_FIXUP:=autoreconf
PKG_INSTALL:=1 PKG_INSTALL:=1
@ -148,9 +148,11 @@ CONFIGURE_ARGS += \
--disable-schro \ --disable-schro \
--disable-zbar \ --disable-zbar \
--disable-srtp \ --disable-srtp \
--disable-hls \
\ \
--without-libiconv-prefix \ --without-libiconv-prefix \
--without-libintl-prefix \ --without-libintl-prefix \
--with-libgcrypt-prefix="$(STAGING_DIR)/usr" \
--without-x \ --without-x \
TARGET_CFLAGS+= -std=gnu99 TARGET_CFLAGS+= -std=gnu99

View 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 --- a/configure.ac
--- gst-plugins-bad-1.0.7-vanilla/configure.ac 2013-06-01 19:44:32.199308073 -0500 +++ b/configure.ac
+++ gst-plugins-bad-1.0.7/configure.ac 2013-06-01 19:45:27.754119344 -0500 @@ -3334,7 +3334,6 @@ ext/timidity/Makefile
@@ -2373,7 +2373,6 @@ ext/webp/Makefile
ext/timidity/Makefile
ext/xvid/Makefile ext/xvid/Makefile
ext/zbar/Makefile ext/zbar/Makefile
-po/Makefile.in -po/Makefile.in
docs/Makefile docs/Makefile
docs/plugins/Makefile docs/plugins/Makefile
docs/libs/Makefile docs/libs/Makefile
diff -u --recursive gst-plugins-bad-1.0.7-vanilla/Makefile.am gst-plugins-bad-1.0.7/Makefile.am --- a/Makefile.am
--- gst-plugins-bad-1.0.7-vanilla/Makefile.am 2013-06-01 19:44:32.165309412 -0500 +++ b/Makefile.am
+++ gst-plugins-bad-1.0.7/Makefile.am 2013-06-01 19:45:39.016675625 -0500 @@ -2,11 +2,11 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-d
@@ -2,11 +2,11 @@
SUBDIRS = \ SUBDIRS = \
gst-libs gst sys ext pkgconfig \ 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 before EXTRA_DIST for win32 assignment
include $(top_srcdir)/common/win32.mak 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 --- a/Makefile.in
--- gst-plugins-bad-1.0.7-vanilla/Makefile.in 2013-06-01 19:44:32.217307364 -0500 +++ b/Makefile.in
+++ gst-plugins-bad-1.0.7/Makefile.in 2013-06-01 19:45:44.624454691 -0500 @@ -739,11 +739,11 @@ wayland_scanner = @wayland_scanner@
@@ -636,11 +636,11 @@
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
SUBDIRS = \ SUBDIRS = \
gst-libs gst sys ext pkgconfig \ gst-libs gst sys ext pkgconfig \