You are not logged in.

#1 2006-01-25 23:07:44

josephmc
Member
From: Texas,USA
Registered: 2005-03-16
Posts: 51
Website

[request] pythophotopod - put photos on ipod

here's what i have so far

pkgname=pythophotopod
pkgver=0.1.0alpha
pkgrel=1
pkgdesc="a GUI for Linux synchronizing photos and photo albums with your iPod with a color display"
url="http://pythophotopod.sourceforge.net/"
depends=('python' 'pygtk' 'gtk2')
source=(http://dl.sourceforge.net/sourceforge/pythophotopod/pythoPhotoPod-$pkgver.tar.gz)
md5sums=('6174fa98b0033408149df42866c9fffe')

build() {
  cd $startdir/src/pythoPhotoPod-$pkgver
  mkdir -p $startdir/pkg/usr/bin/
  mkdir -p $startdir/pkg/usr/lib/
  make all
  make DESTDIR=$startdir/pkg install
}

the problem is the install manually prompts you for the install directories. i haven't actually tried to use the program but i really want a program to put pictures on my 5g ipod and this is the only project i could find that actually had something decent to show. i got the package made by manually entering the directories but it would be better if somebody would make a sed command or something. maybe you could even just manually copy the built files. i'll keep working on it.

Offline

#2 2006-01-28 23:49:15

WillySilly
Member
Registered: 2005-01-14
Posts: 268

Re: [request] pythophotopod - put photos on ipod

I have released gpixpod on aur which does the same thing as this does, you can find it here: http://aur.archlinux.org/packages.php?d … =1&ID=3325

Offline

#3 2007-01-07 18:56:24

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Re: [request] pythophotopod - put photos on ipod

emmm I had no luck with gpixpod pythoPhotoPod [beta version works for me!]

May upload it to AUR if anyone is interested


Mr Green

Offline

Board footer

Powered by FluxBB