summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2013-10-25 19:12:26 +0000
committerDoug Goldstein <cardoe@gentoo.org>2013-10-25 19:12:26 +0000
commit1b1923a8866977b4d86407f9239a43fa5990290b (patch)
treeacbb2cdc4b707559a58f82355ec699102df7f22a /x11-misc/vdpauinfo
parentVersion bump, clean out older versions. (diff)
downloadgentoo-2-1b1923a8866977b4d86407f9239a43fa5990290b.tar.gz
gentoo-2-1b1923a8866977b4d86407f9239a43fa5990290b.tar.bz2
gentoo-2-1b1923a8866977b4d86407f9239a43fa5990290b.zip
Version bump
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
Diffstat (limited to 'x11-misc/vdpauinfo')
-rw-r--r--x11-misc/vdpauinfo/ChangeLog9
-rw-r--r--x11-misc/vdpauinfo/vdpauinfo-0.1.ebuild20
2 files changed, 27 insertions, 2 deletions
diff --git a/x11-misc/vdpauinfo/ChangeLog b/x11-misc/vdpauinfo/ChangeLog
index 9ee0846a4b57..83edc67af5f1 100644
--- a/x11-misc/vdpauinfo/ChangeLog
+++ b/x11-misc/vdpauinfo/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/vdpauinfo
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/ChangeLog,v 1.5 2012/11/21 18:30:37 scarabeus Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/ChangeLog,v 1.6 2013/10/25 19:12:26 cardoe Exp $
+
+*vdpauinfo-0.1 (25 Oct 2013)
+
+ 25 Oct 2013; Doug Goldstein <cardoe@gentoo.org> +vdpauinfo-0.1.ebuild:
+ Version bump
21 Nov 2012; Tomáš Chvátal <scarabeus@gentoo.org> vdpauinfo-0.0.6.ebuild:
Stable on amd64 and x86, I need this to test my vdpau stuff on stable.
diff --git a/x11-misc/vdpauinfo/vdpauinfo-0.1.ebuild b/x11-misc/vdpauinfo/vdpauinfo-0.1.ebuild
new file mode 100644
index 000000000000..3aebc9da844f
--- /dev/null
+++ b/x11-misc/vdpauinfo/vdpauinfo-0.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/vdpauinfo-0.1.ebuild,v 1.1 2013/10/25 19:12:26 cardoe Exp $
+
+EAPI=5
+
+DESCRIPTION="Displays info about your card's VDPAU support"
+HOMEPAGE="http://www.freedesktop.org/wiki/Software/VDPAU"
+SRC_URI="http://people.freedesktop.org/~aplattner/vdpau/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libvdpau"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ x11-proto/xproto"