[xiph-commits] r12605 - in trunk/theora-exp: . examples include
include/theora lib
j at svn.xiph.org
j at svn.xiph.org
Fri Mar 2 05:30:35 PST 2007
Author: j
Date: 2007-03-02 05:30:18 -0800 (Fri, 02 Mar 2007)
New Revision: 12605
Added:
trunk/theora-exp/theoracompat-uninstalled.pc.in
trunk/theora-exp/theoradec-uninstalled.pc.in
trunk/theora-exp/theoraenc-uninstalled.pc.in
Modified:
trunk/theora-exp/
trunk/theora-exp/configure.ac
trunk/theora-exp/examples/
trunk/theora-exp/include/
trunk/theora-exp/include/theora/
trunk/theora-exp/lib/
trunk/theora-exp/theoracompat.pc.in
Log:
- add svn:ignore values
- add *-uninstalled.pc.in files
- tune pkg-config descriptions
Property changes on: trunk/theora-exp
___________________________________________________________________
Name: svn:ignore
+ configure
Makefile.in
config.log
depcomp
config.guess
config.h
ltmain.sh
config.sub
*.pc
Makefile
mkinstalldirs
config.status
stamp-h1
config.h.in
libtool
autom4te.cache
missing
aclocal.m4
install-sh
Modified: trunk/theora-exp/configure.ac
===================================================================
--- trunk/theora-exp/configure.ac 2007-03-02 13:08:06 UTC (rev 12604)
+++ trunk/theora-exp/configure.ac 2007-03-02 13:30:18 UTC (rev 12605)
@@ -176,6 +176,9 @@
theoradec.pc
theoraenc.pc
theoracompat.pc
+ theoradec-uninstalled.pc
+ theoraenc-uninstalled.pc
+ theoracompat-uninstalled.pc
])
AS_AC_EXPAND(LIBDIR, ${libdir})
Property changes on: trunk/theora-exp/examples
___________________________________________________________________
Name: svn:ignore
+ Makefile.in
Makefile
.deps
.libs
dump_video
Property changes on: trunk/theora-exp/include
___________________________________________________________________
Name: svn:ignore
+ Makefile.in
Makefile
.deps
.libs
Property changes on: trunk/theora-exp/include/theora
___________________________________________________________________
Name: svn:ignore
+ Makefile.in
Makefile
.deps
.libs
Property changes on: trunk/theora-exp/lib
___________________________________________________________________
Name: svn:ignore
+ Makefile.in
Makefile
.deps
.libs
Copied: trunk/theora-exp/theoracompat-uninstalled.pc.in (from rev 12604, trunk/theora-exp/theoracompat.pc.in)
===================================================================
--- trunk/theora-exp/theoracompat.pc.in 2007-03-02 13:08:06 UTC (rev 12604)
+++ trunk/theora-exp/theoracompat-uninstalled.pc.in 2007-03-02 13:30:18 UTC (rev 12605)
@@ -0,0 +1,14 @@
+# theora installed pkg-config file
+
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: theoracompat
+Description: Theora video codec compatibility layer (uninstalled)
+Version: @VERSION@
+Requires: ogg >= 1.1.1 theoradec
+Conflicts:
+Libs: ${libdir}/libtheoracompat.la
+Cflags: -I${includedir}
Modified: trunk/theora-exp/theoracompat.pc.in
===================================================================
--- trunk/theora-exp/theoracompat.pc.in 2007-03-02 13:08:06 UTC (rev 12604)
+++ trunk/theora-exp/theoracompat.pc.in 2007-03-02 13:30:18 UTC (rev 12605)
@@ -6,7 +6,7 @@
includedir=@includedir@
Name: theoracompat
-Description: Theora video codec
+Description: Theora video codec compatibility layer
Version: @VERSION@
Requires: ogg >= 1.1.1 theoradec
Conflicts:
Copied: trunk/theora-exp/theoradec-uninstalled.pc.in (from rev 12601, trunk/theora-exp/theoradec.pc.in)
===================================================================
--- trunk/theora-exp/theoradec.pc.in 2007-03-02 11:15:10 UTC (rev 12601)
+++ trunk/theora-exp/theoradec-uninstalled.pc.in 2007-03-02 13:30:18 UTC (rev 12605)
@@ -0,0 +1,14 @@
+# theora installed pkg-config file
+
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: theoradec
+Description: Theora video codec decoder (uninstalled)
+Version: @VERSION@
+Requires: ogg >= 1.1.1
+Conflicts:
+Libs: ${libdir}/libtheoradec.la
+Cflags: -I${includedir}
Copied: trunk/theora-exp/theoraenc-uninstalled.pc.in (from rev 12601, trunk/theora-exp/theoraenc.pc.in)
===================================================================
--- trunk/theora-exp/theoraenc.pc.in 2007-03-02 11:15:10 UTC (rev 12601)
+++ trunk/theora-exp/theoraenc-uninstalled.pc.in 2007-03-02 13:30:18 UTC (rev 12605)
@@ -0,0 +1,14 @@
+# theora installed pkg-config file
+
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: theoraenc
+Description: Theora video codec encoder (uninstalled)
+Version: @VERSION@
+Requires: ogg >= 1.1.1 theoradec
+Conflicts:
+Libs: ${libdir}/libtheoraenc.la
+Cflags: -I${includedir}
More information about the commits
mailing list