Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 72179 Details for
Bug 93797
transcode-1.0.2 fails to compile on ppc64
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
transcode-1.0.1.ebuild
transcode-1.0.1.ebuild (text/plain), 3.88 KB, created by
Joachim Deguara
on 2005-11-05 06:51:16 UTC
(
hide
)
Description:
transcode-1.0.1.ebuild
Filename:
MIME Type:
Creator:
Joachim Deguara
Created:
2005-11-05 06:51:16 UTC
Size:
3.88 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-1.0.1.ebuild,v 1.3 2005/10/17 04:04:22 mr_bones_ Exp $ > >inherit libtool flag-o-matic eutils multilib autotools > >PATCH_VER=${PVR} > >MY_P="${P/_/}" >S=${WORKDIR}/${MY_P} >DESCRIPTION="video stream processing tool" >HOMEPAGE="http://www.transcoding.org/cgi-bin/transcode" >SRC_URI="http://www.jakemsr.com/transcode/${MY_P}.tar.gz > mirror://gentoo/${PN}-patches-${PATCH_VER}.tbz2" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~sparc ~x86i ~ppc64" >IUSE="X 3dnow a52 altivec dv dvdread mp3 fame truetype \ > gtk imagemagick jpeg lzo mjpeg mpeg mmx network ogg vorbis pvm quicktime \ > sdl sse sse2 theora v4l xvid xml2 ffmpeg" > >RDEPEND="a52? ( >=media-libs/a52dec-0.7.4 ) > dv? ( >=media-libs/libdv-0.99 ) > dvdread? ( >=media-libs/libdvdread-0.9.0 ) > xvid? ( >=media-libs/xvid-1.0.2 ) > mjpeg? ( >=media-video/mjpegtools-1.6.2-r3 ) > lzo? ( >=dev-libs/lzo-1.08 ) > fame? ( >=media-libs/libfame-0.9.1 ) > imagemagick? ( >=media-gfx/imagemagick-5.5.6.0 ) > media-libs/netpbm > media-libs/libexif > X? ( virtual/x11 ) > mpeg? ( media-libs/libmpeg3 ) > mp3? ( >=media-sound/lame-3.93 ) > sdl? ( media-libs/libsdl ) > quicktime? ( >=media-libs/libquicktime-0.9.3 ) > vorbis? ( media-libs/libvorbis ) > ogg? ( media-libs/libogg ) > theora? ( media-libs/libtheora ) > jpeg? ( media-libs/jpeg ) > gtk? ( =x11-libs/gtk+-1.2* ) > truetype? ( >=media-libs/freetype-2 ) > pvm? ( >=sys-cluster/pvm-3.4 ) > ffmpeg? ( >=media-video/ffmpeg-0.4.9_p20050226-r3 ) > || ( sys-libs/glibc dev-libs/libiconv ) > >=media-libs/libmpeg2-0.4.0b" > >pkg_setup() { > if has_version x11-base/xorg-x11 && ! built_with_use x11-base/xorg-x11 xv; then > die "You need xorg-x11 emerged with xv support to compile transcode." > fi >} > >src_unpack() { > unpack ${A} > cd ${S} > > EPATCH_SUFFIX="patch" epatch ${WORKDIR}/${PATCH_VER}/ > > sed -i -e "s:\$(datadir)/doc/transcode:\$(datadir)/doc/${PF}:" \ > ${S}/docs/Makefile.am ${S}/docs/html/Makefile.am > > eautoreconf > elibtoolize # fix invalid paths in .la files of plugins >} > >src_compile() { > filter-flags -maltivec -mabi=altivec -momit-leaf-frame-pointer > use ppc && append-flags -U__ALTIVEC__ > > if use pvm; then > if use sparc; then > myconf="${myconf} --enable-pvm3 \ > --with-pvm3-lib=${PVM_ROOT}/lib/LINUXSPARC \ > --with-pvm3-include=${PVM_ROOT}/include" > else > myconf="${myconf} --enable-pvm3 \ > --with-pvm3-lib=${PVM_ROOT}/lib/LINUX \ > --with-pvm3-include=${PVM_ROOT}/include" > fi > fi > > use xvid \ > && myconf="${myconf} --with-default-xvid=xvid4" > > # Hardenable SIMD extensions on amd64 > if use amd64; then > myconf="${myconf} --enable-mmx --enable-3dnow \ > --enable-sse --enable-sse2" > elif use x86; then > myconf="${myconf} $(use_enable mmx) \ > $(use_enable 3dnow) \ > $(use_enable sse) \ > $(use_enable sse2)" > fi > > append-flags -DDCT_YUV_PRECISION=1 > econf \ > $(use_enable altivec) \ > $(use_enable network netstream) \ > $(use_enable truetype freetype2) \ > $(use_enable v4l) \ > $(use_enable mp3 lame) \ > $(use_enable ogg) \ > $(use_enable vorbis) \ > $(use_enable theora) \ > $(use_enable dvdread libdvdread) \ > $(use_enable dv libdv) \ > $(use_enable quicktime libquicktime) \ > $(use_enable lzo) \ > $(use_enable a52) \ > $(use_enable mpeg libmpeg3) \ > $(use_enable xml2 libxml2) \ > $(use_enable mjpeg mjpegtools) \ > $(use_enable sdl) \ > $(use_enable gtk) \ > $(use_enable fame libfame) \ > $(use_enable imagemagick) \ > $(use_enable jpeg libjpeg) \ > --with-mod-path=/usr/$(get_libdir)/transcode \ > $(use_with X x) \ > $(use_with ffmpeg libpostproc-builddir "${ROOT}/usr/$(get_libdir)") \ > ${myconf} \ > --disable-avifile \ > || die > > emake all || die > > if use pvm; then > sed -i -e "s:\${exec_prefix}/bin/pvmgs:\$(DESTDIR)/\${exec_prefix}/bin/pvmgs:" ${S}/pvm3/Makefile || die > fi >} > >src_install () { > make DESTDIR=${D} install || die > > dodoc AUTHORS ChangeLog README TODO >}
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 93797
:
59696
|
59697
|
59698
|
72176
| 72179