Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 133335 Details for
Bug 136702
new ebuilds: ksquirrel and ksquirrel-libs, Image viewer for KDE
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ksquirrel-libs-0.7.2.ebuild
ksquirrel-libs-0.7.2.ebuild (text/plain), 1.69 KB, created by
Alois Hammer
on 2007-10-13 15:09:47 UTC
(
hide
)
Description:
ksquirrel-libs-0.7.2.ebuild
Filename:
MIME Type:
Creator:
Alois Hammer
Created:
2007-10-13 15:09:47 UTC
Size:
1.69 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >MY_P="${PN}-${PV}" >S="${WORKDIR}/${MY_P}" > >DESCRIPTION="Libs required by ksqirrel" >HOMEPAGE="http://ksquirrel.sourceforge.net/" >SRC_URI="mirror://sourceforge/ksquirrel/${MY_P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="djvu camera jng jpeg jpeg2k kdeenablefinal mng png svg tiff truetype wmf" > >#IUSE="gif openexr dxf" >#DEPEND="gif? ( ??-??/libungif ) ># openexr? ( ># ??-??/libImath ># ??-??/libIHalf ># ??-??/libIlmImf ># ??-??/libIex ># ) ># dxf? ( ??-??/vec2web )" >DEPEND="djvu? ( app-text/djvu ) > jng? ( > media-libs/jpeg > media-libs/libmng > ) > jpeg? ( media-libs/jpeg ) > jpeg2k? ( media-libs/jasper ) > mng? ( media-libs/libmng ) > png? ( media-libs/libpng ) > svg? ( > x11-libs/libsvg-cairo > media-libs/libpixman > ) > tiff? ( media-libs/tiff ) > truetype? ( media-libs/freetype ) > wmf? ( media-libs/libwmf )" >RDEPEND="${DEPEND}" > >src_compile() { > local myconf="$(use camera || echo '--disable-camera') > $(use djvu || echo '--disable-djvu') > $(use jpeg2k || echo '--disable-jpeg2000') > $(use mng || echo '--disable-mng') > $(use svg || echo '--disable-svg') > $(use truetype || echo '--disable-ttf') > $(use wmf || echo '--disable-wmf') > $(use kdeenablefinal && '--enable-final')" ># $(use gif || echo --disable-gif) ># $(use openexr || echo '--disable-openexr') ># $(use dxf || echo '--disable-dxf) > econf ${myconf} || die "econf faild" > emake || die "emake faild" >} > >src_install() { > make DESTDIR="${D}" install || die "make install faild" > mv "${D}/usr/share/doc/${PN}/${PV}" "${D}/usr/share/doc/${P}" > rmdir "${D}/usr/share/doc/${PN}" > dodoc 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 136702
:
89080
|
89081
|
89247
|
90332
|
90338
|
115315
|
115316
|
130203
|
130205
|
133334
| 133335 |
138147
|
138149
|
197182
|
197183
|
197185
|
197186