summaryrefslogtreecommitdiff
path: root/normalize
diff options
context:
space:
mode:
authorHan Boetes <han@mijncomputer.nl>2006-12-19 22:23:02 +0100
committerHan Boetes <han@mijncomputer.nl>2006-12-19 22:23:02 +0100
commit1f07d5e6d90c004e1219309a11e8660953be99dc (patch)
treeb0628d7042c02eb6130e649f1a49b755abdf81ed /normalize
parent610f27d0996e05c0790fee1471be5e5bd9bf75c0 (diff)
downloadcontrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.gz
contrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.xz
pulled my ports from contrib after threats. Sorry for the people who like them, you can find them in my repo
Diffstat (limited to 'normalize')
-rw-r--r--normalize/.footprint8
-rw-r--r--normalize/.md5sum1
-rw-r--r--normalize/Pkgfile22
-rw-r--r--normalize/README1
4 files changed, 0 insertions, 32 deletions
diff --git a/normalize/.footprint b/normalize/.footprint
deleted file mode 100644
index 94e14e947..000000000
--- a/normalize/.footprint
+++ /dev/null
@@ -1,8 +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
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/normalize-mp3.1.gz
--rw-r--r-- root/root usr/man/man1/normalize.1.gz
diff --git a/normalize/.md5sum b/normalize/.md5sum
deleted file mode 100644
index a2c4dada8..000000000
--- a/normalize/.md5sum
+++ /dev/null
@@ -1 +0,0 @@
-db5b18bf661a5317fbc507b020b8c643 normalize-0.7.7.tar.gz
diff --git a/normalize/Pkgfile b/normalize/Pkgfile
deleted file mode 100644
index 2d2c8253f..000000000
--- a/normalize/Pkgfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Description: normalize mp3 and wav files
-# URL: http://normalize.nongnu.org/
-# Packager: Markus Heinz <su1690@studserver.uni-dortmund.de>
-# Maintainer: Han Boetes <han@mijncomputer.nl>
-# Depends on: lame libmad
-
-name=normalize
-version=0.7.7
-release=1
-source="http://savannah.nongnu.org/download/normalize/normalize-$version.tar.gz"
-
-build()
-{
- cd $name-$version
- ./configure \
- --prefix=/usr \
- --disable-nls
- make
- make install DESTDIR=$PKG
- # Don't make and or use this for oggs. Use vorbisgain.
- rm $PKG/usr/bin/${name}-ogg
-}
diff --git a/normalize/README b/normalize/README
deleted file mode 100644
index 86a57bb7b..000000000
--- a/normalize/README
+++ /dev/null
@@ -1 +0,0 @@
-If you want to normalize ogg vorbis files take a look at vorbisgain

Generated by cgit