diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-10-10 12:00:48 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-10-10 12:00:48 +0000 |
commit | e25e63992782f7719bd812792decace8cc411ed2 (patch) | |
tree | de75bbfec1896c2f76595590af65f3328d7ffefa /x11-libs/vdpau-video | |
parent | Mark -sparc because it sigbuses (diff) | |
download | gentoo-2-e25e63992782f7719bd812792decace8cc411ed2.tar.gz gentoo-2-e25e63992782f7719bd812792decace8cc411ed2.tar.bz2 gentoo-2-e25e63992782f7719bd812792decace8cc411ed2.zip |
old
(Portage version: 2.2_rc91/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/vdpau-video')
-rw-r--r-- | x11-libs/vdpau-video/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/vdpau-video/vdpau-video-0.6.9.ebuild | 38 |
2 files changed, 5 insertions, 39 deletions
diff --git a/x11-libs/vdpau-video/ChangeLog b/x11-libs/vdpau-video/ChangeLog index c23f1570c379..5d55a4369717 100644 --- a/x11-libs/vdpau-video/ChangeLog +++ b/x11-libs/vdpau-video/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/vdpau-video # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v 1.5 2010/09/24 20:45:12 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v 1.6 2010/10/10 12:00:47 scarabeus Exp $ + + 10 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org> + -vdpau-video-0.6.9.ebuild: + old 24 Sep 2010; Markos Chandras <hwoarang@gentoo.org> vdpau-video-0.6.10.ebuild: diff --git a/x11-libs/vdpau-video/vdpau-video-0.6.9.ebuild b/x11-libs/vdpau-video/vdpau-video-0.6.9.ebuild deleted file mode 100644 index 1d39da22ae58..000000000000 --- a/x11-libs/vdpau-video/vdpau-video-0.6.9.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/vdpau-video-0.6.9.ebuild,v 1.2 2010/06/22 08:46:46 fauli Exp $ - -EAPI="2" -inherit eutils autotools - -DESCRIPTION="VDPAU Backend for Video Acceleration (VA) API" -HOMEPAGE="http://www.freedesktop.org/wiki/Software/vaapi" -SRC_URI="http://www.splitted-desktop.com/~gbeauchesne/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug opengl" - -RDEPEND="x11-libs/libva[opengl?] - opengl? ( virtual/opengl ) - x11-libs/libvdpau" - -DEPEND="${DEPEND} - dev-util/pkgconfig" - -src_prepare() { - eautoreconf -} - -src_configure() { - econf \ - $(use_enable debug) \ - $(use_enable opengl glx) -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc NEWS README AUTHORS - find "${D}" -name '*.la' -delete -} |