svn commit: r329373 - head/audio/speex
Baptiste Daroussin
bapt at FreeBSD.org
Fri Oct 4 20:09:38 UTC 2013
Author: bapt
Date: Fri Oct 4 20:09:38 2013
New Revision: 329373
URL: http://svnweb.freebsd.org/changeset/ports/329373
Log:
Stagify and cleanup
Modified:
head/audio/speex/Makefile
head/audio/speex/pkg-plist (contents, props changed)
Modified: head/audio/speex/Makefile
==============================================================================
--- head/audio/speex/Makefile Fri Oct 4 20:04:08 2013 (r329372)
+++ head/audio/speex/Makefile Fri Oct 4 20:09:38 2013 (r329373)
@@ -9,14 +9,12 @@ CATEGORIES= audio
MASTER_SITES= http://downloads.us.xiph.org/releases/speex/
MAINTAINER= multimedia at 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=${LOCALBA
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-MAN1= speexdec.1 speexenc.1
-
.include <bsd.port.pre.mk>
.if ${MACHINE_CPU:Msse}!=""
Modified: head/audio/speex/pkg-plist
==============================================================================
--- head/audio/speex/pkg-plist Fri Oct 4 20:04:08 2013 (r329372)
+++ head/audio/speex/pkg-plist Fri Oct 4 20:09:38 2013 (r329373)
@@ -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
More information about the svn-ports-all
mailing list