diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2013-10-20 17:16:25 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2013-10-20 17:16:25 +0000 |
commit | 9dd467b2cba15a284cd7e6ad8992263a5e0ca872 (patch) | |
tree | 46d4012b66e468c4ba3fa10743882725bd1c4c35 /media-video | |
parent | Adjusted media-video/mpv luajit USE mask to support future versions. (diff) | |
download | gentoo-2-9dd467b2cba15a284cd7e6ad8992263a5e0ca872.tar.gz gentoo-2-9dd467b2cba15a284cd7e6ad8992263a5e0ca872.tar.bz2 gentoo-2-9dd467b2cba15a284cd7e6ad8992263a5e0ca872.zip |
VDPAU is broken in 0.2.0, removed 0.2.0 and version bump to 0.2.1; proxied commit for Nikli.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/ChangeLog | 9 | ||||
-rw-r--r-- | media-video/mpv/mpv-0.2.1.ebuild (renamed from media-video/mpv/mpv-0.2.0.ebuild) | 2 |
2 files changed, 9 insertions, 2 deletions
diff --git a/media-video/mpv/ChangeLog b/media-video/mpv/ChangeLog index 5ceb8492db89..a5db4b5791b5 100644 --- a/media-video/mpv/ChangeLog +++ b/media-video/mpv/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-video/mpv # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.35 2013/10/19 22:54:39 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.36 2013/10/20 17:16:25 tomwij Exp $ + +*mpv-0.2.1 (20 Oct 2013) + + 20 Oct 2013; Tom Wijsman <TomWij@gentoo.org> +mpv-0.2.1.ebuild, + -mpv-0.2.0.ebuild: + VDPAU is broken in 0.2.0, removed 0.2.0 and version bump to 0.2.1; proxied + commit for Nikli. 19 Oct 2013; Tom Wijsman <TomWij@gentoo.org> mpv-0.1.6.ebuild, mpv-0.1.7.ebuild, mpv-0.2.0.ebuild, mpv-9999.ebuild: diff --git a/media-video/mpv/mpv-0.2.0.ebuild b/media-video/mpv/mpv-0.2.1.ebuild index b777953686c5..74e472fe587c 100644 --- a/media-video/mpv/mpv-0.2.0.ebuild +++ b/media-video/mpv/mpv-0.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.2.0.ebuild,v 1.4 2013/10/19 22:54:39 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.2.1.ebuild,v 1.1 2013/10/20 17:16:25 tomwij Exp $ EAPI=5 |