mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- add twolame
TwoLAME is an optimized MPEG Audio Layer 2 encoder It is based heavily on: - tooLAME by Michael Cheng - the ISO dist10 code - improvement to algorithms as part of the LAME project (lame.sf.net) WWW: http://twolame.sf.net/
This commit is contained in:
parent
9ab8adac6f
commit
aa1d52749c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134478
@ -460,6 +460,7 @@
|
||||
SUBDIR += tta
|
||||
SUBDIR += tuneradio
|
||||
SUBDIR += tunesbrowser
|
||||
SUBDIR += twolame
|
||||
SUBDIR += ufmcontrol-i18n
|
||||
SUBDIR += umix
|
||||
SUBDIR += vorbis-tools
|
||||
|
24
audio/twolame/Makefile
Normal file
24
audio/twolame/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: twolame
|
||||
# Date created: 2005-05-02
|
||||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= twolame
|
||||
PORTVERSION= 0.3.3
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= ahze@FreeBSD.org
|
||||
COMMENT= MPEG Audio Layer 2 encoder
|
||||
|
||||
LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile
|
||||
|
||||
USE_LIBTOOL_VER=15
|
||||
USE_GNOME= gnomehack gnometarget
|
||||
INSTALLS_SHLIB= yes
|
||||
MAN1= twolame.1
|
||||
|
||||
.include <bsd.port.mk>
|
2
audio/twolame/distinfo
Normal file
2
audio/twolame/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (twolame-0.3.3.tar.gz) = 5d9a829c68e7785db0d1554a0cfd6c87
|
||||
SIZE (twolame-0.3.3.tar.gz) = 442286
|
8
audio/twolame/pkg-descr
Normal file
8
audio/twolame/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
TwoLAME is an optimized MPEG Audio Layer 2 encoder
|
||||
|
||||
It is based heavily on:
|
||||
- tooLAME by Michael Cheng
|
||||
- the ISO dist10 code
|
||||
- improvement to algorithms as part of the LAME project (lame.sf.net)
|
||||
|
||||
WWW: http://twolame.sf.net/
|
21
audio/twolame/pkg-plist
Normal file
21
audio/twolame/pkg-plist
Normal file
@ -0,0 +1,21 @@
|
||||
bin/twolame
|
||||
include/twolame.h
|
||||
lib/libtwolame.a
|
||||
lib/libtwolame.so
|
||||
lib/libtwolame.so.0
|
||||
libdata/pkgconfig/twolame.pc
|
||||
%%DOCSDIR%%/html/api.html
|
||||
%%DOCSDIR%%/html/authors.html
|
||||
%%DOCSDIR%%/html/doxygen.css
|
||||
%%DOCSDIR%%/html/doxygen.png
|
||||
%%DOCSDIR%%/html/index.html
|
||||
%%DOCSDIR%%/html/news.html
|
||||
%%DOCSDIR%%/html/psycho.html
|
||||
%%DOCSDIR%%/html/readme.html
|
||||
%%DOCSDIR%%/html/todo.html
|
||||
%%DOCSDIR%%/html/twolame_8h-source.html
|
||||
%%DOCSDIR%%/html/twolame_8h.html
|
||||
%%DOCSDIR%%/html/vbr.html
|
||||
@dirrm %%DOCSDIR%%/html
|
||||
@dirrm %%DOCSDIR%%
|
||||
@dirrm libdata/pkgconfig
|
Loading…
Reference in New Issue
Block a user