Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/mpv: mpv-9999.ebuild ChangeLog
Date: Mon, 02 Jun 2014 18:11:13
Message-Id: 20140602181110.1C64E2004E@flycatcher.gentoo.org
1 tomwij 14/06/02 18:11:10
2
3 Modified: mpv-9999.ebuild ChangeLog
4 Log:
5 Remove vcd USE flag, make cdio USE flag non-enabled by default due to upstream default; fixes bug #512072, proxied commit for Nikoli.
6
7 (Portage version: 2.2.10_p105_p4170/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
8
9 Revision Changes Path
10 1.50 media-video/mpv/mpv-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-9999.ebuild?rev=1.50&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-9999.ebuild?rev=1.50&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-9999.ebuild?r1=1.49&r2=1.50
15
16 Index: mpv-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v
19 retrieving revision 1.49
20 retrieving revision 1.50
21 diff -u -r1.49 -r1.50
22 --- mpv-9999.ebuild 17 May 2014 20:58:32 -0000 1.49
23 +++ mpv-9999.ebuild 2 Jun 2014 18:11:09 -0000 1.50
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.49 2014/05/17 20:58:32 lu_zero Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.50 2014/06/02 18:11:09 tomwij Exp $
29
30 EAPI=5
31
32 @@ -21,9 +21,9 @@
33 SLOT="0"
34 [[ ${PV} == *9999* ]] || \
35 KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux"
36 -IUSE="+alsa bluray bs2b +cdio -doc-pdf dvb +dvd dvdnav +enca encode examples +iconv jack -joystick
37 +IUSE="+alsa bluray bs2b cdio -doc-pdf dvb +dvd dvdnav +enca encode examples +iconv jack -joystick
38 jpeg ladspa lcms +libass libcaca libguess lirc lua luajit +mpg123 -openal +opengl
39 -oss portaudio postproc pulseaudio pvr +quvi samba sdl selinux +shm v4l vaapi vcd vdpau
40 +oss portaudio postproc pulseaudio pvr +quvi samba sdl selinux +shm v4l vaapi vdpau
41 vf-dlopen wayland +X xinerama +xscreensaver +xv"
42
43 REQUIRED_USE="
44 @@ -175,7 +175,6 @@
45 $(use_enable encode encoding) \
46 $(use_enable joystick) \
47 $(use_enable bluray libbluray) \
48 - $(use_enable vcd) \
49 $(use_enable quvi libquvi) \
50 $(use_enable samba libsmbclient) \
51 $(use_enable lirc) \
52
53
54
55 1.79 media-video/mpv/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?rev=1.79&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?rev=1.79&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?r1=1.78&r2=1.79
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v
64 retrieving revision 1.78
65 retrieving revision 1.79
66 diff -u -r1.78 -r1.79
67 --- ChangeLog 28 May 2014 08:26:00 -0000 1.78
68 +++ ChangeLog 2 Jun 2014 18:11:09 -0000 1.79
69 @@ -1,6 +1,10 @@
70 # ChangeLog for media-video/mpv
71 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.78 2014/05/28 08:26:00 maksbotan Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.79 2014/06/02 18:11:09 tomwij Exp $
74 +
75 + 02 Jun 2014; Tom Wijsman <TomWij@g.o> mpv-9999.ebuild:
76 + Remove vcd USE flag, make cdio USE flag non-enabled by default due to upstream
77 + default; fixes bug #512072, proxied commit for Nikoli.
78
79 28 May 2014; Maxim Koltsov <maksbotan@g.o> -mpv-0.3.5.ebuild,
80 -mpv-0.3.6.ebuild, -mpv-0.3.7.ebuild, -mpv-0.3.8.ebuild, -mpv-0.3.9.ebuild: