mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add tooLAME version 0.2i: Optimized mpeg 1/2 layer 2 audio encoder
This commit is contained in:
parent
2ce720ca90
commit
1e74e1d897
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59728
@ -229,6 +229,7 @@
|
||||
SUBDIR += timidity++-tcltk
|
||||
SUBDIR += timidity++-xaw
|
||||
SUBDIR += timidity++-xskin
|
||||
SUBDIR += toolame
|
||||
SUBDIR += tosha
|
||||
SUBDIR += tracker
|
||||
SUBDIR += umix
|
||||
|
59
audio/toolame/Makefile
Normal file
59
audio/toolame/Makefile
Normal file
@ -0,0 +1,59 @@
|
||||
# New ports collection makefile for: tooLAME
|
||||
# Date created: Wed May 22 16:53:26 BRT 2002
|
||||
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= toolame
|
||||
PORTVERSION= 0.2i
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= lioux@FreeBSD.org
|
||||
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
|
||||
DOC_FILES= CHANGES COPYING FUTURE GPL HISTORY README README.VBR
|
||||
|
||||
pre-everything::
|
||||
.ifndef(WITH_OPTIMIZED_CFLAGS)
|
||||
@${ECHO_MSG} '>>>'
|
||||
@${ECHO_MSG} '>>> You can enable extra optimizations by defining WITH_OPTIMIZED_CFLAGS'
|
||||
@${ECHO_MSG} ">>> For example, 'make WITH_OPTIMIZED_CFLAGS=yes'"
|
||||
.endif
|
||||
@${ECHO_MSG} '>>>'
|
||||
.ifndef(WITH_PROFILED)
|
||||
@${ECHO_MSG} ">>> You can enable profiling by defining WITH_PROFILED"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
.ifndef(WITH_OPTIMIZED_CFLAGS)
|
||||
@${PERL} -pi -e 's|\$$\(TWEAKS\)||' \
|
||||
${WRKSRC}/Makefile
|
||||
.endif
|
||||
.ifndef(WITH_PROFILED)
|
||||
@${PERL} -pi -e 's|\$$\(PG\)||' \
|
||||
${WRKSRC}/Makefile
|
||||
.endif
|
||||
@${PERL} -pi.orig -e \
|
||||
's@^CC\s.+|\$$\((ARCH|DMALLOCLIB|DMAL|OPTIM|WARNING)\)@@g' \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
do-install:
|
||||
.ifndef(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for file in ${DOC_FILES}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/toolame ${PREFIX}/bin
|
||||
|
||||
|
||||
.include <bsd.port.post.mk>
|
1
audio/toolame/distinfo
Normal file
1
audio/toolame/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (toolame-02i.tgz) = 5d9960dce79b7f80fb58a6c55c117a35
|
1
audio/toolame/pkg-comment
Normal file
1
audio/toolame/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Optimized mpeg 1/2 layer 2 audio encoder
|
11
audio/toolame/pkg-descr
Normal file
11
audio/toolame/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
[ excerpt from developer's README ]
|
||||
|
||||
tooLAME is an optimized Mpeg Audio 1/2 Layer 2 encoder based heavily
|
||||
on:
|
||||
|
||||
- the ISO dist10 code
|
||||
- improvement to algorithms as part of the LAME project
|
||||
(www.sulaco.org/mp3)
|
||||
- work by myself and other contributors
|
||||
|
||||
WWW: http://toolame.sourceforge.net/
|
9
audio/toolame/pkg-plist
Normal file
9
audio/toolame/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
bin/toolame
|
||||
%%PORTDOCS%%share/doc/toolame/CHANGES
|
||||
%%PORTDOCS%%share/doc/toolame/COPYING
|
||||
%%PORTDOCS%%share/doc/toolame/FUTURE
|
||||
%%PORTDOCS%%share/doc/toolame/GPL
|
||||
%%PORTDOCS%%share/doc/toolame/HISTORY
|
||||
%%PORTDOCS%%share/doc/toolame/README
|
||||
%%PORTDOCS%%share/doc/toolame/README.VBR
|
||||
%%PORTDOCS%%@dirrm share/doc/toolame
|
Loading…
Reference in New Issue
Block a user