Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e0d05dc1ad676fbd81d07c9df2f46afd330abd22
commit e0d05dc1ad676fbd81d07c9df2f46afd330abd22 Author: Priyank <[EMAIL PROTECTED]> Date: Sun Oct 28 21:12:49 2007 +0530 deluge-0.5.6-1-i686 * Version bump * Added new patch to fix boost mt lib naming diff --git a/source/gnome-extra/deluge/FrugalBuild b/source/gnome-extra/deluge/FrugalBuild index 79d95a7..6a383d9 100644 --- a/source/gnome-extra/deluge/FrugalBuild +++ b/source/gnome-extra/deluge/FrugalBuild @@ -3,7 +3,7 @@ # Contributor: Artur Grunau <[EMAIL PROTECTED]> pkgname=deluge -pkgver=0.5.5 +pkgver=0.5.6 pkgrel=1 pkgdesc="BitTorrent client written in Python and GTK+." url="http://deluge-torrent.org/" @@ -12,9 +12,9 @@ groups=('gnome-extra') archs=('i686' 'x86_64') up2date="lynx -dump $url/downloads-source | grep -m1 tar.gz | Flasttar" source=(http://download.deluge-torrent.org/tarball/$pkgver/$pkgname-$pkgver.tar.gz \ - deluge-$pkgver-boostmt.diff) -sha1sums=('edfa4d6c1da3771bcae1331b8b6d2de4ef4cd5d8' \ - '0f6b8a99a9df380fd5a7ff8a5c817ab3357bf071') + $pkgname-$pkgver-boostmt.diff) +sha1sums=('72e792695396d67b9bafb3a1544a401a479ee70c' \ + '3f891cd8b6feb428100707478640738472fb25cc') build() { diff --git a/source/gnome-extra/deluge/deluge-0.5.5-boostmt.diff b/source/gnome-extra/deluge/deluge-0.5.5-boostmt.diff deleted file mode 100644 index 25a1313..0000000 --- a/source/gnome-extra/deluge/deluge-0.5.5-boostmt.diff +++ /dev/null @@ -1,15 +0,0 @@ -diff -Naur deluge-0.5.4/setup.py deluge-0.5.4.new/setup.py ---- deluge-0.5.4/setup.py 2007-08-05 17:40:25.000000000 +0530 -+++ deluge-0.5.4.new/setup.py 2007-08-09 00:22:20.000000000 +0530 -@@ -153,8 +153,9 @@ - 'boost_thread', 'z', 'pthread', 'ssl'] - print 'Libraries nomt' - elif boosttype == "mt": -- librariestype = ['boost_filesystem-mt', 'boost_date_time-mt', -- 'boost_thread-mt', 'z', 'pthread', 'ssl'] -+ librariestype = ['boost_filesystem-gcc42-mt', -+ 'boost_date_time-gcc42-mt', -+ 'boost_thread-gcc42-mt', 'z', 'pthread', 'ssl'] - print 'Libraries mt' - - def fetchCpp(): diff --git a/source/gnome-extra/deluge/deluge-0.5.6-boostmt.diff b/source/gnome-extra/deluge/deluge-0.5.6-boostmt.diff new file mode 100644 index 0000000..a2fd320 --- /dev/null +++ b/source/gnome-extra/deluge/deluge-0.5.6-boostmt.diff @@ -0,0 +1,14 @@ +diff -Naur deluge-0.5.6/setup.py deluge-0.5.6.new/setup.py +--- deluge-0.5.6/setup.py 2007-10-24 03:45:22.000000000 +0530 ++++ deluge-0.5.6.new/setup.py 2007-10-28 21:10:02.000000000 +0530 +@@ -167,8 +167,8 @@ + 'boost_thread', 'z', 'pthread', 'ssl'] + print 'Libraries nomt' + elif boosttype == "mt": +- librariestype = ['boost_filesystem-mt', 'boost_date_time-mt', +- 'boost_thread-mt', 'z', 'pthread', 'ssl'] ++ librariestype = ['boost_filesystem-gcc42-mt', 'boost_date_time-gcc42-mt', ++ 'boost_thread-gcc42-mt', 'z', 'pthread', 'ssl'] + print 'Libraries mt' + else: + librariestype = ['boost_filesystem-mt', 'boost_date_time-mt', _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
