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

Bug 313811

Summary: net-p2p/qbittorrent-2.2.5 version bump
Product: Gentoo Linux Reporter: Iskren Slavov <iskren.s>
Component: New packagesAssignee: Gentoo net-p2p team <net-p2p>
Status: RESOLVED FIXED    
Severity: enhancement CC: qt
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Iskren Slavov 2010-04-08 09:49:41 UTC
Looks like bug #309415 no longer applies to the new version, so the only change that needs to be made to the ebuild is to remove the following line:
sed -i "s/-mt/-mt-${BOOST_VER}/g" conf.pri

Testing on ~amd64 w/ boost-1.42.0 and it runs fine for now. :)

ChangeLog:
* Wed Apr 07 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.2.5
    - BUGFIX: Fix crash when adding a new torrent label
    - BUGFIX: Fix HTTPS protocol support in torrent/rss downloader
    - BUGFIX: Fix default width of file name column in torrent content
    - BUGFIX: Fix torrent addition dialog buttons height
    - BUGFIX: Fix deprecation warnings with libtorrent v0.15
    - BUGFIX: Fix "Download from URL" title size in Web UI
    - BUGFIX: Fix transparency of speed limits icons
    - BUGFIX: Dropped dependency on Qt gif library
    - BUGFIX: Improved libboost detection by configure file
    - BUGFIX: Bring back compatibility with boost v1.34
    - COSMETIC: Added icons to menu actions in Web UI

* Tue Apr 06 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.2.4
    - BUGFIX: Fix possible crash when adding a torrent
    - BUGFIX: Fix failure to remember some torrents on startup
    - BUGFIX: Fix torrent addition window layout (torrent content not expanding)
    - BUGFIX: Fix about dialog in Web UI
    - BUGFIX: Correctly clear trackers error messages once they work
    - BUGFIX: Display correct share ratio for paused torrents
    - COSMETIC: Improved alternative speed limits icons

* Sun Apr 04 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.2.3
    - BUGFIX: Fix possible crash when deleting a torrent just after pausing it
    - BUGFIX: Enable Apply button when alternative rate limits are changed
    - BUGFIX: Source compatibility with Windows (Thanks Ishan Arora)
    - BUGFIX: Source compatibility with eCS (OS/2) (Thanks Silvan Scherrer)
    - BUGFIX: Cleaner binutils gold linker support
    - BUGFIX: Clean fix for progress display with cleanlooks style

Reproducible: Always

Steps to Reproduce:
Comment 1 Ben de Groot (RETIRED) gentoo-dev 2010-04-10 15:43:34 UTC
(In reply to comment #0)
> Looks like bug #309415 no longer applies to the new version, so the only change
> that needs to be made to the ebuild is to remove the following line:
> sed -i "s/-mt/-mt-${BOOST_VER}/g" conf.pri

How do you figure it no longer needs that? How will it find the correct slotted boost version otherwise?
Comment 2 Ben de Groot (RETIRED) gentoo-dev 2010-04-10 15:53:52 UTC
Okay, I see. It actually picks up the correct thing from the configure arguments now.

Comment 3 Ben de Groot (RETIRED) gentoo-dev 2010-04-10 16:26:09 UTC
Committed, thanks for reporting!
Comment 4 Iskren Slavov 2010-04-10 17:31:47 UTC
(In reply to comment #3)
> Committed, thanks for reporting!
> 

Thank you for committing. :)