mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
move package gst-rtsp:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
4439eb89d8
commit
301bd19dda
@ -1,21 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build gstreamer
|
||||
$SCRIPTS/build glib
|
||||
$SCRIPTS/build Python
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
|
||||
make
|
||||
|
||||
$MAKEINSTALL
|
@ -1,18 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install gstreamer
|
||||
$SCRIPTS/install glib
|
||||
$SCRIPTS/install Python
|
||||
|
||||
PYTHON_LIB_DIR=`ls -d $INSTALL/usr/lib/python*`
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/gst/rtsp-server/.libs/*.so* $INSTALL/usr/lib/
|
||||
|
||||
mkdir -p $PYTHON_LIB_DIR/site-packages/gst-0.10/gst
|
||||
cp -PR $PKG_BUILD/bindings/python/.libs/*.so $PYTHON_LIB_DIR/site-packages/gst-0.10/gst
|
||||
|
||||
mkdir -p $INSTALL/usr/share/gst-rtsp/0.10/defs
|
||||
cp -PR $PKG_BUILD/bindings/python/*.defs $INSTALL/usr/share/gst-rtsp/0.10/defs
|
@ -1 +0,0 @@
|
||||
http://people.freedesktop.org/~wtay/gst-rtsp-0.10.3.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user