* [gentoo-commits] gentoo-x86 commit in media-video/cinelerra: cinelerra-20101104.ebuild ChangeLog
@ 2010-11-04 0:24 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-11-04 0:24 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/11/04 00:24:46
Modified: ChangeLog
Added: cinelerra-20101104.ebuild
Log:
New snapshot (because upstream applied our patchset).
(Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
Revision Changes Path
1.46 media-video/cinelerra/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 23 Sep 2010 17:38:34 -0000 1.45
+++ ChangeLog 4 Nov 2010 00:24:46 -0000 1.46
@@ -1,6 +1,12 @@
# ChangeLog for media-video/cinelerra
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.45 2010/09/23 17:38:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.46 2010/11/04 00:24:46 ssuominen Exp $
+
+*cinelerra-20101104 (04 Nov 2010)
+
+ 04 Nov 2010; Samuli Suominen <ssuominen@gentoo.org>
+ +cinelerra-20101104.ebuild:
+ New snapshot (because upstream applied our patchset).
23 Sep 2010; Samuli Suominen <ssuominen@gentoo.org>
cinelerra-20100320.ebuild:
1.1 media-video/cinelerra/cinelerra-20101104.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20101104.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20101104.ebuild?rev=1.1&content-type=text/plain
Index: cinelerra-20101104.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20101104.ebuild,v 1.1 2010/11/04 00:24:46 ssuominen Exp $
EAPI=3
inherit autotools eutils multilib flag-o-matic
DESCRIPTION="Professional Video Editor (Unofficial GIT-snapshot)"
HOMEPAGE="http://www.cinelerra.org/"
SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="3dnow alsa altivec css ieee1394 mmx opengl oss"
RDEPEND=">=media-libs/libpng-1.4.0
>=media-libs/libdv-1.0.0
media-libs/faad2
media-libs/faac
media-libs/a52dec
media-libs/libsndfile
media-libs/tiff
media-video/ffmpeg
media-sound/lame
>=sci-libs/fftw-3.0.1
media-libs/x264
media-video/mjpegtools
>=media-libs/freetype-2.1.10
>=media-libs/openexr-1.2.2
>=media-libs/libvorbis-1.2.3
>=media-libs/libogg-1.1.4
>=media-libs/libtheora-1.1.1
x11-libs/libX11
x11-libs/libXv
x11-libs/libXxf86vm
x11-libs/libXext
x11-libs/libXvMC
x11-libs/libXft
alsa? ( media-libs/alsa-lib )
ieee1394? ( media-libs/libiec61883
>=sys-libs/libraw1394-1.2.0
>=sys-libs/libavc1394-0.5.0 )
opengl? ( virtual/opengl )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
mmx? ( dev-lang/nasm )"
src_prepare() {
AT_M4DIR="m4" eautoreconf
}
src_configure() {
append-flags -D__STDC_CONSTANT_MACROS #321945
econf \
--disable-dependency-tracking \
$(use_enable oss) \
$(use_enable alsa) \
--disable-esd \
$(use_enable ieee1394 firewire) \
$(use_enable css) \
$(use_enable mmx) \
$(use_enable 3dnow) \
$(use_enable altivec) \
$(use_enable opengl) \
--with-plugindir=/usr/$(get_libdir)/cinelerra \
--with-buildinfo=cust/"Gentoo - ${PV}" \
--with-external-ffmpeg
}
src_install() {
emake DESTDIR="${D}" install || die
dohtml -a png,html,texi,sdw -r doc/*
rm -rf "${D}"/usr/include
mv -vf "${D}"/usr/bin/mpeg3cat{,.hv} || die
mv -vf "${D}"/usr/bin/mpeg3dump{,.hv} || die
mv -vf "${D}"/usr/bin/mpeg3toc{,.hv} || die
dosym /usr/bin/mpeg2enc /usr/$(get_libdir)/cinelerra/mpeg2enc.plugin
find "${D}" -name '*.la' -exec rm -f '{}' +
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-video/cinelerra: cinelerra-20101104.ebuild ChangeLog
@ 2011-04-27 18:08 Alexis Ballier (aballier)
0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2011-04-27 18:08 UTC (permalink / raw
To: gentoo-commits
aballier 11/04/27 18:08:01
Modified: cinelerra-20101104.ebuild ChangeLog
Log:
fix build with latest linux headers (ie: drop v4l1 support), bug #361709; fix build with ffmpeg/libav trunk, convert to virtual/ffmpeg
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Revision Changes Path
1.4 media-video/cinelerra/cinelerra-20101104.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20101104.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20101104.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20101104.ebuild?r1=1.3&r2=1.4
Index: cinelerra-20101104.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20101104.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cinelerra-20101104.ebuild 4 Nov 2010 11:56:44 -0000 1.3
+++ cinelerra-20101104.ebuild 27 Apr 2011 18:08:01 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20101104.ebuild,v 1.3 2010/11/04 11:56:44 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20101104.ebuild,v 1.4 2011/04/27 18:08:01 aballier Exp $
EAPI=3
inherit autotools eutils multilib flag-o-matic
@@ -21,7 +21,7 @@
media-libs/a52dec
media-libs/libsndfile
media-libs/tiff
- media-video/ffmpeg
+ virtual/ffmpeg
media-sound/lame
>=sci-libs/fftw-3.0.1
media-libs/x264
@@ -49,6 +49,8 @@
mmx? ( dev-lang/nasm )"
src_prepare() {
+ epatch "${FILESDIR}/${PN}-v4l1_removal.patch" \
+ "${FILESDIR}/${PN}-ffmpeg.patch"
AT_M4DIR="m4" eautoreconf
}
1.47 media-video/cinelerra/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 4 Nov 2010 00:24:46 -0000 1.46
+++ ChangeLog 27 Apr 2011 18:08:01 -0000 1.47
@@ -1,6 +1,11 @@
# ChangeLog for media-video/cinelerra
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.46 2010/11/04 00:24:46 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.47 2011/04/27 18:08:01 aballier Exp $
+
+ 27 Apr 2011; Alexis Ballier <aballier@gentoo.org> cinelerra-20101104.ebuild,
+ +files/cinelerra-ffmpeg.patch, +files/cinelerra-v4l1_removal.patch:
+ fix build with latest linux headers (ie: drop v4l1 support), bug #361709; fix
+ build with ffmpeg/libav trunk, convert to virtual/ffmpeg
*cinelerra-20101104 (04 Nov 2010)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-video/cinelerra: cinelerra-20101104.ebuild ChangeLog
@ 2011-12-28 17:36 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2011-12-28 17:36 UTC (permalink / raw
To: gentoo-commits
ago 11/12/28 17:36:34
Modified: cinelerra-20101104.ebuild ChangeLog
Log:
Stable for AMD64, wrt bug #333471
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Revision Changes Path
1.5 media-video/cinelerra/cinelerra-20101104.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20101104.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20101104.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20101104.ebuild?r1=1.4&r2=1.5
Index: cinelerra-20101104.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20101104.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cinelerra-20101104.ebuild 27 Apr 2011 18:08:01 -0000 1.4
+++ cinelerra-20101104.ebuild 28 Dec 2011 17:36:34 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20101104.ebuild,v 1.4 2011/04/27 18:08:01 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20101104.ebuild,v 1.5 2011/12/28 17:36:34 ago Exp $
EAPI=3
inherit autotools eutils multilib flag-o-matic
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE="3dnow alsa altivec css ieee1394 mmx opengl oss"
RDEPEND=">=media-libs/libpng-1.4.0
1.51 media-video/cinelerra/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?r1=1.50&r2=1.51
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog 23 Dec 2011 03:46:34 -0000 1.50
+++ ChangeLog 28 Dec 2011 17:36:34 -0000 1.51
@@ -1,6 +1,9 @@
# ChangeLog for media-video/cinelerra
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.50 2011/12/23 03:46:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.51 2011/12/28 17:36:34 ago Exp $
+
+ 28 Dec 2011; Agostino Sarubbo <ago@gentoo.org> cinelerra-20101104.ebuild:
+ Stable for AMD64, wrt bug #333471
23 Dec 2011; Samuli Suominen <ssuominen@gentoo.org>
cinelerra-20111223.ebuild:
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-video/cinelerra: cinelerra-20101104.ebuild ChangeLog
@ 2012-01-04 17:45 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-01-04 17:45 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 12/01/04 17:45:23
Modified: cinelerra-20101104.ebuild ChangeLog
Log:
x86 stable wrt bug #333471
(Portage version: 2.1.10.41/cvs/Linux i686)
Revision Changes Path
1.6 media-video/cinelerra/cinelerra-20101104.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20101104.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20101104.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/cinelerra-20101104.ebuild?r1=1.5&r2=1.6
Index: cinelerra-20101104.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20101104.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cinelerra-20101104.ebuild 28 Dec 2011 17:36:34 -0000 1.5
+++ cinelerra-20101104.ebuild 4 Jan 2012 17:45:22 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20101104.ebuild,v 1.5 2011/12/28 17:36:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/cinelerra-20101104.ebuild,v 1.6 2012/01/04 17:45:22 phajdan.jr Exp $
EAPI=3
inherit autotools eutils multilib flag-o-matic
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE="3dnow alsa altivec css ieee1394 mmx opengl oss"
RDEPEND=">=media-libs/libpng-1.4.0
1.52 media-video/cinelerra/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 28 Dec 2011 17:36:34 -0000 1.51
+++ ChangeLog 4 Jan 2012 17:45:22 -0000 1.52
@@ -1,6 +1,10 @@
# ChangeLog for media-video/cinelerra
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.51 2011/12/28 17:36:34 ago Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/cinelerra/ChangeLog,v 1.52 2012/01/04 17:45:22 phajdan.jr Exp $
+
+ 04 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ cinelerra-20101104.ebuild:
+ x86 stable wrt bug #333471
28 Dec 2011; Agostino Sarubbo <ago@gentoo.org> cinelerra-20101104.ebuild:
Stable for AMD64, wrt bug #333471
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-01-04 17:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-27 18:08 [gentoo-commits] gentoo-x86 commit in media-video/cinelerra: cinelerra-20101104.ebuild ChangeLog Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2012-01-04 17:45 PaweA Hajdan (phajdan.jr)
2011-12-28 17:36 Agostino Sarubbo (ago)
2010-11-04 0:24 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox