Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/motion: motion-3.2.12-r1.ebuild ChangeLog
Date: Sat, 03 Dec 2011 15:58:24
Message-Id: 20111203155814.7B3192005C@flycatcher.gentoo.org
1 aballier 11/12/03 15:58:14
2
3 Modified: motion-3.2.12-r1.ebuild ChangeLog
4 Log:
5 fix build with ffmpeg 0.8, bug #392695
6
7 (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 media-video/motion/motion-3.2.12-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/motion-3.2.12-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/motion-3.2.12-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/motion-3.2.12-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: motion-3.2.12-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.12-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- motion-3.2.12-r1.ebuild 6 Oct 2011 08:06:36 -0000 1.2
23 +++ motion-3.2.12-r1.ebuild 3 Dec 2011 15:58:14 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.12-r1.ebuild,v 1.2 2011/10/06 08:06:36 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/motion/motion-3.2.12-r1.ebuild,v 1.3 2011/12/03 15:58:14 aballier Exp $
29
30 EAPI=4
31 inherit eutils
32 @@ -26,6 +26,10 @@
33 enewuser motion -1 -1 -1 video
34 }
35
36 +src_prepare() {
37 + epatch "${FILESDIR}/ffmpeg08.patch"
38 +}
39 +
40 src_configure() {
41 local hack
42 if has_version '>=sys-kernel/linux-headers-2.6.38'; then
43
44
45
46 1.37 media-video/motion/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?rev=1.37&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?rev=1.37&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/motion/ChangeLog?r1=1.36&r2=1.37
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v
55 retrieving revision 1.36
56 retrieving revision 1.37
57 diff -u -r1.36 -r1.37
58 --- ChangeLog 14 Nov 2011 03:46:46 -0000 1.36
59 +++ ChangeLog 3 Dec 2011 15:58:14 -0000 1.37
60 @@ -1,6 +1,10 @@
61 # ChangeLog for media-video/motion
62 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.36 2011/11/14 03:46:46 ssuominen Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/media-video/motion/ChangeLog,v 1.37 2011/12/03 15:58:14 aballier Exp $
65 +
66 + 03 Dec 2011; Alexis Ballier <aballier@g.o> +files/ffmpeg08.patch,
67 + motion-3.2.12-r1.ebuild:
68 + fix build with ffmpeg 0.8, bug #392695
69
70 14 Nov 2011; Samuli Suominen <ssuominen@g.o> -motion-3.2.11.1.ebuild,
71 -motion-3.2.12.ebuild, -files/motion.init-r1, -files/motion.initd: