Gentoo Archives: gentoo-commits

From: "Daniel Black (dragonheart)" <dragonheart@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/dvdstyler/files: dvdstyler-1.7.2-skipxmlvalidation.patch
Date: Wed, 29 Apr 2009 01:31:25
Message-Id: E1Lyydv-0004Hi-Ta@stork.gentoo.org
1 dragonheart 09/04/29 01:31:23
2
3 Added: dvdstyler-1.7.2-skipxmlvalidation.patch
4 Log:
5 version bug as per bug #262454. Ebuild changes thanks to Fabio
6 (Portage version: 2.2_rc31/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-video/dvdstyler/files/dvdstyler-1.7.2-skipxmlvalidation.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvdstyler/files/dvdstyler-1.7.2-skipxmlvalidation.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvdstyler/files/dvdstyler-1.7.2-skipxmlvalidation.patch?rev=1.1&content-type=text/plain
13
14 Index: dvdstyler-1.7.2-skipxmlvalidation.patch
15 ===================================================================
16 --- docs/Makefile.am.old 2009-03-19 14:12:11.000000000 -0500
17 +++ docs/Makefile.am 2009-03-19 14:12:35.000000000 -0500
18 @@ -371,7 +371,7 @@
19
20 help.zip: DVDStylerGuide.xml
21 mkdir temp
22 - (cd temp && $(XMLTO) htmlhelp ../DVDStylerGuide.xml && cp ../htmlhelp.hhp ../toc.hhc ../index.html . && $(ZIP) ../help.zip *.html htmlhelp.hhp toc.hhc)
23 + (cd temp && $(XMLTO) --skip-validation htmlhelp ../DVDStylerGuide.xml && cp ../htmlhelp.hhp ../toc.hhc ../index.html . && $(ZIP) ../help.zip *.html htmlhelp.hhp toc.hhc)
24 rm -f temp/*.html temp/*.hh*
25 rmdir temp
26 # Tell versions [3.59,3.63) of GNU make to not export all variables.