Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/cinelerra: cinelerra-20111223.ebuild ChangeLog
Date: Fri, 23 Dec 2011 03:03:29
Message-Id: 20111223030320.5805D2004C@flycatcher.gentoo.org
1 ssuominen 11/12/23 03:03:20
2
3 Modified: ChangeLog
4 Added: cinelerra-20111223.ebuild
5 Log:
6 New snapshot wrt #389315 by Rodrigo Severo
7
8 (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.48 media-video/cinelerra/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.48&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.48&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?r1=1.47&r2=1.48
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v
20 retrieving revision 1.47
21 retrieving revision 1.48
22 diff -u -r1.47 -r1.48
23 --- ChangeLog 27 Apr 2011 18:08:01 -0000 1.47
24 +++ ChangeLog 23 Dec 2011 03:03:20 -0000 1.48
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-video/cinelerra
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.47 2011/04/27 18:08:01 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.48 2011/12/23 03:03:20 ssuominen Exp $
30 +
31 +*cinelerra-20111223 (23 Dec 2011)
32 +
33 + 23 Dec 2011; Samuli Suominen <ssuominen@g.o>
34 + +cinelerra-20111223.ebuild, +files/cinelerra-entry.patch:
35 + New snapshot wrt #389315 by Rodrigo Severo
36
37 27 Apr 2011; Alexis Ballier <aballier@g.o> cinelerra-20101104.ebuild,
38 +files/cinelerra-ffmpeg.patch, +files/cinelerra-v4l1_removal.patch:
39
40
41
42 1.1 media-video/cinelerra/cinelerra-20111223.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20111223.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20111223.ebuild?rev=1.1&content-type=text/plain
46
47 Index: cinelerra-20111223.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20111223.ebuild,v 1.1 2011/12/23 03:03:20 ssuominen Exp $
52
53 EAPI=4
54 inherit autotools eutils multilib flag-o-matic
55
56 DESCRIPTION="The most advanced non-linear video editor and compositor"
57 HOMEPAGE="http://www.cinelerra.org/"
58 SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.xz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~x86"
63 IUSE="3dnow alsa altivec css ieee1394 mmx opengl oss"
64
65 RDEPEND="media-libs/a52dec
66 media-libs/faac
67 media-libs/faad2
68 >=media-libs/freetype-2
69 media-libs/libdv
70 >=media-libs/libogg-1.2
71 >=media-libs/libpng-1.2:0
72 media-libs/libsndfile
73 >=media-libs/libtheora-1.1
74 >=media-libs/libvorbis-1.3
75 >=media-libs/openexr-1.5
76 media-libs/tiff:0
77 media-libs/x264
78 media-sound/lame
79 >=media-video/mjpegtools-2
80 >=sci-libs/fftw-3
81 x11-libs/libX11
82 x11-libs/libXext
83 x11-libs/libXft
84 x11-libs/libXv
85 x11-libs/libXvMC
86 x11-libs/libXxf86vm
87 virtual/ffmpeg
88 virtual/jpeg
89 alsa? ( media-libs/alsa-lib )
90 ieee1394? (
91 media-libs/libiec61883
92 >=sys-libs/libraw1394-1.2.0
93 >=sys-libs/libavc1394-0.5.0
94 )
95 opengl? ( virtual/opengl )"
96 DEPEND="${RDEPEND}
97 app-arch/xz-utils
98 dev-util/pkgconfig
99 mmx? ( dev-lang/nasm )"
100
101 src_prepare() {
102 epatch \
103 "${FILESDIR}"/${PN}-entry.patch \
104 "${FILESDIR}"/${PN}-ffmpeg.patch
105
106 eautoreconf
107 }
108
109 src_configure() {
110 append-flags -D__STDC_CONSTANT_MACROS #321945
111
112 econf \
113 $(use_enable oss) \
114 $(use_enable alsa) \
115 --disable-esd \
116 $(use_enable ieee1394 firewire) \
117 $(use_enable css) \
118 $(use_enable mmx) \
119 $(use_enable 3dnow) \
120 $(use_enable altivec) \
121 $(use_enable opengl) \
122 --with-plugindir=/usr/$(get_libdir)/${PN} \
123 --with-buildinfo=cust/"Gentoo - ${PV}" \
124 --with-external-ffmpeg
125 }
126
127 src_install() {
128 emake DESTDIR="${D}" install
129 dohtml -a png,html,texi,sdw -r doc/*
130
131 rm -rf "${D}"/usr/include
132 mv -vf "${D}"/usr/bin/mpeg3cat{,.hv} || die
133 mv -vf "${D}"/usr/bin/mpeg3dump{,.hv} || die
134 mv -vf "${D}"/usr/bin/mpeg3toc{,.hv} || die
135 dosym /usr/bin/mpeg2enc /usr/$(get_libdir)/${PN}/mpeg2enc.plugin
136
137 find "${ED}" -name '*.la' -exec rm -f {} +
138 }