This forum has been archived. All content is frozen. Please use KDE Discuss instead.

3.0.0 is out

Tags: None
(comma "," separated)
George
Moderator
Posts
5421
Karma
1

3.0.0 is out

Sun Feb 17, 2008 6:46 pm
The first full release of ktorrent for KDE4 is out. Compared to the release candidate we added a whole bunch of bugfixes and improvements to ktorrent.

Downloads can be found on our downloads page. I hope you all enjoy this release.

Last edited by George on Sat Apr 26, 2008 10:31 am, edited 1 time in total.
MoDaX
Registered Member
Posts
241
Karma
0
OS

Sun Feb 17, 2008 10:29 pm
George,

please do not change soname of the public library (libbtcore) without purpose:

Code: Select all
  _ZNK2bt10Downloader10metaObjectEv@Base 3.0~rc1.dfsg.1
  _ZNK2bt10Downloader12downloadRateEv@Base 3.0~rc1.dfsg.1
  _ZNK2bt10Downloader16areWeDownloadingEj@Base 3.0~rc1.dfsg.1
+ _ZNK2bt10Downloader22numDownloadersForChunkEj@Base 3.0.0.dfsg.1-1
  _ZNK2bt10PeerSource10metaObjectEv@Base 3.0~rc1.dfsg.1
  _ZNK2bt11HTTPTracker10metaObjectEv@Base 3.0~rc1.dfsg.1
  _ZNK2bt11PeerManager10metaObjectEv@Base 3.0~rc1.dfsg.1

That's libbtcore 3.0rc1 vs 3.0

The symbol was added, not removed, therefore you could have simply increased libbtcore version number to e.g. 2.1.0. Soname bumps increase maintenance overhead and should be avoided when no symbols are removed/renamed.

P.S. I don't care about libktcore because it's private.
MoDaX
Registered Member
Posts
241
Karma
0
OS

Mon Feb 18, 2008 4:29 am
Packages for 3.0 will be available in Debian experimental soon. libbtcore package had to be renamed due to soname change so it may take quite a few days to enter archive.
MoDaX
Registered Member
Posts
241
Karma
0
OS

Congratulations

Mon Feb 18, 2008 5:32 am
I've been running 3.0rc1 with some fixes from trunk 24/7 for over two weeks now. It was a good release.

Now with the advent of 3.0.0 I can only congratulate ktorrent developers with a very solid release. Thank you for making the best bittorrent client available to all KDE4 users. If somebody using KDE4 is still wondering whether to upgrade to ktorrent 3 from ktorrent 2.x.x, don't hesitate!
lamerdeath
Registered Member
Posts
5
Karma
0

Wed Feb 20, 2008 8:16 pm
http://bugs.kde.org/show_bug.cgi?id=152813

(sorry for english)
how before downloading change filename or name of folder
for join to seeding and dont rename data on my harddisk (filename, folder or structure of folders)
e.g. http://ktorrent.org/forum/viewtopic.php ... highlight=
rus: [а как при скачивании изменить имя файла или имя скачиваемого каталога..,
чтоб присоединиться к существующей раздаче, и при этом не переименовывать файлы перед этим у себя на винте.. ]

From Joris Guisson 2007-11-24 14:11 -------
You can only move the data itself at the moment, but this is planned for the KDE4 version

-> well, where is it...
Ozzi
Registered Member
Posts
10
Karma
0

Fri Feb 22, 2008 1:08 pm
Here's Gentoo ebuild. Works at least in my box.

Code: Select all
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="1"
NEED_KDE="4.0.0"

inherit kde4-base versionator

PREFIX=${KDEDIR}

DESCRIPTION="A BitTorrent program for KDE4"
HOMEPAGE="http://ktorrent.org/"
SRC_URI="http://ktorrent.org/downloads/${PV}/${PN}-${PV}.tar.bz2"

KEYWORDS="~x86"

SLOT="kde-4"
LICENSE="GPL-2"

IUSE="+bwscheduler +infowidget +ipfilter +logviewer +search +scanfolder +stats +upnp +webinterface +zeroconf"

DEPEND="dev-libs/gmp
 app-crypt/qca:2"
RDEPEND="${DEPEND}
 ipfilter? (
  || ( >=kde-base/kdebase-kioslaves-4.0.0:${SLOT}
   >=kde-base/kdebase-4.0.0:${SLOT} ) )
 zeroconf? (
  || ( >=kde-base/kdnssd-4.0.0:${SLOT}
   >=kde-base/kdenetwork-4.0.0:${SLOT} ) )"

LANGS="ar be bg de el eo es et eu fr ga ja lt nb nds nl nn oc pl pt pt_BR ru se
sr sv zh_CN zh_TW"

for X in ${LANGS}; do
 IUSE="${IUSE} linguas_${X}"
done

src_compile() {
 comment_all_add_subdirectory po/ || die "sed to remove all linguas failed."

 local X
 for X in ${LANGS}; do
  if use linguas_${X}; then
   sed -i -e "/add_subdirectory(\s*${X}\s*)\s*$/ s/^#DONOTCOMPILE //" \
    po/CMakeLists.txt || die "sed to uncomment ${lang} failed."
  fi
 done

 mycmakeargs="${mycmakeargs}
  -DCMAKE_INSTALL_PREFIX=${PREFIX}
  -DENABLE_DHT_SUPPORT=ON
  $(cmake-utils_use_enable logviewer LOGVIEWER_PLUGIN)
  $(cmake-utils_use_enable infowidget INFOWIDGET_PLUGIN)
  $(cmake-utils_use_enable upnp UPNP_PLUGIN)
  $(cmake-utils_use_enable search SEARCH_PLUGIN)
  $(cmake-utils_use_enable webinterface WEBINTERFACE_PLUGIN)
  $(cmake-utils_use_enable scanfolder SCANFOLDER_PLUGIN)
  $(cmake-utils_use_enable ipfilter IPFILTER_PLUGIN)
  $(cmake-utils_use_enable stats STATS_PLUGIN)
  $(cmake-utils_use_enable bwscheduler BWSCHEDULER_PLUGIN)
  $(cmake-utils_use_enable zeroconf ZEROCONF_PLUGIN)"
 kde4-base_src_compile
}
imported4-liquidat
Registered Member
Posts
27
Karma
0

Fri Feb 22, 2008 6:54 pm
Fedora Rawhide now also ships with a Ktorrent 3.0.0 build, therefore Fedora 9 (expect it at the end of April) will also contain Ktorrent 3.0.

Fedora 8 and 7, the current stable series of Fedora will continue to run Ktorrent 2.5.
jdong
Registered Member
Posts
358
Karma
0

Fri Feb 22, 2008 11:53 pm
https://bugs.launchpad.net/ubuntu/+sour ... bug/192812

Freeze exception already granted for Ubuntu, we will have it in Hardy. Backports will be coming soon.
Zues
Registered Member
Posts
25
Karma
0

Mon Mar 10, 2008 5:44 pm
kTorrent should be made the default client for ubuntu. Why exactly isnt it?
stoeptegel
Registered Member
Posts
1075
Karma
0

Mon Mar 10, 2008 8:21 pm
assistant wrote:kTorrent should be made the default client for ubuntu. Why exactly isnt it?


1.Because it needs KDE.
Code: Select all
$ apt-cache depends ktorrent
ktorrent
  Depends: kdelibs4c2a
  Depends: libavahi-client3
  Depends: libavahi-common3
  Depends: libavahi-qt3-1
  Depends: libc6
  Depends: libgcc1
  Depends: libgeoip1
  Depends: libgmp3c2
  Depends: libqt3-mt
  Depends: libstdc++6
  Suggests: php5-cli
  Recommends: kdebase-data
  Recommends: kdebase-kio-plugins
  Recommends: kdebase-runtime-data-commo


2.They decided transmission will be the default client in the next release.
3.It already is the default for Kubuntu/Sidux/add more distro's here...
User avatar
Nick Tryon
Registered Member
Posts
7
Karma
0

Tue Mar 11, 2008 9:03 pm
jdong wrote:Backports will be coming soon.

Any word on when/if we can expect KTorrent 3.0.x on Gutsy?

Last I checked, ktorrent-kde4 was a 4.0.0-labled package of a 3.0 beta.


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], Yahoo [Bot]