diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-30 04:44:49 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-30 04:44:49 +0800 |
commit | 3720200c81529438b585b954fb2a7cb554bc85da (patch) | |
tree | 4a46a174b0483b807518a1c040e9b9a9b9925937 /audio | |
parent | c1533e0ca55a41443bb2609847e9082f7ad4e776 (diff) | |
download | freebsd-ports-graphics-3720200c81529438b585b954fb2a7cb554bc85da.tar.gz freebsd-ports-graphics-3720200c81529438b585b954fb2a7cb554bc85da.tar.zst freebsd-ports-graphics-3720200c81529438b585b954fb2a7cb554bc85da.zip |
Update to lame 3.70
PR: 18119
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
Reviewed by: maintainer
Diffstat (limited to 'audio')
-rw-r--r-- | audio/lame/Makefile | 4 | ||||
-rw-r--r-- | audio/lame/distinfo | 2 | ||||
-rw-r--r-- | audio/lame/files/patch-aa | 10 | ||||
-rw-r--r-- | audio/lame/files/patch-ab | 16 | ||||
-rw-r--r-- | audio/lame/pkg-plist | 2 |
5 files changed, 18 insertions, 16 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile index 9961f416ce3..0e8e5b3c7f3 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -6,13 +6,13 @@ # PORTNAME= lame -PORTVERSION= 3.51 +PORTVERSION= 3.70 CATEGORIES= audio MASTER_SITES= ftp://ftp.sunet.se/pub/multimedia/Berkeley/mpeg2/conformance-bitstreams/audio/mpeg2/software/technical_report/ DISTNAME= dist10 PATCH_SITES= http://www.sulaco.org/mp3/download/patches/ -PATCHFILES= lame3.51.patch.gz +PATCHFILES= lame${PORTVERSION}.patch.gz MAINTAINER= yoshiaki@kt.rim.or.jp diff --git a/audio/lame/distinfo b/audio/lame/distinfo index d17d15061b2..9dc06291af2 100644 --- a/audio/lame/distinfo +++ b/audio/lame/distinfo @@ -1,2 +1,2 @@ MD5 (dist10.tar.gz) = 62cee8daa6041b8a2d0a9a1ef18163b4 -MD5 (lame3.51.patch.gz) = 4c693768e201f31572f5347e5f3ca63d +MD5 (lame3.70.patch.gz) = f7fcd906232887db53a81fc5c573aac4 diff --git a/audio/lame/files/patch-aa b/audio/lame/files/patch-aa index 779df763a85..e13ac22e432 100644 --- a/audio/lame/files/patch-aa +++ b/audio/lame/files/patch-aa @@ -1,15 +1,15 @@ ---- Makefile.orig Fri Nov 12 01:28:34 1999 -+++ Makefile Fri Nov 12 01:39:22 1999 +--- Makefile.orig Thu Apr 20 01:50:18 2000 ++++ Makefile Thu Apr 20 01:50:39 2000 @@ -12,7 +12,7 @@ # defaults: PGM = lame CC = gcc --CC_OPTS = -O +-CC_OPTS = -O +CC_OPTS = ${CFLAGS} GTK = GTKLIBS = - SNDLIB = -@@ -106,8 +106,10 @@ + SNDLIB = -DLAMESNDFILE +@@ -136,8 +136,10 @@ ########################################################################## ifeq ($(UNAME),FreeBSD) # remove if you do not have GTK or do not want the GTK frame analyzer diff --git a/audio/lame/files/patch-ab b/audio/lame/files/patch-ab index fb990c627bd..f176e88302a 100644 --- a/audio/lame/files/patch-ab +++ b/audio/lame/files/patch-ab @@ -1,11 +1,11 @@ ---- lame.c.orig Fri Nov 12 01:44:46 1999 -+++ lame.c Fri Nov 12 01:44:35 1999 -@@ -1288,7 +1288,7 @@ - void lame_init(int nowrite) - { - +--- lame.c.orig Thu Apr 20 01:48:22 2000 ++++ lame.c Thu Apr 20 01:49:04 2000 +@@ -1196,7 +1196,7 @@ + /* + * Disable floating point exepctions + */ -#ifdef __FreeBSD__ -+#if defined (__FreeBSD__) && !defined(__alpha__) - #include <floatingpoint.h> ++#ifdef __FreeBSD__ && !defined(__alpha__) + # include <floatingpoint.h> { /* seet floating point mask to the Linux default */ diff --git a/audio/lame/pkg-plist b/audio/lame/pkg-plist index 87294020940..247cb31793a 100644 --- a/audio/lame/pkg-plist +++ b/audio/lame/pkg-plist @@ -1,6 +1,8 @@ bin/lame 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/node5.html |