[Lunar-commits] r16383 - in moonbase/trunk/kde3-apps: . ktorrent
Dennis Veatch
stumbles at lunar-linux.org
Wed Sep 7 22:25:07 UTC 2005
Author: stumbles
Date: 2005-09-07 22:25:01 +0000 (Wed, 07 Sep 2005)
New Revision: 16383
Added:
moonbase/trunk/kde3-apps/ktorrent/
moonbase/trunk/kde3-apps/ktorrent/BUILD
moonbase/trunk/kde3-apps/ktorrent/DEPENDS
moonbase/trunk/kde3-apps/ktorrent/DETAILS
Removed:
moonbase/trunk/kde3-apps/ktorrent/BUILD
moonbase/trunk/kde3-apps/ktorrent/DEPENDS
moonbase/trunk/kde3-apps/ktorrent/DETAILS
Log:
Running it right now on the i686 iso. Not a bad little app.
I like the status showing which parts of the file has been
downloaded. Oooooo.
For the KDE/GUI inclined it works.
Compiled/tested with gcc-3.4.4, glibc-2.3.5.
Copied: moonbase/trunk/kde3-apps/ktorrent (from rev 16331, moonbase/branches/submissions/reviewed-once/qgis)
Deleted: moonbase/trunk/kde3-apps/ktorrent/BUILD
Copied: moonbase/trunk/kde3-apps/ktorrent/BUILD (from rev 16382, moonbase/branches/submissions/reviewed-once/qgis/BUILD)
===================================================================
--- moonbase/branches/submissions/reviewed-once/qgis/BUILD 2005-09-07 22:20:50 UTC (rev 16382)
+++ moonbase/trunk/kde3-apps/ktorrent/BUILD 2005-09-07 22:25:01 UTC (rev 16383)
@@ -0,0 +1,16 @@
+(
+ export LD_LIBRARY_PATH=${QT_PREFIX:-$QTDIR}/lib
+ export PATH=${QT_PREFIX:-$QTDIR}/bin:${KDE_PREFIX:-$KDEDIR}/bin:$PATH
+ export LD_RUN_PATH=${KDE_PREFIX:-$KDEDIR}/lib:${KDE_PREFIX:-$KDEDIR}/lib/kde3
+
+ ./configure --prefix=${KDE_PREFIX:-$KDEDIR} \
+ --with-qt-dir=${QT_PREFIX:-$QTDIR} \
+ --disable-debug \
+ --enable-final \
+ --enable-fast-malloc=full \
+ --with-xinerama \
+ $OPTS &&
+
+ default_make
+
+) > $C_FIFO 2>&1
Deleted: moonbase/trunk/kde3-apps/ktorrent/DEPENDS
Copied: moonbase/trunk/kde3-apps/ktorrent/DEPENDS (from rev 16382, moonbase/branches/submissions/reviewed-once/qgis/DEPENDS)
Deleted: moonbase/trunk/kde3-apps/ktorrent/DETAILS
Copied: moonbase/trunk/kde3-apps/ktorrent/DETAILS (from rev 16382, moonbase/branches/submissions/reviewed-once/qgis/DETAILS)
===================================================================
--- moonbase/branches/submissions/reviewed-once/qgis/DETAILS 2005-09-07 22:20:50 UTC (rev 16382)
+++ moonbase/trunk/kde3-apps/ktorrent/DETAILS 2005-09-07 22:25:01 UTC (rev 16383)
@@ -0,0 +1,21 @@
+ MODULE=ktorrent
+ VERSION=1.1rc1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=http://ktorrent.pwsp.net/downloads/1.1/
+ SOURCE_VFY=sha1:6fc02af3bfdb14f811490e0ccd909a796c632bc6
+ WEB_SITE=http://ktorrent.pwsp.net/index.php?page=home
+ ENTERED=20050907
+ UPDATED=20050907
+ SHORT="BitTorrent program for KDE"
+
+cat << EOF
+KTorrent is a BitTorrent program for KDE. It's main features are :
+
+Downloads torrent files
+
+Upload speed capping, seeing that most people can't upload infinite
+amounts of data.
+
+Internet searching using The Bittorrent website's search engine
+UDP Trackers
+EOF
More information about the Lunar-commits
mailing list