forked from ports/contrib
libmpcdec: taken over
This commit is contained in:
parent
afb4eaf707
commit
d5158a8bb9
16
libmpcdec/.footprint
Normal file
16
libmpcdec/.footprint
Normal file
@ -0,0 +1,16 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/mpcdec/
|
||||
-rw-r--r-- root/root usr/include/mpcdec/config_types.h
|
||||
-rw-r--r-- root/root usr/include/mpcdec/decoder.h
|
||||
-rw-r--r-- root/root usr/include/mpcdec/huffman.h
|
||||
-rw-r--r-- root/root usr/include/mpcdec/math.h
|
||||
-rw-r--r-- root/root usr/include/mpcdec/mpcdec.h
|
||||
-rw-r--r-- root/root usr/include/mpcdec/reader.h
|
||||
-rw-r--r-- root/root usr/include/mpcdec/requant.h
|
||||
-rw-r--r-- root/root usr/include/mpcdec/streaminfo.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rwxr-xr-x root/root usr/lib/libmpcdec.la
|
||||
lrwxrwxrwx root/root usr/lib/libmpcdec.so -> libmpcdec.so.3.2.1
|
||||
lrwxrwxrwx root/root usr/lib/libmpcdec.so.3 -> libmpcdec.so.3.2.1
|
||||
-rwxr-xr-x root/root usr/lib/libmpcdec.so.3.2.1
|
1
libmpcdec/.md5sum
Normal file
1
libmpcdec/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
9ce052b671df5a76e0e7f2b2eb037798 libmpcdec-1.2.4.tar.bz2
|
21
libmpcdec/Pkgfile
Normal file
21
libmpcdec/Pkgfile
Normal file
@ -0,0 +1,21 @@
|
||||
# Description: Encoder, Decoder and replaygain for Musepack audio streams.
|
||||
# URL: http://www.musepack.net/
|
||||
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
|
||||
# Packager: Jukka Heino, vector at pp dot nic dot fi
|
||||
# Depends on: nasm
|
||||
|
||||
name=libmpcdec
|
||||
version=1.2.4
|
||||
release=1
|
||||
source=(http://files.musepack.net/source/libmpcdec-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd libmpcdec-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-static
|
||||
|
||||
make && make install DESTDIR=$PKG
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user