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-20101104.ebuild ChangeLog
Date: Thu, 04 Nov 2010 00:24:50
Message-Id: 20101104002446.694E120051@flycatcher.gentoo.org
1 ssuominen 10/11/04 00:24:46
2
3 Modified: ChangeLog
4 Added: cinelerra-20101104.ebuild
5 Log:
6 New snapshot (because upstream applied our patchset).
7
8 (Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.46 media-video/cinelerra/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.46&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.46&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?r1=1.45&r2=1.46
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v
20 retrieving revision 1.45
21 retrieving revision 1.46
22 diff -u -r1.45 -r1.46
23 --- ChangeLog 23 Sep 2010 17:38:34 -0000 1.45
24 +++ ChangeLog 4 Nov 2010 00:24:46 -0000 1.46
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-video/cinelerra
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.45 2010/09/23 17:38:34 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.46 2010/11/04 00:24:46 ssuominen Exp $
30 +
31 +*cinelerra-20101104 (04 Nov 2010)
32 +
33 + 04 Nov 2010; Samuli Suominen <ssuominen@g.o>
34 + +cinelerra-20101104.ebuild:
35 + New snapshot (because upstream applied our patchset).
36
37 23 Sep 2010; Samuli Suominen <ssuominen@g.o>
38 cinelerra-20100320.ebuild:
39
40
41
42 1.1 media-video/cinelerra/cinelerra-20101104.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20101104.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20101104.ebuild?rev=1.1&content-type=text/plain
46
47 Index: cinelerra-20101104.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20101104.ebuild,v 1.1 2010/11/04 00:24:46 ssuominen Exp $
52
53 EAPI=3
54 inherit autotools eutils multilib flag-o-matic
55
56 DESCRIPTION="Professional Video Editor (Unofficial GIT-snapshot)"
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/libpng-1.4.0
66 >=media-libs/libdv-1.0.0
67 media-libs/faad2
68 media-libs/faac
69 media-libs/a52dec
70 media-libs/libsndfile
71 media-libs/tiff
72 media-video/ffmpeg
73 media-sound/lame
74 >=sci-libs/fftw-3.0.1
75 media-libs/x264
76 media-video/mjpegtools
77 >=media-libs/freetype-2.1.10
78 >=media-libs/openexr-1.2.2
79 >=media-libs/libvorbis-1.2.3
80 >=media-libs/libogg-1.1.4
81 >=media-libs/libtheora-1.1.1
82 x11-libs/libX11
83 x11-libs/libXv
84 x11-libs/libXxf86vm
85 x11-libs/libXext
86 x11-libs/libXvMC
87 x11-libs/libXft
88 alsa? ( media-libs/alsa-lib )
89 ieee1394? ( media-libs/libiec61883
90 >=sys-libs/libraw1394-1.2.0
91 >=sys-libs/libavc1394-0.5.0 )
92 opengl? ( virtual/opengl )"
93 DEPEND="${RDEPEND}
94 dev-util/pkgconfig
95 mmx? ( dev-lang/nasm )"
96
97 src_prepare() {
98 AT_M4DIR="m4" eautoreconf
99 }
100
101 src_configure() {
102 append-flags -D__STDC_CONSTANT_MACROS #321945
103
104 econf \
105 --disable-dependency-tracking \
106 $(use_enable oss) \
107 $(use_enable alsa) \
108 --disable-esd \
109 $(use_enable ieee1394 firewire) \
110 $(use_enable css) \
111 $(use_enable mmx) \
112 $(use_enable 3dnow) \
113 $(use_enable altivec) \
114 $(use_enable opengl) \
115 --with-plugindir=/usr/$(get_libdir)/cinelerra \
116 --with-buildinfo=cust/"Gentoo - ${PV}" \
117 --with-external-ffmpeg
118 }
119
120 src_install() {
121 emake DESTDIR="${D}" install || die
122 dohtml -a png,html,texi,sdw -r doc/*
123
124 rm -rf "${D}"/usr/include
125 mv -vf "${D}"/usr/bin/mpeg3cat{,.hv} || die
126 mv -vf "${D}"/usr/bin/mpeg3dump{,.hv} || die
127 mv -vf "${D}"/usr/bin/mpeg3toc{,.hv} || die
128 dosym /usr/bin/mpeg2enc /usr/$(get_libdir)/cinelerra/mpeg2enc.plugin
129
130 find "${D}" -name '*.la' -exec rm -f '{}' +
131 }