radhermit 15/01/09 19:21:16 Modified: ChangeLog Added: vdpauinfo-0.9-r1.ebuild Removed: vdpauinfo-0.9.ebuild Log: Fix x11-libs/libvdpau dep (bug #534090). (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
Revision Changes Path 1.8 x11-misc/vdpauinfo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/vdpauinfo/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/vdpauinfo/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/vdpauinfo/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 30 Dec 2014 07:16:48 -0000 1.7 +++ ChangeLog 9 Jan 2015 19:21:16 -0000 1.8 @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/vdpauinfo -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/ChangeLog,v 1.7 2014/12/30 07:16:48 williamh Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/ChangeLog,v 1.8 2015/01/09 19:21:16 radhermit Exp $ + +*vdpauinfo-0.9-r1 (09 Jan 2015) + + 09 Jan 2015; Tim Harder <radher...@gentoo.org> -vdpauinfo-0.9.ebuild, + +vdpauinfo-0.9-r1.ebuild: + Fix x11-libs/libvdpau dep (bug #534090). *vdpauinfo-0.9 (30 Dec 2014) 1.1 x11-misc/vdpauinfo/vdpauinfo-0.9-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/vdpauinfo/vdpauinfo-0.9-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/vdpauinfo/vdpauinfo-0.9-r1.ebuild?rev=1.1&content-type=text/plain Index: vdpauinfo-0.9-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/vdpauinfo/vdpauinfo-0.9-r1.ebuild,v 1.1 2015/01/09 19:21:16 radhermit 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-0.9" DEPEND="${RDEPEND} virtual/pkgconfig x11-proto/xproto"