diff options
author | tnut <tnut at nutyx dot com> | 2012-01-08 12:15:45 +0100 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-01-08 12:15:45 +0100 |
commit | 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch) | |
tree | 819b14ab0377fe2054fe59866669d904e9e0b4b5 /extra/normalize | |
parent | c9972ec7f32bf9d37388e853fe9bf633e242d05a (diff) | |
download | nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2 nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip |
split de git pakxe et NuTyX-extra
Diffstat (limited to 'extra/normalize')
-rw-r--r-- | extra/normalize/.footprint.i686 | 14 | ||||
-rw-r--r-- | extra/normalize/.footprint.x86_64 | 14 | ||||
-rw-r--r-- | extra/normalize/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/normalize/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/normalize/Pkgfile | 29 |
5 files changed, 0 insertions, 59 deletions
diff --git a/extra/normalize/.footprint.i686 b/extra/normalize/.footprint.i686 deleted file mode 100644 index a37f6eec6..000000000 --- a/extra/normalize/.footprint.i686 +++ /dev/null @@ -1,14 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/normalize --rwxr-xr-x root/root usr/bin/normalize-mp3 -lrwxrwxrwx root/root usr/bin/normalize-ogg -> normalize-mp3 -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/locale/ -drwxr-xr-x root/root usr/share/locale/fr/ -drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ --rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/normalize.mo -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/normalize-mp3.1.gz --rw-r--r-- root/root usr/share/man/man1/normalize.1.gz diff --git a/extra/normalize/.footprint.x86_64 b/extra/normalize/.footprint.x86_64 deleted file mode 100644 index a37f6eec6..000000000 --- a/extra/normalize/.footprint.x86_64 +++ /dev/null @@ -1,14 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/normalize --rwxr-xr-x root/root usr/bin/normalize-mp3 -lrwxrwxrwx root/root usr/bin/normalize-ogg -> normalize-mp3 -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/locale/ -drwxr-xr-x root/root usr/share/locale/fr/ -drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ --rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/normalize.mo -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/normalize-mp3.1.gz --rw-r--r-- root/root usr/share/man/man1/normalize.1.gz diff --git a/extra/normalize/.md5sum.i686 b/extra/normalize/.md5sum.i686 deleted file mode 100644 index 8587cefc0..000000000 --- a/extra/normalize/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -1749b16fc7a08aa5d0cf9f76eeaa8436 normalize-0.7.7.tar.bz2 diff --git a/extra/normalize/.md5sum.x86_64 b/extra/normalize/.md5sum.x86_64 deleted file mode 100644 index 8587cefc0..000000000 --- a/extra/normalize/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -1749b16fc7a08aa5d0cf9f76eeaa8436 normalize-0.7.7.tar.bz2 diff --git a/extra/normalize/Pkgfile b/extra/normalize/Pkgfile deleted file mode 100644 index 13dc26376..000000000 --- a/extra/normalize/Pkgfile +++ /dev/null @@ -1,29 +0,0 @@ -# Description: Permet d'ajuster le volume des fichiers WAV -# URL: http://normalize.nongnu.org/ -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: audiofile, libmad -# Run on: audiofile,libmad - -name=normalize -version=0.7.7 -release=1 -source=( http://download.savannah.gnu.org/releases/$name/$name-$version.tar.bz2) - - -build() { - cd $name-$version - ./configure --prefix=/usr \ - --mandir=/usr/share/man \ - --with-audiofile \ - --with-mad \ - --infodir=/usr/share/info - make - make prefix=$PKG/usr \ - mandir=$PKG/usr/share/man \ - infodir=$PKG/usr/share/info \ - libdir=$PKG/usr/lib \ - sysconfdir=$PKG/etc install - -} - |