Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libvdpau: ChangeLog libvdpau-0.4.1.ebuild
Date: Thu, 09 Sep 2010 18:24:04
Message-Id: 20100909182359.8850A2004C@flycatcher.gentoo.org
1 ssuominen 10/09/09 18:23:59
2
3 Modified: ChangeLog
4 Added: libvdpau-0.4.1.ebuild
5 Log:
6 Version bump wrt #336631 by "hal".
7
8 (Portage version: 2.2_rc78/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.13 x11-libs/libvdpau/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 7 Jul 2010 12:24:27 -0000 1.12
24 +++ ChangeLog 9 Sep 2010 18:23:59 -0000 1.13
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-libs/libvdpau
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v 1.12 2010/07/07 12:24:27 phajdan.jr Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v 1.13 2010/09/09 18:23:59 ssuominen Exp $
30 +
31 +*libvdpau-0.4.1 (09 Sep 2010)
32 +
33 + 09 Sep 2010; Samuli Suominen <ssuominen@g.o>
34 + +libvdpau-0.4.1.ebuild:
35 + Version bump wrt #336631 by "hal".
36
37 07 Jul 2010; Pawel Hajdan jr <phajdan.jr@g.o> libvdpau-0.4.ebuild:
38 x86 stable wrt bug #299395
39
40
41
42 1.1 x11-libs/libvdpau/libvdpau-0.4.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libvdpau-0.4.1.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild,v 1.1 2010/09/09 18:23:59 ssuominen Exp $
52
53 EAPI=2
54 inherit multilib
55
56 DESCRIPTION="VDPAU wrapper and trace libraries"
57 HOMEPAGE="http://www.freedesktop.org/wiki/Software/VDPAU"
58 SRC_URI="http://people.freedesktop.org/~aplattner/vdpau/${P}.tar.gz"
59
60 LICENSE="MIT"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86 ~x86-fbsd"
63 IUSE="doc"
64
65 #unfortunately, there's driver versions in between that this works with
66 RDEPEND="x11-libs/libX11
67 !=x11-drivers/nvidia-drivers-180.29
68 !=x11-drivers/nvidia-drivers-180.60
69 !=x11-drivers/nvidia-drivers-185.18.14
70 !=x11-drivers/nvidia-drivers-185.18.29
71 !=x11-drivers/nvidia-drivers-185.18.31
72 !=x11-drivers/nvidia-drivers-185.18.36
73 !=x11-drivers/nvidia-drivers-190.18
74 !=x11-drivers/nvidia-drivers-190.25
75 !=x11-drivers/nvidia-drivers-190.32
76 !=x11-drivers/nvidia-drivers-190.36
77 !=x11-drivers/nvidia-drivers-190.40"
78 DEPEND="${RDEPEND}
79 dev-util/pkgconfig
80 x11-proto/xproto
81 doc? ( app-doc/doxygen
82 media-gfx/graphviz
83 dev-tex/pdftex )"
84
85 src_configure() {
86 econf \
87 --docdir=/usr/share/doc/${PF} \
88 --disable-dependency-tracking \
89 --with-module-dir=/usr/$(get_libdir)
90 }
91
92 src_install() {
93 emake DESTDIR="${D}" install || die
94 dodoc AUTHORS ChangeLog
95 }