Index: head/audio/lame/Makefile =================================================================== --- head/audio/lame/Makefile (revision 476192) +++ head/audio/lame/Makefile (revision 476193) @@ -1,58 +1,49 @@ # Created by: yoshiaki Uchikawa # $FreeBSD$ PORTNAME= lame PORTVERSION= 3.100 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}/3.100 MAINTAINER= netchild@FreeBSD.org COMMENT= Fast MP3 encoder kit LICENSE= LGPL20+ PATENTS LICENSE_COMB= multi LICENSE_FILE_LGPL20+ = ${WRKSRC}/COPYING LICENSE_NAME_PATENTS= Intellectual Property Precaution LICENSE_PERMS_PATENTS= dist-mirror dist-sell no-pkg-mirror no-pkg-sell auto-accept -LICENSE_TEXT_PATENTS= http://www.mp3licensing.com/ only talks about the FhG and Technicolor patent portfolio \ - but there are also portfolios from Sisvel (from Philips) and \ - Nokia (from AT&T -> Lucent -> Alcatel). \ - Some "old" patents are now expired, but there are more recent MP3 patents. Some \ - of the more recent ones are multi-channel related, which is not implemented in LAME. \ - There was no investigation (in the LAME project) about which patent exists, which \ - one is implemented in LAME, and which one is not (yet) expired. As such it is not \ - known if LAME could now be distributed as a binary package or not. \ - Linux distributions seem to go the "let\'s see if get sued" way, FreeBSD does not \ - follow this. +LICENSE_FILE_PATENTS= $(FILESDIR)/lame_patents.txt USES= gmake iconv libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-nasm --enable-mp3rtp --disable-gtktest DOC_FILES= API LICENSE README TODO USAGE OPTIONS_DEFINE= DOCS .include .if ${ARCH} == "i386" BUILD_DEPENDS+= nasm:devel/nasm .endif post-patch: # Fix parallel builds @${REINPLACE_CMD} -e 's,test -d \.libs || mkdir,mkdir -p,' \ ${WRKSRC}/libmp3lame/i386/Makefile.in post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmp3lame.so.0 post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ${DOC_FILES} ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/audio/lame/files/lame_patents.txt =================================================================== --- head/audio/lame/files/lame_patents.txt (nonexistent) +++ head/audio/lame/files/lame_patents.txt (revision 476193) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +Intellectual Property Precaution + +Verious sources explain that the MP3 patents are expired. Various +linux distributions provide precompiled LAME packages for download +since then. + +Most sources, (e.g. http://www.mp3licensing.com/) only talk about +the FhG and Technicolor patent portfolio, but there are also +portfolios from Sisvel (from Philips) and Nokia (from AT&T -> Lucent +-> Alcatel). + +Some "old" patents are now expired, but there are more recent MP3 +patents. Some of the more recent ones are e.g. multi-channel related. +Multi-channel (>2 channels) is not implemented in LAME, but this +doesn't mean that there are other patents which could match what +is implemented in LAME. + +There was no investigation (in the LAME project) about which patent +exists, which one is implemented in LAME, and which one is not (yet) +expired. As such it is not known if LAME could now be distributed +as a binary package or not. + +Linux distributions seem to go the "let's see if get sued" way, +FreeBSD does not follow this. + Property changes on: head/audio/lame/files/lame_patents.txt ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property