summaryrefslogtreecommitdiffstats
path: root/normalize
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-01-22 11:38:02 +0100
committerpiernov <piernov@piernov.org>2012-01-22 11:38:02 +0100
commit50e5ce5b17e69be13228e2393c5804b0a79acfab (patch)
tree9845fa9af128d7fdd791755bb2be320f3ba2be4e /normalize
parent9626427c1a1d9c292fc519810c13b9a8073e777f (diff)
parent8548e8d6882b55dfb509b18dedfb7db17630037d (diff)
downloadnutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.gz
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.bz2
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.xz
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.zip
Merged with http://kiao.no-ip.info/NuTyX/git/nutyx-pakxe → Repository splitted → nutyx-extra
Diffstat (limited to 'normalize')
-rw-r--r--normalize/.footprint.i68614
-rw-r--r--normalize/.footprint.x86_6414
-rw-r--r--normalize/.md5sum.i6861
-rw-r--r--normalize/.md5sum.x86_641
-rw-r--r--normalize/Pkgfile29
5 files changed, 59 insertions, 0 deletions
diff --git a/normalize/.footprint.i686 b/normalize/.footprint.i686
new file mode 100644
index 000000000..a37f6eec6
--- /dev/null
+++ b/normalize/.footprint.i686
@@ -0,0 +1,14 @@
+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/normalize/.footprint.x86_64 b/normalize/.footprint.x86_64
new file mode 100644
index 000000000..a37f6eec6
--- /dev/null
+++ b/normalize/.footprint.x86_64
@@ -0,0 +1,14 @@
+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/normalize/.md5sum.i686 b/normalize/.md5sum.i686
new file mode 100644
index 000000000..8587cefc0
--- /dev/null
+++ b/normalize/.md5sum.i686
@@ -0,0 +1 @@
+1749b16fc7a08aa5d0cf9f76eeaa8436 normalize-0.7.7.tar.bz2
diff --git a/normalize/.md5sum.x86_64 b/normalize/.md5sum.x86_64
new file mode 100644
index 000000000..8587cefc0
--- /dev/null
+++ b/normalize/.md5sum.x86_64
@@ -0,0 +1 @@
+1749b16fc7a08aa5d0cf9f76eeaa8436 normalize-0.7.7.tar.bz2
diff --git a/normalize/Pkgfile b/normalize/Pkgfile
new file mode 100644
index 000000000..13dc26376
--- /dev/null
+++ b/normalize/Pkgfile
@@ -0,0 +1,29 @@
+# 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
+
+}
+