./net/transmission-gtk, Free, lightweight BitTorrent client (GTK version)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.0.5nb1, Package name: transmission-gtk-4.0.5nb1, Maintainer: pkgsrc-users

Transmission is a free, lightweight BitTorrent client. It features
a simple, intuitive interface on top on an efficient, cross-platform
back-end.

This package includes the GTK frontend for Transmission.


Required to run:
[sysutils/desktop-file-utils] [sysutils/libnotify] [www/curl] [graphics/hicolor-icon-theme] [security/openssl] [devel/libevent] [x11/gtk3]

Required to build:
[pkgtools/x11-links] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

Filesize: 9517.34 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-07 19:27:21 by Thomas Klausner | Files touched by this commit (1)
Log message:
transmission-gtk: switch back to gtkmm4 now that it's new enough

Bump PKGREVISION.
   2024-02-06 16:53:55 by Tom Spindler | Files touched by this commit (1)
Log message:
fix compilation to work with 4.0.5. transmission has silently required
gtkmm4>=4.11.1 for a while, although this was not actually documented
as such; a sufficient version is not yet in pkgsrc. however - gtkmm3 *is*
still supported, and the version in pkgsrc is sufficient, so use that
   2023-11-14 15:03:25 by Thomas Klausner | Files touched by this commit (1145)
Log message:
*: recursive bump for cairo dependency changes
   2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570)
Log message:
*: revebump for new brotli option for freetype2

Addresses PR 57693
   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-10-21 19:11:59 by Greg Troxel | Files touched by this commit (1345) | Package updated
Log message:
recursive revbump for tiff update
   2023-04-27 07:43:12 by Thomas Klausner | Files touched by this commit (7) | Package updated
Log message:
transmission*: update to 4.0.3

What's New in 4.0.3

All Platforms

    Fixed 4.0.2 higher CPU load while downloading. Regression introduced by \ 
#5167. (#5266, #5273)
    Fixed 4.0.0 bug where the torrentGet RPC method returned wrong \ 
trackerStats.tier values. (#5274)
    Fixed 4.0.0 HTTP announce behavior with bind-address-ipv* settings. (#5296)
    Fixed 4.0.0 bug in code that detects the computer's IPv6 support. (#5312)
    Silenced 4.0.0 minor log warnings for cross_seed_entry and uid entries in \ 
torrent files. (#5365)
    When adding a duplicate torrent via the RPC API, the return value now \ 
matches Transmission 3's return value. (#5370)
    Fixed use of metainfo display-name as a fallback name. (#5378)
    Updated torrent Peer ID generation to happen once per session, even for \ 
public torrents. (#5233)

macOS Client

    Added support for non-UTF-8 magnets. (#5244)
    Fixed potential memory leak in tr_strv_convert_utf8(). (#5264)
    Fixed crash on launch from tapping on a notification. (#5280)

Qt Client

    Fixed 4.0.2 FTBFS on Qt 5.13. (#5238)

GTK Client

    Fixed 4.0.0 preferences dialog being too large for small displays. (#5276, #5360)
    Fixed 4.0.0 regression of percents, speeds, sizes, etc. not being i18nized \ 
properly. (#5288)
    Fixed FTBFS in GTKMM 4.10. (#5289, #5295)

Web Client

    Fixed confusing Inspector UI when waiting for initial data from the server. \ 
(#5249)
    Fixed a keyboard shortcut conflict. (#5318)
    Turned off keyboard shortcuts when input fields have focus. (#5381)
    Show announce URL's origins in the inspector's tracker list. (#5382)
    Added missing date-added field in the Inspector's info tab. (#5386)

Daemon

    Set the log level sooner at startup to ensure events aren't missed. (#5345)

transmission-remote

    Fixed 4.0.0 bug in the display of how much of a torrent has been downloaded. \ 
(#5265)

Everything Else

    Bumped fallback version of libdeflate from v1.17 to bugfix release v1.18. (#5388)
    Documentation improvements. (#5278)