Bug#569040: wnpp ITP webkitimageqt

2010-02-09 Thread jamesmikedup...@googlemail.com
Package: wnpp
Severity: wishlist
Owner: James Mike DuPont 

* Package name: webkitimageqt
  Version : Revision 19945
  Upstream Author : Ryan Paul 
* URL :
http://svn.openstreetmap.org/applications/editors/josm/plugins/wmsplugin/
* License : GPL 2.0 or later
  Programming Lang: c++
  Description : wms plugin for josm


josm uses this tool webkitimageqt I have packaged it for debian/ubuntu

here is the debian package
http://osm.komzpa.net/~mdupont/osm/pool/main/w/webkitimageqt/

you add to your /etc/apt/source.list

deb http://osm.komzpa.net/~mdupont/osm/ gjergi-osm main
deb-src http://osm.komzpa.net/~mdupont/osm/ gjergi-osm main

apt-get install webkitimageqt
should work.

if you want the source
apt-src install webkitimageqt

here is the readme:

A plugin for JOSM that can query any WMS server for background images.
Also supports Metacarta's map rectifier.
Supersedes the "Landsat" plugin, as the WMS plugin can do everything the
landsat plugin could plus more.

See also utils/ywms for a way to get Yahoo satellite images with this
plugin (Linux required for ywms).

AUTHORS and LICENSE:

This plugin has been created by tim 
and has received major contributions from Frederik Ramm
. It is based on the "Landsat" plugin
by Nick Whitelegg  and includes
some code from Jonathan Stott , Gabriel Ebner
 and Ulf Lamping .
The automatic tiles downloading and Yahoo downloader made by Petr
Dlouhý 

This plugin is licensed under the GNU GPL v2 or later.



--
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#569040: wnpp ITP webkitimageqt

2010-02-10 Thread jamesmikedup...@googlemail.com
I have created a git repo for the packaging and source.
http://github.com/h4ck3rm1k3/webkitimageqt
Am working on filling in the blanks.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#570709: wnpp ITP hiphopphp

2010-02-20 Thread jamesmikedup...@googlemail.com
Package: wnpp
  Severity: wishlist
  Owner: James Mike DuPont 

  * Package name: hiphop-php
  Version : http://github.com/h4ck3rm1k3/hiphop-php latest
  Upstream Author : facebook http://github.com/facebook/hiphop-php
  * URL :  http://github.com/facebook/hiphop-php
  * License : mixed licenses  The PHP License, version 3.01/
The Zend Engine License, version 2.00
  Programming Lang: c/c++
  Description :
HipHop is a source code transformer which transforms PHP source code
into highly optimized C++ and then compiles it using g++.

First packaging here:
http://github.com/h4ck3rm1k3/hiphop-php



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/ee9cc731002201216p759c57b7xb01e0161e4f2c...@mail.gmail.com



Bug#570708: wnpp ITP Libmbfl

2010-02-20 Thread jamesmikedup...@googlemail.com
Package: wnpp
 Severity: wishlist
 Owner: James Mike DuPont 

 * Package name: libmbfl
  Version : http://github.com/h4ck3rm1k3/libmbfl/ latest
  Upstream Author : scottmac http://github.com/scottmac/libmbfl
 * URL :http://github.com/h4ck3rm1k3/libmbfl/
 * License : GPL 2.1 or later
  Programming Lang: c/c++
  Description :This is Libmbfl, a streamable multibyte character
code filter and
converter library. It is used by hiphop php compiler. Taken from php5-dev

I have done a first packaging of it. It builds and installs.



-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/ee9cc731002201209l200ddaeag963549f331492...@mail.gmail.com



Bug#569040: build of webkitimageqt on amd64

2010-05-20 Thread jamesmikedup...@googlemail.com
here is the source repository :
http://github.com/h4ck3rm1k3/webkitimageqt
please try or provide a patch.

here are some test uris :

DATA:
GET
http://api.openstreetmap.org/api/0.6/map?bbox=19.4794041,42.0492876,19.5527925,42.098137

LANDSAT:
Grabbing WMS
http://onearth.jpl.nasa.gov/wms.cgi?request=GetMap&layers=global_mosaic&styles=&format=image/jpeg&bbox=19.4215299,42.0195026,19.4913915,42.0713828&srs=EPSG:4326&width=500&height=499

YAHOO:
Grabbing HTML
http://josm.openstreetmap.de/wmsplugin/YahooDirect.html?bbox=19.4215299,42.0195026,19.4913915,42.0713828&srs=EPSG:4326&width=500&height=499

GEOTHINGS:
Grabbing WMS
http://warper.geothings.net/maps/wms/2333?request=GetMap&version=1.1.1&styles=&format=image/png&srs=epsg:4326&exceptions=application/vnd.ogc.se_inimage&bbox=19.5005385,42.0608641,19.5151896,42.0717406&width=499&height=499

On Thu, May 20, 2010 at 5:46 PM, Oliver Kiddle  wrote:

> I tried rebuilding from source because I have an amd64 system.
>
> You're missing a build dependency on libqt4-dev which it needs for moc-qt4.
>
> With that installed, it build and installed on amd64.
>
> Still can't get the WMS plugin to work though - just red boxes
> containing "Exception occurred". What do you put in WMS Plugin
> Preferences, I only have landsat at
>
> http://onearth.jpl.nasa.gov/wms.cgi?request=GetMap&layers=global_mosaic&styles=&format=image/jpeg&;
> and that doesn't work. What's the URL for yahoo?
>
> Thanks
>
> Oliver
>
>
>


Bug#569040: build of webkitimageqt on amd64

2010-05-20 Thread jamesmikedup...@googlemail.com
Patch commited and deb built:
http://github.com/h4ck3rm1k3/webkitimageqt/commit/fe3d962b2f3ac425ead976d7d8ff9cd3bbc93487

thanks for your input. please let me know if there are any more problems.

what about this:
dpkg-shlibdeps: warning: dependency on libQtDBus.so.4 could be avoided if
"debian/webkitimageqt/usr/bin/webkit-image" were not uselessly linked
against it (they use none of its symbols).
dpkg-shlibdeps: warning: dependency on libQtXml.so.4 could be avoided if
"debian/webkitimageqt/usr/bin/webkit-image" were not uselessly linked
against it (they use none of its symbols).

mdup...@introspector-desktop:~/experiments/josm-plugins$ git clone
g...@github.com:h4ck3rm1k3/webkitimageqt.git
Initialized empty Git repository in
/media/sdc1/homemdupont/experiments/josm-plugins/webkitimageqt/.git/
remote: Counting objects: 55, done.
remote: Compressing objects: 100% (49/49), done.
remote: Total 55 (delta 14), reused 0 (delta 0)
Receiving objects: 100% (55/55), 24.62 KiB, done.
Resolving deltas: 100% (14/14), done.
mdup...@introspector-desktop:~/experiments/josm-plugins$ cd webkitimageqt/
mdup...@introspector-desktop:~/experiments/josm-plugins/webkitimageqt$ ls
README  webkitimageqt
mdup...@introspector-desktop:~/experiments/josm-plugins/webkitimageqt$ cd
webkitimageqt/
mdup...@introspector-desktop:~/experiments/josm-plugins/webkitimageqt/webkitimageqt$
ls
build.xml  debian  Makefile  README  sources.cfg  webkit-image.cpp
mdup...@introspector-desktop:~/experiments/josm-plugins/webkitimageqt/webkitimageqt$
dpkg-buildpackage
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value:
dpkg-buildpackage: set LDFLAGS to default value: -Wl,-Bsymbolic-functions
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
dpkg-buildpackage: source package webkitimageqt
dpkg-buildpackage: source version 0.01-1
dpkg-buildpackage: source changed by James Michael DuPont <
jamesmikedup...@googlemail.com>
dpkg-buildpackage: host architecture i386
 fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
/usr/bin/make clean
make[1]: Entering directory
`/media/sdc1/homemdupont/experiments/josm-plugins/webkitimageqt/webkitimageqt'
rm -f *.o webkit-image webkit-image.h
make[1]: Leaving directory
`/media/sdc1/homemdupont/experiments/josm-plugins/webkitimageqt/webkitimageqt'
dh_clean
 dpkg-source -b webkitimageqt
dpkg-source: info: using source format `1.0'
dpkg-source: warning: source directory 'webkitimageqt' is not
- 'webkitimageqt-0.01'
dpkg-source: info: building webkitimageqt in webkitimageqt_0.01-1.tar.gz
dpkg-source: info: building webkitimageqt in webkitimageqt_0.01-1.dsc
 debian/rules build
dh_testdir
# Add here commands to configure the package.
touch configure-stamp
dh_testdir
# Add here commands to compile the package.
/usr/bin/make
make[1]: Entering directory
`/media/sdc1/homemdupont/experiments/josm-plugins/webkitimageqt/webkitimageqt'
moc-qt4 webkit-image.cpp >webkit-image.h
g++ -W -o webkit-image -O2   webkit-image.cpp `pkg-config --libs --cflags
QtCore QtGui QtWebKit`
make[1]: Leaving directory
`/media/sdc1/homemdupont/experiments/josm-plugins/webkitimageqt/webkitimageqt'
#docbook-to-man debian/webkitimageqt.sgml > webkitimageqt.1
touch build-stamp
 fakeroot debian/rules binary
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/webkitimageqt.
/usr/bin/make
DESTDIR=/media/sdc1/homemdupont/experiments/josm-plugins/webkitimageqt/webkitimageqt/debian/webkitimageqt
install
make[1]: Entering directory
`/media/sdc1/homemdupont/experiments/josm-plugins/webkitimageqt/webkitimageqt'
cp webkit-image debian/webkitimageqt/usr/bin/
make[1]: Leaving directory
`/media/sdc1/homemdupont/experiments/josm-plugins/webkitimageqt/webkitimageqt'
dh_testdir
dh_testroot
dh_installchangelogs
dh_installdocs
dh_installexamples
dh_installman
dh_link
dh_strip
dh_strip debug symbol extraction: all non-arch-all packages for this build
platform i386: webkitimageqt
dh_strip debug symbol extraction: packages to act on: webkitimageqt
dh_strip debug symbol extraction: ignored packages:
dpkg-deb: building package `webkitimageqt-dbgsym' in
`../webkitimageqt-dbgsym_0.01-1_i386.ddeb'.
dh_compress
dh_fixperms
dh_installdeb
dh_shlibdeps
dpkg-shlibdeps: warning: dependency on libQtDBus.so.4 could be avoided if
"debian/webkitimageqt/usr/bin/webkit-image" were not uselessly linked
against it (they use none of its symbols).
dpkg-shlibdeps: warning: dependency on libQtXml.so.4 could be avoided if
"debian/webkitimageqt/usr/bin/webkit-image" were not uselessly linked
against it (they use none of its symbols).
dh_gencontrol
dh_md5sums
dh_builddeb
dpkg-deb: building package `webkitimageqt' in
`../webkitimageqt_0.0