Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 384425

Summary: qxmlrpc : New package ( ebuild included )
Product: Gentoo Linux Reporter: Filip Brcic <brcha>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: UNCONFIRMED ---    
Severity: enhancement CC: brcha
Priority: Normal Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: qxmlrpc ebuild
fix for build targets (so that examples are not built)
fix for unit tests (calls .a library with a _debug prefix)
remove staticlib config var from .pro file
fix for the client.h include file
exclude qtgui from the library as it isn't needed
qxmlrpc ebuild

Description Filip Brcic 2011-09-25 11:53:32 UTC
I created an ebuild for the qxmlrpc library (http://code.google.com/p/qxmlrpc/). That is a Qt4 XML-RPC library, very convenient to use (or, at least, I like it).

The ebuild can be found in my overlay https://patch-tag.com/r/brcha/brcha_overlay under dev-cpp/qxmlrpc. The ebuild includes several patches from Debian (http://packages.debian.org/source/squeeze/qxmlrpc). Ebuild and patches are also attached here, for convenience.

Reproducible: Always
Comment 1 Filip Brcic 2011-09-25 11:54:28 UTC
Created attachment 287691 [details]
qxmlrpc ebuild
Comment 2 Filip Brcic 2011-09-25 11:55:24 UTC
Created attachment 287693 [details, diff]
fix for build targets (so that examples are not built)
Comment 3 Filip Brcic 2011-09-25 11:56:48 UTC
Created attachment 287695 [details, diff]
fix for unit tests (calls .a library with a _debug prefix)
Comment 4 Filip Brcic 2011-09-25 11:58:35 UTC
Created attachment 287697 [details, diff]
remove staticlib config var from .pro file
Comment 5 Filip Brcic 2011-09-25 11:59:17 UTC
Created attachment 287699 [details, diff]
fix for the client.h include file
Comment 6 Filip Brcic 2011-09-25 12:00:12 UTC
Created attachment 287701 [details, diff]
exclude qtgui from the library as it isn't needed
Comment 7 Agostino Sarubbo gentoo-dev 2011-09-25 13:59:09 UTC
Please add static-libs use and add:
use static-libs && dolib.a  libqxmlrpc.a
Comment 8 Filip Brcic 2011-09-25 14:44:20 UTC
Created attachment 287713 [details]
qxmlrpc ebuild

(In reply to comment #7)
> Please add static-libs use and add:
> use static-libs && dolib.a  libqxmlrpc.a

Thank you for the suggestion. I added the static-libs use flag.