Gentoo Archives: gentoo-commits

From: "Maciej Mrozowski (reavertm)" <reavertm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/phonon-xine: metadata.xml ChangeLog phonon-xine-4.4.4.ebuild phonon-xine-9999.ebuild
Date: Sun, 23 Jan 2011 05:17:26
Message-Id: 20110123051716.66E5220054@flycatcher.gentoo.org
1 reavertm 11/01/23 05:17:16
2
3 Added: metadata.xml ChangeLog phonon-xine-4.4.4.ebuild
4 phonon-xine-9999.ebuild
5 Log:
6 Add new package (phonon split), live ebuild from kde overlay, fixed by me
7
8 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 media-sound/phonon-xine/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/phonon-xine/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/phonon-xine/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>kde</herd>
22 <use>
23 <flag name="xcb">Enable video support in Xine backend, via <pkg>x11-libs/libxcb</pkg></flag>
24 </use>
25 </pkgmetadata>
26
27
28
29 1.1 media-sound/phonon-xine/ChangeLog
30
31 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/phonon-xine/ChangeLog?rev=1.1&view=markup
32 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/phonon-xine/ChangeLog?rev=1.1&content-type=text/plain
33
34 Index: ChangeLog
35 ===================================================================
36 # ChangeLog for media-sound/phonon-xine
37 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
38 # $Header: /var/cvsroot/gentoo-x86/media-sound/phonon-xine/ChangeLog,v 1.1 2011/01/23 05:17:16 reavertm Exp $
39
40 *phonon-xine-9999 (23 Jan 2011)
41 *phonon-xine-4.4.4 (23 Jan 2011)
42
43 23 Jan 2011; Maciej Mrozowski <reavertm@g.o>
44 +phonon-xine-4.4.4.ebuild, +phonon-xine-9999.ebuild, +metadata.xml:
45 Add new package (phonon split), live ebuild from kde overlay
46
47
48
49
50 1.1 media-sound/phonon-xine/phonon-xine-4.4.4.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/phonon-xine/phonon-xine-4.4.4.ebuild?rev=1.1&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/phonon-xine/phonon-xine-4.4.4.ebuild?rev=1.1&content-type=text/plain
54
55 Index: phonon-xine-4.4.4.ebuild
56 ===================================================================
57 # Copyright 1999-2011 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 # $Header: /var/cvsroot/gentoo-x86/media-sound/phonon-xine/phonon-xine-4.4.4.ebuild,v 1.1 2011/01/23 05:17:16 reavertm Exp $
60
61 EAPI="3"
62
63 MY_PN="phonon-backend-xine"
64
65 inherit cmake-utils
66
67 DESCRIPTION="Phonon XINE backend"
68 HOMEPAGE="https://projects.kde.org/projects/kdesupport/phonon/phonon-xine"
69 SRC_URI="mirror://kde/stable/phonon/${MY_PN}/${PV}/src/${MY_PN}-${PV}.tar.bz2"
70
71 LICENSE="LGPL-2.1"
72 KEYWORDS="~amd64 ~x86"
73 SLOT="0"
74 IUSE="debug +xcb"
75
76 RDEPEND="
77 >=media-libs/xine-lib-1.1.15-r1[xcb?]
78 >=media-sound/phonon-4.4.4
79 >=x11-libs/qt-dbus-4.6.0:4
80 >=x11-libs/qt-gui-4.6.0:4
81 xcb? ( x11-libs/libxcb )
82 "
83 DEPEND="${RDEPEND}
84 >=dev-util/automoc-0.9.87
85 dev-util/pkgconfig
86 "
87
88 S="${WORKDIR}/${MY_PN}-${PV}"
89
90 src_configure() {
91 local mycmakeargs=(
92 $(cmake-utils_use_with xcb)
93 )
94 cmake-utils_src_configure
95 }
96
97
98
99 1.1 media-sound/phonon-xine/phonon-xine-9999.ebuild
100
101 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/phonon-xine/phonon-xine-9999.ebuild?rev=1.1&view=markup
102 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/phonon-xine/phonon-xine-9999.ebuild?rev=1.1&content-type=text/plain
103
104 Index: phonon-xine-9999.ebuild
105 ===================================================================
106 # Copyright 1999-2011 Gentoo Foundation
107 # Distributed under the terms of the GNU General Public License v2
108 # $Header: /var/cvsroot/gentoo-x86/media-sound/phonon-xine/phonon-xine-9999.ebuild,v 1.1 2011/01/23 05:17:16 reavertm Exp $
109
110 EAPI="3"
111
112 inherit cmake-utils git
113
114 DESCRIPTION="Phonon XINE backend"
115 HOMEPAGE="https://projects.kde.org/projects/kdesupport/phonon/phonon-xine"
116 EGIT_REPO_URI="git://anongit.kde.org/${PN}"
117
118 LICENSE="LGPL-2.1"
119 KEYWORDS=""
120 SLOT="0"
121 IUSE="debug +xcb"
122
123 RDEPEND="
124 >=media-libs/xine-lib-1.1.15-r1[xcb?]
125 >=media-sound/phonon-4.4.4
126 >=x11-libs/qt-dbus-4.6.0:4
127 >=x11-libs/qt-gui-4.6.0:4
128 xcb? ( x11-libs/libxcb )
129 "
130 DEPEND="${RDEPEND}
131 >=dev-util/automoc-0.9.87
132 dev-util/pkgconfig
133 "
134
135 src_configure() {
136 local mycmakeargs=(
137 $(cmake-utils_use_with xcb)
138 )
139 cmake-utils_src_configure
140 }