diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-01 16:51:47 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-01 16:51:47 +0000 |
commit | 99a1b6f0cc42ac5d7b5a2065c48cd1f20d5fb459 (patch) | |
tree | cb7ea8537b8d11dd7801dfe8ef6258ebccbb04a4 /x11-libs/libvdpau | |
parent | Punt old versions. (diff) | |
download | gentoo-2-99a1b6f0cc42ac5d7b5a2065c48cd1f20d5fb459.tar.gz gentoo-2-99a1b6f0cc42ac5d7b5a2065c48cd1f20d5fb459.tar.bz2 gentoo-2-99a1b6f0cc42ac5d7b5a2065c48cd1f20d5fb459.zip |
Stabilise 0.4.1-r1 on amd64 and x86. Drop overshadowed.
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libvdpau')
-rw-r--r-- | x11-libs/libvdpau/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/libvdpau/libvdpau-0.4.1-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/libvdpau/libvdpau-0.4.1.ebuild | 46 |
3 files changed, 7 insertions, 49 deletions
diff --git a/x11-libs/libvdpau/ChangeLog b/x11-libs/libvdpau/ChangeLog index 2d3189dd6797..edfc33ef5c4c 100644 --- a/x11-libs/libvdpau/ChangeLog +++ b/x11-libs/libvdpau/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libvdpau # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v 1.20 2012/02/15 14:41:04 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/ChangeLog,v 1.21 2012/04/01 16:51:47 scarabeus Exp $ + + 01 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> -libvdpau-0.4.1.ebuild, + libvdpau-0.4.1-r1.ebuild: + Stabilise 0.4.1-r1 on amd64 and x86. Drop overshadowed. *libvdpau-0.4.1-r1 (15 Feb 2012) diff --git a/x11-libs/libvdpau/libvdpau-0.4.1-r1.ebuild b/x11-libs/libvdpau/libvdpau-0.4.1-r1.ebuild index 893ab2c4ebd2..e712fdfc6850 100644 --- a/x11-libs/libvdpau/libvdpau-0.4.1-r1.ebuild +++ b/x11-libs/libvdpau/libvdpau-0.4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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-r1.ebuild,v 1.1 2012/02/15 14:41:04 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libvdpau/libvdpau-0.4.1-r1.ebuild,v 1.2 2012/04/01 16:51:47 scarabeus Exp $ EAPI=4 inherit multilib @@ -11,7 +11,7 @@ SRC_URI="http://people.freedesktop.org/~aplattner/vdpau/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 x86 ~x86-fbsd" IUSE="doc" #unfortunately, there's driver versions in between that this works with diff --git a/x11-libs/libvdpau/libvdpau-0.4.1.ebuild b/x11-libs/libvdpau/libvdpau-0.4.1.ebuild deleted file mode 100644 index f82a60916204..000000000000 --- a/x11-libs/libvdpau/libvdpau-0.4.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# 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.6 2011/11/01 20:12:08 mattst88 Exp $ - -EAPI=2 -inherit multilib - -DESCRIPTION="VDPAU wrapper and trace libraries" -HOMEPAGE="http://www.freedesktop.org/wiki/Software/VDPAU" -SRC_URI="http://people.freedesktop.org/~aplattner/vdpau/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 x86 ~x86-fbsd" -IUSE="doc" - -#unfortunately, there's driver versions in between that this works with -RDEPEND="x11-libs/libX11 - 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 - !=x11-drivers/nvidia-drivers-190.36 - !=x11-drivers/nvidia-drivers-190.40" -DEPEND="${RDEPEND} - dev-util/pkgconfig - >=x11-proto/dri2proto-2.2 - doc? ( app-doc/doxygen - media-gfx/graphviz - virtual/latex-base )" - -src_configure() { - 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 '{}' + -} |