[Lunar-commits] deluge: version bumped to 0.5.8.

Florin Braescu florin at lunar-linux.org
Sun Jan 13 18:03:18 CET 2008


commit b3df37eccb1936d6c29eed14762f6e6a15847402
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Jan 13 19:03:18 2008 +0200

    deluge: version bumped to 0.5.8.
    
    Changes:
    * Fix handling of corrupt torrent files
    * Fix having two instances of Deluge running
    * Adding some new key bindings
    * Many other bugfixes, new features added and improvements.
---
 distributed/deluge/BUILD   |   13 +------------
 distributed/deluge/DETAILS |    7 ++++---
 2 files changed, 5 insertions(+), 15 deletions(-)

diff --git a/distributed/deluge/BUILD b/distributed/deluge/BUILD
index e375e77..baa4637 100644
--- a/distributed/deluge/BUILD
+++ b/distributed/deluge/BUILD
@@ -1,16 +1,5 @@
 (
-   GCC_VERSION_MAJOR=$(lvu version gcc | cut -d. -f1)
-   GCC_VERSION_MINOR=$(lvu version gcc | cut -d. -f2)
 
-   THREAD_LIB=boost_thread-gcc${GCC_VERSION_MAJOR}${GCC_VERSION_MINOR}
-   FILESYS_LIB=boost_filesystem-gcc${GCC_VERSION_MAJOR}${GCC_VERSION_MINOR}
-   DATETIME_LIB=boost_date_time-gcc${GCC_VERSION_MAJOR}${GCC_VERSION_MINOR}
-
-   sedit "s/boost_thread/$THREAD_LIB/g" setup.py      &&
-   sedit "s/boost_filesystem/$FILESYS_LIB/g" setup.py &&
-   sedit "s/boost_date_time/$DATETIME_LIB/g" setup.py &&
-
-   prepare_install &&
-   python setup.py install
+  default_make
 
 ) > $C_FIFO 2>&1
diff --git a/distributed/deluge/DETAILS b/distributed/deluge/DETAILS
index d32c549..fde4f4c 100644
--- a/distributed/deluge/DETAILS
+++ b/distributed/deluge/DETAILS
@@ -1,11 +1,12 @@
           MODULE=deluge
-         VERSION=0.5.5
+         VERSION=0.5.8
           SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-torrent-$VERSION
       SOURCE_URL=http://download.deluge-torrent.org/tarball/$VERSION/
-      SOURCE_VFY=sha1:edfa4d6c1da3771bcae1331b8b6d2de4ef4cd5d8
+      SOURCE_VFY=sha1:10eb38a9e7262460c39c4f145421ad64a989b298
         WEB_SITE=http://www.deluge-torrent.org
          ENTERED=20070321
-         UPDATED=20070926           
+         UPDATED=20080113           
            SHORT="a Bittorrent client"
 cat << EOF
 Deluge is a Bittorrent client written in Python and GTK+. Deluge is


More information about the Lunar-commits mailing list