Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 207185 Details for
Bug 176552
x11-misc/navit - An open-source car navigation system with a routing engine
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for live, snapshots and releases.
navit-9999.ebuild (text/plain), 4.13 KB, created by
Ralph Sennhauser (RETIRED)
on 2009-10-15 07:28:13 UTC
(
hide
)
Description:
Ebuild for live, snapshots and releases.
Filename:
MIME Type:
Creator:
Ralph Sennhauser (RETIRED)
Created:
2009-10-15 07:28:13 UTC
Size:
4.13 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >inherit eutils autotools subversion > >if [[ ${PV} == "9999" ]]; then > NAVIT_REV="live" > ESVN_REPO_URI="https://navit.svn.sourceforge.net/svnroot/navit/trunk/navit" > SRC_URI="" >elif [[ ${PV} =~ (_p)([0-9]+) ]]; then > NAVIT_REV=${BASH_REMATCH[2]} > ESVN_REPO_URI="https://navit.svn.sourceforge.net/svnroot/navit/trunk/navit@${NAVIT_REV}" > ESVN_OPTIONS="--ignore-externals" > SRC_URI="" >else > NAVIT_REV="R${PV//-/_}" > ESVN_REPO_URI="https://navit.svn.sourceforge.net/svnroot/navit/tags/${NAVIT_REV}/navit" > SRC_URI="" >fi > >DESCRIPTION="An open-source car navigation system with a routing engine." >HOMEPAGE="http://www.navit-project.org" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~arm" > >IUSE_GPS="gps_source_android +gps_source_demo +gps_source_file gps_source_gpsd > gps_source_gypsy gps_source_iphone gps_source_wince" >IUSE_GUI="gui_sdl gui_gtk +gui_internal gui_win32" >IUSE_GRAPHICS="graphics_android graphics_gd +graphics_gtk graphics_opengl > graphics_qt graphics_sdl graphics_win32" >IUSE_SPEECH="speech_android speech_cmd speech_speechd" >IUSE="dbus garmin hildon +nls python +svg svg2png samplemap > ${IUSE_GPS} ${IUSE_GRAPHICS} ${IUSE_GUI} ${IUSE_SPEECH}" > >COMMON_DEPEND=" > dev-libs/glib:2 > dbus? ( sys-apps/dbus ) > garmin? ( dev-libs/libgarmin ) > gps_source_gpsd? ( sci-geosciences/gpsd ) > gps_source_gypsy? ( sci-geosciences/gypsy ) > nls? ( sys-devel/gettext ) > python? ( dev-lang/python ) > gui_gtk? ( x11-libs/gtk+:2 ) > gui_sdl? ( > media-libs/sdl-image > >=dev-games/cegui-0.5 > media-libs/quesoglc > ) > graphics_gtk? ( > x11-libs/gtk+:2 > svg? ( gnome-base/librsvg[zlib] ) > ) > graphics_qt? ( x11-libs/qt-core ) > graphics_sdl? ( media-libs/sdl-image[png] ) > speech_speechd? ( app-accessibility/speechd )" > ># cvs required by gettext's autopoint. ># subversion requires webdav to fetch navit. See subversion.eclass >DEPEND="${COMMON_DEPEND} > dev-util/cvs > dev-util/pkgconfig > || ( > dev-util/subversion[webdav-neon] > dev-util/subversion[webdav-serf] > ) > sys-devel/gettext > svg2png? ( > || ( > gnome-base/librsvg[zlib] > media-gfx/imagemagick[svg,png,xml] > media-gfx/inkscape > kde-base/kdelibs > ) > )" > > >EPATCH_SOURCE="${FILESDIR}" >EPATCH_SUFFIX="patch" >src_prepare() { > > einfo "the revision requested is ${NAVIT_REV}" > epatch > > autopoint -f || die "autopoint failed" > eautoreconf >} > >src_configure() { > > local conf=" > $(use_enable hildon) > $(use_enable garmin) > $(use_enable samplemap) > $(use_enable nls) > $(use_enable dbus binding-dbus) > $(use_enable python binding-python) > $(use_enable svg) > $(use_enable svg2png)" > > # Frontends > conf="$conf > $(use_enable gui_gtk gui-gtk) > $(use_enable gui_sdl gui-sdl) > $(use_enable gui_internal gui-internal) > $(use_enable gui_win32 gui-win32)" > > # Graphics > conf="$conf > $(use_enable graphics_sdl graphics-sdl) > $(use_enable graphics_opengl graphics-opengl) > $(use_enable graphics_gd graphics-gd) > $(use_enable graphics_gtk graphics-gtk-drawing-area) > $(use_enable graphics_win32 graphics-win32) > $(use_enable graphics_qt graphics-qt-qpainter)" > > # GPS data sources > conf="$conf > $(use_enable gps_source_android vehicle-android) > $(use_enable gps_source_demo vehicle-demo) > $(use_enable gps_source_file vehicle-file) > $(use_enable gps_source_gpsd vehicle-gpsd) > $(use_enable gps_source_gypsy vehicle-gypsy) > $(use_enable gps_source_iphone vehicle-iphone) > $(use_enable gps_source_wince vehicle-wince)" > > # Speech > conf="$conf > $(use_enable speech_android speech-android) > $(use_enable speech_cmd speech-cmdline) > $(use_enable speech_speechd speech-speech-dispatcher)" > > econf $conf >} > >src_install () { > emake DESTDIR="${D}" install || die "Install failed" >} > >pkg_postinst () { > einfo > einfo "Visit http://wiki.navit-project.org/index.php/Configuring_Navit" > einfo "to learn about how to get navit running." > einfo > > use graphics_sdl && ! use svg2png && ( > ewarn > ewarn "You have enabled the use flag graphics_sdl but not svg2png." > ewarn "This is likely not what you want" > ewarn > ) > > ! use svg && ! use svg2png && ( > ewarn > ewarn "You have neither the svg nor the svg2png use flag enabled." > ewarn "This is likely not what you want." > ewarn > ) >}
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 176552
:
117714
|
117731
|
117817
|
135111
|
135131
|
143874
|
143876
|
144109
|
151502
|
154503
|
154985
|
163893
|
180309
|
198417
|
207185
|
218579
|
236469
|
380882
|
430162
|
430164
|
493386
|
493388