Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/avidemux-core: avidemux-core-9999.ebuild ChangeLog
Date: Thu, 30 Jan 2014 16:40:48
Message-Id: 20140130164045.87C682004C@flycatcher.gentoo.org
1 tomwij 14/01/30 16:40:45
2
3 Modified: avidemux-core-9999.ebuild ChangeLog
4 Log:
5 Corrected libintl dependencies, suggested by Nikoli.
6
7 (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
8
9 Revision Changes Path
10 1.5 media-libs/avidemux-core/avidemux-core-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-9999.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-9999.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-9999.ebuild?r1=1.4&r2=1.5
15
16 Index: avidemux-core-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-9999.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- avidemux-core-9999.ebuild 17 Dec 2013 23:26:40 -0000 1.4
23 +++ avidemux-core-9999.ebuild 30 Jan 2014 16:40:45 -0000 1.5
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-9999.ebuild,v 1.4 2013/12/17 23:26:40 tomwij Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-9999.ebuild,v 1.5 2014/01/30 16:40:45 tomwij Exp $
30
31 EAPI="5"
32
33 @@ -31,7 +31,6 @@
34 DEPEND="
35 !<media-video/avidemux-${PV}:${SLOT}
36 dev-db/sqlite:3
37 - nls? ( sys-devel/gettext:0 )
38 sdl? ( media-libs/libsdl:0 )
39 system-ffmpeg? ( >=virtual/ffmpeg-9:0[mp3,theora] )
40 xv? ( x11-libs/libXv:0 )
41 @@ -41,10 +40,12 @@
42 "
43 RDEPEND="
44 $DEPEND
45 + virtual/libintl:0
46 "
47 DEPEND="
48 $DEPEND
49 virtual/pkgconfig:0
50 + nls? ( sys-devel/gettext:0 )
51 !system-ffmpeg? ( dev-lang/yasm:0[nls=] )
52 "
53
54
55
56
57 1.17 media-libs/avidemux-core/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/ChangeLog?rev=1.17&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/ChangeLog?rev=1.17&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/ChangeLog?r1=1.16&r2=1.17
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/ChangeLog,v
66 retrieving revision 1.16
67 retrieving revision 1.17
68 diff -u -r1.16 -r1.17
69 --- ChangeLog 17 Dec 2013 23:26:40 -0000 1.16
70 +++ ChangeLog 30 Jan 2014 16:40:45 -0000 1.17
71 @@ -1,6 +1,9 @@
72 # ChangeLog for media-libs/avidemux-core
73 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/ChangeLog,v 1.16 2013/12/17 23:26:40 tomwij Exp $
75 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
76 +# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/ChangeLog,v 1.17 2014/01/30 16:40:45 tomwij Exp $
77 +
78 + 30 Jan 2014; Tom Wijsman <TomWij@g.o> avidemux-core-9999.ebuild:
79 + Corrected libintl dependencies, suggested by Nikoli.
80
81 *avidemux-core-2.6.7 (17 Dec 2013)