Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 258182 Details for
Bug 326297
merkaartor live ebuild - new official repo
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for Merkaartor development version
merkaartor-9999.ebuild (text/plain), 1.66 KB, created by
Jean-Claude Repetto
on 2010-12-27 15:10:52 UTC
(
hide
)
Description:
Ebuild for Merkaartor development version
Filename:
MIME Type:
Creator:
Jean-Claude Repetto
Created:
2010-12-27 15:10:52 UTC
Size:
1.66 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sci-geosciences/merkaartor/merkaartor-9999.ebuild,v 1.7 2009/05/04 22:04:23 hanno Exp $ > >EAPI="1" > >inherit eutils qt4 git > >EGIT_REPO_URI="git://gitorious.org/merkaartor/main.git" > >DESCRIPTION="A Qt4 based map editor for the openstreetmap.org project" >HOMEPAGE="http://www.merkaartor.be" >SRC_URI="" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="" >IUSE="nls webkit exif gdal proj gps proxy" >DEPEND="x11-libs/qt-gui:4 > dev-libs/boost > x11-libs/qt-svg:4 > webkit? ( >=x11-libs/qt-webkit-4.3.3 ) > proxy? ( net-libs/libproxy ) > exif? ( media-gfx/exiv2 ) > gdal? ( sci-libs/gdal ) > proj? ( sci-libs/proj ) > gps? ( >=sci-geosciences/gpsd-2.92 )" >RDEPEND="${DEPEND}" > >S="${WORKDIR}/${PN}" > >src_compile() { > local myconf > use webkit || myconf="${myconf} NOUSEWEBKIT=1" > use exif && myconf="${myconf} GEOIMAGE=1" || myconf="${myconf} GEOIMAGE=0" > use gdal && myconf="${myconf} GDAL=1" || myconf="${myconf} GDAL=0" > use proj && myconf="${myconf} PROJ=1" || myconf="${myconf} PROJ=0" > use gps && myconf="${myconf} GPSDLIB=1" || myconf="${myconf} GPSDLIB=0" > use proxy && myconf="${myconf} LIBPROXY=1" || myconf="${myconf} LIBPROXY=0" > > if use nls; then > lrelease Merkaartor.pro || die "lrelease failed" > fi > > eqmake4 Merkaartor.pro PREFIX=/usr ${myconf} || die "eqmake4 failed" > emake || die "make failed" >} > >src_install() { > emake INSTALL_ROOT="${D}" install || die "install failed" > dodoc AUTHORS CHANGELOG HACKING || die "dodoc failed" > > newicon Icons/Merkaartor_100x100.png "${PN}".png || die "newicon failed" > make_desktop_entry "${PN}" "Merkaartor" "${PN}" "Science;Geoscience" >}
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 326297
:
240077
|
250541
|
251095
| 258182 |
258190