diff options
author | krion <krion@FreeBSD.org> | 2004-07-23 17:09:54 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-07-23 17:09:54 +0800 |
commit | df0bc342b36a2ef321ea6bf1045266de3943ed0f (patch) | |
tree | 02d74aed1c037c98f22c8d3ee48f1354778c5f99 /audio | |
parent | 87b908ab7d6eec89c978aa83d5b22df762b91ab2 (diff) | |
download | freebsd-ports-gnome-df0bc342b36a2ef321ea6bf1045266de3943ed0f.tar.gz freebsd-ports-gnome-df0bc342b36a2ef321ea6bf1045266de3943ed0f.tar.zst freebsd-ports-gnome-df0bc342b36a2ef321ea6bf1045266de3943ed0f.zip |
Update to 1.0.4
PR: ports/69389
Submitted by: Michael Johnson <ahze@ahze.net>
Approved by: maintainer
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 |