Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 52708 Details for
Bug 65453
media-libs/openquicktime-1.0-r1 doesn't compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild with patch that appears to solve this problem in gcc >= 3.4
openquicktime-1.0-r2.ebuild (text/plain), 1.37 KB, created by
Francisco José Cañizares Santofimia
on 2005-03-05 02:01:58 UTC
(
hide
)
Description:
Ebuild with patch that appears to solve this problem in gcc >= 3.4
Filename:
MIME Type:
Creator:
Francisco José Cañizares Santofimia
Created:
2005-03-05 02:01:58 UTC
Size:
1.37 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-libs/openquicktime/openquicktime-1.0-r1.ebuild,v 1.9 2004/07/14 20:21:24 agriffis Exp $ > >inherit flag-o-matic eutils >replace-flags "-fprefetch-loop-arrays" " " > >MY_P=${P}-src >S=${WORKDIR}/${MY_P} >DESCRIPTION="OpenQuicktime library for linux" >SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz > http://www.linuxfromscratch.org/blfs/downloads/svn/openquicktime-1.0-gcc34-1.patch" >HOMEPAGE="http://openquicktime.sourceforge.net/" > >SLOT="0" >LICENSE="LGPL-2.1" >KEYWORDS="x86 ppc sparc ~alpha amd64" >IUSE="" > >DEPEND="media-sound/lame > virtual/mpg123 > =dev-libs/glib-1* > !virtual/quicktime > media-libs/jpeg" > >PROVIDE="virtual/quicktime" > >src_unpack () { > unpack ${MY_P}.tgz > cd ${S} > if has_version '>=sys-devel/gcc-3.4'; then > epatch ${DISTDIR}/${P}-gcc34-1.patch > fi > } > >src_compile() { > > ./configure \ > --enable-debug=no \ > --prefix=/usr || die # Disable debug - enabled by default > > make || die >} > >src_install() { > cd ${S} > dolib.so libopenquicktime.so > dodoc README AUTHORS NEWS COPYING TODO > dodir /usr/bin > make \ > prefix=${D}/usr \ > mandir=${D}/usr/share/man \ > infodir=${D}/usr/share/info \ > docdir=${D}/usr/share/doc/${PF}/html \ > sysconfdir=${D}/etc \ > install || die >}
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 65453
: 52708