Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 35969 Details for
Bug 46890
media-tv/xawdecode-1.9.0: compilation error in file divx.c
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
new ebuild using xawdecode-1.9.0-ffmpeg-cvs.patch
xawdecode-1.9.0.ebuild (text/plain), 2.09 KB, created by
Nanouck
on 2004-07-22 14:24:50 UTC
(
hide
)
Description:
new ebuild using xawdecode-1.9.0-ffmpeg-cvs.patch
Filename:
MIME Type:
Creator:
Nanouck
Created:
2004-07-22 14:24:50 UTC
Size:
2.09 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-tv/xawdecode/xawdecode-1.9.0.ebuild,v 1.3 2004/07/14 21:11:42 agriffis Exp $ > > inherit eutils > >IUSE="alsa jpeg encode ffmpeg xvid lirc xosd" > >DESCRIPTION="TV viewer with support for AVI recording and plugins" >HOMEPAGE="http://xawdecode.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" >RESTRICT="nomirror" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~x86 ~ppc ~sparc" > >RDEPEND="virtual/x11 > >=media-libs/zvbi-0.2.4 > || ( x11-libs/neXtaw x11-libs/Xaw3d ) > x86? ( >=media-libs/divx4linux-20030428 ) > ffmpeg? ( >=media-video/ffmpeg-0.4.7 ) > xvid? ( >=media-libs/xvid-0.9.1 ) > encode? ( >=media-sound/lame-3.93 ) > jpeg? ( media-libs/jpeg ) > lirc? ( app-misc/lirc ) > alsa? ( >=media-libs/alsa-lib-0.9 ) > xosd? ( >=x11-libs/xosd-2.2.2 )" > >DEPEND="${RDEPEND} > sys-apps/sed" > >src_unpack() { > unpack ${A} > EPATCH_OPTS="-d ${S}" epatch ${FILESDIR}/${PN}-1.9.0-ffmpeg-cvs.patch > >} > > >src_compile() { > local myconf > > use x86 \ > && myconf="${myconf} --enable-divx4linux" \ > || myconf="${myconf} --disable-divx4linux" > > econf \ > `use_enable alsa` \ > `use_enable jpeg` \ > `use_enable lirc` \ > `use_enable ffmpeg` \ > `use_enable xvid` \ > `use_enable xosd` \ > ${myconf} || die "Configuration failed." > > emake || die "Compilation failed." >} > > > >src_install() { > > sed -i "/^SUBDIRS=/s:font::" Makefile > > gzip font/led-fixed.pcf > insinto /usr/X11R6/lib/X11/fonts/misc > doins font/led-fixed.pcf.gz > > insinto /usr/share/applications > doins gentoo/xawdecode.desktop > > einstall \ > ROOT=${D} || die "Installation failed." > > dodoc COPYING ChangeLog AUTHORS INSTALL > dodoc FAQ* README.* lisez-moi* libavc-rate-control.txt > dodoc xawdecoderc.sample lircrc.*.sample > >} > > > >pkg_postinst() { > if [ "${ROOT}" = "/" ] > then > mkfontdir /usr/X11R6/lib/X11/fonts/misc > /dev/null 2>&1 > fi > einfo "Please note that this ebuild created a suid-binary:" > einfo "/usr/bin/xawdecode_v4l-conf" >} > >pkg_postrm() { > if [ "${ROOT}" = "/" ] > then > mkfontdir /usr/X11R6/lib/X11/fonts/misc > /dev/null 2>&1 > 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 46890
:
29355
|
35967
| 35969