Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-tv/xbmc: xbmc-9999.ebuild xbmc-11.0.ebuild ChangeLog
Date: Sat, 31 Mar 2012 19:50:38
Message-Id: 20120331195024.4E0A92004B@flycatcher.gentoo.org
1 scarabeus 12/03/31 19:50:24
2
3 Modified: xbmc-9999.ebuild xbmc-11.0.ebuild ChangeLog
4 Log:
5 Require the opengl useflag on libva, fails configure without it. Reported by Ian (Thev00d00) retested by me. Non-maintainer commit, trivial change.
6
7 (Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.109 media-tv/xbmc/xbmc-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.109&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.109&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?r1=1.108&r2=1.109
15
16 Index: xbmc-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v
19 retrieving revision 1.108
20 retrieving revision 1.109
21 diff -u -r1.108 -r1.109
22 --- xbmc-9999.ebuild 29 Mar 2012 16:22:51 -0000 1.108
23 +++ xbmc-9999.ebuild 31 Mar 2012 19:50:24 -0000 1.109
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.108 2012/03/29 16:22:51 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.109 2012/03/31 19:50:24 scarabeus Exp $
29
30 EAPI="4"
31
32 @@ -84,7 +84,7 @@
33 mysql? ( virtual/mysql )
34 x11-apps/xdpyinfo
35 x11-apps/mesa-progs
36 - vaapi? ( x11-libs/libva )
37 + vaapi? ( x11-libs/libva[opengl] )
38 vdpau? (
39 || ( x11-libs/libvdpau >=x11-drivers/nvidia-drivers-180.51 )
40 virtual/ffmpeg[vdpau]
41
42
43
44 1.5 media-tv/xbmc/xbmc-11.0.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-11.0.ebuild?rev=1.5&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-11.0.ebuild?rev=1.5&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-11.0.ebuild?r1=1.4&r2=1.5
49
50 Index: xbmc-11.0.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-11.0.ebuild,v
53 retrieving revision 1.4
54 retrieving revision 1.5
55 diff -u -r1.4 -r1.5
56 --- xbmc-11.0.ebuild 31 Mar 2012 12:06:00 -0000 1.4
57 +++ xbmc-11.0.ebuild 31 Mar 2012 19:50:24 -0000 1.5
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2012 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-11.0.ebuild,v 1.4 2012/03/31 12:06:00 scarabeus Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-11.0.ebuild,v 1.5 2012/03/31 19:50:24 scarabeus Exp $
63
64 EAPI="4"
65
66 @@ -84,7 +84,7 @@
67 mysql? ( virtual/mysql )
68 x11-apps/xdpyinfo
69 x11-apps/mesa-progs
70 - vaapi? ( x11-libs/libva )
71 + vaapi? ( x11-libs/libva[opengl] )
72 vdpau? (
73 || ( x11-libs/libvdpau >=x11-drivers/nvidia-drivers-180.51 )
74 virtual/ffmpeg[vdpau]
75
76
77
78 1.129 media-tv/xbmc/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/ChangeLog?rev=1.129&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/ChangeLog?rev=1.129&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/ChangeLog?r1=1.128&r2=1.129
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v
87 retrieving revision 1.128
88 retrieving revision 1.129
89 diff -u -r1.128 -r1.129
90 --- ChangeLog 31 Mar 2012 12:06:00 -0000 1.128
91 +++ ChangeLog 31 Mar 2012 19:50:24 -0000 1.129
92 @@ -1,6 +1,11 @@
93 # ChangeLog for media-tv/xbmc
94 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.128 2012/03/31 12:06:00 scarabeus Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.129 2012/03/31 19:50:24 scarabeus Exp $
97 +
98 + 31 Mar 2012; Tomáš Chvátal <scarabeus@g.o> xbmc-11.0.ebuild,
99 + xbmc-9999.ebuild:
100 + Require the opengl useflag on libva, fails configure without it. Reported by
101 + Ian (Thev00d00) retested by me. Non-maintainer commit, trivial change.
102
103 31 Mar 2012; Tomáš Chvátal <scarabeus@g.o>
104 +files/xbmc-11.0-ffmpeg-0.10.2.patch, xbmc-11.0.ebuild, xbmc-9999.ebuild: