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/transcode: ChangeLog transcode-1.1.7.ebuild transcode-1.1.7-r1.ebuild
Date: Wed, 01 Feb 2012 14:33:46
Message-Id: 20120201143332.E12592004B@flycatcher.gentoo.org
1 aballier 12/02/01 14:33:32
2
3 Modified: ChangeLog transcode-1.1.7.ebuild
4 Removed: transcode-1.1.7-r1.ebuild
5 Log:
6 put the ffmpeg 0.10 build fix in 1.1.7, it didnt need a revbump for a build fix, so that we can stabilise ffmpeg 0.10
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.297 media-video/transcode/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/transcode/ChangeLog?rev=1.297&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/transcode/ChangeLog?rev=1.297&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/transcode/ChangeLog?r1=1.296&r2=1.297
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v
20 retrieving revision 1.296
21 retrieving revision 1.297
22 diff -u -r1.296 -r1.297
23 --- ChangeLog 1 Feb 2012 01:49:51 -0000 1.296
24 +++ ChangeLog 1 Feb 2012 14:33:32 -0000 1.297
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-video/transcode
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v 1.296 2012/02/01 01:49:51 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v 1.297 2012/02/01 14:33:32 aballier Exp $
30 +
31 + 01 Feb 2012; Alexis Ballier <aballier@g.o> transcode-1.1.7.ebuild,
32 + -transcode-1.1.7-r1.ebuild:
33 + put the ffmpeg 0.10 build fix in 1.1.7, it didnt need a revbump for a build
34 + fix, so that we can stabilise ffmpeg 0.10
35
36 01 Feb 2012; Samuli Suominen <ssuominen@g.o> transcode-1.1.7.ebuild:
37 ppc/ppc64 stable wrt #395729
38
39
40
41 1.6 media-video/transcode/transcode-1.1.7.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/transcode/transcode-1.1.7.ebuild?rev=1.6&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/transcode/transcode-1.1.7.ebuild?rev=1.6&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/transcode/transcode-1.1.7.ebuild?r1=1.5&r2=1.6
46
47 Index: transcode-1.1.7.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-1.1.7.ebuild,v
50 retrieving revision 1.5
51 retrieving revision 1.6
52 diff -u -r1.5 -r1.6
53 --- transcode-1.1.7.ebuild 1 Feb 2012 01:49:51 -0000 1.5
54 +++ transcode-1.1.7.ebuild 1 Feb 2012 14:33:32 -0000 1.6
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2012 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-1.1.7.ebuild,v 1.5 2012/02/01 01:49:51 ssuominen Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-1.1.7.ebuild,v 1.6 2012/02/01 14:33:32 aballier Exp $
60
61 EAPI=4
62 inherit eutils libtool multilib
63 @@ -15,7 +15,7 @@
64 IUSE="3dnow a52 aac alsa altivec dv dvd +iconv imagemagick jpeg lzo mjpeg mmx mp3 mpeg nuv ogg oss pic postproc quicktime sdl sse sse2 theora truetype v4l vorbis X x264 xml xvid"
65
66 RDEPEND="
67 - virtual/ffmpeg
68 + >=virtual/ffmpeg-0.6.90
69 a52? ( media-libs/a52dec )
70 aac? ( media-libs/faac )
71 alsa? ( media-libs/alsa-lib )
72 @@ -56,7 +56,10 @@
73 "
74
75 src_prepare() {
76 - epatch "${FILESDIR}"/${P}-ffmpeg.patch
77 + epatch \
78 + "${FILESDIR}"/${P}-ffmpeg.patch \
79 + "${FILESDIR}"/${P}-ffmpeg-0.10.patch
80 +
81 elibtoolize
82 }