[Midnightbsd-cvs] mports [18157] trunk/audio: add speexdsp port.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Mar 15 15:24:24 EDT 2015
Revision: 18157
http://svnweb.midnightbsd.org/mports/?rev=18157
Author: laffer1
Date: 2015-03-15 15:24:23 -0400 (Sun, 15 Mar 2015)
Log Message:
-----------
add speexdsp port.
Modified Paths:
--------------
trunk/audio/Makefile
Added Paths:
-----------
trunk/audio/speexdsp/
trunk/audio/speexdsp/Makefile
trunk/audio/speexdsp/distinfo
trunk/audio/speexdsp/files/
trunk/audio/speexdsp/files/patch-include-speex-speexdsp_config_types.h.in
trunk/audio/speexdsp/pkg-descr
trunk/audio/speexdsp/pkg-plist
Modified: trunk/audio/Makefile
===================================================================
--- trunk/audio/Makefile 2015-03-15 15:39:12 UTC (rev 18156)
+++ trunk/audio/Makefile 2015-03-15 19:24:23 UTC (rev 18157)
@@ -92,6 +92,7 @@
SUBDIR += sdl_sound
SUBDIR += sound-juicer
SUBDIR += speex
+SUBDIR += speexdsp
SUBDIR += taglib
SUBDIR += teamspeak_server
SUBDIR += timemachine
Added: trunk/audio/speexdsp/Makefile
===================================================================
--- trunk/audio/speexdsp/Makefile (rev 0)
+++ trunk/audio/speexdsp/Makefile 2015-03-15 19:24:23 UTC (rev 18157)
@@ -0,0 +1,19 @@
+# $MidnightBSD$
+
+PORTNAME= speexdsp
+DISTVERSION= 1.2rc3
+CATEGORIES= audio
+MASTER_SITES= http://downloads.us.xiph.org/releases/speex/
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Audio compression format designed for speech
+
+LICENSE= bsd3
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
+USES= libtool pathfix
+USE_LDCONFIG= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/audio/speexdsp/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/audio/speexdsp/distinfo
===================================================================
--- trunk/audio/speexdsp/distinfo (rev 0)
+++ trunk/audio/speexdsp/distinfo 2015-03-15 19:24:23 UTC (rev 18157)
@@ -0,0 +1,2 @@
+SHA256 (speexdsp-1.2rc3.tar.gz) = 4ae688600039f5d224bdf2e222d2fbde65608447e4c2f681585e4dca6df692f1
+SIZE (speexdsp-1.2rc3.tar.gz) = 901771
Property changes on: trunk/audio/speexdsp/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/audio/speexdsp/files/patch-include-speex-speexdsp_config_types.h.in
===================================================================
--- trunk/audio/speexdsp/files/patch-include-speex-speexdsp_config_types.h.in (rev 0)
+++ trunk/audio/speexdsp/files/patch-include-speex-speexdsp_config_types.h.in 2015-03-15 19:24:23 UTC (rev 18157)
@@ -0,0 +1,17 @@
+--- include/speex/speexdsp_config_types.h.in.orig 2015-01-03 20:26:24 UTC
++++ include/speex/speexdsp_config_types.h.in
+@@ -1,13 +1,7 @@
+ #ifndef __SPEEX_TYPES_H__
+ #define __SPEEX_TYPES_H__
+
+-#if defined HAVE_STDINT_H
+-# include <stdint.h>
+-#elif defined HAVE_INTTYPES_H
+-# include <inttypes.h>
+-#elif defined HAVE_SYS_TYPES_H
+-# include <sys/types.h>
+-#endif
++#include <stdint.h>
+
+ typedef @SIZE16@ spx_int16_t;
+ typedef @USIZE16@ spx_uint16_t;
Property changes on: trunk/audio/speexdsp/files/patch-include-speex-speexdsp_config_types.h.in
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/audio/speexdsp/pkg-descr
===================================================================
--- trunk/audio/speexdsp/pkg-descr (rev 0)
+++ trunk/audio/speexdsp/pkg-descr 2015-03-15 19:24:23 UTC (rev 18157)
@@ -0,0 +1,4 @@
+Speex is an Open Source/Free Software patent-free audio compression
+format designed for speech.
+
+WWW: http://www.speex.org/
Property changes on: trunk/audio/speexdsp/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/audio/speexdsp/pkg-plist
===================================================================
--- trunk/audio/speexdsp/pkg-plist (rev 0)
+++ trunk/audio/speexdsp/pkg-plist 2015-03-15 19:24:23 UTC (rev 18157)
@@ -0,0 +1,12 @@
+include/speex/speex_echo.h
+include/speex/speex_jitter.h
+include/speex/speex_preprocess.h
+include/speex/speex_resampler.h
+include/speex/speexdsp_config_types.h
+include/speex/speexdsp_types.h
+lib/libspeexdsp.a
+lib/libspeexdsp.so
+lib/libspeexdsp.so.1
+lib/libspeexdsp.so.1.5.0
+libdata/pkgconfig/speexdsp.pc
+ at comment %%PORTDOCS%%%%DOCSDIR%%/manual.pdf
Property changes on: trunk/audio/speexdsp/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list