Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 4009 Details for
Bug 8108
please update to cdrdao 1.1.6
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
cdrdao-1.1.6.ebuild
cdrdao-1.1.6.ebuild (text/plain), 2.16 KB, created by
Thomas Weidner
on 2002-09-19 09:51:01 UTC
(
hide
)
Description:
cdrdao-1.1.6.ebuild
Filename:
MIME Type:
Creator:
Thomas Weidner
Created:
2002-09-19 09:51:01 UTC
Size:
2.16 KB
patch
obsolete
># Copyright 1999 - 2002 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.6.ebuild,v 1.15 2002/09/15 19:17:09 murphy Exp $ > >S=${WORKDIR}/cdrdao-1.1.6 >DESCRIPTION="Burn CDs in disk-at-once mode -- with optional GUI frontend" >SRC_URI="http://download.sourceforge.net/${PN}/${P}.src.tar.gz" >HOMEPAGE="http://cdrdao.sourceforge.net/" >SLOT="0" >LICENSE="GPL-2" >RDEPEND="gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 > <x11-libs/gtkmm-1.3.0 > >=gnome-extra/gnomemm-1.1.17 )" > >DEPEND=">=dev-util/pccts-1.33.24-r1 > ${RDEPEND}" > >KEYWORDS="x86 ppc sparc sparc64" > >src_unpack() { > unpack ${A} >} > >src_compile() { > > local mygnome="" > > if [ "`use gnome`" ] ; then > mygnome=" --with-gnome" > CFLAGS="${CFLAGS} `/usr/bin/gtkmm-config --cflags`" > CXXFLAGS="${CXXFLAGS} `/usr/bin/gtkmm-config --cflags` -fno-exceptions" > > fi > > # -funroll-loops do not work > CFLAGS="${CFLAGS/-funroll-loops}" > ./configure "${mygnome}" \ > --prefix=/usr \ > --build="${CHOST}"\ > --host="${CHOST}" > > emake || die >} > >src_install() { > > # cdrdao gets definitely installed > # binary > dobin dao/cdrdao > > # data of cdrdao in /usr/share/cdrdao/ > # (right now only driverlist) > insinto /usr/share/cdrdao > newins dao/cdrdao.drivers drivers > > # man page > into /usr > newman dao/cdrdao.man cdrdao.1 > > # documentation > docinto "" > dodoc COPYING CREDITS INSTALL README* Release* > > > # and now the optional GNOME frontend > if [ "`use gnome`" ] > then > > # binary > into /usr > dobin xdao/gcdmaster > > # pixmaps for gcdmaster in /usr/share/pixmaps/gcdmaster > insinto /usr/share/pixmaps/gcdmaster > doins xdao/pixmap_copycd.png > doins xdao/pixmap_audiocd.png > doins xdao/pixmap_datacd.png > doins xdao/pixmap_open.png > doins xdao/pixmap_mixedcd.png > doins xdao/pixmap_cd.png > doins xdao/pixmap_help.png > doins xdao/pixmap_dumpcd.png > doins xdao/gcdmaster.png > > # application links > # gcdmaster.desktop in /usr/share/gnome/apps/Applications > insinto /usr/share/gnome/apps/Applications > doins xdao/gcdmaster.desktop > > # xcdrdao.1 renamed to gcdmaster.1 in /usr/share/man/man1/ > into /usr > newman xdao/xcdrdao.man gcdmaster.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 8108
: 4009