Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 97085 Details for
Bug 147731
media-gfx/showimg-0.9.5 --as-needed patch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
showimg-0.9.5.ebuild
showimg-0.9.5.ebuild (text/plain), 1.25 KB, created by
Krzysztof Nowicki
on 2006-09-15 14:28:25 UTC
(
hide
)
Description:
showimg-0.9.5.ebuild
Filename:
MIME Type:
Creator:
Krzysztof Nowicki
Created:
2006-09-15 14:28:25 UTC
Size:
1.25 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-gfx/showimg/showimg-0.9.5.ebuild,v 1.6 2006/09/05 18:34:30 gustavoz Exp $ > >inherit kde eutils > >MY_PV="${PV/?.?.?.?/${PV%.*}-${PV##*.}}" >MY_P="${PN}-${MY_PV}" >MY_P=${P/_/-} >S="${WORKDIR}/${MY_P}" > >DESCRIPTION="ShowImg is a feature-rich image viewer for KDE including an image management system." >HOMEPAGE="http://www.jalix.org/projects/showimg/" >#SRC_URI="http://www.jalix.org/projects/showimg/download/.0.9.5/distributions/SVN_info/${MY_P}.tar.bz2" >SRC_URI="http://www.jalix.org/projects/showimg/download/${MY_PV}/${MY_P}.tar.bz2" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="amd64 ~ppc sparc x86" >IUSE="exif kipi mysql postgres" > > >DEPEND="|| ( kde-base/libkonq kde-base/kdebase ) > mysql? ( dev-db/mysql ) > postgres? ( dev-db/libpq dev-libs/libpqxx ) > exif? ( media-libs/libkexif ) > kipi? ( media-plugins/kipi-plugins ) > media-libs/libexif" >need-kde 3.4 > >src_unpack() { > unpack ${A}; cd ${S} > > epatch ${FILESDIR}/${P}-as-needed.patch > > sh admin/cvs.sh cvs >} > >src_compile(){ > local myconf="--with-showimgdb \ > $(use_enable exif kexif) \ > $(use_enable kipi libkipi) \ > $(use_with mysql) \ > $(use_with postgres pgsql)" > kde_src_compile all >}
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 147731
:
97084
| 97085