maksbotan 14/06/20 09:48:36 Modified: mpv-9999.ebuild ChangeLog Log: Update waf version and SRC_URI in 9999, thanks to Nikoli. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Revision Changes Path 1.52 media-video/mpv/mpv-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-9999.ebuild?rev=1.52&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-9999.ebuild?rev=1.52&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-9999.ebuild?r1=1.51&r2=1.52 Index: mpv-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- mpv-9999.ebuild 17 Jun 2014 18:13:46 -0000 1.51 +++ mpv-9999.ebuild 20 Jun 2014 09:48:36 -0000 1.52 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.51 2014/06/17 18:13:46 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.52 2014/06/20 09:48:36 maksbotan Exp $ EAPI=5 @@ -9,11 +9,11 @@ inherit eutils waf-utils pax-utils fdo-mime gnome2-utils [[ ${PV} == *9999* ]] && inherit git-r3 -WAF_V="1.7.15" +WAF_V="1.7.16" DESCRIPTION="Video player based on MPlayer/mplayer2" HOMEPAGE="http://mpv.io/" -SRC_URI="https://waf.googlecode.com/files/waf-${WAF_V}" +SRC_URI="http://ftp.waf.io/pub/release/waf-${WAF_V}" [[ ${PV} == *9999* ]] || \ SRC_URI+=" https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> ${P}.tar.gz" 1.81 media-video/mpv/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?rev=1.81&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?rev=1.81&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?r1=1.80&r2=1.81 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- ChangeLog 17 Jun 2014 18:13:46 -0000 1.80 +++ ChangeLog 20 Jun 2014 09:48:36 -0000 1.81 @@ -1,6 +1,9 @@ # ChangeLog for media-video/mpv # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.80 2014/06/17 18:13:46 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.81 2014/06/20 09:48:36 maksbotan Exp $ + + 20 Jun 2014; Maxim Koltsov <[email protected]> mpv-9999.ebuild: + Update waf version and SRC_URI in 9999, thanks to Nikoli. 17 Jun 2014; Maxim Koltsov <[email protected]> mpv-9999.ebuild: Update lcms dependency in 9999, thanks to Nikoli.
