[xiph-commits] r14635 - trunk/theora

j at svn.xiph.org j at svn.xiph.org
Wed Mar 26 15:29:34 PDT 2008


Author: j
Date: 2008-03-26 15:29:33 -0700 (Wed, 26 Mar 2008)
New Revision: 14635

Added:
   trunk/theora/theoradec-uninstalled.pc.in
   trunk/theora/theoradec.pc.in
   trunk/theora/theoraenc-uninstalled.pc.in
   trunk/theora/theoraenc.pc.in
Modified:
   trunk/theora/Makefile.am
   trunk/theora/configure.ac
Log:
add pkg-config files for theoraenc and theoradec

Modified: trunk/theora/Makefile.am
===================================================================
--- trunk/theora/Makefile.am	2008-03-26 22:22:36 UTC (rev 14634)
+++ trunk/theora/Makefile.am	2008-03-26 22:29:33 UTC (rev 14635)
@@ -22,7 +22,7 @@
 	theora-uninstalled.pc.in
 
 pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = theora.pc
+pkgconfig_DATA = theora.pc theoradec.pc theoraenc.pc
 
 dist-hook:
 	for item in $(EXTRA_DIST); do \

Modified: trunk/theora/configure.ac
===================================================================
--- trunk/theora/configure.ac	2008-03-26 22:22:36 UTC (rev 14634)
+++ trunk/theora/configure.ac	2008-03-26 22:29:33 UTC (rev 14635)
@@ -399,6 +399,10 @@
   libtheora.spec
   theora.pc
   theora-uninstalled.pc
+  theoradec.pc
+  theoradec-uninstalled.pc
+  theoraenc.pc
+  theoraenc-uninstalled.pc
 ])
 
 AS_AC_EXPAND(LIBDIR, ${libdir})

Added: trunk/theora/theoradec-uninstalled.pc.in
===================================================================
--- trunk/theora/theoradec-uninstalled.pc.in	                        (rev 0)
+++ trunk/theora/theoradec-uninstalled.pc.in	2008-03-26 22:29:33 UTC (rev 14635)
@@ -0,0 +1,14 @@
+# theoradec uninstalled pkg-config file
+
+prefix=
+exec_prefix=
+libdir=${pcfiledir}/lib
+includedir=${pcfiledir}/include
+
+Name: theora uninstalled
+Description: Theora video codec(decoder) (not installed)
+Version: @VERSION@
+Requires: ogg >= 1.1
+Conflicts:
+Libs: ${libdir}/libtheoradec.la
+Cflags: -I${includedir}

Added: trunk/theora/theoradec.pc.in
===================================================================
--- trunk/theora/theoradec.pc.in	                        (rev 0)
+++ trunk/theora/theoradec.pc.in	2008-03-26 22:29:33 UTC (rev 14635)
@@ -0,0 +1,14 @@
+# theoradec installed pkg-config file
+
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: theora
+Description: Theora video codec (decoder)
+Version: @VERSION@
+Requires: ogg >= 1.1
+Conflicts:
+Libs: -L${libdir} -ltheoradec
+Cflags: -I${includedir}

Added: trunk/theora/theoraenc-uninstalled.pc.in
===================================================================
--- trunk/theora/theoraenc-uninstalled.pc.in	                        (rev 0)
+++ trunk/theora/theoraenc-uninstalled.pc.in	2008-03-26 22:29:33 UTC (rev 14635)
@@ -0,0 +1,14 @@
+# theoraenc uninstalled pkg-config file
+
+prefix=
+exec_prefix=
+libdir=${pcfiledir}/lib
+includedir=${pcfiledir}/include
+
+Name: theora uninstalled
+Description: Theora video codec (encoder) (not installed)
+Version: @VERSION@
+Requires: ogg >= 1.1
+Conflicts:
+Libs: ${libdir}/libtheoraenc.la
+Cflags: -I${includedir}

Added: trunk/theora/theoraenc.pc.in
===================================================================
--- trunk/theora/theoraenc.pc.in	                        (rev 0)
+++ trunk/theora/theoraenc.pc.in	2008-03-26 22:29:33 UTC (rev 14635)
@@ -0,0 +1,14 @@
+# theoraenc installed pkg-config file
+
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: theora
+Description: Theora video codec (encoder)
+Version: @VERSION@
+Requires: ogg >= 1.1
+Conflicts:
+Libs: -L${libdir} -ltheoraenc
+Cflags: -I${includedir}



More information about the commits mailing list