* [gentoo-commits] gentoo-x86 commit in media-libs/libtheora/files: libtheora-1.1_beta3-theora_disable_encode.patch
@ 2009-08-27 16:49 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-08-27 16:49 UTC (permalink / raw
To: gentoo-commits
ssuominen 09/08/27 16:49:13
Added: libtheora-1.1_beta3-theora_disable_encode.patch
Log:
Fix building with USE="-encode".
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Revision Changes Path
1.1 media-libs/libtheora/files/libtheora-1.1_beta3-theora_disable_encode.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/files/libtheora-1.1_beta3-theora_disable_encode.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/files/libtheora-1.1_beta3-theora_disable_encode.patch?rev=1.1&content-type=text/plain
Index: libtheora-1.1_beta3-theora_disable_encode.patch
===================================================================
diff -ur libtheora-1.1beta3.orig/lib/Makefile.am libtheora-1.1beta3/lib/Makefile.am
--- libtheora-1.1beta3.orig/lib/Makefile.am 2009-08-06 04:43:12.000000000 +0300
+++ libtheora-1.1beta3/lib/Makefile.am 2009-08-27 19:46:10.000000000 +0300
@@ -17,7 +17,11 @@
x86/x86state.c \
x86_vc
+if THEORA_DISABLE_ENCODE
lib_LTLIBRARIES = libtheoradec.la libtheoraenc.la libtheora.la
+else
+lib_LTLIBRARIES = libtheoradec.la libtheora.la
+endif
if THEORA_DISABLE_ENCODE
encoder_uniq_sources = \
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libtheora/files: libtheora-1.1_beta3-theora_disable_encode.patch
@ 2009-08-27 16:50 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-08-27 16:50 UTC (permalink / raw
To: gentoo-commits
ssuominen 09/08/27 16:50:34
Modified: libtheora-1.1_beta3-theora_disable_encode.patch
Log:
Embarrasing mistake.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Revision Changes Path
1.2 media-libs/libtheora/files/libtheora-1.1_beta3-theora_disable_encode.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/files/libtheora-1.1_beta3-theora_disable_encode.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/files/libtheora-1.1_beta3-theora_disable_encode.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/files/libtheora-1.1_beta3-theora_disable_encode.patch?r1=1.1&r2=1.2
Index: libtheora-1.1_beta3-theora_disable_encode.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libtheora/files/libtheora-1.1_beta3-theora_disable_encode.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libtheora-1.1_beta3-theora_disable_encode.patch 27 Aug 2009 16:49:13 -0000 1.1
+++ libtheora-1.1_beta3-theora_disable_encode.patch 27 Aug 2009 16:50:34 -0000 1.2
@@ -6,9 +6,9 @@
x86_vc
+if THEORA_DISABLE_ENCODE
- lib_LTLIBRARIES = libtheoradec.la libtheoraenc.la libtheora.la
+ lib_LTLIBRARIES = libtheoradec.la libtheora.la
+else
-+lib_LTLIBRARIES = libtheoradec.la libtheora.la
++lib_LTLIBRARIES = libtheoradec.la libtheoraenc.la libtheora.la
+endif
if THEORA_DISABLE_ENCODE
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libtheora/files: libtheora-1.1_beta3-theora_disable_encode.patch
@ 2009-08-27 16:52 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-08-27 16:52 UTC (permalink / raw
To: gentoo-commits
ssuominen 09/08/27 16:52:36
Modified: libtheora-1.1_beta3-theora_disable_encode.patch
Log:
Sigh.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Revision Changes Path
1.3 media-libs/libtheora/files/libtheora-1.1_beta3-theora_disable_encode.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/files/libtheora-1.1_beta3-theora_disable_encode.patch?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/files/libtheora-1.1_beta3-theora_disable_encode.patch?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libtheora/files/libtheora-1.1_beta3-theora_disable_encode.patch?r1=1.2&r2=1.3
Index: libtheora-1.1_beta3-theora_disable_encode.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libtheora/files/libtheora-1.1_beta3-theora_disable_encode.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libtheora-1.1_beta3-theora_disable_encode.patch 27 Aug 2009 16:50:34 -0000 1.2
+++ libtheora-1.1_beta3-theora_disable_encode.patch 27 Aug 2009 16:52:36 -0000 1.3
@@ -1,14 +1,14 @@
diff -ur libtheora-1.1beta3.orig/lib/Makefile.am libtheora-1.1beta3/lib/Makefile.am
--- libtheora-1.1beta3.orig/lib/Makefile.am 2009-08-06 04:43:12.000000000 +0300
-+++ libtheora-1.1beta3/lib/Makefile.am 2009-08-27 19:46:10.000000000 +0300
++++ libtheora-1.1beta3/lib/Makefile.am 2009-08-27 19:51:51.000000000 +0300
@@ -17,7 +17,11 @@
x86/x86state.c \
x86_vc
+if THEORA_DISABLE_ENCODE
- lib_LTLIBRARIES = libtheoradec.la libtheora.la
++lib_LTLIBRARIES = libtheoradec.la libtheora.la
+else
-+lib_LTLIBRARIES = libtheoradec.la libtheoraenc.la libtheora.la
+ lib_LTLIBRARIES = libtheoradec.la libtheoraenc.la libtheora.la
+endif
if THEORA_DISABLE_ENCODE
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-08-27 11:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-27 16:50 [gentoo-commits] gentoo-x86 commit in media-libs/libtheora/files: libtheora-1.1_beta3-theora_disable_encode.patch Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2009-08-27 16:52 Samuli Suominen (ssuominen)
2009-08-27 16:49 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox