mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
move package libtheora:
- no more need, move to pkg-archive branch
This commit is contained in:
parent
73d2b29f0d
commit
c52b4eca80
@ -1,30 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build libogg
|
||||
$SCRIPTS/build libvorbis
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--disable-examples \
|
||||
--disable-sdltest \
|
||||
--disable-dependency-tracking \
|
||||
--with-ogg=$SYSROOT_PREFIX/usr \
|
||||
--with-ogg-libraries=$SYSROOT_PREFIX/usr/lib \
|
||||
--with-ogg-includes=$SYSROOT_PREFIX/usr/include \
|
||||
--with-vorbis=$SYSROOT_PREFIX/usr \
|
||||
--with-vorbis-libraries=$SYSROOT_PREFIX/usr/lib \
|
||||
--with-vorbis-includes=$SYSROOT_PREFIX/usr/include \
|
||||
|
||||
make -C lib
|
||||
|
||||
make DESTDIR=$SYSROOT_PREFIX -C lib install
|
||||
make DESTDIR=$SYSROOT_PREFIX -C include install
|
||||
make DESTDIR=$SYSROOT_PREFIX install-pkgconfigDATA
|
@ -1,9 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/install libogg
|
||||
$SCRIPTS/install libvorbis
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/lib/.libs/libtheora*.so* $INSTALL/usr/lib
|
@ -1 +0,0 @@
|
||||
http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user