diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2002-11-17 12:14:09 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2002-11-17 12:14:09 +0000 |
commit | e4723f73a36c320868e28405c7665178a04f917f (patch) | |
tree | 89d8a20271e1978b174fceff486d7bcdea84d634 /audio | |
parent | add japanese/mhonarc (diff) |
Update to 3.93.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/lame/Makefile | 3 | ||||
-rw-r--r-- | audio/lame/distinfo | 2 | ||||
-rw-r--r-- | audio/lame/files/patch-configure | 37 | ||||
-rw-r--r-- | audio/lame/files/patch-maxpath | 8 | ||||
-rw-r--r-- | audio/lame/files/patch-sloppy | 16 | ||||
-rw-r--r-- | audio/lame/pkg-plist | 1 |
6 files changed, 4 insertions, 63 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile index 942b51e81f81..df29b9527331 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -6,11 +6,12 @@ # PORTNAME= lame -PORTVERSION= 3.92 +PORTVERSION= 3.93 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.fu-berlin.de/unix/sound/%SUBDIR%/ MASTER_SITE_SUBDIR= lame +DISTFILES= lame-3.93.0.tar.gz MAINTAINER= netchild@FreeBSD.org diff --git a/audio/lame/distinfo b/audio/lame/distinfo index ce8f3d73012f..75056e7bc404 100644 --- a/audio/lame/distinfo +++ b/audio/lame/distinfo @@ -1 +1 @@ -MD5 (lame-3.92.tar.gz) = 4e1b83a7b08636d2ef43711e4c74d3a9 +MD5 (lame-3.93.0.tar.gz) = 2c054c7eec1f966499d0945642bd8cba diff --git a/audio/lame/files/patch-configure b/audio/lame/files/patch-configure deleted file mode 100644 index a3ec2419a2fc..000000000000 --- a/audio/lame/files/patch-configure +++ /dev/null @@ -1,37 +0,0 @@ ---- configure.orig Mon Apr 15 18:54:58 2002 -+++ configure Sat Aug 31 14:21:47 2002 -@@ -2733,7 +2733,7 @@ - if test "${GCC}" = "yes"; then - echo $ac_n "checking version of GCC""... $ac_c" 1>&6 - echo "configure:2736: checking version of GCC" >&5 -- GCC_version=`${CC} --version` -+ GCC_version=`${CC} --version | sed -n '1s/^[^ ]* (.*) //;s/ .*$//;1p'` - echo "$ac_t""${GCC_version}" 1>&6 - fi - -@@ -5541,7 +5541,7 @@ - 3.*) - # -funroll-loops seems to produce buggy code with gcc 3.0.3 - OPTIMIZATION="-O -fomit-frame-pointer -ffast-math \ -- -funroll-loops -maccumulate-outgoing-args" -+ -funroll-loops" - ;; - *) - # default -@@ -5555,11 +5555,15 @@ - OPTIMIZATION_NORM="-fschedule-insns2" - - OPTIMIZATION_FULL="-fmove-all-movables -freduce-all-givs \ -- -fsched-interblock -fbranch-count-reg -fforce-addr \ -+ -fbranch-count-reg -fforce-addr \ - -fforce-mem" - - case "${CONFIG_EXPOPT}" in - no) -+ # if someone supplies own CFLAGS, we don't add our own -+ if [ "X${ac_save_CFLAGS}" != "X" ]; then -+ OPTIMIZATION="" -+ fi - ;; - norm|yes) - OPTIMIZATION="${OPTIMIZATION} ${OPTIMIZATION_NORM}" diff --git a/audio/lame/files/patch-maxpath b/audio/lame/files/patch-maxpath deleted file mode 100644 index 2a1be234cc32..000000000000 --- a/audio/lame/files/patch-maxpath +++ /dev/null @@ -1,8 +0,0 @@ ---- frontend/main.h Mon Oct 29 17:00:15 2001 -+++ frontend/main.h Fri Sep 27 18:15:33 2002 -@@ -25,3 +25,3 @@ - --#define MAX_NAME_SIZE 1000 -+#include <sys/param.h> -+#define MAX_NAME_SIZE MAXPATHLEN -- diff --git a/audio/lame/files/patch-sloppy b/audio/lame/files/patch-sloppy deleted file mode 100644 index 7dbf16194933..000000000000 --- a/audio/lame/files/patch-sloppy +++ /dev/null @@ -1,16 +0,0 @@ ---- frontend/mp3rtp.c Fri Jun 8 17:29:34 2001 -+++ frontend/mp3rtp.c Fri Sep 27 18:29:04 2002 -@@ -48,6 +48,4 @@ - #endif - --#define MAX_NAME_SIZE 2048 /* current value of Linux */ -- - /* - * Encode (via LAME) to mp3 with RTP streaming of the output. -@@ -89,5 +87,5 @@ - - --unsigned maxvalue ( short int Buffer [2] [1152] ) -+unsigned maxvalue ( int Buffer [2] [1152] ) - { - int max = 0; diff --git a/audio/lame/pkg-plist b/audio/lame/pkg-plist index 44751cee44f1..53fd5a844f3a 100644 --- a/audio/lame/pkg-plist +++ b/audio/lame/pkg-plist @@ -20,6 +20,7 @@ lib/libmp3lame.so.0 %%PORTDOCS%%share/doc/lame/html/lame.css %%PORTDOCS%%share/doc/lame/html/modes.html %%PORTDOCS%%share/doc/lame/html/node6.html +%%PORTDOCS%%share/doc/lame/html/presets.html %%PORTDOCS%%share/doc/lame/html/switchs.html %%PORTDOCS%%@dirrm share/doc/lame/html %%PORTDOCS%%@dirrm share/doc/lame |