diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-23 09:09:54 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-23 09:09:54 +0000 |
commit | 951aa6e2955c19dd2a6af3b51486054580125836 (patch) | |
tree | ce3b59764a028f717e718628e22569a41666ee30 /audio | |
parent | a9311b10ca3ef678c9553366d6e8d13cc20278a5 (diff) | |
download | ports-951aa6e2955c19dd2a6af3b51486054580125836.tar.gz ports-951aa6e2955c19dd2a6af3b51486054580125836.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/speex-devel/Makefile | 4 | ||||
-rw-r--r-- | audio/speex-devel/distinfo | 4 | ||||
-rw-r--r-- | audio/speex-devel/pkg-plist | 11 | ||||
-rw-r--r-- | audio/speex/Makefile | 4 | ||||
-rw-r--r-- | audio/speex/distinfo | 4 | ||||
-rw-r--r-- | audio/speex/pkg-plist | 11 |
6 files changed, 26 insertions, 12 deletions
diff --git a/audio/speex-devel/Makefile b/audio/speex-devel/Makefile index a34655f0d48c..accfcc79a69c 100644 --- a/audio/speex-devel/Makefile +++ b/audio/speex-devel/Makefile @@ -7,8 +7,7 @@ # PORTNAME= speex -PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTVERSION= 1.0.4 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://www.speex.org/download/ @@ -19,6 +18,7 @@ COMMENT= An open-source patent-free voice codec LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg +USE_GNOME= gnomehack USE_GETOPT_LONG= yes USE_REINPLACE= yes USE_INC_LIBTOOL_VER= 13 diff --git a/audio/speex-devel/distinfo b/audio/speex-devel/distinfo index 9e707216e396..38eb24350374 100644 --- a/audio/speex-devel/distinfo +++ b/audio/speex-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (speex-1.0.3.tar.gz) = 9b16492ae39afbf72d8bb46b2f258476 -SIZE (speex-1.0.3.tar.gz) = 398002 +MD5 (speex-1.0.4.tar.gz) = 15a0686b7e1f81d352a648044b350fcc +SIZE (speex-1.0.4.tar.gz) = 546214 diff --git a/audio/speex-devel/pkg-plist b/audio/speex-devel/pkg-plist index 32b38b470ecd..04a0ceb9f97c 100644 --- a/audio/speex-devel/pkg-plist +++ b/audio/speex-devel/pkg-plist @@ -1,11 +1,18 @@ -@comment $FreeBSD$ bin/speexdec bin/speexenc include/speex.h +include/speex/speex.h +include/speex/speex_bits.h +include/speex/speex_callbacks.h +include/speex/speex_header.h +include/speex/speex_stereo.h include/speex_bits.h include/speex_callbacks.h include/speex_header.h include/speex_stereo.h lib/libspeex.a lib/libspeex.so -lib/libspeex.so.2 +lib/libspeex.so.3 +libdata/pkgconfig/speex.pc +share/aclocal/speex.m4 +@dirrm include/speex diff --git a/audio/speex/Makefile b/audio/speex/Makefile index a34655f0d48c..accfcc79a69c 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -7,8 +7,7 @@ # PORTNAME= speex -PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTVERSION= 1.0.4 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://www.speex.org/download/ @@ -19,6 +18,7 @@ COMMENT= An open-source patent-free voice codec LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg +USE_GNOME= gnomehack USE_GETOPT_LONG= yes USE_REINPLACE= yes USE_INC_LIBTOOL_VER= 13 diff --git a/audio/speex/distinfo b/audio/speex/distinfo index 9e707216e396..38eb24350374 100644 --- a/audio/speex/distinfo +++ b/audio/speex/distinfo @@ -1,2 +1,2 @@ -MD5 (speex-1.0.3.tar.gz) = 9b16492ae39afbf72d8bb46b2f258476 -SIZE (speex-1.0.3.tar.gz) = 398002 +MD5 (speex-1.0.4.tar.gz) = 15a0686b7e1f81d352a648044b350fcc +SIZE (speex-1.0.4.tar.gz) = 546214 diff --git a/audio/speex/pkg-plist b/audio/speex/pkg-plist index 32b38b470ecd..04a0ceb9f97c 100644 --- a/audio/speex/pkg-plist +++ b/audio/speex/pkg-plist @@ -1,11 +1,18 @@ -@comment $FreeBSD$ bin/speexdec bin/speexenc include/speex.h +include/speex/speex.h +include/speex/speex_bits.h +include/speex/speex_callbacks.h +include/speex/speex_header.h +include/speex/speex_stereo.h include/speex_bits.h include/speex_callbacks.h include/speex_header.h include/speex_stereo.h lib/libspeex.a lib/libspeex.so -lib/libspeex.so.2 +lib/libspeex.so.3 +libdata/pkgconfig/speex.pc +share/aclocal/speex.m4 +@dirrm include/speex |