Bug 65 - new package: dbus c++ language bindings
Summary: new package: dbus c++ language bindings
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: All Linux
: P5 enhancement
Target Milestone: 2010.05
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-21 14:16 UTC by rhunger
Modified: 2014-01-07 12:19 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:


Attachments
patch for buildroot r24936 (2.87 KB, patch)
2009-01-21 14:16 UTC, rhunger
Details
reworked patch to reference a specific git commit tree aka "version" (3.11 KB, patch)
2009-03-25 17:12 UTC, rhunger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rhunger 2009-01-21 14:16:51 UTC
Created attachment 39 [details]
patch for buildroot r24936

New package for dbus c++ language bindings (see attached patch).
Comment 1 Peter Korsgaard 2009-03-20 06:03:27 UTC
Hi,

i don't quite like the git handling as there's no control of what revision you're downloading. Do you have any idea if a release is coming up soon? If so, then I would prefer to wait until then.
Comment 2 rhunger 2009-03-25 17:12:47 UTC
Created attachment 187 [details]
reworked patch to reference a specific git commit tree aka "version"
Comment 3 rhunger 2009-03-25 17:14:04 UTC
(In reply to comment #1)
> i don't quite like the git handling as there's no control of what revision
> you're downloading.

That's right, I don't like it neither.

There is still no tag/version from upstream. It seams, that they are
currently merging in some changes from another git tree.
I think this will take some time.

I reworked my patch to explicitly reference a git commit tree "version".
This way it would be easy to change to an official upstream version number.

Regards
Robert

Comment 4 Thomas Petazzoni 2010-02-21 22:32:54 UTC
Move milestone to 2010.05 since enhancements will not be handled before the release of 2010.02.
Comment 5 Gustavo Zacarias 2014-01-07 12:19:52 UTC
After some long long time http://www.freedesktop.org/wiki/Software/dbus-cpp/ (maintained it seems, release tarballs, recommended) was added to buildroot in commit 74922ba73785c56165910cda0c835514866cf2bc for the upcoming 2014.02.
Thanks.