pkgsrc/net/ktorrent/Makefile

39 lines
1.2 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.24 2010/03/24 19:43:28 asau Exp $
DISTNAME= ktorrent-${KTORRENT_VER}
PKGREVISION= 5
CATEGORIES= net kde
MASTER_SITES= http://ktorrent.org/downloads/${KTORRENT_VER}/
Update ktorrent to 2.2.7. Changes in 2.2.7 - Fix crash when loading articles in RSS plugin fails (161475) - Fix SIGBUS caused crash on sparc - Backported fix from KDE4 version for an infinite recursive loop in the QM Changes in 2.2.6 : - Some OpenBSD compile fixes - Fix lock file not working on NFS home directories by moving it to /tmp - Fix wrong name being in torrentcreator dialog when path contains # - Don't show progress info for each file we are moving in a MoveDataFilesJob (160338) - Fix infinite loop in DHT code - Fix group name encoding in saving and loading - Fix problem with speedbars staying drawn when they were disabled - Ported DHT ping storm fix from KDE4 version - Added patch from carucciio to load torrents silently from the command line - Set output_path of torrent as default location when the users selects set download location in the viewmenu (157486) - Torrents with no file selected are now always shown as download - Ditch KIO::NetAccess when moving data files (157462) - Fix stop all and start all from system tray menu (it used to apply to the current view, now it applies to all torrents) (157991) - Make sure that set download location and add to group are disabled when no torrent is selected - Fix ktshell when there are multiple dcop sessions (158115) - ETA algorithm -> Time left estimation algorithm (158277) - Fix issue with time functions on openbsd (158945) - Put lock file in /tmp to make sure that KT works when the users home directory is on an NFS filesystem - Added small fix in css of default webgui - Added PeerID of KGet and BitsOnWheels - Sort list of blocks before saving them to file in ipfilter plugin Changes in 2.2.5 : - Fix moving of files slowing things down under certain circumstances - Use avahi_qt_poll_get instead of the threaded stuff, should get rid of the zeroconf crashes - After 3 mmap failures, allways use buffered mode - Fix bug in DHT token storage and checking - Fix free diskspace calculation on FreeBSD - Fix a problem with the PHP code - Use QTextStream in webgui instead of creating very big strings - Backported KT ETA algorithm fix from KDE4 trunk - Fix socket code for Dragonfly BSD (139081 and 139110) - Make sure hidden files also get deleted when deleting directory (155414) - Make sure that preallocate does not interfere with read only files (155437) - Fix slow saving of file_info and chunk_info files (155447) - Ported bdecoder fix from KDE4 version - Fix adding to groups (& added by Qt screwed things up) - Don't save groups at exit anymore (149212) - Ported close_wait bugfix from KDE4 version - Ported recent DHT fixes from KDE4 version
2008-07-30 15:27:10 +02:00
EXTRACT_SUFX= .tar.bz2
BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4
KTORRENT_VER= 3.3
MAINTAINER= abs@NetBSD.org
HOMEPAGE= http://ktorrent.org/
COMMENT= Graphical BitTorrent client for KDE4
Update ktorrent to 2.2.7. Changes in 2.2.7 - Fix crash when loading articles in RSS plugin fails (161475) - Fix SIGBUS caused crash on sparc - Backported fix from KDE4 version for an infinite recursive loop in the QM Changes in 2.2.6 : - Some OpenBSD compile fixes - Fix lock file not working on NFS home directories by moving it to /tmp - Fix wrong name being in torrentcreator dialog when path contains # - Don't show progress info for each file we are moving in a MoveDataFilesJob (160338) - Fix infinite loop in DHT code - Fix group name encoding in saving and loading - Fix problem with speedbars staying drawn when they were disabled - Ported DHT ping storm fix from KDE4 version - Added patch from carucciio to load torrents silently from the command line - Set output_path of torrent as default location when the users selects set download location in the viewmenu (157486) - Torrents with no file selected are now always shown as download - Ditch KIO::NetAccess when moving data files (157462) - Fix stop all and start all from system tray menu (it used to apply to the current view, now it applies to all torrents) (157991) - Make sure that set download location and add to group are disabled when no torrent is selected - Fix ktshell when there are multiple dcop sessions (158115) - ETA algorithm -> Time left estimation algorithm (158277) - Fix issue with time functions on openbsd (158945) - Put lock file in /tmp to make sure that KT works when the users home directory is on an NFS filesystem - Added small fix in css of default webgui - Added PeerID of KGet and BitsOnWheels - Sort list of blocks before saving them to file in ipfilter plugin Changes in 2.2.5 : - Fix moving of files slowing things down under certain circumstances - Use avahi_qt_poll_get instead of the threaded stuff, should get rid of the zeroconf crashes - After 3 mmap failures, allways use buffered mode - Fix bug in DHT token storage and checking - Fix free diskspace calculation on FreeBSD - Fix a problem with the PHP code - Use QTextStream in webgui instead of creating very big strings - Backported KT ETA algorithm fix from KDE4 trunk - Fix socket code for Dragonfly BSD (139081 and 139110) - Make sure hidden files also get deleted when deleting directory (155414) - Make sure that preallocate does not interfere with read only files (155437) - Fix slow saving of file_info and chunk_info files (155447) - Ported bdecoder fix from KDE4 version - Fix adding to groups (& added by Qt screwed things up) - Don't save groups at exit anymore (149212) - Ported close_wait bugfix from KDE4 version - Ported recent DHT fixes from KDE4 version
2008-07-30 15:27:10 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
USE_CMAKE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= awk msgfmt pkg-config perl
.include "../../meta-pkgs/kde4/kde4.mk"
.include "../../audio/taglib/buildlink3.mk"
.include "../../devel/gmp/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../misc/kdepimlibs4/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../security/qca2/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/kdelibs4/buildlink3.mk"
.include "../../x11/kdebase-runtime4/buildlink3.mk"
.include "../../x11/kdebase-workspace4/buildlink3.mk"
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"