diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2009-02-14 22:54:45 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2009-02-14 22:54:45 +0000 |
commit | c8e8bf4b904c61d2ab82f7c8da9635391b4964ed (patch) | |
tree | 539f3efe941bb285fe50c8d7e4757b97ea6f2260 /audio/celt | |
parent | 92287f75c8ab221366fc4f8b510411fd5c170822 (diff) |
Notes
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 |