diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-11-23 14:02:31 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-11-23 14:02:31 +0000 |
commit | 051930788d0336f618973c3360871a13dc9b38ce (patch) | |
tree | 06a33fb57804f053c224f90a3e6243deab445985 /x11-libs/xvba-video | |
parent | Add gpled source compiled version and its live ebuild (it uses different name... (diff) | |
download | gentoo-2-051930788d0336f618973c3360871a13dc9b38ce.tar.gz gentoo-2-051930788d0336f618973c3360871a13dc9b38ce.tar.bz2 gentoo-2-051930788d0336f618973c3360871a13dc9b38ce.zip |
Fix description.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'x11-libs/xvba-video')
-rw-r--r-- | x11-libs/xvba-video/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/xvba-video/xvba-video-0.8.0-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/xvba-video/xvba-video-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-libs/xvba-video/ChangeLog b/x11-libs/xvba-video/ChangeLog index dee879e7ca98..455c947dacc9 100644 --- a/x11-libs/xvba-video/ChangeLog +++ b/x11-libs/xvba-video/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/xvba-video # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/ChangeLog,v 1.9 2012/11/23 13:35:52 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/ChangeLog,v 1.10 2012/11/23 14:02:31 scarabeus Exp $ + + 23 Nov 2012; Tomáš Chvátal <scarabeus@gentoo.org> xvba-video-0.8.0-r1.ebuild, + xvba-video-9999.ebuild: + Fix description. *xvba-video-0.8.0-r1 (23 Nov 2012) *xvba-video-9999 (23 Nov 2012) diff --git a/x11-libs/xvba-video/xvba-video-0.8.0-r1.ebuild b/x11-libs/xvba-video/xvba-video-0.8.0-r1.ebuild index 89fed6a30ef4..f6ad303ba87f 100644 --- a/x11-libs/xvba-video/xvba-video-0.8.0-r1.ebuild +++ b/x11-libs/xvba-video/xvba-video-0.8.0-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/xvba-video/xvba-video-0.8.0-r1.ebuild,v 1.1 2012/11/23 13:35:52 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/xvba-video-0.8.0-r1.ebuild,v 1.2 2012/11/23 14:02:31 scarabeus Exp $ EAPI=5 @@ -8,7 +8,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/vaapi/xvba-driver" [[ ${PV} = 9999 ]] && inherit git-2 inherit eutils autotools -DESCRIPTION="VDPAU Backend for Video Acceleration (VA) API" +DESCRIPTION="XVBA Backend for Video Acceleration (VA) API" HOMEPAGE="http://www.freedesktop.org/wiki/Software/vaapi" SRC_URI="http://dev.gentooexperimental.org/~scarabeus/xvba-driver-${PV}.tar.bz2" # No source release yet, the src_uri is theoretical at best right now diff --git a/x11-libs/xvba-video/xvba-video-9999.ebuild b/x11-libs/xvba-video/xvba-video-9999.ebuild index b36922b0c0c4..199d0965d7f1 100644 --- a/x11-libs/xvba-video/xvba-video-9999.ebuild +++ b/x11-libs/xvba-video/xvba-video-9999.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/xvba-video/xvba-video-9999.ebuild,v 1.1 2012/11/23 13:35:52 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xvba-video/xvba-video-9999.ebuild,v 1.2 2012/11/23 14:02:31 scarabeus Exp $ EAPI=5 @@ -8,7 +8,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/vaapi/xvba-driver" [[ ${PV} = 9999 ]] && inherit git-2 inherit eutils autotools -DESCRIPTION="VDPAU Backend for Video Acceleration (VA) API" +DESCRIPTION="XVBA Backend for Video Acceleration (VA) API" HOMEPAGE="http://www.freedesktop.org/wiki/Software/vaapi" # No source release yet, the src_uri is theoretical at best right now [[ ${PV} = 9999 ]] || SRC_URI="http://www.freedesktop.org/software/vaapi/releases/${PN}/${P}.tar.bz2" |