summaryrefslogtreecommitdiff
path: root/audio/lame
diff options
context:
space:
mode:
Diffstat (limited to 'audio/lame')
-rw-r--r--audio/lame/DESCR14
-rw-r--r--audio/lame/Makefile49
-rw-r--r--audio/lame/PLIST18
-rw-r--r--audio/lame/buildlink3.mk20
-rw-r--r--audio/lame/distinfo10
-rw-r--r--audio/lame/options.mk13
-rw-r--r--audio/lame/patches/patch-aa31
-rw-r--r--audio/lame/patches/patch-ab13
-rw-r--r--audio/lame/patches/patch-ac13
-rw-r--r--audio/lame/patches/patch-ad12
-rw-r--r--audio/lame/patches/patch-ae13
11 files changed, 0 insertions, 206 deletions
diff --git a/audio/lame/DESCR b/audio/lame/DESCR
deleted file mode 100644
index 33dcbf2f417..00000000000
--- a/audio/lame/DESCR
+++ /dev/null
@@ -1,14 +0,0 @@
-Following the great history of GNU naming, LAME originally stood for
-LAME Ain't an Mp3 Encoder. LAME started life as a GPL'd patch against
-the dist10 ISO demonstration source, and thus was incapable of
-producing an mp3 stream or even being compiled by itself. But in May
-2000, the last remnants of the ISO source code were replaced, and now
-LAME is the source code for a fully GPL'd MP3 encoder, with speed and
-quality to rival all commercial competitors.
-
-LAME is an educational tool to be used for learning about MP3
-encoding. The goal of the LAME project is to use the open source model
-to improve the psycho acoustics, noise shaping and speed of
-MP3. Another goal of the LAME project is to use these improvements for
-the basis of a patent free audio compression codec for the GNU
-project.
diff --git a/audio/lame/Makefile b/audio/lame/Makefile
deleted file mode 100644
index c9e206ed2ee..00000000000
--- a/audio/lame/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# $NetBSD: Makefile,v 1.57 2006/12/15 14:34:19 wiz Exp $
-#
-
-DISTNAME= lame-${VERS}
-CATEGORIES= audio
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lame/} \
- http://hive.me.gu.edu.au/not_lame/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://lame.sourceforge.net/
-COMMENT= Fast, high quality MP3 encoder
-
-VERS= 3.97
-
-LICENSE= lame-license
-
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
-USE_TOOLS+= gmake
-USE_LIBTOOL= yes
-USE_LANGUAGES= c c++
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --without-vorbis
-
-# Avoid an ICE in gcc2 on sparc64
-CONFIGURE_ENV+= F77=${FALSE:Q}
-
-LDFLAGS.SunOS+= -lm
-
-.include "options.mk"
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${MACHINE_ARCH} == "alpha"
-. include "../../math/libffm/buildlink3.mk"
-# double is faster than float on Alpha
-CFLAGS+= -O2 -Wall -fomit-frame-pointer -ffast-math -funroll-loops \
- -mfp-regs -fschedule-insns -fschedule-insns2 \
- -finline-functions -DFLOAT=double -DFLOAT_MAX=DBL_MAX
-.endif
-
-.if ${MACHINE_ARCH} == "i386" && ${OPSYS} != "SunOS" && ${OPSYS} != "Darwin"
-BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm
-CONFIGURE_ARGS+= --enable-nasm
-.endif
-
-.include "../../mk/curses.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/audio/lame/PLIST b/audio/lame/PLIST
deleted file mode 100644
index 70937b8144c..00000000000
--- a/audio/lame/PLIST
+++ /dev/null
@@ -1,18 +0,0 @@
-@comment $NetBSD: PLIST,v 1.6 2006/10/23 01:30:34 ben Exp $
-bin/lame
-include/lame/lame.h
-lib/libmp3lame.la
-man/man1/lame.1
-share/doc/lame/basic.html
-share/doc/lame/contributors.html
-share/doc/lame/examples.html
-share/doc/lame/history.html
-share/doc/lame/id3.html
-share/doc/lame/index.html
-share/doc/lame/lame.css
-share/doc/lame/modes.html
-share/doc/lame/node6.html
-share/doc/lame/presets.html
-share/doc/lame/switchs.html
-@dirrm share/doc/lame
-@dirrm include/lame
diff --git a/audio/lame/buildlink3.mk b/audio/lame/buildlink3.mk
deleted file mode 100644
index fa64eb83990..00000000000
--- a/audio/lame/buildlink3.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.9 2006/07/08 23:10:36 jlam Exp $
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
-LAME_BUILDLINK3_MK:= ${LAME_BUILDLINK3_MK}+
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+= lame
-.endif
-
-BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlame}
-BUILDLINK_PACKAGES+= lame
-BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}lame
-
-.if !empty(LAME_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.lame+= lame>=3.93.1nb2
-BUILDLINK_ABI_DEPENDS.lame+= lame>=3.96.1nb4
-BUILDLINK_PKGSRCDIR.lame?= ../../audio/lame
-.endif # LAME_BUILDLINK3_MK
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff --git a/audio/lame/distinfo b/audio/lame/distinfo
deleted file mode 100644
index 7943cc7e0ef..00000000000
--- a/audio/lame/distinfo
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: distinfo,v 1.16 2007/01/29 23:05:51 dmcmahill Exp $
-
-SHA1 (lame-3.97.tar.gz) = acf56065f4e31ce023b0f99002d537adb1ec09df
-RMD160 (lame-3.97.tar.gz) = 5c4cf02c0f4e10c4cd2ab610d62478b554cd0873
-Size (lame-3.97.tar.gz) = 1328058 bytes
-SHA1 (patch-aa) = 171a672d21f0bcef64867efebf8a772ce986cd80
-SHA1 (patch-ab) = 0d018fa85580f1653deaa61689c901af3e17b42c
-SHA1 (patch-ac) = dc1fe7bccdf15b293a0c655c2ddf651d25fada43
-SHA1 (patch-ad) = c6012f720b0d24775539dd915a1466ebbf065c62
-SHA1 (patch-ae) = 09935a5a63ba2e474cedc439b58dad18397d4a19
diff --git a/audio/lame/options.mk b/audio/lame/options.mk
deleted file mode 100644
index 0fcaef3df5a..00000000000
--- a/audio/lame/options.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD: options.mk,v 1.2 2005/10/05 13:29:49 wiz Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.lame
-PKG_SUPPORTED_OPTIONS= gtk
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mgtk)
-CONFIGURE_ENV+= GTK_CONFIG=${BUILDLINK_PREFIX.gtk}/bin/gtk-config
-. include "../../x11/gtk/buildlink3.mk"
-.else
-CONFIGURE_ARGS+= --disable-analyzer
-.endif
diff --git a/audio/lame/patches/patch-aa b/audio/lame/patches/patch-aa
deleted file mode 100644
index 066724e8ee6..00000000000
--- a/audio/lame/patches/patch-aa
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD: patch-aa,v 1.14 2007/01/29 23:05:51 dmcmahill Exp $
-
-name space collision with a #define in /usr/include/term.h on solaris-2.9
-
---- frontend/brhist.c.orig 2006-09-24 09:53:31.000000000 -0400
-+++ frontend/brhist.c
-@@ -429,7 +429,7 @@ stats_line(double *stat)
- void
- brhist_disp(const lame_global_flags * gf)
- {
-- int i, lines = 0;
-+ int i, mylines = 0;
- int br_hist[BRHIST_WIDTH]; /* how often a frame size was used */
- int br_sm_hist[BRHIST_WIDTH][4]; /* how often a special frame size/stereo mode commbination was used */
- int st_mode[4];
-@@ -456,13 +456,13 @@ brhist_disp(const lame_global_flags * gf
- if (most_often < br_hist[i])
- most_often = br_hist[i];
- if (br_hist[i])
-- ++lines;
-+ ++mylines;
- }
-
- for (i = 0; i < BRHIST_WIDTH; i++) {
- int show = br_hist[i];
- #ifdef RH_HIST
-- show = show && (lines > 1);
-+ show = show && (mylines > 1);
- #endif
- if (show
- || (i >= brhist.vbr_bitrate_min_index
diff --git a/audio/lame/patches/patch-ab b/audio/lame/patches/patch-ab
deleted file mode 100644
index 68c839b26ab..00000000000
--- a/audio/lame/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.8 2006/10/23 01:30:34 ben Exp $
-
---- doc/html/Makefile.in.orig 2006-09-24 13:53:31.000000000 +0000
-+++ doc/html/Makefile.in
-@@ -189,7 +189,7 @@ AUTOMAKE_OPTIONS = foreign ansi2knr
- docdir = $(datadir)/doc
- pkgdocdir = $(docdir)/$(PACKAGE)
- htmldir = $(docdir)/html
--pkghtmldir = $(pkgdocdir)/html
-+pkghtmldir = $(pkgdocdir)
- pkghtml_DATA = \
- basic.html \
- contributors.html \
diff --git a/audio/lame/patches/patch-ac b/audio/lame/patches/patch-ac
deleted file mode 100644
index 2130cec5843..00000000000
--- a/audio/lame/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.7 2006/10/23 01:30:34 ben Exp $
-
---- frontend/Makefile.in.orig 2006-09-24 13:53:31.000000000 +0000
-+++ frontend/Makefile.in
-@@ -156,7 +156,7 @@ LDADD = @LDADD@ \
- $(top_builddir)/libmp3lame/libmp3lame.la \
- @FRONTEND_LDADD@
-
--LDFLAGS = @LDFLAGS@ @FRONTEND_LDFLAGS@ -static
-+LDFLAGS = @LDFLAGS@ @FRONTEND_LDFLAGS@
- LIBOBJS = @LIBOBJS@
- LIBS = @LIBS@
- LIBTOOL = @LIBTOOL@
diff --git a/audio/lame/patches/patch-ad b/audio/lame/patches/patch-ad
deleted file mode 100644
index 5887e4771fa..00000000000
--- a/audio/lame/patches/patch-ad
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ad,v 1.2 2006/10/23 01:30:34 ben Exp $
-
---- libmp3lame/machine.h.orig 2006-09-24 13:53:32.000000000 +0000
-+++ libmp3lame/machine.h
-@@ -111,6 +111,7 @@ char *strchr (), *strrchr ();
- # include <float.h>
- # define FLOAT_MAX FLT_MAX
- #else
-+# include <float.h>
- # ifndef FLOAT
- typedef float FLOAT;
- # ifdef FLT_MAX
diff --git a/audio/lame/patches/patch-ae b/audio/lame/patches/patch-ae
deleted file mode 100644
index 10f07c4ff90..00000000000
--- a/audio/lame/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.2 2006/10/23 01:30:34 ben Exp $
-
---- libmp3lame/gain_analysis.c.orig 2006-09-24 13:53:32.000000000 +0000
-+++ libmp3lame/gain_analysis.c
-@@ -248,7 +248,7 @@ InitGainAnalysis (replaygain_t* rgData,
-
- /* returns GAIN_ANALYSIS_OK if successful, GAIN_ANALYSIS_ERROR if not */
-
--static __inline double fsqr(const double d)
-+static inline double fsqr(const double d)
- { return d*d;
- }
-