* [gentoo-commits] gentoo-x86 commit in x11-libs/libvdpau: libvdpau-0.4.1.ebuild ChangeLog
@ 2010-10-01 1:09 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-10-01 1:09 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/10/01 01:09:09
Modified: libvdpau-0.4.1.ebuild ChangeLog
Log:
Fix dependencies from xproto to dri2proto >= 2.2. Missing ./configure flag for USE="doc". Punt .la files.
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Revision Changes Path
1.2 x11-libs/libvdpau/libvdpau-0.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild?r1=1.1&r2=1.2
Index: libvdpau-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libvdpau-0.4.1.ebuild 9 Sep 2010 18:23:59 -0000 1.1
+++ libvdpau-0.4.1.ebuild 1 Oct 2010 01:09:09 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild,v 1.1 2010/09/09 18:23:59 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild,v 1.2 2010/10/01 01:09:09 ssuominen Exp $
EAPI=2
inherit multilib
@@ -16,12 +16,9 @@
#unfortunately, there's driver versions in between that this works with
RDEPEND="x11-libs/libX11
- !=x11-drivers/nvidia-drivers-180.29
- !=x11-drivers/nvidia-drivers-180.60
- !=x11-drivers/nvidia-drivers-185.18.14
- !=x11-drivers/nvidia-drivers-185.18.29
- !=x11-drivers/nvidia-drivers-185.18.31
- !=x11-drivers/nvidia-drivers-185.18.36
+ x11-libs/libXext
+ !=x11-drivers/nvidia-drivers-180*
+ !=x11-drivers/nvidia-drivers-185*
!=x11-drivers/nvidia-drivers-190.18
!=x11-drivers/nvidia-drivers-190.25
!=x11-drivers/nvidia-drivers-190.32
@@ -29,7 +26,7 @@
!=x11-drivers/nvidia-drivers-190.40"
DEPEND="${RDEPEND}
dev-util/pkgconfig
- x11-proto/xproto
+ >=x11-proto/dri2proto-2.2
doc? ( app-doc/doxygen
media-gfx/graphviz
dev-tex/pdftex )"
@@ -38,10 +35,12 @@
econf \
--docdir=/usr/share/doc/${PF} \
--disable-dependency-tracking \
+ $(use_enable doc documentation) \
--with-module-dir=/usr/$(get_libdir)
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog
+ find "${D}" -name '*.la' -exec rm -f '{}' +
}
1.14 x11-libs/libvdpau/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 9 Sep 2010 18:23:59 -0000 1.13
+++ ChangeLog 1 Oct 2010 01:09:09 -0000 1.14
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libvdpau
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v 1.13 2010/09/09 18:23:59 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v 1.14 2010/10/01 01:09:09 ssuominen Exp $
+
+ 01 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> libvdpau-0.4.1.ebuild:
+ Fix dependencies from xproto to dri2proto >= 2.2. Missing ./configure flag
+ for USE="doc". Punt .la files.
*libvdpau-0.4.1 (09 Sep 2010)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libvdpau: libvdpau-0.4.1.ebuild ChangeLog
@ 2011-02-11 12:32 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-02-11 12:32 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/02/11 12:32:45
Modified: libvdpau-0.4.1.ebuild ChangeLog
Log:
x86 stable wrt bug #354161
(Portage version: 2.1.9.25/cvs/Linux i686)
Revision Changes Path
1.3 x11-libs/libvdpau/libvdpau-0.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild?r1=1.2&r2=1.3
Index: libvdpau-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libvdpau-0.4.1.ebuild 1 Oct 2010 01:09:09 -0000 1.2
+++ libvdpau-0.4.1.ebuild 11 Feb 2011 12:32:45 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild,v 1.2 2010/10/01 01:09:09 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild,v 1.3 2011/02/11 12:32:45 phajdan.jr Exp $
EAPI=2
inherit multilib
@@ -11,7 +11,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 x86 ~x86-fbsd"
IUSE="doc"
#unfortunately, there's driver versions in between that this works with
1.15 x11-libs/libvdpau/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 1 Oct 2010 01:09:09 -0000 1.14
+++ ChangeLog 11 Feb 2011 12:32:45 -0000 1.15
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libvdpau
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v 1.14 2010/10/01 01:09:09 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v 1.15 2011/02/11 12:32:45 phajdan.jr Exp $
+
+ 11 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ libvdpau-0.4.1.ebuild:
+ x86 stable wrt bug #354161
01 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> libvdpau-0.4.1.ebuild:
Fix dependencies from xproto to dri2proto >= 2.2. Missing ./configure flag
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libvdpau: libvdpau-0.4.1.ebuild ChangeLog
@ 2011-02-11 18:47 Markos Chandras (hwoarang)
0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-02-11 18:47 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/02/11 18:47:53
Modified: libvdpau-0.4.1.ebuild ChangeLog
Log:
Stable on amd64 wrt bug #354161
(Portage version: 2.1.9.39/cvs/Linux x86_64)
Revision Changes Path
1.4 x11-libs/libvdpau/libvdpau-0.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild?r1=1.3&r2=1.4
Index: libvdpau-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libvdpau-0.4.1.ebuild 11 Feb 2011 12:32:45 -0000 1.3
+++ libvdpau-0.4.1.ebuild 11 Feb 2011 18:47:53 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild,v 1.3 2011/02/11 12:32:45 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild,v 1.4 2011/02/11 18:47:53 hwoarang Exp $
EAPI=2
inherit multilib
@@ -11,7 +11,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 x86 ~x86-fbsd"
+KEYWORDS="amd64 x86 ~x86-fbsd"
IUSE="doc"
#unfortunately, there's driver versions in between that this works with
1.16 x11-libs/libvdpau/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 11 Feb 2011 12:32:45 -0000 1.15
+++ ChangeLog 11 Feb 2011 18:47:53 -0000 1.16
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libvdpau
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v 1.15 2011/02/11 12:32:45 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v 1.16 2011/02/11 18:47:53 hwoarang Exp $
+
+ 11 Feb 2011; Markos Chandras <hwoarang@gentoo.org> libvdpau-0.4.1.ebuild:
+ Stable on amd64 wrt bug #354161
11 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
libvdpau-0.4.1.ebuild:
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libvdpau: libvdpau-0.4.1.ebuild ChangeLog
@ 2011-11-01 20:12 Matt Turner (mattst88)
0 siblings, 0 replies; 4+ messages in thread
From: Matt Turner (mattst88) @ 2011-11-01 20:12 UTC (permalink / raw
To: gentoo-commits
mattst88 11/11/01 20:12:08
Modified: libvdpau-0.4.1.ebuild ChangeLog
Log:
Add ~alpha (vdpau works with g3dvl/radeon)
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Revision Changes Path
1.6 x11-libs/libvdpau/libvdpau-0.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild?r1=1.5&r2=1.6
Index: libvdpau-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libvdpau-0.4.1.ebuild 20 Aug 2011 08:10:27 -0000 1.5
+++ libvdpau-0.4.1.ebuild 1 Nov 2011 20:12:08 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild,v 1.5 2011/08/20 08:10:27 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1.ebuild,v 1.6 2011/11/01 20:12:08 mattst88 Exp $
EAPI=2
inherit multilib
@@ -11,7 +11,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 x86 ~x86-fbsd"
IUSE="doc"
#unfortunately, there's driver versions in between that this works with
1.18 x11-libs/libvdpau/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libvdpau/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 20 Aug 2011 08:10:27 -0000 1.17
+++ ChangeLog 1 Nov 2011 20:12:08 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libvdpau
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v 1.17 2011/08/20 08:10:27 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v 1.18 2011/11/01 20:12:08 mattst88 Exp $
+
+ 01 Nov 2011; Matt Turner <mattst88@gentoo.org> libvdpau-0.4.1.ebuild:
+ Add ~alpha (vdpau works with g3dvl/radeon)
20 Aug 2011; Alexis Ballier <aballier@gentoo.org> libvdpau-0.4.ebuild,
libvdpau-0.4.1.ebuild:
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-11-01 20:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-01 1:09 [gentoo-commits] gentoo-x86 commit in x11-libs/libvdpau: libvdpau-0.4.1.ebuild ChangeLog Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2011-02-11 12:32 PaweA Hajdan (phajdan.jr)
2011-02-11 18:47 Markos Chandras (hwoarang)
2011-11-01 20:12 Matt Turner (mattst88)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox