Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/ffmpeg: ffmpeg-9-r1.ebuild ChangeLog
Date: Sat, 07 Jun 2014 21:32:28
Message-Id: 20140607213225.919A22004E@flycatcher.gentoo.org
1 mgorny 14/06/07 21:32:25
2
3 Modified: ChangeLog
4 Added: ffmpeg-9-r1.ebuild
5 Log:
6 Enable multilib support.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.54 virtual/ffmpeg/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?rev=1.54&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?rev=1.54&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?r1=1.53&r2=1.54
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v
20 retrieving revision 1.53
21 retrieving revision 1.54
22 diff -u -r1.53 -r1.54
23 --- ChangeLog 23 Feb 2014 19:45:47 -0000 1.53
24 +++ ChangeLog 7 Jun 2014 21:32:25 -0000 1.54
25 @@ -1,6 +1,11 @@
26 # ChangeLog for virtual/ffmpeg
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v 1.53 2014/02/23 19:45:47 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v 1.54 2014/06/07 21:32:25 mgorny Exp $
30 +
31 +*ffmpeg-9-r1 (07 Jun 2014)
32 +
33 + 07 Jun 2014; Michał Górny <mgorny@g.o> +ffmpeg-9-r1.ebuild:
34 + Enable multilib support.
35
36 23 Feb 2014; Markus Meier <maekke@g.o> ffmpeg-9.ebuild:
37 arm stable, bug #499368
38
39
40
41 1.1 virtual/ffmpeg/ffmpeg-9-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ffmpeg-9-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ffmpeg-9-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ffmpeg-9-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ffmpeg-9-r1.ebuild,v 1.1 2014/06/07 21:32:25 mgorny Exp $
51
52 EAPI=5
53
54 inherit multilib-build
55
56 DESCRIPTION="Virtual package for FFmpeg implementation"
57 HOMEPAGE=""
58 SRC_URI=""
59
60 LICENSE=""
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
63 IUSE="X +encode gsm jpeg2k mp3 opus sdl speex theora threads truetype vaapi vdpau x264"
64
65 RDEPEND="
66 || (
67 >=media-video/libav-9[${MULTILIB_USEDEP},X?,encode?,gsm?,jpeg2k?,mp3?,opus?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?]
68 >=media-video/ffmpeg-1.0:0[${MULTILIB_USEDEP},X?,encode?,gsm?,jpeg2k?,mp3?,opus?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?]
69 )
70 "
71 DEPEND=""