Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 269238 - wmsplugin from sci-geosciences/josm-plugins needs webkit-image binary
Summary: wmsplugin from sci-geosciences/josm-plugins needs webkit-image binary
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Sci-geo Project
URL: http://wiki.openstreetmap.org/wiki/JO...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-10 12:18 UTC by Daniel Bahrdt
Modified: 2015-11-05 19:49 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bahrdt 2009-05-10 12:18:43 UTC
In order to use the wmsplugin you have to compile webkit-image. See http://wiki.openstreetmap.org/wiki/JOSM/Plugins/WMSPlugin#webkit-image_.28QT.29 for reference.
The file can easily be compiled with qmake:
moc webkit-image.cpp > webkit-image.h
qmake -project -o webkit-image.pro "CONFIG+=qt" "QT+=webkit" "TARGET=webkit-image" webkit-image.cpp
qmake
make
Comment 1 Florian Schmaus gentoo-dev 2010-09-03 13:41:14 UTC
One could also "emerge gnome-web-photo" and set this as the default downloader in the josm wsm preferences.
http://wiki.openstreetmap.org/wiki/JOSM/Plugins/WMSPlugin#gnome-web-photo_for_Fedora_and_Ubuntu
Comment 2 Pacho Ramos gentoo-dev 2015-11-05 19:49:29 UTC
removed from the tree