From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 69EA81381FA for ; Mon, 2 Jun 2014 18:11:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0789E0966; Mon, 2 Jun 2014 18:11:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F829E0966 for ; Mon, 2 Jun 2014 18:11:12 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 697BE33FE79 for ; Mon, 2 Jun 2014 18:11:11 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2335) id 1C64E2004E; Mon, 2 Jun 2014 18:11:10 +0000 (UTC) From: "Tom Wijsman (tomwij)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tomwij@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-video/mpv: mpv-9999.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: mpv-9999.ebuild ChangeLog X-VCS-Directories: media-video/mpv X-VCS-Committer: tomwij X-VCS-Committer-Name: Tom Wijsman Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140602181110.1C64E2004E@flycatcher.gentoo.org> Date: Mon, 2 Jun 2014 18:11:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f9dcd5d2-feba-4cc1-8da7-de4357a6e986 X-Archives-Hash: 7701c39a4117a37071776c2fe0cde5e7 tomwij 14/06/02 18:11:10 Modified: mpv-9999.ebuild ChangeLog Log: Remove vcd USE flag, make cdio USE flag non-enabled by default due to upstream default; fixes bug #512072, proxied commit for Nikoli. (Portage version: 2.2.10_p105_p4170/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D) Revision Changes Path 1.50 media-video/mpv/mpv-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-9999.ebuild?rev=1.50&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-9999.ebuild?rev=1.50&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-9999.ebuild?r1=1.49&r2=1.50 Index: mpv-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- mpv-9999.ebuild 17 May 2014 20:58:32 -0000 1.49 +++ mpv-9999.ebuild 2 Jun 2014 18:11:09 -0000 1.50 @@ -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.49 2014/05/17 20:58:32 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.50 2014/06/02 18:11:09 tomwij Exp $ EAPI=5 @@ -21,9 +21,9 @@ SLOT="0" [[ ${PV} == *9999* ]] || \ KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" -IUSE="+alsa bluray bs2b +cdio -doc-pdf dvb +dvd dvdnav +enca encode examples +iconv jack -joystick +IUSE="+alsa bluray bs2b cdio -doc-pdf dvb +dvd dvdnav +enca encode examples +iconv jack -joystick jpeg ladspa lcms +libass libcaca libguess lirc lua luajit +mpg123 -openal +opengl -oss portaudio postproc pulseaudio pvr +quvi samba sdl selinux +shm v4l vaapi vcd vdpau +oss portaudio postproc pulseaudio pvr +quvi samba sdl selinux +shm v4l vaapi vdpau vf-dlopen wayland +X xinerama +xscreensaver +xv" REQUIRED_USE=" @@ -175,7 +175,6 @@ $(use_enable encode encoding) \ $(use_enable joystick) \ $(use_enable bluray libbluray) \ - $(use_enable vcd) \ $(use_enable quvi libquvi) \ $(use_enable samba libsmbclient) \ $(use_enable lirc) \ 1.79 media-video/mpv/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?rev=1.79&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?rev=1.79&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?r1=1.78&r2=1.79 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v retrieving revision 1.78 retrieving revision 1.79 diff -u -r1.78 -r1.79 --- ChangeLog 28 May 2014 08:26:00 -0000 1.78 +++ ChangeLog 2 Jun 2014 18:11:09 -0000 1.79 @@ -1,6 +1,10 @@ # 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.78 2014/05/28 08:26:00 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.79 2014/06/02 18:11:09 tomwij Exp $ + + 02 Jun 2014; Tom Wijsman mpv-9999.ebuild: + Remove vcd USE flag, make cdio USE flag non-enabled by default due to upstream + default; fixes bug #512072, proxied commit for Nikoli. 28 May 2014; Maxim Koltsov -mpv-0.3.5.ebuild, -mpv-0.3.6.ebuild, -mpv-0.3.7.ebuild, -mpv-0.3.8.ebuild, -mpv-0.3.9.ebuild: