Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/mpv: ChangeLog mpv-9999.ebuild mpv-0.3.0.ebuild
Date: Tue, 31 Dec 2013 11:23:46
Message-Id: 20131231112340.10F142004C@flycatcher.gentoo.org
1 pinkbyte 13/12/31 11:23:39
2
3 Modified: ChangeLog mpv-9999.ebuild mpv-0.3.0.ebuild
4 Log:
5 Adjust dependencies, thanks to Nikoli <nikoli AT gmx.us>
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
8
9 Revision Changes Path
10 1.49 media-video/mpv/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?rev=1.49&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?rev=1.49&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?r1=1.48&r2=1.49
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v
19 retrieving revision 1.48
20 retrieving revision 1.49
21 diff -u -r1.48 -r1.49
22 --- ChangeLog 29 Dec 2013 19:11:34 -0000 1.48
23 +++ ChangeLog 31 Dec 2013 11:23:39 -0000 1.49
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-video/mpv
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.48 2013/12/29 19:11:34 tomwij Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.49 2013/12/31 11:23:39 pinkbyte Exp $
29 +
30 + 31 Dec 2013; Sergey Popov <pinkbyte@g.o> mpv-0.3.0.ebuild,
31 + mpv-9999.ebuild:
32 + Adjust dependencies, thanks to Nikoli <nikoli AT gmx.us>
33
34 *mpv-0.3.0 (29 Dec 2013)
35
36
37
38
39 1.35 media-video/mpv/mpv-9999.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-9999.ebuild?rev=1.35&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-9999.ebuild?rev=1.35&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-9999.ebuild?r1=1.34&r2=1.35
44
45 Index: mpv-9999.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v
48 retrieving revision 1.34
49 retrieving revision 1.35
50 diff -u -r1.34 -r1.35
51 --- mpv-9999.ebuild 29 Dec 2013 19:11:34 -0000 1.34
52 +++ mpv-9999.ebuild 31 Dec 2013 11:23:39 -0000 1.35
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.34 2013/12/29 19:11:34 tomwij Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.35 2013/12/31 11:23:39 pinkbyte Exp $
58
59 EAPI=5
60
61 @@ -53,14 +53,14 @@
62 x11-libs/libXxf86vm
63 opengl? ( virtual/opengl )
64 lcms? ( media-libs/lcms:2 )
65 - vaapi? ( x11-libs/libva[X(+)] )
66 - vdpau? ( x11-libs/libvdpau )
67 + vaapi? ( >=x11-libs/libva-0.34.0[X(+)] )
68 + vdpau? ( >=x11-libs/libvdpau-0.2 )
69 xinerama? ( x11-libs/libXinerama )
70 xscreensaver? ( x11-libs/libXScrnSaver )
71 xv? ( x11-libs/libXv )
72 )
73 alsa? ( media-libs/alsa-lib )
74 - bluray? ( media-libs/libbluray )
75 + bluray? ( >=media-libs/libbluray-0.2.1 )
76 bs2b? ( media-libs/libbs2b )
77 cdio? (
78 || (
79 @@ -109,7 +109,7 @@
80 samba? ( net-fs/samba )
81 v4l? ( media-libs/libv4l )
82 wayland? (
83 - >=dev-libs/wayland-1.0.0
84 + >=dev-libs/wayland-1.2.0
85 media-libs/mesa[egl,wayland]
86 >=x11-libs/libxkbcommon-0.3.0
87 )
88
89
90
91 1.2 media-video/mpv/mpv-0.3.0.ebuild
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.3.0.ebuild?rev=1.2&view=markup
94 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.3.0.ebuild?rev=1.2&content-type=text/plain
95 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.3.0.ebuild?r1=1.1&r2=1.2
96
97 Index: mpv-0.3.0.ebuild
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.3.0.ebuild,v
100 retrieving revision 1.1
101 retrieving revision 1.2
102 diff -u -r1.1 -r1.2
103 --- mpv-0.3.0.ebuild 29 Dec 2013 19:11:34 -0000 1.1
104 +++ mpv-0.3.0.ebuild 31 Dec 2013 11:23:39 -0000 1.2
105 @@ -1,6 +1,6 @@
106 # Copyright 1999-2013 Gentoo Foundation
107 # Distributed under the terms of the GNU General Public License v2
108 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.3.0.ebuild,v 1.1 2013/12/29 19:11:34 tomwij Exp $
109 +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.3.0.ebuild,v 1.2 2013/12/31 11:23:39 pinkbyte Exp $
110
111 EAPI=5
112
113 @@ -53,14 +53,14 @@
114 x11-libs/libXxf86vm
115 opengl? ( virtual/opengl )
116 lcms? ( media-libs/lcms:2 )
117 - vaapi? ( x11-libs/libva[X(+)] )
118 - vdpau? ( x11-libs/libvdpau )
119 + vaapi? ( >=x11-libs/libva-0.34.0[X(+)] )
120 + vdpau? ( >=x11-libs/libvdpau-0.2 )
121 xinerama? ( x11-libs/libXinerama )
122 xscreensaver? ( x11-libs/libXScrnSaver )
123 xv? ( x11-libs/libXv )
124 )
125 alsa? ( media-libs/alsa-lib )
126 - bluray? ( media-libs/libbluray )
127 + bluray? ( >=media-libs/libbluray-0.2.1 )
128 bs2b? ( media-libs/libbs2b )
129 cdio? (
130 || (
131 @@ -109,7 +109,7 @@
132 samba? ( net-fs/samba )
133 v4l? ( media-libs/libv4l )
134 wayland? (
135 - >=dev-libs/wayland-1.0.0
136 + >=dev-libs/wayland-1.2.0
137 media-libs/mesa[egl,wayland]
138 >=x11-libs/libxkbcommon-0.3.0
139 )