Update of /cvsroot/fink/experimental/cattrap
In directory sc8-pr-cvs1:/tmp/cvs-serv24894
Added Files:
qtella-0.5.4-1.info qtella-0.5.4-1.patch
Log Message:
New upstream version, builds, runs, just suffers from a bug where it won't connect to
anything
--- NEW FILE: qtella-0.5.4-1.info ---
Package: qtella
Version: 0.5.4
Revision: 1
Maintainer: Matt Stephenson <[EMAIL PROTECTED]>
GCC: 3.1
Depends: qt3-shlibs (>= 3.0.5-5)
BuildDepends: qt3 (>= 3.0.5-5)
Source: mirror:sourceforge:%n/%n-%v.tar.gz
Source-MD5: 6971c6c27d31537f2c38f3702c9c545e
Patch: %f.patch
ConfigureParams: --with-qt-libs=%p/lib --with-kde=no --with-qt-moc=%p/bin
--with-qt-uic=%p/bin --with-qt-includes=%p/include
DocFiles: AUTHORS ChangeLog COPYING THANKS
Description: Qt based gnutella client
DescPort: Patched configure so the qt libraries can be found.
License: GPL
Homepage: http://www.qtella.net
--- NEW FILE: qtella-0.5.4-1.patch ---
--- qtella-0.5.4/configure Thu Oct 3 07:22:33 2002
+++ qtella-0.5.4-patched/configure Mon Oct 7 21:43:48 2002
@@ -1507,7 +1507,7 @@
do
for i in $QTLIBS
do
- if test -f $dir/lib$i.so
+ if test -f $dir/lib$i.dylib
then
QTLIBDIR=$dir
echo "$ac_t"""found in $QTLIBDIR"" 1>&6
--- qtella-0.5.4/src/HostCacheConnection.cpp Sat Sep 21 19:36:37 2002
+++ qtella-0.5.4-patched/src/HostCacheConnection.cpp Tue Oct 8 09:34:01 2002
@@ -12,6 +12,7 @@
#include <qlineedit.h>
#include <string>
#include <vector>
+#include <iostream>
#define TIMEOUT 2
--- qtella-0.5.4/src/SHA1Storage.cpp Thu Oct 3 01:27:57 2002
+++ qtella-0.5.4-patched/src/SHA1Storage.cpp Thu Oct 10 22:43:35 2002
@@ -100,7 +100,7 @@
QString *SHA1Storage::get(SharedFile *sf)
{
std::string n = sf -> completeFilename();
- n += std::string::traits_type::eos();
+ n += std::string::traits_type::eof();
QString fileName(n.data());
QString *result = _cache[fileName];
if (!result) {
-------------------------------------------------------
This SF.NET email is sponsored by: Geek Gift Procrastinating?
Get the perfect geek gift now! Before the Holidays pass you by.
T H I N K G E E K . C O M http://www.thinkgeek.com/sf/
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits