summaryrefslogtreecommitdiff
path: root/audio/lame
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>1998-12-01 22:33:47 +0000
committerSADA Kenji <sada@FreeBSD.org>1998-12-01 22:33:47 +0000
commite2aa4d4f2984be4ac89eaa2fbc1838b7ea057a59 (patch)
tree001500ceb595b9dc2966280a245965bf6d0ee098 /audio/lame
parentActivate mbx2mbox. (diff)
New import: ports/audio/lamer
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
Notes
Notes: svn path=/head/; revision=15031
Diffstat (limited to 'audio/lame')
-rw-r--r--audio/lame/Makefile30
-rw-r--r--audio/lame/distinfo2
-rw-r--r--audio/lame/files/patch-aa21
-rw-r--r--audio/lame/pkg-comment1
-rw-r--r--audio/lame/pkg-descr5
-rw-r--r--audio/lame/pkg-plist1
6 files changed, 60 insertions, 0 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile
new file mode 100644
index 000000000000..6039b1372734
--- /dev/null
+++ b/audio/lame/Makefile
@@ -0,0 +1,30 @@
+# ports collection makefile for: lame
+# Version required: 2.1f
+# Date created: November 1998
+# Whom: yoshiaki Uchikawa
+#
+# $Id:$
+#
+
+DISTNAME= dist10
+PKGNAME= lamer-2.1f
+CATEGORIES= audio
+MASTER_SITES= ftp://ftp.tnt.uni-hannover.de/pub/MPEG/audio/mpeg2/software/technical_report/ \
+ ftp://ftp.deva.net/pub/sources/sound/codecs/mpeg/
+
+PATCH_SITES= http://student.uq.edu.au/~s302585/lame/files/
+PATCHFILES= dist10patch-2.1f.gz
+
+MAINTAINER= yoshiaki@kt.rim.or.jp
+
+PATCH_DIST_STRIP = -p1
+
+WRKSRC= ${WRKDIR}/dist10/lsf/encoder/
+USE_GMAKE= YES
+ALL_TARGET= lamer
+RESTRICTED= Condition is not clear
+
+do-install:
+ ( cd ${WRKSRC}; ${INSTALL_PROGRAM} lamer ${PREFIX}/bin )
+
+.include <bsd.port.mk>
diff --git a/audio/lame/distinfo b/audio/lame/distinfo
new file mode 100644
index 000000000000..0a3ad50d491a
--- /dev/null
+++ b/audio/lame/distinfo
@@ -0,0 +1,2 @@
+MD5 (dist10.tar.gz) = 62cee8daa6041b8a2d0a9a1ef18163b4
+MD5 (dist10patch-2.1f.gz) = e023baef3d7772d0a3deff0906eaabb0
diff --git a/audio/lame/files/patch-aa b/audio/lame/files/patch-aa
new file mode 100644
index 000000000000..122ddd7435a2
--- /dev/null
+++ b/audio/lame/files/patch-aa
@@ -0,0 +1,21 @@
+--- Makefile.orig Sun Nov 29 17:40:32 1998
++++ Makefile Sun Nov 29 17:41:27 1998
+@@ -17,7 +17,7 @@
+ ## Received from Mike Coleman
+ ############################################################################
+
+-CC = egcc
++CC = gcc
+
+ c_sources = \
+ common.c \
+@@ -43,8 +43,7 @@
+
+ #CC_SWITCHES = -O3 -DUNIX -DBS_FORMAT=BINARY $(NINT_SWITCH) -DNDEBUG
+ CC_SWITCHES = -O9 -DUNIX -DBS_FORMAT=BINARY $(NINT_SWITCH) -DNDEBUG \
+- -funroll-loops -fstrength-reduce -ffast-math -malign-functions=4 \
+- -malign-jumps=4 -malign-loops=4 -enable-i386-hacks -mpentium
++ -funroll-loops -fstrength-reduce -ffast-math
+ EXTRA_SWITCHES =
+
+ PGM = lamer
diff --git a/audio/lame/pkg-comment b/audio/lame/pkg-comment
new file mode 100644
index 000000000000..79bd3134670f
--- /dev/null
+++ b/audio/lame/pkg-comment
@@ -0,0 +1 @@
+ISO code based first MP3 encorder patch kit
diff --git a/audio/lame/pkg-descr b/audio/lame/pkg-descr
new file mode 100644
index 000000000000..73fac5d2e199
--- /dev/null
+++ b/audio/lame/pkg-descr
@@ -0,0 +1,5 @@
+LAME stands for LAME Ain't an Mp3 Encoder.
+
+The dist10patch is totally incapable of producing an mp3
+stream. It is incapable of even being compiled by itself.
+It is patch for dist10 ISO distribution.
diff --git a/audio/lame/pkg-plist b/audio/lame/pkg-plist
new file mode 100644
index 000000000000..fbc76f2195f0
--- /dev/null
+++ b/audio/lame/pkg-plist
@@ -0,0 +1 @@
+bin/lamer