Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/vdpauinfo: vdpauinfo-0.1.ebuild ChangeLog
Date: Fri, 25 Oct 2013 19:13:20
Message-Id: 20131025191226.C6C5B20036@flycatcher.gentoo.org
1 cardoe 13/10/25 19:12:26
2
3 Modified: ChangeLog
4 Added: vdpauinfo-0.1.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
9
10 Revision Changes Path
11 1.6 x11-misc/vdpauinfo/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/vdpauinfo/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/vdpauinfo/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/vdpauinfo/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 21 Nov 2012 18:30:37 -0000 1.5
24 +++ ChangeLog 25 Oct 2013 19:12:26 -0000 1.6
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-misc/vdpauinfo
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/ChangeLog,v 1.5 2012/11/21 18:30:37 scarabeus Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/ChangeLog,v 1.6 2013/10/25 19:12:26 cardoe Exp $
31 +
32 +*vdpauinfo-0.1 (25 Oct 2013)
33 +
34 + 25 Oct 2013; Doug Goldstein <cardoe@g.o> +vdpauinfo-0.1.ebuild:
35 + Version bump
36
37 21 Nov 2012; Tomáš Chvátal <scarabeus@g.o> vdpauinfo-0.0.6.ebuild:
38 Stable on amd64 and x86, I need this to test my vdpau stuff on stable.
39
40
41
42 1.1 x11-misc/vdpauinfo/vdpauinfo-0.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/vdpauinfo/vdpauinfo-0.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/vdpauinfo/vdpauinfo-0.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: vdpauinfo-0.1.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/vdpauinfo-0.1.ebuild,v 1.1 2013/10/25 19:12:26 cardoe Exp $
52
53 EAPI=5
54
55 DESCRIPTION="Displays info about your card's VDPAU support"
56 HOMEPAGE="http://www.freedesktop.org/wiki/Software/VDPAU"
57 SRC_URI="http://people.freedesktop.org/~aplattner/vdpau/${P}.tar.gz"
58
59 LICENSE="MIT"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 RDEPEND="x11-libs/libX11
65 x11-libs/libvdpau"
66 DEPEND="${RDEPEND}
67 virtual/pkgconfig
68 x11-proto/xproto"