Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/xvba-video: xvba-video-9999.ebuild xvba-video-0.8.0-r1.ebuild ChangeLog xvba-video-0.7.8.ebuild
Date: Fri, 23 Nov 2012 13:36:05
Message-Id: 20121123133552.DA2F920C65@flycatcher.gentoo.org
1 scarabeus 12/11/23 13:35:52
2
3 Modified: ChangeLog
4 Added: xvba-video-9999.ebuild xvba-video-0.8.0-r1.ebuild
5 Removed: xvba-video-0.7.8.ebuild
6 Log:
7 Add gpled source compiled version and its live ebuild (it uses different name in git so lets wait for next release with renaming).
8
9 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
10
11 Revision Changes Path
12 1.9 x11-libs/xvba-video/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xvba-video/ChangeLog?rev=1.9&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xvba-video/ChangeLog?rev=1.9&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xvba-video/ChangeLog?r1=1.8&r2=1.9
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/ChangeLog,v
21 retrieving revision 1.8
22 retrieving revision 1.9
23 diff -u -r1.8 -r1.9
24 --- ChangeLog 27 Dec 2011 21:11:10 -0000 1.8
25 +++ ChangeLog 23 Nov 2012 13:35:52 -0000 1.9
26 @@ -1,6 +1,14 @@
27 # ChangeLog for x11-libs/xvba-video
28 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/ChangeLog,v 1.8 2011/12/27 21:11:10 maekke Exp $
30 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/ChangeLog,v 1.9 2012/11/23 13:35:52 scarabeus Exp $
32 +
33 +*xvba-video-0.8.0-r1 (23 Nov 2012)
34 +*xvba-video-9999 (23 Nov 2012)
35 +
36 + 23 Nov 2012; Tomáš Chvátal <scarabeus@g.o> +xvba-video-0.8.0-r1.ebuild,
37 + +xvba-video-9999.ebuild, -xvba-video-0.7.8.ebuild:
38 + Add gpled source compiled version and its live ebuild (it uses different name
39 + in git so lets wait for next release with renaming).
40
41 27 Dec 2011; Markus Meier <maekke@g.o> xvba-video-0.8.0.ebuild:
42 x86 stable, bug #394393
43 @@ -31,4 +39,3 @@
44 26 Apr 2011; Tomáš Chvátal <scarabeus@g.o>
45 +xvba-video-0.7.8.ebuild, +metadata.xml:
46 Initial commit for xvba-video fglrx driver for libva. Per bug #325033.
47 -
48
49
50
51 1.1 x11-libs/xvba-video/xvba-video-9999.ebuild
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xvba-video/xvba-video-9999.ebuild?rev=1.1&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xvba-video/xvba-video-9999.ebuild?rev=1.1&content-type=text/plain
55
56 Index: xvba-video-9999.ebuild
57 ===================================================================
58 # Copyright 1999-2012 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 # $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/xvba-video-9999.ebuild,v 1.1 2012/11/23 13:35:52 scarabeus Exp $
61
62 EAPI=5
63
64 EGIT_REPO_URI="git://anongit.freedesktop.org/vaapi/xvba-driver"
65 [[ ${PV} = 9999 ]] && inherit git-2
66 inherit eutils autotools
67
68 DESCRIPTION="VDPAU Backend for Video Acceleration (VA) API"
69 HOMEPAGE="http://www.freedesktop.org/wiki/Software/vaapi"
70 # No source release yet, the src_uri is theoretical at best right now
71 [[ ${PV} = 9999 ]] || SRC_URI="http://www.freedesktop.org/software/vaapi/releases/${PN}/${P}.tar.bz2"
72
73 LICENSE="GPL-2"
74 SLOT="0"
75 # newline is needed for broken ekeyword
76 [[ ${PV} = 9999 ]] || \
77 KEYWORDS="~amd64 ~x86"
78 IUSE="debug opengl"
79
80 RDEPEND="
81 >=x11-libs/libva-1.1.0[X,opengl?]
82 x11-libs/libvdpau
83 x11-drivers/ati-drivers
84 "
85 DEPEND="${DEPEND}
86 virtual/pkgconfig"
87
88 DOCS=( NEWS README AUTHORS )
89
90 src_prepare() {
91 eautoreconf
92 }
93
94 src_configure() {
95 econf \
96 $(use_enable debug) \
97 $(use_enable opengl glx)
98 }
99
100 src_install() {
101 default
102 prune_libtool_files --all
103 }
104
105
106
107 1.1 x11-libs/xvba-video/xvba-video-0.8.0-r1.ebuild
108
109 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xvba-video/xvba-video-0.8.0-r1.ebuild?rev=1.1&view=markup
110 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xvba-video/xvba-video-0.8.0-r1.ebuild?rev=1.1&content-type=text/plain
111
112 Index: xvba-video-0.8.0-r1.ebuild
113 ===================================================================
114 # Copyright 1999-2012 Gentoo Foundation
115 # Distributed under the terms of the GNU General Public License v2
116 # $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/xvba-video-0.8.0-r1.ebuild,v 1.1 2012/11/23 13:35:52 scarabeus Exp $
117
118 EAPI=5
119
120 EGIT_REPO_URI="git://anongit.freedesktop.org/vaapi/xvba-driver"
121 [[ ${PV} = 9999 ]] && inherit git-2
122 inherit eutils autotools
123
124 DESCRIPTION="VDPAU Backend for Video Acceleration (VA) API"
125 HOMEPAGE="http://www.freedesktop.org/wiki/Software/vaapi"
126 SRC_URI="http://dev.gentooexperimental.org/~scarabeus/xvba-driver-${PV}.tar.bz2"
127 # No source release yet, the src_uri is theoretical at best right now
128 #[[ ${PV} = 9999 ]] || SRC_URI="http://www.freedesktop.org/software/vaapi/releases/${PN}/${P}.tar.bz2"
129
130 LICENSE="GPL-2"
131 SLOT="0"
132 # newline is needed for broken ekeyword
133 [[ ${PV} = 9999 ]] || \
134 KEYWORDS="~amd64 ~x86"
135 IUSE="debug opengl"
136
137 RDEPEND="
138 >=x11-libs/libva-1.1.0[X,opengl?]
139 x11-libs/libvdpau
140 x11-drivers/ati-drivers
141 "
142 DEPEND="${DEPEND}
143 virtual/pkgconfig"
144
145 DOCS=( NEWS README AUTHORS )
146
147 S="${WORKDIR}/xvba-driver-${PV}"
148
149 src_prepare() {
150 eautoreconf
151 }
152
153 src_configure() {
154 econf \
155 $(use_enable debug) \
156 $(use_enable opengl glx)
157 }
158
159 src_install() {
160 default
161 prune_libtool_files --all
162 }