Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 515120 - x11-libs/wxGTK-3.0.1 version bump
Summary: x11-libs/wxGTK-3.0.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo wxWidgets project
URL: http://wxwidgets.org/news/2014/06/wxw...
Whiteboard:
Keywords:
Depends on:
Blocks: 519482
  Show dependency tree
 
Reported: 2014-06-25 18:48 UTC by Nikoli
Modified: 2014-10-06 01:09 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 Nikoli 2014-06-25 18:48:21 UTC
wxWidgets 3.0.1 was released 2014-06-15.
Comment 1 Mart Raudsepp gentoo-dev 2014-07-02 09:03:36 UTC
as always, we are waiting for a wxPython release, as we use their tarball for wxGTK too
Comment 2 Mart Raudsepp gentoo-dev 2014-07-22 18:04:16 UTC
<leio> RobinD: we are still relying on wxpython tarballs to provide wxGTK, and hopefully bug fixes more often as you used to release updates more often than wxWidgets, so we could get the stuff from WX_X_Y_BRANCH more often. Would like to continue doing so (especially as the wxPython stuff might rely on some bug fixes happened to C++ code meanwhile too); to which extent, would it please be possible for wxPython tarballs to be released in close time proximity to the C++ releases, with a quick follow-up .1 if needed for python specifics?
<leio> We have not been able to provide wxWidgets-3.0.1 bug fixes for over a month now in Gentoo

<RobinD> leio: Yes, I am working on improving my pace on Phoenix and wxPython, to get it moving more like it was in the past.  It's a slow process because of new day-job duties, but it is progressing.  In the short term you can consider the last preview build at http://wxpython.kosoftworks.com/preview/20140707/ to be a 3.0.1 release candidate.  There may be a few more changes, but they will be minor compared to the whole.

<leio> RobinD: what I'm essentially hoping for, is a lock-step release of wxPython 3.y.z.0 (perhaps C++ side could roll the tarball together with wxWidgets ones?), with the wxPython fixes coming in a .1 release if otherwise delayed over a week of the C++ libs; we are talking bugfix releases here anyways, old wxPython, even if not updated, should work fine against the new C++ version... hopefully... if not, it's a API/ABI compatibility concern on C++ side, which is not acceptable
<leio> of course great if you can get up to pace too soon, but I think the current process puts an unnecessary strain and responsibility for you; by us, in us using wxPython tarballs for wxGTK

<RobinD> understood
Comment 3 Toralf Förster gentoo-dev 2014-08-30 20:22:26 UTC
3.0.1 builds fine at x86 using these diffs in the ebuild:

$ diff wxGTK-3.0.1.ebuild /usr/portage/x11-libs/wxGTK/wxGTK-3.0.0.0.ebuild
14c14,15
< SRC_URI="http://sourceforge.net/projects/wxwindows/files/${PV}/wxWidgets-${PV}.tar.bz2"
---
> SRC_URI="mirror://sourceforge/wxpython/wxPython-src-${PV}.tar.bz2
>       doc? ( mirror://sourceforge/wxpython/wxPython-docs-${PV}.tar.bz2 )"
63c64
< S="${WORKDIR}/wxWidgets-${PV}"
---
> S="${WORKDIR}/wxPython-src-${PV}"



and copying/sym-linking the collision patch appropriate to the new version
Comment 4 Anton Kuleshov 2014-09-17 06:16:33 UTC
wxpython 3.0.1 already released, bump please.
Comment 5 Priit Laes (IRC: plaes) 2014-09-17 11:00:00 UTC
(In reply to Mart Raudsepp from comment #1)
> as always, we are waiting for a wxPython release, as we use their tarball
> for wxGTK too

3.0.1.1 is out now ;)
Comment 6 Ryan Hill (RETIRED) gentoo-dev 2014-09-18 02:59:24 UTC
Sorry, I thought we were still waiting on a release.
Comment 7 Mart Raudsepp gentoo-dev 2014-10-06 01:09:32 UTC
Bumped. Hopefully all the sed/collision patch/prefix/x32 business is in order this time...