Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 172323 Details for
Bug 239707
games-puzzle/xphotohunter-1.4-r1 fails to build (missing deps)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
xphotohunter-1.4-r2.ebuild
xphotohunter-1.4-r2.ebuild (text/plain), 1.77 KB, created by
Christophe LEFEBVRE
on 2008-11-18 23:04:03 UTC
(
hide
)
Description:
xphotohunter-1.4-r2.ebuild
Filename:
MIME Type:
Creator:
Christophe LEFEBVRE
Created:
2008-11-18 23:04:03 UTC
Size:
1.77 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/games-puzzle/xphotohunter/xphotohunter-1.4-r1.ebuild,v 1.5 2008/08/27 12:11:53 gentoofan23 Exp $ > >inherit eutils games > >DESCRIPTION="Find the differences between two pictures." >HOMEPAGE="http://micro.ee.nthu.edu.tw/~tomcat/Xphotohunter/main-english.html" >SRC_URI="http://micro.ee.nthu.edu.tw/~tomcat/Xphotohunter/${P}.tar.gz > http://micro.ee.nthu.edu.tw/~tomcat/Xphotohunter/${PN}_pictures1-${PV}.tar.gz > http://micro.ee.nthu.edu.tw/~tomcat/Xphotohunter/${PN}_pictures2-${PV}.tar.gz > http://micro.ee.nthu.edu.tw/~tomcat/Xphotohunter/${PN}_pictures3-${PV}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="amd64 x86" >IUSE="" > >DEPEND="media-libs/imlib" >RDEPEND="${DEPEND} > media-sound/esound" > >pkg_setup() { > if ! built_with_use media-libs/imlib gtk ; then > eerror "Imlib is missing gtk support." > eerror "Please add 'gtk' to your USE flags, and re-emerge imlib." > die "imlib needs gtk support" > fi >} > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}/${P}"-gentoo.patch > sed -i -e "s:@GENTOO_STATEDIR@:${GAMES_STATEDIR}/${PN}:" \ > handler.c || die "Patching state dir failed" >} > >src_compile() { > emake DATADIR="${GAMES_DATADIR}/${PN}" || die "emake failed" >} > >src_install() { > dogamesbin xphotohunter || die "Installing binary failed" > insinto "${GAMES_DATADIR}/${PN}" > doins -r *.jpg *.xpm *.bmp *.wav \ > || die "Installing data files failed" > insinto "${GAMES_DATADIR}/${PN}/Picture" > doins Picture/* ../${PN}_pictures*-${PV}/* \ > || die "Installing picture files failed" > insinto "${GAMES_STATEDIR}/${PN}" > insopts -m0660 > doins ${PN}.dat \ > || die "Installing data files failed" > > dodoc License.txt README.chinese README.english Rule.txt > > prepgamesdirs >}
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 239707
: 172323