Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libva/files: libva-dont-install-tests.patch
Date: Tue, 11 May 2010 09:16:51
Message-Id: 20100511091646.90E5E2C04D@corvid.gentoo.org
1 aballier 10/05/11 09:16:46
2
3 Added: libva-dont-install-tests.patch
4 Log:
5 initial import, bug #308871, ebuild by Olivier Huber <oli.huber@×××××.com> with small modifications by me
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 x11-libs/libva/files/libva-dont-install-tests.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/files/libva-dont-install-tests.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/files/libva-dont-install-tests.patch?rev=1.1&content-type=text/plain
13
14 Index: libva-dont-install-tests.patch
15 ===================================================================
16 Don't install some useeless tests programs
17
18
19 --- test/basic/Makefile.am~ 2010-02-12 09:42:10.000000000 -0500
20 +++ test/basic/Makefile.am 2010-03-10 13:36:50.449834525 -0500
21 @@ -20,7 +20,7 @@
22 # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
23 # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
24
25 -bin_PROGRAMS = test_01 test_02 test_03 test_04 test_05 test_06 \
26 +check_PROGRAMS = test_01 test_02 test_03 test_04 test_05 test_06 \
27 test_07 test_08 test_09 test_10 test_11
28
29 AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/x11 -DIN_LIBVA
30 --- test/decode/Makefile.am~ 2010-02-12 09:42:10.000000000 -0500
31 +++ test/decode/Makefile.am 2010-03-10 13:37:09.636843464 -0500
32 @@ -20,7 +20,7 @@
33 # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
34 # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
35
36 -bin_PROGRAMS = mpeg2vldemo
37 +check_PROGRAMS = mpeg2vldemo
38
39 AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/x11 -DIN_LIBVA
40
41 --- test/encode/Makefile.am~ 2010-02-12 09:42:10.000000000 -0500
42 +++ test/encode/Makefile.am 2010-03-10 13:37:26.701846294 -0500
43 @@ -20,7 +20,7 @@
44 # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
45 # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
46
47 -bin_PROGRAMS = h264encode
48 +check_PROGRAMS = h264encode
49
50 AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/x11 -DIN_LIBVA
51
52 --- test/putsurface/Makefile.am~ 2010-03-10 13:18:55.270697040 -0500
53 +++ test/putsurface/Makefile.am 2010-03-10 13:38:08.106713556 -0500
54 @@ -20,7 +20,7 @@
55 # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
56 # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
57
58 -bin_PROGRAMS = putsurface
59 +check_PROGRAMS = putsurface
60
61 AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/x11 -DIN_LIBVA