Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 31371 Details for
Bug 42770
cdrdao-1.1.8 does not compile on amd64
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
cdrdao-1.1.8 ebuild for amd64
cdrdao-1.1.8-r1.ebuild (text/plain), 1.88 KB, created by
Herbie Hopkins (RETIRED)
on 2004-05-13 15:29:12 UTC
(
hide
)
Description:
cdrdao-1.1.8 ebuild for amd64
Filename:
MIME Type:
Creator:
Herbie Hopkins (RETIRED)
Created:
2004-05-13 15:29:12 UTC
Size:
1.88 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/app-cdr/cdrdao/cdrdao-1.1.8-r1.ebuild,v 1.3 2004/04/27 08:05:39 vapier Exp $ > >inherit flag-o-matic eutils > >DESCRIPTION="Burn CDs in disk-at-once mode -- with optional GUI frontend" >HOMEPAGE="http://cdrdao.sourceforge.net/" >SRC_URI="mirror://sourceforge/cdrdao/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64 ~ppc ~sparc" >IUSE="gnome debug" >RESTRICT="nostrip" > >RDEPEND=">=media-sound/lame-3.90 > gnome? ( >=dev-cpp/gtkmm-2.0 > >=dev-cpp/libgnomeuimm-2.0 )" >DEPEND=">=dev-util/pccts-1.33.24-r1 > >=app-cdr/cdrtools-2.01_alpha20 > ${RDEPEND}" > >src_unpack() { > unpack ${A} > > cd ${S} > epatch ${FILESDIR}/${PV}-gcc34.patch > > # Add gentoo to version > sed -i -e "s:^PACKAGE_STRING='cdrdao 1.1.8':PACKAGE_STRING='cdrdao 1.1.8 gentoo':" configure > # Only way to disable gcdmaster currently ... > use gnome || sed -i -e 's:^en_xdao=yes:en_xdao=no:g' configure > > # Display better SCSI messages (advise from Bug 43003) > cd scsilib/include > sed -i -e 's:HAVE_SCANSTACK:NO_FRIGGING_SCANSTACK:g' xmconfig.h > sed -i -e 's:HAVE_SCANSTACK:NO_FRIGGING_SCANSTACK:g' mconfig.h > > if [ "${ARCH}" = "amd64" ] > then > cd ${S} > epatch ${FILESDIR}/${P}-cast.patch > cd scsilib/RULES > cp i686-linux-cc.rul x86_64-linux-cc.rul > fi >} > >src_compile() { > # -funroll-loops do not work > filter-flags "-funroll-loops" > > ./configure --build="${CHOST}"\ > --host="${CHOST}" \ > --prefix=/usr \ > `use_enable debug debug` \ > `use_with gnome gnome` || die "configure failed" > > emake || die >} > >src_install() { > einstall > > cd ${S} > > # Desktop Icon > if [ -n "`use gnome`" ] > then > insinto /usr/share/pixmaps > doins xdao/stock/gcdmaster.png > insinto /usr/share/gnome/apps/Applications > doins ${FILESDIR}/gcdmaster.desktop > fi > > # Documentation > dodoc AUTHORS COPYING CREDITS ChangeLog NEWS README* >} >
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 42770
: 31371 |
31372