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 68A16138514 for ; Thu, 17 Jan 2013 15:42:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AF3521C028; Thu, 17 Jan 2013 15:42:13 +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 94D7421C001 for ; Thu, 17 Jan 2013 15:42:12 +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 6B5DD33DA77 for ; Thu, 17 Jan 2013 15:42:06 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id D34212171E; Thu, 17 Jan 2013 15:42:04 +0000 (UTC) From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-video/mplayer: ChangeLog mplayer-1.1-r1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog mplayer-1.1-r1.ebuild X-VCS-Directories: media-video/mplayer X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130117154204.D34212171E@flycatcher.gentoo.org> Date: Thu, 17 Jan 2013 15:42:04 +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: 4b6a06a0-6492-4906-8ca6-70ad0bfda3a1 X-Archives-Hash: c1c362643b5d6ef843eb645742555b10 aballier 13/01/17 15:42:04 Modified: ChangeLog mplayer-1.1-r1.ebuild Log: Add support for planar audio with ffmpeg-1 or libav-9, this should fix AC3 decoding with ffmpeg and as a consequence bug #452052 (Portage version: 2.2.0_alpha154/cvs/Linux x86_64, signed Manifest commit with key 160F534A) Revision Changes Path 1.871 media-video/mplayer/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/ChangeLog?rev=1.871&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/ChangeLog?rev=1.871&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/ChangeLog?r1=1.870&r2=1.871 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v retrieving revision 1.870 retrieving revision 1.871 diff -u -r1.870 -r1.871 --- ChangeLog 17 Jan 2013 14:04:28 -0000 1.870 +++ ChangeLog 17 Jan 2013 15:42:04 -0000 1.871 @@ -1,6 +1,11 @@ # ChangeLog for media-video/mplayer # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.870 2013/01/17 14:04:28 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.871 2013/01/17 15:42:04 aballier Exp $ + + 17 Jan 2013; Alexis Ballier mplayer-1.1-r1.ebuild, + +files/mplayer-1.1-planaraudio.patch: + Add support for planar audio with ffmpeg-1 or libav-9, this should fix AC3 + decoding with ffmpeg and as a consequence bug #452052 17 Jan 2013; Alexis Ballier mplayer-1.1-r1.ebuild: Apply only conditionally the libav-9 patch since it breaks with all 1.17 media-video/mplayer/mplayer-1.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-1.1-r1.ebuild?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-1.1-r1.ebuild?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mplayer/mplayer-1.1-r1.ebuild?r1=1.16&r2=1.17 Index: mplayer-1.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.1-r1.ebuild,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- mplayer-1.1-r1.ebuild 17 Jan 2013 14:04:28 -0000 1.16 +++ mplayer-1.1-r1.ebuild 17 Jan 2013 15:42:04 -0000 1.17 @@ -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/mplayer/mplayer-1.1-r1.ebuild,v 1.16 2013/01/17 14:04:28 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.1-r1.ebuild,v 1.17 2013/01/17 15:42:04 aballier Exp $ EAPI=4 @@ -269,7 +269,8 @@ base_src_prepare if has_version '>=media-video/libav-9_rc' || has_version '>=media-video/ffmpeg-1' ; then - epatch "${FILESDIR}/${P}-libav-9.patch" + epatch "${FILESDIR}/${P}-libav-9.patch" \ + "${FILESDIR}/${P}-planaraudio.patch" fi }