@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME := gstreamer1
PKG_NAME := gstreamer1
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>
@ -25,6 +25,7 @@ PKG_HASH:=27a3211eb5c3f6929c5f123ffecaac0ea6e9ed6b93be879c033a7d5af13ad7e6
PKG_FIXUP := autoreconf
PKG_FIXUP := autoreconf
PKG_REMOVE_FILES := autogen.sh aclocal.m4
PKG_REMOVE_FILES := autogen.sh aclocal.m4
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
@ -118,13 +119,20 @@ GST_VERSION:=1.0
CONFIGURE_ARGS += \
CONFIGURE_ARGS += \
--enable-static \
--enable-static \
--disable-Bsymbolic \
--disable-benchmarks \
--disable-benchmarks \
--disable-debug \
--disable-examples \
--disable-examples \
--disable-failing-tests \
--disable-failing-tests \
--disable-fatal-warnings \
--disable-fatal-warnings \
--disable-introspection \
--disable-introspection \
--disable-glib-asserts \
--disable-gobject-cast-checks \
--disable-gst-tracer-hooks \
--disable-gst-tracer-hooks \
--disable-gst-debug \
--disable-gtk-doc-html \
--disable-gtk-doc-html \
--disable-option-parsing \
--disable-rpath \
--disable-tests \
--disable-tests \
--disable-valgrind \
--disable-valgrind \
--without-dw \
--without-dw \
@ -132,10 +140,6 @@ CONFIGURE_ARGS += \
--without-libintl-prefix \
--without-libintl-prefix \
--without-unwind
--without-unwind
EXTRA_LDFLAGS += \
-Wl,-rpath-link= $( STAGING_DIR) /usr/lib \
$( if $( ICONV_FULL) ,-liconv)
d e f i n e B u i l d / I n s t a l l D e v
d e f i n e B u i l d / I n s t a l l D e v
$( INSTALL_DIR) $( 1) /usr/include/gstreamer-$( GST_VERSION)
$( INSTALL_DIR) $( 1) /usr/include/gstreamer-$( GST_VERSION)
( cd $( PKG_INSTALL_DIR) ; $( CP) \
( cd $( PKG_INSTALL_DIR) ; $( CP) \