[xiph-commits] r3568 - liboggplay/trunk

conrad at svn.annodex.net conrad at svn.annodex.net
Mon Apr 28 13:23:40 PDT 2008


Author: conrad
Date: 2008-04-28 13:23:39 -0700 (Mon, 28 Apr 2008)
New Revision: 3568

Added:
   liboggplay/trunk/oggplay-uninstalled.pc.in
Modified:
   liboggplay/trunk/Makefile.am
   liboggplay/trunk/configure.ac
   liboggplay/trunk/oggplay.pc.in
Log:
Add oggplay-uninstalled.pc (generated from new file
oggplay-uninstaled.pc.in), and add @KATE_CFLAGS@ to oggplay.pc.
Patch from ogg.k.ogg.k


Modified: liboggplay/trunk/Makefile.am
===================================================================
--- liboggplay/trunk/Makefile.am	2008-04-26 06:04:40 UTC (rev 3567)
+++ liboggplay/trunk/Makefile.am	2008-04-28 20:23:39 UTC (rev 3568)
@@ -37,9 +37,9 @@
 SUBDIRS = include src
 
 pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = oggplay.pc
+pkgconfig_DATA = oggplay.pc oggplay-uninstalled.pc
 
-EXTRA_DIST= oggplay.pc.in \
+EXTRA_DIST= oggplay.pc.in oggplay-uninstalled.pc.in \
 	doc/interface.txt \
 	doc/liboggplay_data_layout.png \
 	doc/liboggplay_data_layout.svg \

Modified: liboggplay/trunk/configure.ac
===================================================================
--- liboggplay/trunk/configure.ac	2008-04-26 06:04:40 UTC (rev 3567)
+++ liboggplay/trunk/configure.ac	2008-04-28 20:23:39 UTC (rev 3568)
@@ -373,6 +373,7 @@
 src/tools/Makefile
 src/tests/Makefile
 oggplay.pc
+oggplay-uninstalled.pc
 ])
 
 AS_AC_EXPAND(LIBDIR, ${libdir})

Copied: liboggplay/trunk/oggplay-uninstalled.pc.in (from rev 3567, liboggplay/trunk/oggplay.pc.in)
===================================================================
--- liboggplay/trunk/oggplay-uninstalled.pc.in	                        (rev 0)
+++ liboggplay/trunk/oggplay-uninstalled.pc.in	2008-04-28 20:23:39 UTC (rev 3568)
@@ -0,0 +1,12 @@
+prefix=
+exec_prefix=
+libdir=${pcfiledir}/src/liboggplay/.libs
+includedir=${pcfiledir}/include
+
+Name: oggplay
+Description: Decode from multiple ogg streams synchronously
+Requires: oggz fishsound theora
+Version: @VERSION@
+Libs: -L${libdir} -loggplay 
+Libs.private: @OGGZ_LIBS@ @FISHSOUND_LIBS@ @THEORA_LIBS@ @KATE_LIBS@
+Cflags: -I${includedir} @KATE_CFLAGS@

Modified: liboggplay/trunk/oggplay.pc.in
===================================================================
--- liboggplay/trunk/oggplay.pc.in	2008-04-26 06:04:40 UTC (rev 3567)
+++ liboggplay/trunk/oggplay.pc.in	2008-04-28 20:23:39 UTC (rev 3568)
@@ -9,4 +9,4 @@
 Version: @VERSION@
 Libs: -L${libdir} -loggplay 
 Libs.private: @OGGZ_LIBS@ @FISHSOUND_LIBS@ @THEORA_LIBS@ @KATE_LIBS@
-Cflags: -I${includedir}
+Cflags: -I${includedir} @KATE_CFLAGS@



More information about the commits mailing list