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: libvdpau-0.4.1.ebuild ChangeLog
Date: Fri, 01 Oct 2010 01:09:13
Message-Id: 20101001010909.EBEAC20051@flycatcher.gentoo.org
1 ssuominen 10/10/01 01:09:09
2
3 Modified: libvdpau-0.4.1.ebuild ChangeLog
4 Log:
5 Fix dependencies from xproto to dri2proto >= 2.2. Missing ./configure flag for USE="doc". Punt .la files.
6
7 (Portage version: 2.2_rc88/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 x11-libs/libvdpau/libvdpau-0.4.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild?r1=1.1&r2=1.2
15
16 Index: libvdpau-0.4.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libvdpau-0.4.1.ebuild 9 Sep 2010 18:23:59 -0000 1.1
23 +++ libvdpau-0.4.1.ebuild 1 Oct 2010 01:09:09 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild,v 1.1 2010/09/09 18:23:59 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild,v 1.2 2010/10/01 01:09:09 ssuominen Exp $
29
30 EAPI=2
31 inherit multilib
32 @@ -16,12 +16,9 @@
33
34 #unfortunately, there's driver versions in between that this works with
35 RDEPEND="x11-libs/libX11
36 - !=x11-drivers/nvidia-drivers-180.29
37 - !=x11-drivers/nvidia-drivers-180.60
38 - !=x11-drivers/nvidia-drivers-185.18.14
39 - !=x11-drivers/nvidia-drivers-185.18.29
40 - !=x11-drivers/nvidia-drivers-185.18.31
41 - !=x11-drivers/nvidia-drivers-185.18.36
42 + x11-libs/libXext
43 + !=x11-drivers/nvidia-drivers-180*
44 + !=x11-drivers/nvidia-drivers-185*
45 !=x11-drivers/nvidia-drivers-190.18
46 !=x11-drivers/nvidia-drivers-190.25
47 !=x11-drivers/nvidia-drivers-190.32
48 @@ -29,7 +26,7 @@
49 !=x11-drivers/nvidia-drivers-190.40"
50 DEPEND="${RDEPEND}
51 dev-util/pkgconfig
52 - x11-proto/xproto
53 + >=x11-proto/dri2proto-2.2
54 doc? ( app-doc/doxygen
55 media-gfx/graphviz
56 dev-tex/pdftex )"
57 @@ -38,10 +35,12 @@
58 econf \
59 --docdir=/usr/share/doc/${PF} \
60 --disable-dependency-tracking \
61 + $(use_enable doc documentation) \
62 --with-module-dir=/usr/$(get_libdir)
63 }
64
65 src_install() {
66 emake DESTDIR="${D}" install || die
67 dodoc AUTHORS ChangeLog
68 + find "${D}" -name '*.la' -exec rm -f '{}' +
69 }
70
71
72
73 1.14 x11-libs/libvdpau/ChangeLog
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/ChangeLog?rev=1.14&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/ChangeLog?rev=1.14&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/ChangeLog?r1=1.13&r2=1.14
78
79 Index: ChangeLog
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v
82 retrieving revision 1.13
83 retrieving revision 1.14
84 diff -u -r1.13 -r1.14
85 --- ChangeLog 9 Sep 2010 18:23:59 -0000 1.13
86 +++ ChangeLog 1 Oct 2010 01:09:09 -0000 1.14
87 @@ -1,6 +1,10 @@
88 # ChangeLog for x11-libs/libvdpau
89 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
90 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v 1.13 2010/09/09 18:23:59 ssuominen Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v 1.14 2010/10/01 01:09:09 ssuominen Exp $
92 +
93 + 01 Oct 2010; Samuli Suominen <ssuominen@g.o> libvdpau-0.4.1.ebuild:
94 + Fix dependencies from xproto to dri2proto >= 2.2. Missing ./configure flag
95 + for USE="doc". Punt .la files.
96
97 *libvdpau-0.4.1 (09 Sep 2010)