[xiph-commits] r7849 - trunk/theora

thomasvs at motherfish-iii.xiph.org thomasvs at motherfish-iii.xiph.org
Fri Sep 24 10:37:55 PDT 2004


Author: thomasvs
Date: 2004-09-24 10:37:54 -0700 (Fri, 24 Sep 2004)
New Revision: 7849

Added:
   trunk/theora/theora-uninstalled.pc.in
Modified:
   trunk/theora/Makefile.am
   trunk/theora/configure.ac
Log:
add uninstalled .pc file, yay

Modified: trunk/theora/Makefile.am
===================================================================
--- trunk/theora/Makefile.am	2004-09-24 17:33:55 UTC (rev 7848)
+++ trunk/theora/Makefile.am	2004-09-24 17:37:54 UTC (rev 7849)
@@ -4,7 +4,8 @@
 
 SUBDIRS = lib include doc examples debian
 
-EXTRA_DIST = COPYING autogen.sh win32 libtheora.spec libtheora.spec.in
+EXTRA_DIST = COPYING autogen.sh win32 libtheora.spec libtheora.spec.in \
+	theora-uninstalled.pc.in
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = theora.pc

Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac	2004-09-24 17:33:55 UTC (rev 7848)
+++ trunk/theora/configure.ac	2004-09-24 17:37:54 UTC (rev 7849)
@@ -206,4 +206,5 @@
   debian/Makefile
   libtheora.spec
   theora.pc
+  theora-uninstalled.pc
 ])

Added: trunk/theora/theora-uninstalled.pc.in
===================================================================
--- trunk/theora/theora-uninstalled.pc.in	2004-09-24 17:33:55 UTC (rev 7848)
+++ trunk/theora/theora-uninstalled.pc.in	2004-09-24 17:37:54 UTC (rev 7849)
@@ -0,0 +1,14 @@
+# theora uninstalled pkg-config file
+
+prefix=
+exec_prefix=
+libdir=${pcfiledir}/lib
+includedir=${pcfiledir}/include
+
+Name: theora uninstalled
+Description: Theora video codec (not installed)
+Version: @VERSION@
+Requires: ogg >= 1.1
+Conflicts:
+Libs: ${libdir}/libtheora.la
+Cflags: -I${includedir}



More information about the commits mailing list