yngwin      15/05/04 15:21:35

  Modified:             mpv-0.8.3.ebuild mpv-0.9.1.ebuild mpv-9999.ebuild
                        ChangeLog
  Log:
  ebuild improvements, thanks to Nikoli and kensington
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  Changes    Path
1.5                  media-video/mpv/mpv-0.8.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.8.3.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.8.3.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.8.3.ebuild?r1=1.4&r2=1.5

Index: mpv-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.8.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mpv-0.8.3.ebuild    3 May 2015 06:52:22 -0000       1.4
+++ mpv-0.8.3.ebuild    4 May 2015 15:21:35 -0000       1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.8.3.ebuild,v 1.4 
2015/05/03 06:52:22 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.8.3.ebuild,v 1.5 
2015/05/04 15:21:35 yngwin Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -127,14 +127,13 @@
 
 pkg_setup() {
        if ! use libass; then
-               ewarn "You've disabled the libass flag. No OSD or subtitles 
will be displayed."
+               ewarn "You have disabled the libass flag. No OSD or subtitles 
will be displayed."
        fi
 
        if use libav; then
                einfo "You have enabled media-video/libav instead of 
media-video/ffmpeg."
                einfo "Upstream recommends media-video/ffmpeg, as some 
functionality is not"
-               einfo "provided by media-video/libav. For more information see:"
-               einfo "    
https://github.com/mpv-player/mpv/wiki/FFmpeg-versus-Libav";
+               einfo "provided by media-video/libav."
        fi
 
        einfo "For additional format support you need to enable the support on 
your"



1.5                  media-video/mpv/mpv-0.9.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.9.1.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.9.1.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.9.1.ebuild?r1=1.4&r2=1.5

Index: mpv-0.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.9.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mpv-0.9.1.ebuild    4 May 2015 12:47:36 -0000       1.4
+++ mpv-0.9.1.ebuild    4 May 2015 15:21:35 -0000       1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.9.1.ebuild,v 1.4 
2015/05/04 12:47:36 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.9.1.ebuild,v 1.5 
2015/05/04 15:21:35 yngwin Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -17,7 +17,6 @@
 if [[ ${PV} == *9999* ]]; then
        EGIT_REPO_URI="https://github.com/mpv-player/mpv.git";
        inherit git-r3
-       KEYWORDS=""
 else
        SRC_URI+=" https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux"
@@ -63,7 +62,7 @@
                        egl? ( media-libs/mesa[egl] )
                )
                lcms? ( >=media-libs/lcms-2.6:2 )
-               vaapi? ( >=x11-libs/libva-0.34.0[X(+),opengl?] )
+               vaapi? ( >=x11-libs/libva-0.34.0[X(+)] )
                vdpau? ( >=x11-libs/libvdpau-0.2 )
                xinerama? ( x11-libs/libXinerama )
                xscreensaver? ( x11-libs/libXScrnSaver )
@@ -94,7 +93,7 @@
        libcaca? ( >=media-libs/libcaca-0.99_beta18 )
        libguess? ( >=app-i18n/libguess-1.0 )
        lua? (
-               !luajit? ( =dev-lang/lua-5.1*:= )
+               !luajit? ( || ( =dev-lang/lua-5.1*:= =dev-lang/lua-5.2*:= ) )
                luajit? ( dev-lang/luajit:2 )
        )
        openal? ( >=media-libs/openal-1.13 )



1.73                 media-video/mpv/mpv-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-9999.ebuild?rev=1.73&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-9999.ebuild?rev=1.73&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-9999.ebuild?r1=1.72&r2=1.73

Index: mpv-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- mpv-9999.ebuild     4 May 2015 12:47:36 -0000       1.72
+++ mpv-9999.ebuild     4 May 2015 15:21:35 -0000       1.73
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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.72 
2015/05/04 12:47:36 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.73 
2015/05/04 15:21:35 yngwin Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -17,7 +17,6 @@
 if [[ ${PV} == *9999* ]]; then
        EGIT_REPO_URI="https://github.com/mpv-player/mpv.git";
        inherit git-r3
-       KEYWORDS=""
 else
        SRC_URI+=" https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux"
@@ -63,7 +62,7 @@
                        egl? ( media-libs/mesa[egl] )
                )
                lcms? ( >=media-libs/lcms-2.6:2 )
-               vaapi? ( >=x11-libs/libva-0.34.0[X(+),opengl?] )
+               vaapi? ( >=x11-libs/libva-0.34.0[X(+)] )
                vdpau? ( >=x11-libs/libvdpau-0.2 )
                xinerama? ( x11-libs/libXinerama )
                xscreensaver? ( x11-libs/libXScrnSaver )
@@ -94,7 +93,7 @@
        libcaca? ( >=media-libs/libcaca-0.99_beta18 )
        libguess? ( >=app-i18n/libguess-1.0 )
        lua? (
-               !luajit? ( =dev-lang/lua-5.1*:= )
+               !luajit? ( || ( =dev-lang/lua-5.1*:= =dev-lang/lua-5.2*:= ) )
                luajit? ( dev-lang/luajit:2 )
        )
        openal? ( >=media-libs/openal-1.13 )



1.133                media-video/mpv/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?rev=1.133&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?rev=1.133&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?r1=1.132&r2=1.133

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog   4 May 2015 13:15:21 -0000       1.132
+++ ChangeLog   4 May 2015 15:21:35 -0000       1.133
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/mpv
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.132 
2015/05/04 13:15:21 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.133 
2015/05/04 15:21:35 yngwin Exp $
+
+  04 May 2015; Ben de Groot <[email protected]> mpv-0.8.3.ebuild,
+  mpv-0.9.1.ebuild, mpv-9999.ebuild:
+  ebuild improvements, thanks to Nikoli and kensington
 
   04 May 2015; Ben de Groot <[email protected]> metadata.xml:
   Make my de facto primary maintainer role more explicit




Reply via email to