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 7D87613877A for ; Sun, 20 Jul 2014 19:24:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70F9BE0AAE; Sun, 20 Jul 2014 19:24:33 +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 04B7FE0AAE for ; Sun, 20 Jul 2014 19:24:32 +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 F3841340196 for ; Sun, 20 Jul 2014 19:24:31 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2342) id A94422004E; Sun, 20 Jul 2014 19:24:30 +0000 (UTC) From: "Mikle Kolyada (zlogene)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, zlogene@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: zlogene X-VCS-Committer-Name: Mikle Kolyada Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140720192430.A94422004E@flycatcher.gentoo.org> Date: Sun, 20 Jul 2014 19:24:30 +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: 79998019-077d-4e64-a0d9-21e97982da09 X-Archives-Hash: 0e03ea0566c5d3388f299393014d74fa zlogene 14/07/20 19:24:30 Modified: mpv-9999.ebuild ChangeLog Log: Respect cflags, thanks to Nikoli (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6) Revision Changes Path 1.55 media-video/mpv/mpv-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-9999.ebuild?rev=1.55&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-9999.ebuild?rev=1.55&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-9999.ebuild?r1=1.54&r2=1.55 Index: mpv-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- mpv-9999.ebuild 10 Jul 2014 08:57:47 -0000 1.54 +++ mpv-9999.ebuild 20 Jul 2014 19:24:30 -0000 1.55 @@ -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.54 2014/07/10 08:57:47 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-9999.ebuild,v 1.55 2014/07/20 19:24:30 zlogene Exp $ EAPI=5 @@ -164,6 +164,7 @@ # vapoursynth is not packaged waf-utils_src_configure \ --disable-build-date \ + --disable-optimize \ --disable-debug-build \ --disable-sdl1 \ $(use_enable sdl sdl2) \ 1.88 media-video/mpv/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?rev=1.88&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?rev=1.88&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/ChangeLog?r1=1.87&r2=1.88 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v retrieving revision 1.87 retrieving revision 1.88 diff -u -r1.87 -r1.88 --- ChangeLog 14 Jul 2014 20:00:54 -0000 1.87 +++ ChangeLog 20 Jul 2014 19:24:30 -0000 1.88 @@ -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.87 2014/07/14 20:00:54 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/ChangeLog,v 1.88 2014/07/20 19:24:30 zlogene Exp $ + + 20 Jul 2014; Mikle Kolyada mpv-9999.ebuild: + Respect cflags, thanks to Nikoli *mpv-0.4.1 (14 Jul 2014)