Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/xvba-video/files: xvba-video-fix-out-of-source-builds.patch
Date: Sat, 01 Feb 2014 15:24:57
Message-Id: 20140201152454.395042004E@flycatcher.gentoo.org
1 axs 14/02/01 15:24:54
2
3 Added: xvba-video-fix-out-of-source-builds.patch
4 Log:
5 revbump ebuilds to support multilib-build, changes reviewed by aballier
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
8
9 Revision Changes Path
10 1.1 x11-libs/xvba-video/files/xvba-video-fix-out-of-source-builds.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xvba-video/files/xvba-video-fix-out-of-source-builds.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xvba-video/files/xvba-video-fix-out-of-source-builds.patch?rev=1.1&content-type=text/plain
14
15 Index: xvba-video-fix-out-of-source-builds.patch
16 ===================================================================
17 --- src/shaders/Makefile.am 2012-11-23 08:29:10.000000000 -0500
18 +++ src/shaders/Makefile.am.new 2014-01-30 18:38:27.954753460 -0500
19 @@ -25,7 +25,7 @@
20 CLEANFILES += $(shaders_h)
21
22 %.h: %.pso pso2h.py
23 - $(PYTHON) pso2h.py -n $*_fp -o $@ $<
24 + $(PYTHON) $(top_srcdir)/src/shaders/pso2h.py -n $*_fp -o $@ $<
25 endif
26
27 # Only add those targets if the Cg compiler is available