public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maxim Koltsov (maksbotan)" <maksbotan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-video/mpv: mpv-9999.ebuild ChangeLog
Date: Tue, 30 Sep 2014 15:32:18 +0000 (UTC)	[thread overview]
Message-ID: <20140930153218.9D68D6989@oystercatcher.gentoo.org> (raw)

maksbotan    14/09/30 15:32:18

  Modified:             mpv-9999.ebuild ChangeLog
  Log:
  Update 9999 ebuild, thanks to Nikoli.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)

Revision  Changes    Path
1.56                 media-video/mpv/mpv-9999.ebuild

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

Index: mpv-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- mpv-9999.ebuild	20 Jul 2014 19:24:30 -0000	1.55
+++ mpv-9999.ebuild	30 Sep 2014 15:32:18 -0000	1.56
@@ -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.55 2014/07/20 19:24:30 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.56 2014/09/30 15:32:18 maksbotan Exp $
 
 EAPI=5
 
@@ -47,12 +47,11 @@
 		>=media-video/libav-10:=[encode?,threads,vaapi?,vdpau?]
 		>=media-video/ffmpeg-2.1.4:0=[encode?,threads,vaapi?,vdpau?]
 	)
-	sys-libs/ncurses
 	sys-libs/zlib
 	X? (
 		x11-libs/libX11
 		x11-libs/libXext
-		x11-libs/libXxf86vm
+		>=x11-libs/libXrandr-1.2.0
 		opengl? ( virtual/opengl )
 		lcms? ( >=media-libs/lcms-2.6:2 )
 		vaapi? ( >=x11-libs/libva-0.34.0[X(+)] )
@@ -111,7 +110,7 @@
 	selinux? ( sec-policy/selinux-mplayer )
 	v4l? ( media-libs/libv4l )
 	wayland? (
-		>=dev-libs/wayland-1.3.0
+		>=dev-libs/wayland-1.6.0
 		media-libs/mesa[egl,wayland]
 		>=x11-libs/libxkbcommon-0.3.0
 	)
@@ -123,7 +122,6 @@
 	doc-pdf? ( dev-python/rst2pdf )
 	X? (
 		x11-proto/videoproto
-		x11-proto/xf86vidmodeproto
 		xinerama? ( x11-proto/xineramaproto )
 		xscreensaver? ( x11-proto/scrnsaverproto )
 	)
@@ -207,6 +205,8 @@
 		$(use_enable pulseaudio pulse) \
 		$(use_enable shm) \
 		$(use_enable X x11) \
+		$(use_enable X xext) \
+		$(use_enable X xrandr) \
 		$(use_enable vaapi) \
 		$(use_enable vdpau) \
 		$(use_enable wayland) \



1.97                 media-video/mpv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog	26 Sep 2014 06:22:42 -0000	1.96
+++ ChangeLog	30 Sep 2014 15:32:18 -0000	1.97
@@ -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.96 2014/09/26 06:22:42 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.97 2014/09/30 15:32:18 maksbotan Exp $
+
+  30 Sep 2014; Maxim Koltsov <maksbotan@gentoo.org> mpv-9999.ebuild:
+  Update 9999 ebuild, thanks to Nikoli.
 
 *mpv-0.5.4 (26 Sep 2014)
 





             reply	other threads:[~2014-09-30 15:32 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-30 15:32 Maxim Koltsov (maksbotan) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-12-05 18:33 [gentoo-commits] gentoo-x86 commit in media-video/mpv: mpv-9999.ebuild ChangeLog Maxim Koltsov (maksbotan)
2014-10-27 19:04 Maxim Koltsov (maksbotan)
2014-10-12  8:24 Maxim Koltsov (maksbotan)
2014-07-20 19:24 Mikle Kolyada (zlogene)
2014-06-20  9:48 Maxim Koltsov (maksbotan)
2014-06-17 18:13 Maxim Koltsov (maksbotan)
2014-06-02 18:11 Tom Wijsman (tomwij)
2014-04-18  9:56 Markos Chandras (hwoarang)
2014-04-18  9:53 Markos Chandras (hwoarang)
2014-03-10 19:32 Maxim Koltsov (maksbotan)
2014-01-25 10:41 Tomas Chvatal (scarabeus)
2014-01-08 23:46 Tom Wijsman (tomwij)
2013-12-28 20:22 Maxim Koltsov (maksbotan)
2013-11-30  7:27 Tom Wijsman (tomwij)
2013-11-22  2:55 Tom Wijsman (tomwij)
2013-11-11 20:05 Tom Wijsman (tomwij)
2013-10-18 22:57 Tom Wijsman (tomwij)
2013-09-30 17:48 Tomas Chvatal (scarabeus)
2013-07-09 16:38 Tomas Chvatal (scarabeus)
2013-07-09 15:55 Tomas Chvatal (scarabeus)
2013-07-08 23:42 Tom Wijsman (tomwij)
2013-07-08  6:03 Tomas Chvatal (scarabeus)
2013-06-15  8:17 Tomas Chvatal (scarabeus)
2013-04-28  8:07 Tomas Chvatal (scarabeus)
2013-04-27 18:57 Tomas Chvatal (scarabeus)
2013-04-27 17:44 Tomas Chvatal (scarabeus)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140930153218.9D68D6989@oystercatcher.gentoo.org \
    --to=maksbotan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox