svn commit: r346816 - head/audio/speex

Baptiste Daroussin bapt at FreeBSD.org
Sun Mar 2 21:57:21 UTC 2014


Author: bapt
Date: Sun Mar  2 21:57:20 2014
New Revision: 346816
URL: http://svnweb.freebsd.org/changeset/ports/346816
QAT: https://qat.redports.org/buildarchive/r346816/

Log:
  Convert to USES=libtool

Modified:
  head/audio/speex/Makefile
  head/audio/speex/pkg-plist

Modified: head/audio/speex/Makefile
==============================================================================
--- head/audio/speex/Makefile	Sun Mar  2 21:55:05 2014	(r346815)
+++ head/audio/speex/Makefile	Sun Mar  2 21:57:20 2014	(r346816)
@@ -3,7 +3,7 @@
 
 PORTNAME=	speex
 DISTVERSION=	1.2rc1
-PORTREVISION=	5
+PORTREVISION=	6
 PORTEPOCH=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://downloads.us.xiph.org/releases/speex/
@@ -13,10 +13,8 @@ COMMENT=	Open-source patent-free voice c
 
 LIB_DEPENDS=	libogg.so:${PORTSDIR}/audio/libogg
 
-USES=		pathfix
-USE_GNOME=	ltverhack
+USES=		libtool pathfix
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-ogg-dir=${LOCALBASE}
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/audio/speex/pkg-plist
==============================================================================
--- head/audio/speex/pkg-plist	Sun Mar  2 21:55:05 2014	(r346815)
+++ head/audio/speex/pkg-plist	Sun Mar  2 21:57:20 2014	(r346816)
@@ -16,10 +16,12 @@ lib/libspeex.a
 lib/libspeex.la
 lib/libspeex.so
 lib/libspeex.so.1
+lib/libspeex.so.1.5.0
 lib/libspeexdsp.a
 lib/libspeexdsp.la
 lib/libspeexdsp.so
 lib/libspeexdsp.so.1
+lib/libspeexdsp.so.1.5.0
 libdata/pkgconfig/speex.pc
 libdata/pkgconfig/speexdsp.pc
 man/man1/speexdec.1.gz


More information about the svn-ports-all mailing list