Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 66964 Details for
Bug 103765
Version bump: D4x 2.5.2 (segfault at startup fixed)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for 2.5.2
d4x-2.5.2.ebuild (text/plain), 1.57 KB, created by
Yasha Davidov
on 2005-08-27 03:15:46 UTC
(
hide
)
Description:
ebuild for 2.5.2
Filename:
MIME Type:
Creator:
Yasha Davidov
Created:
2005-08-27 03:15:46 UTC
Size:
1.57 KB
patch
obsolete
> >IUSE="nls esd gnome oss kde" > >inherit eutils flag-o-matic > >DESCRIPTION="GTK based download manager for X." >SRC_URI="http://www.krasu.ru/soft/chuchelo/files/${P}.tar.gz" >HOMEPAGE="http://www.krasu.ru/soft/chuchelo/" > >KEYWORDS="~x86 ~amd64" >SLOT="0" >LICENSE="Artistic" > >DEPEND=">=x11-libs/gtk+-2.0.6 > >=dev-libs/glib-2.0.6 > >=sys-devel/gettext-0.11.2 > >=dev-libs/openssl-0.9.7f > esd? ( >=media-sound/esound-0.2.7 )" > >src_unpack() { > unpack ${A} > > # Use our own $CXXFLAGS > cd ${S} > cp configure configure.orig > sed -e "s:CXXFLAGS=\"-O2\":CXXFLAGS=\"${CXXFLAGS}\":g;s:OPTFLAGS=\"-O2\":OPTFLAGS=\"\":g" \ > configure.orig >configure >} > >src_compile() { > > myconf="" > append-flags -D_FILE_OFFSET_BITS=64 > > use nls \ > && myconf="${myconf} --enable-nls" \ > || myconf="${myconf} --disable-nls" > > use esd \ > && myconf="${myconf} --enable-esd" \ > || myconf="${myconf} --disable-esd" > > use oss \ > && myconf="${myconf} --enable-oss" \ > || myconf="${myconf} --disable-oss" > > econf --enable-release \ > ${myconf} || die > > emake || die >} > >src_install () { > > dodir /usr/bin > dodir /usr/share/d4x > > einstall || die > > insinto /usr/share/pixmaps > doins share/*.png share/*.xpm > > if use kde > then > insinto /usr/share/applnk/Internet > newins share/nt.desktop d4x.desktop > fi > > if use gnome > then > echo "Categories=Application;Network;" >> ${S}/share/nt.desktop > insinto /usr/share/applications > newins share/nt.desktop d4x.desktop > fi > > rm -rf ${D}/usr/share/d4x/{FAQ*,INSTALL*,README*,LICENSE,NAMES,TROUBLES} > dodoc AUTHORS COPYING ChangeLog* NEWS PLANS TODO \ > DOC/{FAQ*,LICENSE,NAMES,README*,TROUBLES,THANKS} >}
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 103765
: 66964