From e2aa4d4f2984be4ac89eaa2fbc1838b7ea057a59 Mon Sep 17 00:00:00 2001 From: SADA Kenji Date: Tue, 1 Dec 1998 22:33:47 +0000 Subject: New import: ports/audio/lamer Submitted by: Yoshiaki Uchikawa --- audio/lame/Makefile | 30 ++++++++++++++++++++++++++++++ audio/lame/distinfo | 2 ++ audio/lame/files/patch-aa | 21 +++++++++++++++++++++ audio/lame/pkg-comment | 1 + audio/lame/pkg-descr | 5 +++++ audio/lame/pkg-plist | 1 + 6 files changed, 60 insertions(+) create mode 100644 audio/lame/Makefile create mode 100644 audio/lame/distinfo create mode 100644 audio/lame/files/patch-aa create mode 100644 audio/lame/pkg-comment create mode 100644 audio/lame/pkg-descr create mode 100644 audio/lame/pkg-plist (limited to 'audio/lame') 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 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 -- cgit v1.2.3