summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2011-02-03 14:17:01 +0000
committerAlexis Ballier <aballier@gentoo.org>2011-02-03 14:17:01 +0000
commit3d50bdd2e03fcaf710b9ed36e6823f8668ff7c0e (patch)
tree566473e9971b5aec28817113acfdaf80a57990e8 /x11-libs/vdpau-video
parentversion bump (diff)
downloadgentoo-2-3d50bdd2e03fcaf710b9ed36e6823f8668ff7c0e.tar.gz
gentoo-2-3d50bdd2e03fcaf710b9ed36e6823f8668ff7c0e.tar.bz2
gentoo-2-3d50bdd2e03fcaf710b9ed36e6823f8668ff7c0e.zip
remove old
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/vdpau-video')
-rw-r--r--x11-libs/vdpau-video/ChangeLog6
-rw-r--r--x11-libs/vdpau-video/files/vdpau-video-nogl.patch13
-rw-r--r--x11-libs/vdpau-video/vdpau-video-0.7.2.ebuild38
-rw-r--r--x11-libs/vdpau-video/vdpau-video-0.7.3_pre2.ebuild42
4 files changed, 5 insertions, 94 deletions
diff --git a/x11-libs/vdpau-video/ChangeLog b/x11-libs/vdpau-video/ChangeLog
index bb2a4da87b3c..7bc021a92d6b 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v 1.9 2011/02/03 14:15:44 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vdpau-video/ChangeLog,v 1.10 2011/02/03 14:17:01 aballier Exp $
+
+ 03 Feb 2011; Alexis Ballier <aballier@gentoo.org> -vdpau-video-0.7.2.ebuild,
+ -vdpau-video-0.7.3_pre2.ebuild, -files/vdpau-video-nogl.patch:
+ remove old
*vdpau-video-0.7.3_pre6 (03 Feb 2011)
diff --git a/x11-libs/vdpau-video/files/vdpau-video-nogl.patch b/x11-libs/vdpau-video/files/vdpau-video-nogl.patch
deleted file mode 100644
index ce41cc38393a..000000000000
--- a/x11-libs/vdpau-video/files/vdpau-video-nogl.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: vdpau-video-0.7.3.pre2/src/vdpau_driver.c
-===================================================================
---- vdpau-video-0.7.3.pre2.orig/src/vdpau_driver.c
-+++ vdpau-video-0.7.3.pre2/src/vdpau_driver.c
-@@ -281,7 +281,7 @@ VAStatus VA_DRIVER_INIT_FUNC(void *ctx)
- #define VA_INIT_VERSION_MINOR 31
- #define VA_INIT_VERSION_MICRO 1
- #define VA_INIT_SUFFIX 0_31_1
--#define VA_INIT_GLX 1
-+#define VA_INIT_GLX USE_GLX
- #include "vdpau_driver_template.h"
-
- VAStatus __vaDriverInit_0_31(void *ctx)
diff --git a/x11-libs/vdpau-video/vdpau-video-0.7.2.ebuild b/x11-libs/vdpau-video/vdpau-video-0.7.2.ebuild
deleted file mode 100644
index ee706d535e30..000000000000
--- a/x11-libs/vdpau-video/vdpau-video-0.7.2.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.7.2.ebuild,v 1.1 2010/10/10 21:13:44 aballier 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
-}
diff --git a/x11-libs/vdpau-video/vdpau-video-0.7.3_pre2.ebuild b/x11-libs/vdpau-video/vdpau-video-0.7.3_pre2.ebuild
deleted file mode 100644
index cb539222dd5c..000000000000
--- a/x11-libs/vdpau-video/vdpau-video-0.7.3_pre2.ebuild
+++ /dev/null
@@ -1,42 +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.7.3_pre2.ebuild,v 1.1 2010/12/24 15:49:22 aballier Exp $
-
-EAPI="2"
-inherit eutils autotools
-
-MY_P=${P/_/.}
-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}/${MY_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"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-nogl.patch"
- 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
-}