Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 21964 Details for
Bug 35505
xsane-0.92 does not compile with gimp-1.3.22
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
updated ebuild to apply my patch if gimp-1.3 is installed
xsane-0.92-r1.ebuild (text/plain), 1.20 KB, created by
Bernd Wurst
on 2003-12-10 02:25:19 UTC
(
hide
)
Description:
updated ebuild to apply my patch if gimp-1.3 is installed
Filename:
MIME Type:
Creator:
Bernd Wurst
Created:
2003-12-10 02:25:19 UTC
Size:
1.20 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.92.ebuild,v 1.3 2003/10/09 03:50:56 brandy Exp $ > >DESCRIPTION="graphical scanning frontend" >SRC_URI="http://www.xsane.org/download/${P}.tar.gz" >HOMEPAGE="http://www.xsane.org/" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~x86 ~ppc" >IUSE="gtk2 nls jpeg png tiff" > >DEPEND="media-gfx/sane-backends > || ( > gtk2? ( >=x11-libs/gtk+-2.0 ) > =x11-libs/gtk+-1.2* > ) > jpeg? ( media-libs/jpeg ) > png? ( media-libs/libpng ) > tiff? ( media-libs/tiff )" > > >src_compile() { > if has_version ">=media-gfx/gimp-1.3"; > then epatch ${FILESDIR}/${P}-gimp-1.3.patch > fi > econf \ > `use_enable nls` \ > `use_enable jpeg` \ > `use_enable png` \ > `use_enable tiff` \ > `use_enable gtk2` \ > || die > emake || die >} > >src_install() { > einstall || die > dodoc xsane.[A-Z]* > dohtml -r doc > > # link xsane so it is seen as a plugin in gimp > if [ -d /usr/lib/gimp/1.2 ]; then > dodir /usr/lib/gimp/1.2/plug-ins > dosym /usr/bin/xsane /usr/lib/gimp/1.2/plug-ins > fi > if [ -d /usr/lib/gimp/1.3 ]; then > dodir /usr/lib/gimp/1.3/plug-ins > dosym /usr/bin/xsane /usr/lib/gimp/1.3/plug-ins > 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 35505
: 21964 |
21965