Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-tv/xbmc: xbmc-11.0_beta3.ebuild ChangeLog xbmc-9999.ebuild
Date: Sun, 26 Feb 2012 23:47:26
Message-Id: 20120226234716.ECC7E2004B@flycatcher.gentoo.org
1 vapier 12/02/26 23:47:16
2
3 Modified: xbmc-11.0_beta3.ebuild ChangeLog xbmc-9999.ebuild
4 Log:
5 Control bluez dep with USE=bluetooth #403561 by BT.
6
7 (Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 media-tv/xbmc/xbmc-11.0_beta3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-11.0_beta3.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-11.0_beta3.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-11.0_beta3.ebuild?r1=1.2&r2=1.3
15
16 Index: xbmc-11.0_beta3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-11.0_beta3.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- xbmc-11.0_beta3.ebuild 17 Feb 2012 02:43:43 -0000 1.2
23 +++ xbmc-11.0_beta3.ebuild 26 Feb 2012 23:47:16 -0000 1.3
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-11.0_beta3.ebuild,v 1.2 2012/02/17 02:43:43 idl0r Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-11.0_beta3.ebuild,v 1.3 2012/02/26 23:47:16 vapier Exp $
29
30 EAPI="4"
31
32 @@ -22,7 +22,7 @@
33
34 LICENSE="GPL-2"
35 SLOT="0"
36 -IUSE="airplay alsa altivec avahi bluray css debug goom joystick midi mysql profile +projectm pulseaudio pvr +rsxs rtmp +samba sse sse2 udev vaapi vdpau webserver +xrandr"
37 +IUSE="airplay alsa altivec avahi bluetooth bluray css debug goom joystick midi mysql profile +projectm pulseaudio pvr +rsxs rtmp +samba sse sse2 udev vaapi vdpau webserver +xrandr"
38 REQUIRED_USE="pvr? ( mysql )"
39
40 COMMON_DEPEND="virtual/opengl
41 @@ -74,6 +74,7 @@
42 webserver? ( net-libs/libmicrohttpd )
43 net-misc/curl
44 samba? ( >=net-fs/samba-3.4.6[smbclient] )
45 + bluetooth? ( net-wireless/bluez )
46 sys-apps/dbus
47 sys-libs/zlib
48 mysql? ( virtual/mysql )
49 @@ -165,6 +166,8 @@
50 export ac_cv_path_LATEX=no
51 # Avoid help2man
52 export HELP2MAN=$(type -P help2man || echo true)
53 + # No configure flage for this #403561
54 + export ac_cv_lib_bluetooth_hci_devid=$(usex bluetooth)
55
56 econf \
57 --docdir=/usr/share/doc/${PF} \
58
59
60
61 1.116 media-tv/xbmc/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/ChangeLog?rev=1.116&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/ChangeLog?rev=1.116&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/ChangeLog?r1=1.115&r2=1.116
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v
70 retrieving revision 1.115
71 retrieving revision 1.116
72 diff -u -r1.115 -r1.116
73 --- ChangeLog 17 Feb 2012 02:43:43 -0000 1.115
74 +++ ChangeLog 26 Feb 2012 23:47:16 -0000 1.116
75 @@ -1,6 +1,10 @@
76 # ChangeLog for media-tv/xbmc
77 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.115 2012/02/17 02:43:43 idl0r Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.116 2012/02/26 23:47:16 vapier Exp $
80 +
81 + 26 Feb 2012; Mike Frysinger <vapier@g.o> xbmc-11.0_beta3.ebuild,
82 + xbmc-9999.ebuild:
83 + Control bluez dep with USE=bluetooth #403561 by BT.
84
85 17 Feb 2012; Christian Ruppert <idl0r@g.o> xbmc-11.0_beta3.ebuild:
86 Add QA_EXECSTACK
87
88
89
90 1.101 media-tv/xbmc/xbmc-9999.ebuild
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.101&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.101&content-type=text/plain
94 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?r1=1.100&r2=1.101
95
96 Index: xbmc-9999.ebuild
97 ===================================================================
98 RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v
99 retrieving revision 1.100
100 retrieving revision 1.101
101 diff -u -r1.100 -r1.101
102 --- xbmc-9999.ebuild 4 Feb 2012 19:53:47 -0000 1.100
103 +++ xbmc-9999.ebuild 26 Feb 2012 23:47:16 -0000 1.101
104 @@ -1,6 +1,6 @@
105 # Copyright 1999-2012 Gentoo Foundation
106 # Distributed under the terms of the GNU General Public License v2
107 -# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.100 2012/02/04 19:53:47 vapier Exp $
108 +# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.101 2012/02/26 23:47:16 vapier Exp $
109
110 EAPI="4"
111
112 @@ -22,7 +22,7 @@
113
114 LICENSE="GPL-2"
115 SLOT="0"
116 -IUSE="airplay alsa altivec avahi bluray css debug goom joystick midi mysql profile +projectm pulseaudio pvr +rsxs rtmp +samba sse sse2 udev vaapi vdpau webserver +xrandr"
117 +IUSE="airplay alsa altivec avahi bluetooth bluray css debug goom joystick midi mysql profile +projectm pulseaudio pvr +rsxs rtmp +samba sse sse2 udev vaapi vdpau webserver +xrandr"
118 REQUIRED_USE="pvr? ( mysql )"
119
120 COMMON_DEPEND="virtual/opengl
121 @@ -74,6 +74,7 @@
122 webserver? ( net-libs/libmicrohttpd )
123 net-misc/curl
124 samba? ( >=net-fs/samba-3.4.6[smbclient] )
125 + bluetooth? ( net-wireless/bluez )
126 sys-apps/dbus
127 sys-libs/zlib
128 mysql? ( virtual/mysql )
129 @@ -163,6 +164,8 @@
130 export ac_cv_path_LATEX=no
131 # Avoid help2man
132 export HELP2MAN=$(type -P help2man || echo true)
133 + # No configure flage for this #403561
134 + export ac_cv_lib_bluetooth_hci_devid=$(usex bluetooth)
135
136 econf \
137 --docdir=/usr/share/doc/${PF} \