Date: Sun, 2 Mar 2014 21:57:20 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346816 - head/audio/speex Message-ID: <201403022157.s22LvKCb091193@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403022157.s22LvKCb091193>