You are not logged in.

#1 2005-05-03 13:21:16

matsche
Member
From: .at
Registered: 2004-04-27
Posts: 120

[req] iPodder

hi i can't build ipooder (http://ipodder.sourceforge.net/index.php) because you have to hit enter on the installation

Let's have a try:

# Contributor: matsche <matzeh@web.de> 
pkgname=iPodder-linux 
pkgver=2.0 
pkgrel=1 
pkgdesc="A program that allows you to select and download audio files from anywhere on the Internet to your desktop." 
url="http://ipodder.sourceforge.net/" 
license="GPL" 
depends=('python' 'pygtk' 'wxpython' 'wxgtk' 'pyxmms')
source=(http://heanet.dl.sourceforge.net/sourceforge/ipodder/$pkgname-$pkgver-rc3.tar.bz2) 
md5sums=('de58ecd12fc075d2eeb1972a1f239fd0') 

build() { 
cd $startdir/src/$pkgname 
mkdir -p $startdir/pkg/opt/iPodder 
mkdir -p $startdir/pkg/usr/bin 
cp -R * $startdir/pkg/opt/iPodder 
ln -fs /opt/iPodder/ipodder.sh $startdir/pkg/usr/bin/iPodder 
}

UPDATED 05-30-2005


THX!!
cu matsche

Offline

#2 2005-05-03 17:31:37

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: [req] iPodder

try with that.  It doesn't work for me. I think I have missing depends.  Read the README.linux file and install/build the depends.

# Contributor: matsche <matzeh@web.de> 
pkgname=iPodder-linux 
pkgver=2.0
pkgrel=1 
pkgdesc="a program that allows you to select and download audio files from anywhere on the Internet to your desktop." 
url="http://ipodder.sourceforge.net/" 
license="GPL" 
depends=(xorg qt) 
source=(http://heanet.dl.sourceforge.net/sourceforge/ipodder/$pkgname-$pkgver-RC2.tar.bz2) 
md5sums=('79a94a3228194c430e37bfc7d0e806dc') 

build() { 

    cd $startdir/src/$pkgname
 mkdir -p $startdir/pkg/opt/iPodder
 mkdir -p $startdir/pkg/usr/bin
cp -R * $startdir/pkg/opt/iPodder
  ln -fs /opt/iPodder/ipodder.sh $startdir/pkg/usr/bin/iPodder

}

Offline

#3 2005-05-03 17:49:10

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: [req] iPodder

from the docs:

Prerequisites:
-----------------
Python2.3+
python-gtk
wxPythonGTK
libwxPythonGTK2.5_2
pythonlib
libpython2.3
libxml2-python

that means

depends=('python' 'pygtk' 'wxpython' 'wxgtk' 'libxml2-python')

libxml2-python is here: ftp://xmlsoft.org/python/ and needs a PKGBUILD too

Offline

#4 2005-05-29 06:34:29

seratne
Member
Registered: 2004-02-06
Posts: 21

Re: [req] iPodder

libmxl2-python is part of the libxml2 package. however you will need pyxmms to run iPodder.

Someone already created a PKGBUILD for that one, and it is here http://bbs.archlinux.org/viewtopic.php?t=4936

iPodder has been update to RC3 so people may want to update their PKGBUILD accoridingly.

Offline

#5 2005-05-31 01:12:08

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: [req] iPodder

and it doesnt depend on QT it uses GTK

Offline

Board footer

Powered by FluxBB