From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 16B111381F3 for ; Tue, 9 Jul 2013 22:55:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A84C4E0B09; Tue, 9 Jul 2013 22:50:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49FB8E0B0A for ; Tue, 9 Jul 2013 22:50:27 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7CDA833F135 for ; Tue, 9 Jul 2013 16:38:19 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2230) id 6935D2171C; Tue, 9 Jul 2013 16:38:16 +0000 (UTC) From: "Tomas Chvatal (scarabeus)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, scarabeus@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: scarabeus X-VCS-Committer-Name: Tomas Chvatal Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130709163816.6935D2171C@flycatcher.gentoo.org> Date: Tue, 9 Jul 2013 16:38:16 +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: 2f08ac19-9f9b-43f5-ba90-561b8fca1b8e X-Archives-Hash: 3b612733aa3ad4c337b0fa089c14d909 scarabeus 13/07/09 16:38:16 Modified: mpv-9999.ebuild ChangeLog Log: Do not enable debug by default. Patch from Nikoli. (Portage version: 2.2.0_alpha187/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8) Revision Changes Path 1.12 media-video/mpv/mpv-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-9999.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-9999.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-9999.ebuild?r1=1.11&r2=1.12 Index: mpv-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- mpv-9999.ebuild 9 Jul 2013 15:55:57 -0000 1.11 +++ mpv-9999.ebuild 9 Jul 2013 16:38:16 -0000 1.12 @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.11 2013/07/09 15:55:57 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.12 2013/07/09 16:38:16 scarabeus Exp $ EAPI=5 @@ -233,6 +233,7 @@ #################### # Advanced Options # #################### + myconf+=" --disable-debug" use threads || myconf+=" --disable-pthreads" # Platform specific flags, hardcoded on amd64 (see below) 1.14 media-video/mpv/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 9 Jul 2013 15:55:57 -0000 1.13 +++ ChangeLog 9 Jul 2013 16:38:16 -0000 1.14 @@ -1,6 +1,9 @@ # ChangeLog for media-video/mpv # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.13 2013/07/09 15:55:57 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.14 2013/07/09 16:38:16 scarabeus Exp $ + + 09 Jul 2013; Tomáš Chvátal mpv-9999.ebuild: + Do not enable debug by default. Patch from Nikoli. 09 Jul 2013; Tomáš Chvátal mpv-9999.ebuild: Few fixes from nikoli. Put ffmpeg deps on top. Use subslot on libav.