Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 212636 Details for
Bug 296433
Cinelerra Official Git Version Ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Cinelerra Official Git Version Ebuild
cinelerra-9999.ebuild (text/plain), 2.94 KB, created by
Angelo D'Autilia (sYdRo)
on 2009-12-10 17:53:19 UTC
(
hide
)
Description:
Cinelerra Official Git Version Ebuild
Filename:
MIME Type:
Creator:
Angelo D'Autilia (sYdRo)
Created:
2009-12-10 17:53:19 UTC
Size:
2.94 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils autotools git > >DESCRIPTION="Cinelerra - Professional Video Editor - Official Git version" >HOMEPAGE="http://www.cinelerra.org" > >EGIT_REPO_URI="git://git.cinelerra.org/j6t/cinelerra.git" >EGIT_FETCH_CMD="git clone --bare" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~x86" >IUSE="3dnow alsa esd mmx oss static ieee1394 css altivec opengl" > >RDEPEND="media-libs/libpng > >=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 > ieee1394? ( media-libs/libiec61883 >=sys-libs/libraw1394-1.2.0 \ > >=sys-libs/libavc1394-0.5.0 ) > media-video/mjpegtools > alsa? ( media-libs/alsa-lib ) > esd? ( >=media-sound/esound-0.2.34 ) > >=media-libs/freetype-2.1.10 > opengl? ( virtual/opengl ) > >=media-libs/openexr-1.2.2 > >=media-libs/libvorbis-1.1.0 > >=media-libs/libogg-1.1 > >=media-libs/libtheora-1.0_alpha4-r1 > x11-libs/libX11 > x11-libs/libXv > x11-libs/libXxf86vm > x11-libs/libXext > x11-libs/libXvMC > x11-libs/libXft" > >DEPEND="${RDEPEND} > dev-util/pkgconfig > mmx? ( dev-lang/nasm )" > > > > > >pkg_setup() { > if [[ "$(gcc-major-version)" -lt "4" ]]; then > eerror "You need to have gcc 4 or better" > eerror "Please follow : http://www.gentoo.org/doc/en/gcc-upgrading.xml" > eerror "And have a look at bug #128659" > die "You must use gcc 4 or better." > fi >} > >src_compile() { > sh autogen.sh || die "Autogen abort!" > econf \ > `use_enable static` \ > `use_enable alsa` \ > `use_enable esd` \ > `use_enable oss` \ > `use_enable mmx` \ > `use_enable 3dnow` \ > --with-plugindir=/usr/$(get_libdir)/cinelerra \ > `use_enable ieee1394 firewire` \ > `use_enable css` \ > `use_enable opengl` \ > `use_enable altivec` \ > --with-external-ffmpeg \ > || die "configure failed" > emake || die "make failed" >} > > >src_install() { > emake DESTDIR=${D} install || die "make install failed" > dodoc AUTHORS COPYING INSTALL LICENSE NEWS README.BUILD || die "docs failed" > dohtml -a png,html,texi,sdw -r doc/* > # workaround > rm -fR "${D}/usr/include" > mv "${D}/usr/bin/mpeg3cat" "${D}/usr/bin/mpeg3cat.hv" > mv "${D}/usr/bin/mpeg3dump" "${D}/usr/bin/mpeg3dump.hv" > mv "${D}/usr/bin/mpeg3toc" "${D}/usr/bin/mpeg3toc.hv" > ln -s /usr/bin/mpeg2enc "${D}/usr/$(get_libdir)/cinelerra/mpeg2enc.plugin" > > if [[ `grep "kernel.shmmax = 0x7fffffff" /etc/sysctl.conf` == "" ]] ; then > echo "kernel.shmmax = 0x7fffffff" >> /etc/sysctl.conf > /sbin/sysctl -p > fi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 296433
: 212636