Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 384425 - qxmlrpc : New package ( ebuild included )
Summary: qxmlrpc : New package ( ebuild included )
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2011-09-25 11:53 UTC by Filip Brcic
Modified: 2011-09-25 14:44 UTC (History)
1 user (show)

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


Attachments
qxmlrpc ebuild (qxmlrpc-9999.ebuild,1.08 KB, text/plain)
2011-09-25 11:54 UTC, Filip Brcic
Details
fix for build targets (so that examples are not built) (01_build_targets.patch,390 bytes, patch)
2011-09-25 11:55 UTC, Filip Brcic
Details | Diff
fix for unit tests (calls .a library with a _debug prefix) (02_fix_unittest.patch,456 bytes, patch)
2011-09-25 11:56 UTC, Filip Brcic
Details | Diff
remove staticlib config var from .pro file (03_staticlib_removed.patch,410 bytes, patch)
2011-09-25 11:58 UTC, Filip Brcic
Details | Diff
fix for the client.h include file (04_client.h_include_fix.patch,414 bytes, patch)
2011-09-25 11:59 UTC, Filip Brcic
Details | Diff
exclude qtgui from the library as it isn't needed (05_do_not_link_gui.patch,814 bytes, patch)
2011-09-25 12:00 UTC, Filip Brcic
Details | Diff
qxmlrpc ebuild (qxmlrpc-9999.ebuild,1.11 KB, text/plain)
2011-09-25 14:44 UTC, Filip Brcic
Details

Note You need to log in before you can comment on or make changes to this bug.
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.