mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
new package:
- add musepack (libmpcdec)
This commit is contained in:
parent
535ed80e7e
commit
846e902de2
19
packages/audio/musepack/build
Executable file
19
packages/audio/musepack/build
Executable file
@ -0,0 +1,19 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--exec-prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--datadir=/usr/share \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
|
||||
make -C libmpcdec
|
||||
|
||||
$MAKEINSTALL -C libmpcdec
|
7
packages/audio/musepack/install
Executable file
7
packages/audio/musepack/install
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp $PKG_BUILD/libmpcdec/.libs/*.so* $INSTALL/usr/lib
|
||||
|
1
packages/audio/musepack/url
Normal file
1
packages/audio/musepack/url
Normal file
@ -0,0 +1 @@
|
||||
http://sources.openelec.tv/svn/musepack-435.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user