diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-05 04:09:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-05 04:09:38 +0800 |
commit | 47a8f402fb3e9a850ad29f39f178fd3a929953f0 (patch) | |
tree | 9ac9b882c1b630b1b193b09c0013976e38ddc2f5 /audio | |
parent | 1f33ff4355d4ac84519c1ded95151f85a4dbecb7 (diff) | |
download | freebsd-ports-gnome-47a8f402fb3e9a850ad29f39f178fd3a929953f0.tar.gz freebsd-ports-gnome-47a8f402fb3e9a850ad29f39f178fd3a929953f0.tar.zst freebsd-ports-gnome-47a8f402fb3e9a850ad29f39f178fd3a929953f0.zip |
Stagify and cleanup
Diffstat (limited to 'audio')
-rw-r--r-- | audio/speex/Makefile | 12 | ||||
-rw-r--r-- | audio/speex/pkg-plist | 2 |
2 files changed, 6 insertions, 8 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile index c8e0167cc1b4..12213f293b71 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -9,14 +9,12 @@ CATEGORIES= audio MASTER_SITES= http://downloads.us.xiph.org/releases/speex/ MAINTAINER= multimedia@FreeBSD.org -COMMENT= An open-source patent-free voice codec +COMMENT= Open-source patent-free voice codec -LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg +LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg -CONFLICTS= speex-devel-[0-9]* - -USE_GNOME= gnomehack ltverhack -NO_STAGE= yes +USES= pathfix +USE_GNOME= ltverhack USE_LDCONFIG= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes @@ -24,8 +22,6 @@ CONFIGURE_ARGS= --with-ogg-dir=${LOCALBASE} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= speexdec.1 speexenc.1 - .include <bsd.port.pre.mk> .if ${MACHINE_CPU:Msse}!="" diff --git a/audio/speex/pkg-plist b/audio/speex/pkg-plist index 153e7526f268..a6fbf0de8ce2 100644 --- a/audio/speex/pkg-plist +++ b/audio/speex/pkg-plist @@ -22,5 +22,7 @@ lib/libspeexdsp.so lib/libspeexdsp.so.1 libdata/pkgconfig/speex.pc libdata/pkgconfig/speexdsp.pc +man/man1/speexdec.1.gz +man/man1/speexenc.1.gz share/aclocal/speex.m4 @dirrm include/speex |