You are not logged in.

#1 2010-08-13 06:30:19

szamot83
Member
Registered: 2010-04-24
Posts: 10

[request] Torrent-search

Small and useful application.

Homepage: http://torrent-search.sourceforge.net/
Deps (debian):
      python 2.6 or higher
      gconf2 2.22.0 or higher
      gettext 0.17 or higher
      libgnomevfs2-0 2.22.0 or higher
      python-gconf 2.22.0 or higher
      python-gnome2 2.22.0 or higher
      python-gnome2-desktop 2.22.0 or higher
      python-gtk2 2.12 or higher
      python-libxml2 2.7.6 or higher
      python-httplib2 0.6.0-1 or higher

Offline

#2 2010-08-13 06:49:43

sand_man
Member
From: Australia
Registered: 2008-06-10
Posts: 2,164

Re: [request] Torrent-search

Doesn't look too difficult. If noone beats me to it, I'll give it a shot over the weekend.


neutral

Offline

#3 2010-08-13 07:42:23

dcc24
Member
Registered: 2009-10-31
Posts: 732

Re: [request] Torrent-search

I would take a look at it, but I hate any and all gtk programs that have gnome dependencies with a passion, so someone else should take this one smile


It is better to keep your mouth shut and be thought a fool than to open it and remove all doubt. (Mark Twain)

My AUR packages

Offline

#4 2010-08-13 13:03:48

glebihan
Member
Registered: 2010-08-13
Posts: 4

Re: [request] Torrent-search

Hi there !

I'm the developer of this application.
Just so you know, I'm currently getting rid of gnome dependencies, as I'm adapting the application to be cross-platform (almost done).

Offline

#5 2010-08-13 23:30:39

sand_man
Member
From: Australia
Registered: 2008-06-10
Posts: 2,164

Re: [request] Torrent-search

glebihan wrote:

Hi there !

I'm the developer of this application.
Just so you know, I'm currently getting rid of gnome dependencies, as I'm adapting the application to be cross-platform (almost done).

Maybe you can shed some like for me then please.
There doesn't seem to be a sane way to install this and the documentation doesn't describe how.


neutral

Offline

#6 2010-08-13 23:49:46

some-guy94
Member
Registered: 2009-08-15
Posts: 360

Re: [request] Torrent-search

PKGBUILD:

pkgname=torrent-search
pkgver=0.8.1
pkgrel=1
pkgdesc="Torrent Search looks for torrent files on different websites, and allows the user to filter the results, making it very easy to find the torrent you want."
arch=('any')
url="http://torrent-search.sourceforge.net/"
license=('GPL')
depends=('gettext' 'gnome-python' 'gnome-python-desktop' 'pygtk' 'python-lxml' 'python-httplib2')
source=("http://sourceforge.net/projects/torrent-search/files/torrent-search/$pkgver/torrent-search_$pkgver.tar.gz/download")
md5sums=('72a599ef79e954b5aa00fbc852e197b5')

build()
{
    cd "torrent-search"
    python setup.py build
    python setup.py install --prefix=/usr --root="${pkgdir}"
}

Offline

#7 2010-08-14 07:30:59

glebihan
Member
Registered: 2010-08-13
Posts: 4

Re: [request] Torrent-search

sand_man wrote:

Maybe you can shed some like for me then please.
There doesn't seem to be a sane way to install this and the documentation doesn't describe how.

The application is packaged using distutils. The installation is done by calling "python setup.py install". For more informations about the setup script, run "python setup.py --help". It may help you in the process of building the package.

Offline

#8 2010-08-14 07:47:53

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,600
Website

Re: [request] Torrent-search

@some-guy94 - nice, thanks!   I tweaked it so the download name is presevered and added it to the AUR as torrent-search for others to enjoy.  Let me know if you want to be the maintainer and I'll disown the package so you can take it.

Last edited by graysky (2010-08-14 08:06:20)


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#9 2010-08-14 09:11:16

Army
Member
Registered: 2007-12-07
Posts: 1,784

Re: [request] Torrent-search

I posted some corrections for the PKGBUILD in the AUR, although I didn't build it, because I don't want 70mb of dependencies for such an app ;-)

Offline

#10 2010-08-14 11:53:53

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,600
Website

Re: [request] Torrent-search

Updated it and also wrote one for the svn build.

torrent-search stable
torrent-search svn

One question I have about the svn build... how can I have the svn command always grab the latest build without updating the PKGBUILD?  I know I've seen other PKGBUILD do this behavior.

Last edited by graysky (2010-08-14 11:55:25)


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#11 2010-08-14 14:42:13

dcc24
Member
Registered: 2009-10-31
Posts: 732

Re: [request] Torrent-search

@graysky: Put this at the beginning of build():

  if [ -d $_svnmod/.svn ]; then
    (cd $_svnmod && svn up -r $pkgver)
  else
    svn co $_svntrunk --config-dir ./ -r $pkgver $_svnmod
  fi

A simple example PKGBUILD would be this: http://aur.archlinux.org/packages/netsn … n/PKGBUILD

Last edited by dcc24 (2010-08-14 14:42:41)


It is better to keep your mouth shut and be thought a fool than to open it and remove all doubt. (Mark Twain)

My AUR packages

Offline

#12 2010-08-14 14:44:05

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,600
Website

Re: [request] Torrent-search

@dcc24 - I had it there...?

EDIT:  Dunno what to say... seems to be working now.  Thanks!

Last edited by graysky (2010-08-14 16:28:02)


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#13 2010-08-19 13:26:28

capoeira
Member
From: Vila Velha - Brasil
Registered: 2010-05-25
Posts: 470

Re: [request] Torrent-search

installed it, made some searches and now it consumes 2,5GB of memory

Offline

#14 2010-08-19 21:17:12

glebihan
Member
Registered: 2010-08-13
Posts: 4

Re: [request] Torrent-search

@capoeira : I had noticed this issue and have been working on it. It appears that a lot of temporary files were not deleted after usage. I'm currently updating all the plugins to avoid this from happening. Please post a bug report on http://sourceforge.net/tracker/?func=ad … id=1414043 if there still seems to be excessive memory usage.

Offline

#15 2010-08-24 12:21:09

glebihan
Member
Registered: 2010-08-13
Posts: 4

Re: [request] Torrent-search

Hi !

Just wanted to let you know that version 0.9.0 has been released and that there are no longer any Gnome dependencies.

Offline

#16 2010-08-24 13:22:59

SanskritFritz
Member
From: Budapest, Hungary
Registered: 2009-01-08
Posts: 1,924
Website

Re: [request] Torrent-search

Thanks! Useful application now for us KDEers too!


zʇıɹɟʇıɹʞsuɐs AUR || Cycling in Budapest with a helmet camera || Revised log levels proposal: "FYI" "WTF" and "OMG" (John Barnette)

Offline

#17 2010-10-22 23:27:09

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,600
Website

Re: [request] Torrent-search

glebihan wrote:

Hi !

Just wanted to let you know that version 0.9.0 has been released and that there are no longer any Gnome dependencies.

Updated both the stable and svn packages deps accordingly and they both now work with the python rebuild.

dbus-python gettext pygtk python-lxml python2 python2-httplib2

CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

Board footer

Powered by FluxBB