mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
move package libdvdnav:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
47a2dabca5
commit
0f13fe838e
@ -1,27 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build libdvdread
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure2 --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--disable-debug \
|
||||
--disable-strip \
|
||||
--cc=$CC \
|
||||
--with-dvdread-config="$ROOT/$TOOLCHAIN/bin/dvdread-config" \
|
||||
|
||||
make
|
||||
|
||||
$MAKEINSTALL
|
||||
|
||||
$SED "s:\(['= ]\)/usr:\\1$SYSROOT_PREFIX/usr:g" \
|
||||
$SYSROOT_PREFIX/usr/bin/dvdnav-config
|
||||
|
||||
mv $SYSROOT_PREFIX/usr/bin/dvdnav-config $ROOT/$TOOLCHAIN/bin
|
@ -1,9 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install libdvdread
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp $PKG_BUILD/obj/libdvdnav.so $INSTALL/usr/lib/libdvdnav.so.4
|
||||
ln -sf libdvdnav.so.4 $INSTALL/usr/lib/libdvdnavmini.so.4
|
@ -1 +0,0 @@
|
||||
http://www1.mplayerhq.hu/MPlayer/releases/dvdnav/libdvdnav-4.1.3.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user