mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
new package:
- add package enca
This commit is contained in:
parent
e58cf7379b
commit
ed02eba726
28
packages/other/enca/build
Executable file
28
packages/other/enca/build
Executable file
@ -0,0 +1,28 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
$SCRIPTS/build toolchain
|
||||||
|
|
||||||
|
cd $PKG_BUILD
|
||||||
|
ac_cv_file__dev_random=yes \
|
||||||
|
ac_cv_file__dev_urandom=no \
|
||||||
|
ac_cv_file__dev_srandom=no \
|
||||||
|
ac_cv_file__dev_arandom=no \
|
||||||
|
CPPFLAGS="-I$SYSROOT_PREFIX/usr/include" \
|
||||||
|
./configure --host=$TARGET_NAME \
|
||||||
|
--build=$HOST_NAME \
|
||||||
|
--prefix=/usr \
|
||||||
|
--exec-prefix=/usr \
|
||||||
|
--sysconfdir=/etc \
|
||||||
|
--datadir=/usr/share \
|
||||||
|
--enable-shared \
|
||||||
|
--disable-static \
|
||||||
|
|
||||||
|
make CC=$HOST_CC CPPFLAGS="" -C tools
|
||||||
|
make
|
||||||
|
|
||||||
|
$MAKEINSTALL -C lib
|
||||||
|
|
||||||
|
mkdir -p $SYSROOT_PREFIX/usr/lib/pkgconfig
|
||||||
|
cp enca.pc $SYSROOT_PREFIX/usr/lib/pkgconfig
|
7
packages/other/enca/install
Executable file
7
packages/other/enca/install
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. config/options
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/lib
|
||||||
|
cp $PKG_BUILD/lib/.libs/*.so* $INSTALL/usr/lib
|
||||||
|
|
12556
packages/other/enca/patches/10-enca-crosscompile.diff
Normal file
12556
packages/other/enca/patches/10-enca-crosscompile.diff
Normal file
File diff suppressed because it is too large
Load Diff
1
packages/other/enca/url
Normal file
1
packages/other/enca/url
Normal file
@ -0,0 +1 @@
|
|||||||
|
http://dl.cihar.com/enca/enca-1.11.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user