Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 23415 Details for
Bug 37207
media-video/transcode cannot be emerged
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Update to transcode-0.6.1.2 including amd64 fix
transcode-0.6.12.ebuild (text/plain), 3.83 KB, created by
Jörg Spanke
on 2004-01-08 14:03:06 UTC
(
hide
)
Description:
Update to transcode-0.6.1.2 including amd64 fix
Filename:
MIME Type:
Creator:
Jörg Spanke
Created:
2004-01-08 14:03:06 UTC
Size:
3.83 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/media-video/transcode/transcode-0.6.11.ebuild,v 1.3 2003/12/29 21:24:30 weeve Exp $ > >inherit libtool flag-o-matic eutils ># Don't build with -mfpmath=sse || -fPic or it will break. (Bug #14920) >filter-mfpmath sse >filter-flags -fPIC >filter-flags -maltivec -mabi=altivec > >MY_P="${P/_pre/.}" >S=${WORKDIR}/${MY_P} >DESCRIPTION="video stream processing tool" >HOMEPAGE="http://zebra.fh-weingarten.de/~transcode/" >SRC_URI="http://www.zebra.fh-weingarten.de/~transcode/pre/${MY_P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd ~x86 ~ppc ~sparc" >IUSE="amd64 sdl mmx mpeg sse 3dnow encode X quicktime avi altivec" > >DEPEND=">=media-libs/a52dec-0.7.4 > >=media-libs/libdv-0.99 > x86? ( >=dev-lang/nasm-0.98.36 ) > >=media-libs/libdvdread-0.9.0 > >=media-video/ffmpeg-0.4.6 > >=media-libs/xvid-0.9.1 > >=media-video/mjpegtools-1.6.0 > >=dev-libs/lzo-1.08 > >=media-libs/libfame-0.9.0 > >=media-gfx/imagemagick-5.5.6.0 > media-libs/netpbm > X? ( virtual/x11 ) > avi? ( >=media-video/avifile-0.7.38 ) > avi? ( x86? ( >=media-libs/divx4linux-20030428 ) ) > mpeg? ( media-libs/libmpeg3 ) > encode? ( >=media-sound/lame-3.93 ) > sdl? ( media-libs/libsdl ) > quicktime? ( virtual/quicktime )" > >src_unpack() { > unpack ${A} > > if has_version '>=media-libs/netpbm-9.13' > then > einfo "New netbpm (>9.12)..." > sed -i 's:-lppm:-lnetpbm:' \ > ${S}/contrib/subrip/Makefile > else > einfo "Old netbpm (<=9.12)..." > fi > > cd ${S} ># epatch ${FILESDIR}/${P}-no-mmx.patch >} > >src_compile() { > local myconf="--with-dvdread" > > # fix invalid paths in .la files of plugins > elibtoolize > > # MMX and SSE crashes on amd64 > if [ 'use amd64' ] > then > myconf="${myconf} --disable-mmx --disable-sse" > use 3dnow \ > && myconf="${myconf} --enable-3dnow" \ > || myconf="${myconf} --disable-3dnow" > else > > use mmx \ > && myconf="${myconf} --enable-mmx" > use mmx || ( use 3dnow || use sse ) \ > || myconf="${myconf} --disable-mmx" > # Dont disable mmx if 3dnow or sse are requested. > > use sse \ > && myconf="${myconf} --enable-sse" \ > || myconf="${myconf} --disable-sse" > > use 3dnow \ > && myconf="${myconf} --enable-3dnow" \ > || myconf="${myconf} --disable-3dnow" > > use altivec \ > && myconf="${myconf} --enable-altivec" \ > || myconf="${myconf} --disable-altivec" > fi > > use avi \ > && myconf="${myconf} --with-avifile-mods --enable-avifile6" \ > || myconf="${myconf} --without-avifile-mods --disable-avifile6" > > use encode \ > && myconf="${myconf} --with-lame" \ > || myconf="${myconf} --without-lame" > > use mpeg \ > && myconf="${myconf} --with-libmpeg3" \ > || myconf="${myconf} --without-libmpeg3" > > if [ "`use quicktime`" ]; then > has_version 'media-libs/openquicktime' \ > && myconf="${myconf} --with-openqt --without-qt" \ > || myconf="${myconf} --without-openqt --with-qt" > fi > > use X \ > && myconf="${myconf} --enable-x" \ > || myconf="${myconf} --disable-x" > > # Use the MPlayer libpostproc if present > [ -f ${ROOT}/usr/lib/libpostproc.a ] && \ > [ -f ${ROOT}/usr/include/postproc/postprocess.h ] && \ > myconf="${myconf} --with-libpostproc-builddir=${ROOT}/usr/lib" > > econf ${myconf} CFLAGS="${CFLAGS} -DDCT_YUV_PRECISION=1" || die > > # Do not use emake !! > # export CFLAGS="${CFLAGS} -DDCT_YUV_PRECISION=1" > > # workaround for including avifile haders, which are expected > # in an directory named "avifile" > use avi \ > && avi_inc=$(avifile-config --cflags | sed -e "s|^-I||") \ > && [ -d "$avi_inc" ] \ > && [ "$(basename "$avi_inc")" != "avifile" ] \ > && ln -s "$avi_inc" avifile > > make all || die > > # subrip stuff > cd contrib/subrip > make || die >} > >src_install () { > make \ > DESTDIR=${D} \ > install || die > > dodoc AUTHORS COPYING ChangeLog README TODO > > # subrip stuff > cd contrib/subrip > dobin pgm2txt srttool subtitle2pgm subtitle2vobsub > einfo "" > einfo "This ebuild uses subtitles !!!" > einfo "" >}
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 37207
:
23189
|
23415
|
23512