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 0CC57138200 for ; Mon, 17 Jun 2013 18:41:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FB2CE0954; Mon, 17 Jun 2013 18:41:55 +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 413A9E09A4 for ; Mon, 17 Jun 2013 18:41:54 +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 2C6D233E52A for ; Mon, 17 Jun 2013 18:41:53 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2230) id EB12D2171D; Mon, 17 Jun 2013 18:41:51 +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/motion: motion-3.2.12-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: motion-3.2.12-r2.ebuild ChangeLog X-VCS-Directories: media-video/motion X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130617184151.EB12D2171D@flycatcher.gentoo.org> Date: Mon, 17 Jun 2013 18:41:51 +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: 9f1d41b8-67bf-4470-872a-133ee27429a3 X-Archives-Hash: fad7499a51776d927f48c93e8f9b7c0f scarabeus 13/06/17 18:41:51 Modified: motion-3.2.12-r2.ebuild ChangeLog Log: Update ffmpeg patches to match upstream commits, add one more change to build with libav9. Wrt bug#443194. (Portage version: 2.2.0_alpha180/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8) Revision Changes Path 1.5 media-video/motion/motion-3.2.12-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild?r1=1.4&r2=1.5 Index: motion-3.2.12-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- motion-3.2.12-r2.ebuild 15 Feb 2013 19:17:27 -0000 1.4 +++ motion-3.2.12-r2.ebuild 17 Jun 2013 18:41:51 -0000 1.5 @@ -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/motion/motion-3.2.12-r2.ebuild,v 1.4 2013/02/15 19:17:27 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.12-r2.ebuild,v 1.5 2013/06/17 18:41:51 scarabeus Exp $ EAPI=4 inherit eutils user @@ -30,8 +30,11 @@ src_prepare() { epatch \ - "${FILESDIR}"/ffmpeg08.patch \ - "${FILESDIR}"/ffmpeg1.patch \ + "${FILESDIR}"/ffmpeg-1.patch \ + "${FILESDIR}"/ffmpeg-2.patch \ + "${FILESDIR}"/ffmpeg-3.patch \ + "${FILESDIR}"/ffmpeg-4.patch \ + "${FILESDIR}"/ffmpeg-5.patch \ "${FILESDIR}"/${P}-workaround-v4l1_deprecation.patch } 1.43 media-video/motion/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?rev=1.43&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?rev=1.43&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?r1=1.42&r2=1.43 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- ChangeLog 15 Feb 2013 19:17:27 -0000 1.42 +++ ChangeLog 17 Jun 2013 18:41:51 -0000 1.43 @@ -1,6 +1,13 @@ # ChangeLog for media-video/motion # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.42 2013/02/15 19:17:27 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.43 2013/06/17 18:41:51 scarabeus Exp $ + + 17 Jun 2013; Tomáš Chvátal +files/ffmpeg-1.patch, + +files/ffmpeg-2.patch, +files/ffmpeg-3.patch, +files/ffmpeg-4.patch, + +files/ffmpeg-5.patch, +files/libav-9.patch, -files/ffmpeg08.patch, + -files/ffmpeg1.patch, motion-3.2.12-r2.ebuild: + Update ffmpeg patches to match upstream commits, add one more change to build + with libav9. Wrt bug#443194. 15 Feb 2013; Alexis Ballier +files/ffmpeg1.patch, motion-3.2.12-r2.ebuild: