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-r2.ebuild ChangeLog
Date: Sun, 08 Feb 2015 18:43:35
Message-Id: 20150208184329.6AA601156A@oystercatcher.gentoo.org
1 mgorny 15/02/08 18:43:29
2
3 Modified: ffmpeg-9-r2.ebuild ChangeLog
4 Log:
5 Add a note when virtual/ffmpeg is appropriate.
6
7 (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.2 virtual/ffmpeg/ffmpeg-9-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ffmpeg-9-r2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ffmpeg-9-r2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ffmpeg-9-r2.ebuild?r1=1.1&r2=1.2
15
16 Index: ffmpeg-9-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ffmpeg-9-r2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ffmpeg-9-r2.ebuild 1 Feb 2015 22:28:05 -0000 1.1
23 +++ ffmpeg-9-r2.ebuild 8 Feb 2015 18:43:29 -0000 1.2
24 @@ -1,15 +1,22 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ffmpeg-9-r2.ebuild,v 1.1 2015/02/01 22:28:05 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ffmpeg-9-r2.ebuild,v 1.2 2015/02/08 18:43:29 mgorny Exp $
29
30 EAPI=5
31
32 inherit multilib-build
33
34 -DESCRIPTION="Virtual package for FFmpeg implementation"
35 +DESCRIPTION="Virtual package for FFmpeg executable implementation"
36 HOMEPAGE=""
37 SRC_URI=""
38
39 +# Please note that this virtual is only suited for packages that call
40 +# ffmpeg/avconv or one of the remaining executables. If your package
41 +# links to one of the libraries, you need to use the following
42 +# dependency instead (adding IUSE=libav):
43 +# libav? ( media-video/libav:0= )
44 +# !libav? ( media-video/ffmpeg:0= )
45 +
46 LICENSE=""
47 SLOT="0"
48 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
49
50
51
52 1.68 virtual/ffmpeg/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?rev=1.68&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?rev=1.68&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ffmpeg/ChangeLog?r1=1.67&r2=1.68
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v
61 retrieving revision 1.67
62 retrieving revision 1.68
63 diff -u -r1.67 -r1.68
64 --- ChangeLog 1 Feb 2015 22:28:05 -0000 1.67
65 +++ ChangeLog 8 Feb 2015 18:43:29 -0000 1.68
66 @@ -1,6 +1,9 @@
67 # ChangeLog for virtual/ffmpeg
68 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v 1.67 2015/02/01 22:28:05 mgorny Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/virtual/ffmpeg/ChangeLog,v 1.68 2015/02/08 18:43:29 mgorny Exp $
71 +
72 + 08 Feb 2015; Michał Górny <mgorny@g.o> ffmpeg-9-r2.ebuild:
73 + Add a note when virtual/ffmpeg is appropriate.
74
75 *ffmpeg-0.10.3-r1 (01 Feb 2015)
76 *ffmpeg-9-r2 (01 Feb 2015)