[Midnightbsd-cvs] mports [18314] trunk/audio/speex: update to speex 1.2r2
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Mar 25 15:12:40 EDT 2015
Revision: 18314
http://svnweb.midnightbsd.org/mports/?rev=18314
Author: laffer1
Date: 2015-03-25 15:12:39 -0400 (Wed, 25 Mar 2015)
Log Message:
-----------
update to speex 1.2r2
Modified Paths:
--------------
trunk/audio/speex/Makefile
trunk/audio/speex/distinfo
trunk/audio/speex/pkg-descr
trunk/audio/speex/pkg-plist
Removed Paths:
-------------
trunk/audio/speex/files/
Modified: trunk/audio/speex/Makefile
===================================================================
--- trunk/audio/speex/Makefile 2015-03-25 19:09:38 UTC (rev 18313)
+++ trunk/audio/speex/Makefile 2015-03-25 19:12:39 UTC (rev 18314)
@@ -1,8 +1,7 @@
# $MidnightBSD$
PORTNAME= speex
-DISTVERSION= 1.2rc1
-PORTREVISION= 4
+DISTVERSION= 1.2rc2
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= http://downloads.us.xiph.org/releases/speex/
@@ -12,31 +11,12 @@
LICENSE= bsd3
-LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg
+LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \
+ libspeexdsp.so:${PORTSDIR}/audio/speexdsp
-CONFLICTS= speex-devel-[0-9]*
-
-USES= gmake libtool
+GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
+USES= libtool pathfix pkgconfig
USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-ogg-dir=${LOCALBASE} \
- --build=${ARCH}-portbld-freebsd9.1
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-.include <bsd.port.pre.mk>
-
-.if ${MACHINE_CPU:Msse}!=""
-CONFIGURE_ARGS+= --enable-sse
-.endif
-
-post-patch:
- @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|doc win32|win32|g ; \
- s|^mandir =.*$$|mandir = @mandir@|g'
- @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \
- ${WRKSRC}/*/*.h
- @${REINPLACE_CMD} -e 's| in -lgnugetopt||g ; \
- s|LIBS="-lgnugetopt|LIBS="|g' ${WRKSRC}/configure
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: trunk/audio/speex/distinfo
===================================================================
--- trunk/audio/speex/distinfo 2015-03-25 19:09:38 UTC (rev 18313)
+++ trunk/audio/speex/distinfo 2015-03-25 19:12:39 UTC (rev 18314)
@@ -1,2 +1,2 @@
-SHA256 (speex-1.2rc1.tar.gz) = 342f30dc57bd4a6dad41398365baaa690429660b10d866b7d508e8f1179cb7a6
-SIZE (speex-1.2rc1.tar.gz) = 1061882
+SHA256 (speex-1.2rc2.tar.gz) = caa27c7247ff15c8521c2ae0ea21987c9e9710a8f2d3448e8b79da9806bce891
+SIZE (speex-1.2rc2.tar.gz) = 1016729
Modified: trunk/audio/speex/pkg-descr
===================================================================
--- trunk/audio/speex/pkg-descr 2015-03-25 19:09:38 UTC (rev 18313)
+++ trunk/audio/speex/pkg-descr 2015-03-25 19:12:39 UTC (rev 18314)
@@ -1,11 +1,4 @@
-The Speex is a patent-free, Open Source/Free Software voice codec.
-Unlike other codecs like MP3 and Ogg Vorbis, Speex is designed to
-compress voice at bitrates in the 2-45 kbps range. Possible
-applications include VoIP, Internet audio streaming, archiving of
-speech data (e.g. voice mail), and audio books. In some sense, it is
-meant to be complementary to the Ogg Vorbis codec.
+Speex is an Open Source/Free Software patent-free audio compression
+format designed for speech.
-This ports is for the development version of speex, but the file format
-is compatible with the base (1.0 and 1.1) versions.
-
WWW: http://www.speex.org/
Modified: trunk/audio/speex/pkg-plist
===================================================================
--- trunk/audio/speex/pkg-plist 2015-03-25 19:09:38 UTC (rev 18313)
+++ trunk/audio/speex/pkg-plist 2015-03-25 19:12:39 UTC (rev 18314)
@@ -2,25 +2,17 @@
bin/speexenc
include/speex/speex.h
include/speex/speex_bits.h
-include/speex/speex_buffer.h
include/speex/speex_callbacks.h
include/speex/speex_config_types.h
-include/speex/speex_echo.h
include/speex/speex_header.h
-include/speex/speex_jitter.h
-include/speex/speex_preprocess.h
-include/speex/speex_resampler.h
include/speex/speex_stereo.h
include/speex/speex_types.h
lib/libspeex.a
-lib/libspeex.la
lib/libspeex.so
lib/libspeex.so.1
-lib/libspeexdsp.a
-lib/libspeexdsp.la
-lib/libspeexdsp.so
-lib/libspeexdsp.so.1
+lib/libspeex.so.1.5.0
libdata/pkgconfig/speex.pc
-libdata/pkgconfig/speexdsp.pc
+man/man1/speexdec.1.gz
+man/man1/speexenc.1.gz
share/aclocal/speex.m4
- at dirrm include/speex
+ at comment %%PORTDOCS%%%%DOCSDIR%%/manual.pdf
More information about the Midnightbsd-cvs
mailing list