[xiph-commits] r13983 - trunk/speex
jm at svn.xiph.org
jm at svn.xiph.org
Mon Oct 15 03:31:52 PDT 2007
Author: jm
Date: 2007-10-15 03:31:51 -0700 (Mon, 15 Oct 2007)
New Revision: 13983
Added:
trunk/speex/speexdsp.pc.in
Modified:
trunk/speex/Makefile.am
trunk/speex/Speex.spec.in
trunk/speex/configure.ac
Log:
Added pkg-config file for libspeexdsp
Modified: trunk/speex/Makefile.am
===================================================================
--- trunk/speex/Makefile.am 2007-10-14 15:43:46 UTC (rev 13982)
+++ trunk/speex/Makefile.am 2007-10-15 10:31:51 UTC (rev 13983)
@@ -8,7 +8,7 @@
m4data_DATA = speex.m4
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = speex.pc
+pkgconfig_DATA = speex.pc speexdsp.pc
EXTRA_DIST = Speex.spec Speex.spec.in Speex.kdevelop speex.m4 speex.pc.in README.blackfin README.symbian README.TI-DSP
Modified: trunk/speex/Speex.spec.in
===================================================================
--- trunk/speex/Speex.spec.in 2007-10-14 15:43:46 UTC (rev 13982)
+++ trunk/speex/Speex.spec.in 2007-10-15 10:31:51 UTC (rev 13983)
@@ -67,4 +67,5 @@
%{_includedir}/speex/speex*.h
/usr/share/aclocal/speex.m4
%{_libdir}/pkgconfig/speex.pc
+%{_libdir}/pkgconfig/speexdsp.pc
%{_libdir}/libspeex*.a
Modified: trunk/speex/configure.ac
===================================================================
--- trunk/speex/configure.ac 2007-10-14 15:43:46 UTC (rev 13982)
+++ trunk/speex/configure.ac 2007-10-15 10:31:51 UTC (rev 13983)
@@ -193,7 +193,7 @@
AC_SUBST(SIZE32)
AC_OUTPUT([Makefile libspeex/Makefile src/Makefile doc/Makefile Speex.spec
- include/Makefile include/speex/Makefile speex.pc
+ include/Makefile include/speex/Makefile speex.pc speexdsp.pc
win32/Makefile win32/libspeex/Makefile win32/speexenc/Makefile
win32/speexdec/Makefile symbian/Makefile
win32/VS2003/Makefile
Added: trunk/speex/speexdsp.pc.in
===================================================================
--- trunk/speex/speexdsp.pc.in (rev 0)
+++ trunk/speex/speexdsp.pc.in 2007-10-15 10:31:51 UTC (rev 13983)
@@ -0,0 +1,14 @@
+# libspeexdsp pkg-config source file
+
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: speexdsp
+Description: Speexdsp is a speech processing library that goes along with the Speex codec
+Version: @SPEEX_VERSION@
+Requires:
+Conflicts:
+Libs: -L${libdir} -lspeexdsp -lm
+Cflags: -I${includedir}
More information about the commits
mailing list