diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-02 20:15:24 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-02 20:15:24 +0100 |
commit | 7ab7b078079db0ec8713067bd21d26fb1df8ff62 (patch) | |
tree | e68d262f40945e547a793b2475da447a74673248 /extra | |
parent | ae548101a52d2c728afad7bad76874baa5ffa6e1 (diff) | |
download | nutyx-extra-7ab7b078079db0ec8713067bd21d26fb1df8ff62.tar.gz nutyx-extra-7ab7b078079db0ec8713067bd21d26fb1df8ff62.tar.bz2 nutyx-extra-7ab7b078079db0ec8713067bd21d26fb1df8ff62.tar.xz nutyx-extra-7ab7b078079db0ec8713067bd21d26fb1df8ff62.zip |
libmad, déplacé dans base et nettoyage du paquet
Diffstat (limited to 'extra')
-rw-r--r-- | extra/libmad/.footprint | 11 | ||||
-rw-r--r-- | extra/libmad/.md5sum | 3 | ||||
-rwxr-xr-x | extra/libmad/Pkgfile | 37 | ||||
-rw-r--r-- | extra/libmad/libmad.patch | 13 | ||||
-rw-r--r-- | extra/libmad/mad.pc | 11 |
5 files changed, 0 insertions, 75 deletions
diff --git a/extra/libmad/.footprint b/extra/libmad/.footprint deleted file mode 100644 index 0325aa9ae..000000000 --- a/extra/libmad/.footprint +++ /dev/null @@ -1,11 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/include/ --rw-r--r-- root/root usr/include/mad.h -drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libmad.a --rwxr-xr-x root/root usr/lib/libmad.la -lrwxrwxrwx root/root usr/lib/libmad.so -> libmad.so.0.2.1 -lrwxrwxrwx root/root usr/lib/libmad.so.0 -> libmad.so.0.2.1 --rwxr-xr-x root/root usr/lib/libmad.so.0.2.1 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/mad.pc diff --git a/extra/libmad/.md5sum b/extra/libmad/.md5sum deleted file mode 100644 index 10e9cd31c..000000000 --- a/extra/libmad/.md5sum +++ /dev/null @@ -1,3 +0,0 @@ -1be543bc30c56fb6bea1d7bf6a64e66c libmad-0.15.1b.tar.gz -2612dee908a8ab4ceae5c7e552c70ab0 libmad.patch -5cc156f1f0ba8c6226656244480da852 mad.pc diff --git a/extra/libmad/Pkgfile b/extra/libmad/Pkgfile deleted file mode 100755 index 3fc11848b..000000000 --- a/extra/libmad/Pkgfile +++ /dev/null @@ -1,37 +0,0 @@ -# Description: Décodeur MPEG audio de haute qualité -# URL: http://www.underbit.com/products/mad/ -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: - -name=libmad -version=0.15.1b -release=2 -source=(ftp://ftp.mars.org/pub/mpeg/$name-$version.tar.gz\ - mad.pc libmad.patch) - - -build() { - mkdir -p $PKG/usr/lib/pkgconfig/ -# sed "s/#version#/$version/" mad.pc > $PKG/usr/lib/pkgconfig/mad.pc - cd $name-$version - patch -Np1 -i ../libmad.patch - ./configure --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info - make - make DESTDIR=$PKG install -cat > $PKG/usr/lib/pkgconfig/mad.pc << "EOF" -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include - -Name: mad -Description: MPEG audio decoder -Requires: -Version: 0.15.1b -Libs: -L${libdir} -lmad -Cflags: -I${includedir} -EOF -} diff --git a/extra/libmad/libmad.patch b/extra/libmad/libmad.patch deleted file mode 100644 index a6120254c..000000000 --- a/extra/libmad/libmad.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -ur libmad.old/configure.ac libmad-0.15.1b/configure.ac ---- libmad.old/configure.ac 2004-01-23 09:41:32.000000000 +0000 -+++ libmad-0.15.1b/configure.ac 2007-12-26 21:06:35.000000000 +0000 -@@ -140,7 +140,7 @@ - case "$optimize" in - -O|"-O "*) - optimize="-O" -- optimize="$optimize -fforce-mem" -+ : #optimize="$optimize -fforce-mem" - optimize="$optimize -fforce-addr" - : #x optimize="$optimize -finline-functions" - : #- optimize="$optimize -fstrength-reduce" - diff --git a/extra/libmad/mad.pc b/extra/libmad/mad.pc deleted file mode 100644 index 7205d9ce2..000000000 --- a/extra/libmad/mad.pc +++ /dev/null @@ -1,11 +0,0 @@ -prefix=/usr -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include - -Name: mad -Description: MPEG audio decoder -Requires: -Version: #version# -Libs: -L${libdir} -lmad -Cflags: -I${includedir} |