[xiph-commits] r15814 - branches/theora-thusnelda

giles at svn.xiph.org giles at svn.xiph.org
Sat Mar 21 00:03:21 PDT 2009


Author: giles
Date: 2009-03-21 00:03:21 -0700 (Sat, 21 Mar 2009)
New Revision: 15814

Added:
   branches/theora-thusnelda/theoradec-uninstalled.pc.in
   branches/theora-thusnelda/theoradec.pc.in
   branches/theora-thusnelda/theoraenc-uninstalled.pc.in
   branches/theora-thusnelda/theoraenc.pc.in
Modified:
   branches/theora-thusnelda/Makefile.am
   branches/theora-thusnelda/configure.ac
Log:
Add pkg-config files for libtheoradec and libtheoraenc.

Corresponds to r14635 of trunk. We don't apply the 'final' version 
prefix because we're not yet ready for a stable release.


Modified: branches/theora-thusnelda/Makefile.am
===================================================================
--- branches/theora-thusnelda/Makefile.am	2009-03-21 06:55:22 UTC (rev 15813)
+++ branches/theora-thusnelda/Makefile.am	2009-03-21 07:03:21 UTC (rev 15814)
@@ -22,7 +22,7 @@
 	theora-uninstalled.pc.in
 
 pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = theora.pc
+pkgconfig_DATA = theora.pc theoradec.pc theoraenc.pc
 
 # Remove the .svn folders included in the tarball
 dist-hook:

Modified: branches/theora-thusnelda/configure.ac
===================================================================
--- branches/theora-thusnelda/configure.ac	2009-03-21 06:55:22 UTC (rev 15813)
+++ branches/theora-thusnelda/configure.ac	2009-03-21 07:03:21 UTC (rev 15814)
@@ -418,6 +418,10 @@
   libtheora.spec
   theora.pc
   theora-uninstalled.pc
+  theoradec.pc
+  theoradec-uninstalled.pc
+  theoraenc.pc
+  theoraenc-uninstalled.pc
 ])
 
 AS_AC_EXPAND(LIBDIR, ${libdir})

Copied: branches/theora-thusnelda/theoradec-uninstalled.pc.in (from rev 14635, trunk/theora/theoradec-uninstalled.pc.in)
===================================================================
--- branches/theora-thusnelda/theoradec-uninstalled.pc.in	                        (rev 0)
+++ branches/theora-thusnelda/theoradec-uninstalled.pc.in	2009-03-21 07:03:21 UTC (rev 15814)
@@ -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}

Copied: branches/theora-thusnelda/theoradec.pc.in (from rev 14635, trunk/theora/theoradec.pc.in)
===================================================================
--- branches/theora-thusnelda/theoradec.pc.in	                        (rev 0)
+++ branches/theora-thusnelda/theoradec.pc.in	2009-03-21 07:03:21 UTC (rev 15814)
@@ -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}

Copied: branches/theora-thusnelda/theoraenc-uninstalled.pc.in (from rev 14635, trunk/theora/theoraenc-uninstalled.pc.in)
===================================================================
--- branches/theora-thusnelda/theoraenc-uninstalled.pc.in	                        (rev 0)
+++ branches/theora-thusnelda/theoraenc-uninstalled.pc.in	2009-03-21 07:03:21 UTC (rev 15814)
@@ -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}

Copied: branches/theora-thusnelda/theoraenc.pc.in (from rev 14635, trunk/theora/theoraenc.pc.in)
===================================================================
--- branches/theora-thusnelda/theoraenc.pc.in	                        (rev 0)
+++ branches/theora-thusnelda/theoraenc.pc.in	2009-03-21 07:03:21 UTC (rev 15814)
@@ -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