@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME := gst1-plugins-bad
PKG_NAME := gst1-plugins-bad
PKG_VERSION := 1.15.2
PKG_VERSION := 1.15.2
PKG_RELEASE := 1
PKG_RELEASE := 2
PKG_MAINTAINER := W. Michael Petullo <mike@flyn.org> \
PKG_MAINTAINER := W. Michael Petullo <mike@flyn.org> \
Ted Hess <thess@kitschensync.net>
Ted Hess <thess@kitschensync.net>
@ -23,6 +23,7 @@ PKG_SOURCE_URL:=http://gstreamer.freedesktop.org/src/gst-plugins-bad/
PKG_HASH := eafbb705190ca6dbf0e5dfbe1bc3d0f217fbc2a828037b5ede12d3611b9f9bd7
PKG_HASH := eafbb705190ca6dbf0e5dfbe1bc3d0f217fbc2a828037b5ede12d3611b9f9bd7
PKG_FIXUP := autoreconf
PKG_FIXUP := autoreconf
PKG_BUILD_PARALLEL := 1
PKG_INSTALL := 1
PKG_INSTALL := 1
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
i n c l u d e $( INCLUDE_DIR ) / p a c k a g e . m k
@ -96,9 +97,16 @@ endef
GST_VERSION := 1.0
GST_VERSION := 1.0
CONFIGURE_ARGS += \
CONFIGURE_ARGS += \
--disable-Bsymbolic \
--disable-debug \
--disable-debug \
--disable-examples \
--disable-examples \
--disable-nls \
--disable-fatal-warnings \
--disable-glib-asserts \
--disable-gobject-cast-checks \
--disable-gtk-doc-html \
--disable-introspection \
--disable-valgrind \
--disable-rpath \
\
\
--disable-directsound \
--disable-directsound \
--disable-directdraw \
--disable-directdraw \
@ -147,17 +155,11 @@ CONFIGURE_ARGS += \
--disable-zbar \
--disable-zbar \
--disable-srtp \
--disable-srtp \
\
\
--without-html-dir \
--without-libiconv-prefix \
--without-libiconv-prefix \
--without-libintl-prefix \
--without-libintl-prefix \
--with-libgcrypt-prefix= " $( STAGING_DIR) /usr " \
--with-libgcrypt-prefix= " $( STAGING_DIR) /usr " \
--without-x \
TARGET_CFLAGS += -std= gnu99
EXTRA_LDFLAGS += \
-Wl,-rpath-link= $( STAGING_DIR) /usr/lib \
$( if $( ICONV_FULL) ,-liconv) \
--with-pic
d e f i n e P a c k a g e / g s t 1 - p l u g i n s - b a d / i n s t a l l
d e f i n e P a c k a g e / g s t 1 - p l u g i n s - b a d / i n s t a l l
/bin/true
/bin/true