You are not logged in.

#1 2004-07-25 10:36:36

Namlook
Member
From: France / Montpellier
Registered: 2004-05-30
Posts: 74

[request] iRate

Hi all !

iRate is a very interresting project. Just look at http://irate.sourceforge.net/index.html

The problem, I am not able to compile it on arch :-(

This program depend on apache-ant or gcj...

well, if somebody is able to compile it, and could make a PKGBUILD, it would be wonderfull !

Thanks a lot
Namlook :-)

Offline

#2 2004-07-25 15:47:05

Haakon
Member
From: Bergen, Norway
Registered: 2004-05-09
Posts: 110

Re: [request] iRate

I've always run iRate on Java Web Start (although not in a good while now), do  you really need a package? smile

Offline

#3 2004-07-26 08:26:28

Namlook
Member
From: France / Montpellier
Registered: 2004-05-30
Posts: 74

Re: [request] iRate

Actually, I try it but it download a file irate-client-swt.jnlp and that's all.

What can I do whith this file ? I try

$java irate-client-swt.jnlp

no way  :cry:

I need help please...

Offline

#4 2004-07-26 11:56:25

Haakon
Member
From: Bergen, Norway
Registered: 2004-05-09
Posts: 110

Re: [request] iRate

Use /opt/j2re/javaws/javaws instead of Java. If you associate .jnlp files with javaws in your browser, you'll be able to click .jnlp links and start the programs automatically.

Offline

#5 2004-07-26 20:41:23

Namlook
Member
From: France / Montpellier
Registered: 2004-05-30
Posts: 74

Re: [request] iRate

Thanks very much ! It works well ! This software is pretty good !

I don't know you but each time I want to start the program I have to do

$ /opt/j2re/javaws/javaw irate-client-swt.jnlp

Ok I created an alias but I think that maybe we can atomatise this with a PKGBUILD... no ?

This is the PKGBUILD I made. I think (not sure) there is some bugs so if somebody could make a try, it will be very kind.

pkgname=irate
pkgver=0.3
pkgrel=1
pkgdesc="iRATE radio is a collaborative filtering system for music"
url="http://irate.sourceforge.net/index.html"
license="'gpl'"
depends=('j2re')
source=(http://members.westnet.com.au/takahe/webstart.stable/irate-client-swt.jnlp)
md5sums=('18aeb1e965017c84454aea5f1bb51622')

build() {
  cd $startdir/src/$pkgname-$pkgver
  mkdir -p $startdir/pkg/opt/irate/
  mkdir -p $startdir/pkg/usr/bin
  mv $startdir/src/irate-client-swt.jnlp $startdir/pkg/opt/irate/
  /opt/j2re/javaws/javaws $startdir/pkg/opt/irate/irate-client-swt.jnlp
  echo '#!/bin/sh' > $startdir/pkg/usr/bin/irate
  echo '/opt/j2re/javaws/javaws /opt/irate/irate-client-swt.jnlp' >> $startdir/pkg/usr/bin/irate
  chmod 777  $startdir/pkg/usr/bin/irate
}

thanks
Namlook

Offline

#6 2008-04-14 22:22:17

cyberpatrol
Member
From: Germany
Registered: 2006-11-22
Posts: 68

Re: [request] iRate

Well, this thread is almost 4 years old, but in case someone is searching for it in the forums, and comes across this thread, I just want to say, that iRate is now in AUR.

Last edited by cyberpatrol (2008-04-14 22:24:19)

Offline

Board footer

Powered by FluxBB