diff options
author | trasz <trasz@FreeBSD.org> | 2009-02-15 06:54:45 +0800 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2009-02-15 06:54:45 +0800 |
commit | 609830dbb3f82de5f765b927b40ea2299dc1d900 (patch) | |
tree | 16fc24b07150ace722e7e1399eff0f162d7891ef /audio/celt | |
parent | 78ab103731024cebdc6116f2ec3217317b24ccd4 (diff) | |
download | freebsd-ports-gnome-609830dbb3f82de5f765b927b40ea2299dc1d900.tar.gz freebsd-ports-gnome-609830dbb3f82de5f765b927b40ea2299dc1d900.tar.zst freebsd-ports-gnome-609830dbb3f82de5f765b927b40ea2299dc1d900.zip |
The CELT codec is an experimental audio codec for use in low-delay
speech and audio communication. It's meant to close the gap between
Vorbis and Speex for applications where both high quality audio
and low delay are desired.
WWW: http://www.celt-codec.org/
Diffstat (limited to 'audio/celt')
-rw-r--r-- | audio/celt/Makefile | 22 | ||||
-rw-r--r-- | audio/celt/distinfo | 3 | ||||
-rw-r--r-- | audio/celt/pkg-descr | 6 | ||||
-rw-r--r-- | audio/celt/pkg-plist | 9 |
4 files changed, 40 insertions, 0 deletions
diff --git a/audio/celt/Makefile b/audio/celt/Makefile new file mode 100644 index 000000000000..cbaef8acdcfd --- /dev/null +++ b/audio/celt/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: celt +# Date created: 2009-02-11 +# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= celt +PORTVERSION= 0.5.1 +CATEGORIES= audio +MASTER_SITES= http://downloads.us.xiph.org/releases/celt/ + +MAINTAINER= trasz@FreeBSD.org +COMMENT= The CELT ultra-low delay audio codec + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_LDCONFIG= yes +USE_GNOME= gnomehack +USE_GCC= 4.2+ + +.include <bsd.port.mk> diff --git a/audio/celt/distinfo b/audio/celt/distinfo new file mode 100644 index 000000000000..9da0f29c5148 --- /dev/null +++ b/audio/celt/distinfo @@ -0,0 +1,3 @@ +MD5 (celt-0.5.1.tar.gz) = dd7cda953e4df448083b69af9afc15e1 +SHA256 (celt-0.5.1.tar.gz) = 384a2ed72d537ace21541214c6c4d4d50a122c2460e76b899eb74e7fc182a0b1 +SIZE (celt-0.5.1.tar.gz) = 401008 diff --git a/audio/celt/pkg-descr b/audio/celt/pkg-descr new file mode 100644 index 000000000000..a7091b8dd075 --- /dev/null +++ b/audio/celt/pkg-descr @@ -0,0 +1,6 @@ +The CELT codec is an experimental audio codec for use in low-delay +speech and audio communication. It's meant to close the gap between +Vorbis and Speex for applications where both high quality audio +and low delay are desired. + +WWW: http://www.celt-codec.org/ diff --git a/audio/celt/pkg-plist b/audio/celt/pkg-plist new file mode 100644 index 000000000000..7da7561e9c8b --- /dev/null +++ b/audio/celt/pkg-plist @@ -0,0 +1,9 @@ +include/celt/celt.h +include/celt/celt_types.h +include/celt/celt_header.h +lib/libcelt.so.0 +lib/libcelt.so +lib/libcelt.la +lib/libcelt.a +libdata/pkgconfig/celt.pc +@dirrm include/celt |