mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to lame 3.70
PR: 18119 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> Reviewed by: maintainer
This commit is contained in:
parent
e97ca0b979
commit
a5f53f5127
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28077
@ -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
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (dist10.tar.gz) = 62cee8daa6041b8a2d0a9a1ef18163b4
|
||||
MD5 (lame3.51.patch.gz) = 4c693768e201f31572f5347e5f3ca63d
|
||||
MD5 (lame3.70.patch.gz) = f7fcd906232887db53a81fc5c573aac4
|
||||
|
@ -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
|
||||
|
@ -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 */
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user