mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-26 04:06:46 +00:00
move package gstreamer:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
301bd19dda
commit
dd9719a45f
@ -1,26 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/build toolchain
|
|
||||||
$SCRIPTS/build glib
|
|
||||||
$SCRIPTS/build libxml2
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
|
||||||
./configure --host=$TARGET_NAME \
|
|
||||||
--build=$HOST_NAME \
|
|
||||||
--prefix=/usr \
|
|
||||||
--sysconfdir=/etc \
|
|
||||||
--localstatedir=/var \
|
|
||||||
--disable-static \
|
|
||||||
--enable-shared \
|
|
||||||
--with-check=no \
|
|
||||||
--disable-docbook \
|
|
||||||
--disable-gtk-doc \
|
|
||||||
--disable-examples \
|
|
||||||
--disable-tests \
|
|
||||||
--disable-failing-tests \
|
|
||||||
|
|
||||||
make
|
|
||||||
|
|
||||||
$MAKEINSTALL
|
|
@ -1,19 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. config/options
|
|
||||||
|
|
||||||
$SCRIPTS/install glib
|
|
||||||
$SCRIPTS/install libxml2
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib
|
|
||||||
cp -PR `find $PKG_BUILD/{gst,libs} -name *.so*` $INSTALL/usr/lib
|
|
||||||
rm -rf `find $INSTALL/usr/lib -name libgst*.so*T`
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib/gstreamer-0.10
|
|
||||||
cp -PR `find $PKG_BUILD/plugins -name *.so` $INSTALL/usr/lib/gstreamer-0.10
|
|
||||||
|
|
||||||
if [ "$DEVTOOLS" = yes ]; then
|
|
||||||
mkdir -p $INSTALL/usr/bin
|
|
||||||
cp -PR $PKG_BUILD/tools/gst-launch $INSTALL/usr/bin
|
|
||||||
cp -PR $PKG_BUILD/tools/.libs/* $INSTALL/usr/bin
|
|
||||||
fi
|
|
@ -1 +0,0 @@
|
|||||||
http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.25.tar.bz2
|
|
Loading…
x
Reference in New Issue
Block a user