[xiph-commits] r15423 - trunk/theora

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Mon Oct 20 11:25:41 PDT 2008


Author: xiphmont
Date: 2008-10-20 11:25:41 -0700 (Mon, 20 Oct 2008)
New Revision: 15423

Modified:
   trunk/theora/theora-uninstalled.pc.in
   trunk/theora/theora.pc.in
   trunk/theora/theoradec-uninstalled.pc.in
   trunk/theora/theoradec.pc.in
   trunk/theora/theoraenc-uninstalled.pc.in
   trunk/theora/theoraenc.pc.in
Log:
Commit j^s pkg-config naming workaround for 1.0final.

This will need to be 'reverted' (for semantic correctness) on maintine
once 1.0final is moved to a branch and Thusnelda moves to mainline.



Modified: trunk/theora/theora-uninstalled.pc.in
===================================================================
--- trunk/theora/theora-uninstalled.pc.in	2008-10-20 18:19:49 UTC (rev 15422)
+++ trunk/theora/theora-uninstalled.pc.in	2008-10-20 18:25:41 UTC (rev 15423)
@@ -7,7 +7,7 @@
 
 Name: theora uninstalled
 Description: Theora video codec (not installed)
-Version: @VERSION@
+Version: @VERSION at final
 Requires: ogg >= 1.1
 Conflicts:
 Libs: ${libdir}/libtheora.la

Modified: trunk/theora/theora.pc.in
===================================================================
--- trunk/theora/theora.pc.in	2008-10-20 18:19:49 UTC (rev 15422)
+++ trunk/theora/theora.pc.in	2008-10-20 18:25:41 UTC (rev 15423)
@@ -7,7 +7,7 @@
 
 Name: theora
 Description: Theora video codec
-Version: @VERSION@
+Version: @VERSION at final
 Requires: ogg >= 1.1
 Conflicts:
 Libs: -L${libdir} -ltheora

Modified: trunk/theora/theoradec-uninstalled.pc.in
===================================================================
--- trunk/theora/theoradec-uninstalled.pc.in	2008-10-20 18:19:49 UTC (rev 15422)
+++ trunk/theora/theoradec-uninstalled.pc.in	2008-10-20 18:25:41 UTC (rev 15423)
@@ -7,7 +7,7 @@
 
 Name: theora uninstalled
 Description: Theora video codec(decoder) (not installed)
-Version: @VERSION@
+Version: @VERSION at final
 Requires: ogg >= 1.1
 Conflicts:
 Libs: ${libdir}/libtheoradec.la

Modified: trunk/theora/theoradec.pc.in
===================================================================
--- trunk/theora/theoradec.pc.in	2008-10-20 18:19:49 UTC (rev 15422)
+++ trunk/theora/theoradec.pc.in	2008-10-20 18:25:41 UTC (rev 15423)
@@ -7,7 +7,7 @@
 
 Name: theora
 Description: Theora video codec (decoder)
-Version: @VERSION@
+Version: @VERSION at final
 Requires: ogg >= 1.1
 Conflicts:
 Libs: -L${libdir} -ltheoradec

Modified: trunk/theora/theoraenc-uninstalled.pc.in
===================================================================
--- trunk/theora/theoraenc-uninstalled.pc.in	2008-10-20 18:19:49 UTC (rev 15422)
+++ trunk/theora/theoraenc-uninstalled.pc.in	2008-10-20 18:25:41 UTC (rev 15423)
@@ -7,7 +7,7 @@
 
 Name: theora uninstalled
 Description: Theora video codec (encoder) (not installed)
-Version: @VERSION@
+Version: @VERSION at final
 Requires: ogg >= 1.1
 Conflicts:
 Libs: ${libdir}/libtheoraenc.la

Modified: trunk/theora/theoraenc.pc.in
===================================================================
--- trunk/theora/theoraenc.pc.in	2008-10-20 18:19:49 UTC (rev 15422)
+++ trunk/theora/theoraenc.pc.in	2008-10-20 18:25:41 UTC (rev 15423)
@@ -7,7 +7,7 @@
 
 Name: theora
 Description: Theora video codec (encoder)
-Version: @VERSION@
+Version: @VERSION at final
 Requires: ogg >= 1.1
 Conflicts:
 Libs: -L${libdir} -ltheoraenc



More information about the commits mailing list