diff options
author | ahze <ahze@FreeBSD.org> | 2005-05-02 12:40:45 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-05-02 12:40:45 +0800 |
commit | 1b7332878fd741cea7e5fe5e94e4e148b4143dee (patch) | |
tree | fd96731a1e9959e26b9b2f8b134dc131a8601a4e /audio | |
parent | 794d1d1d9b090a9e8bcb7b9732c30c8e61036174 (diff) | |
download | freebsd-ports-gnome-1b7332878fd741cea7e5fe5e94e4e148b4143dee.tar.gz freebsd-ports-gnome-1b7332878fd741cea7e5fe5e94e4e148b4143dee.tar.zst freebsd-ports-gnome-1b7332878fd741cea7e5fe5e94e4e148b4143dee.zip |
- 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/
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/twolame/Makefile | 24 | ||||
-rw-r--r-- | audio/twolame/distinfo | 2 | ||||
-rw-r--r-- | audio/twolame/pkg-descr | 8 | ||||
-rw-r--r-- | audio/twolame/pkg-plist | 21 |
5 files changed, 56 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 3c5c4dfe9a34..983222e9f429 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -460,6 +460,7 @@ SUBDIR += tta SUBDIR += tuneradio SUBDIR += tunesbrowser + SUBDIR += twolame SUBDIR += ufmcontrol-i18n SUBDIR += umix SUBDIR += vorbis-tools diff --git a/audio/twolame/Makefile b/audio/twolame/Makefile new file mode 100644 index 000000000000..69f9e6a22b36 --- /dev/null +++ b/audio/twolame/Makefile @@ -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> diff --git a/audio/twolame/distinfo b/audio/twolame/distinfo new file mode 100644 index 000000000000..45b298f77092 --- /dev/null +++ b/audio/twolame/distinfo @@ -0,0 +1,2 @@ +MD5 (twolame-0.3.3.tar.gz) = 5d9a829c68e7785db0d1554a0cfd6c87 +SIZE (twolame-0.3.3.tar.gz) = 442286 diff --git a/audio/twolame/pkg-descr b/audio/twolame/pkg-descr new file mode 100644 index 000000000000..9bbbad10fec9 --- /dev/null +++ b/audio/twolame/pkg-descr @@ -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/ diff --git a/audio/twolame/pkg-plist b/audio/twolame/pkg-plist new file mode 100644 index 000000000000..172903669b81 --- /dev/null +++ b/audio/twolame/pkg-plist @@ -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 |