diff options
author | ahze <ahze@FreeBSD.org> | 2005-05-02 04:40:45 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-05-02 04:40:45 +0000 |
commit | 1b7332878fd741cea7e5fe5e94e4e148b4143dee (patch) | |
tree | fd96731a1e9959e26b9b2f8b134dc131a8601a4e /audio/twolame | |
parent | 794d1d1d9b090a9e8bcb7b9732c30c8e61036174 (diff) | |
download | FreeBSD-ports-1b7332878fd741cea7e5fe5e94e4e148b4143dee.zip FreeBSD-ports-1b7332878fd741cea7e5fe5e94e4e148b4143dee.tar.gz |
- 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/twolame')
-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 |
4 files changed, 55 insertions, 0 deletions
diff --git a/audio/twolame/Makefile b/audio/twolame/Makefile new file mode 100644 index 0000000..69f9e6a --- /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 0000000..45b298f --- /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 0000000..9bbbad1 --- /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 0000000..1729036 --- /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 |