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: metadata.xml avidemux-core-9999.ebuild ChangeLog
Date: Sat, 31 Aug 2013 09:30:00
Message-Id: 20130831092952.681B92004B@flycatcher.gentoo.org
1 tomwij 13/08/31 09:29:52
2
3 Modified: metadata.xml avidemux-core-9999.ebuild ChangeLog
4 Log:
5 Preparation for 2.6.5, added libva and xvba support.
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
8
9 Revision Changes Path
10 1.3 media-libs/avidemux-core/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/metadata.xml?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/metadata.xml?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/metadata.xml?r1=1.2&r2=1.3
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/metadata.xml,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- metadata.xml 29 Mar 2013 15:10:12 -0000 1.2
23 +++ metadata.xml 31 Aug 2013 09:29:52 -0000 1.3
24 @@ -10,5 +10,6 @@
25 <flag name="aften">Enable A/52 (AC-3) audio encoder support.</flag>
26 <flag name="amr">Enable Adaptive Multi-Rate format support via <pkg>media-libs/opencore-amr</pkg>.</flag>
27 <flag name="system-ffmpeg">Use the ffmpeg provided by the system.</flag>
28 + <flag name="vaapi">Enable VAAPI (Video Acceleration API) for hardware decoding.</flag>
29 </use>
30 </pkgmetadata>
31
32
33
34 1.3 media-libs/avidemux-core/avidemux-core-9999.ebuild
35
36 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-9999.ebuild?rev=1.3&view=markup
37 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-9999.ebuild?rev=1.3&content-type=text/plain
38 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/avidemux-core-9999.ebuild?r1=1.2&r2=1.3
39
40 Index: avidemux-core-9999.ebuild
41 ===================================================================
42 RCS file: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-9999.ebuild,v
43 retrieving revision 1.2
44 retrieving revision 1.3
45 diff -u -r1.2 -r1.3
46 --- avidemux-core-9999.ebuild 16 Jul 2013 23:58:32 -0000 1.2
47 +++ avidemux-core-9999.ebuild 31 Aug 2013 09:29:52 -0000 1.3
48 @@ -1,6 +1,6 @@
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 -# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-9999.ebuild,v 1.2 2013/07/16 23:58:32 tomwij Exp $
52 +# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/avidemux-core-9999.ebuild,v 1.3 2013/08/31 09:29:52 tomwij Exp $
53
54 EAPI="5"
55
56 @@ -13,7 +13,7 @@
57
58 # Multiple licenses because of all the bundled stuff.
59 LICENSE="GPL-1 GPL-2 MIT PSF-2 public-domain"
60 -IUSE="debug nls sdl system-ffmpeg vdpau xv"
61 +IUSE="debug nls sdl system-ffmpeg vaapi vdpau video_cards_fglrx xv"
62 KEYWORDS="~amd64 ~x86"
63
64 MY_PN="${PN/-core/}"
65 @@ -33,9 +33,11 @@
66 dev-db/sqlite:3
67 nls? ( sys-devel/gettext:0 )
68 sdl? ( media-libs/libsdl:0 )
69 - system-ffmpeg? ( >=virtual/ffmpeg-9[mp3,theora] )
70 + system-ffmpeg? ( >=virtual/ffmpeg-9:0[mp3,theora] )
71 xv? ( x11-libs/libXv:0 )
72 + vaapi? ( x11-libs/libva:0 )
73 vdpau? ( x11-libs/libvdpau:0 )
74 + video_cards_fglrx? ( x11-libs/xvba-video:0 )
75 "
76 RDEPEND="
77 $DEPEND
78 @@ -84,7 +86,9 @@
79 -DAVIDEMUX_SOURCE_DIR='${S}'
80 $(cmake-utils_use nls GETTEXT)
81 $(cmake-utils_use sdl SDL)
82 + $(cmake-utils_use vaapi LIBVA)
83 $(cmake-utils_use vdpau VDPAU)
84 + $(cmake-utils_use video_cards_fglrx XVBA)
85 $(cmake-utils_use xv XVIDEO)
86 "
87
88
89
90
91 1.14 media-libs/avidemux-core/ChangeLog
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/ChangeLog?rev=1.14&view=markup
94 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/ChangeLog?rev=1.14&content-type=text/plain
95 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/avidemux-core/ChangeLog?r1=1.13&r2=1.14
96
97 Index: ChangeLog
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/ChangeLog,v
100 retrieving revision 1.13
101 retrieving revision 1.14
102 diff -u -r1.13 -r1.14
103 --- ChangeLog 11 Aug 2013 21:42:55 -0000 1.13
104 +++ ChangeLog 31 Aug 2013 09:29:52 -0000 1.14
105 @@ -1,6 +1,10 @@
106 # ChangeLog for media-libs/avidemux-core
107 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
108 -# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/ChangeLog,v 1.13 2013/08/11 21:42:55 aballier Exp $
109 +# $Header: /var/cvsroot/gentoo-x86/media-libs/avidemux-core/ChangeLog,v 1.14 2013/08/31 09:29:52 tomwij Exp $
110 +
111 + 31 Aug 2013; Tom Wijsman <TomWij@g.o> avidemux-core-9999.ebuild,
112 + metadata.xml:
113 + Preparation for 2.6.5, added libva and xvba support.
114
115 11 Aug 2013; Alexis Ballier <aballier@g.o>
116 avidemux-core-2.6.2-r1.ebuild, avidemux-core-2.6.3.ebuild,