You are not logged in.

#1 2007-11-29 20:20:17

matiit
Member
From: Poland
Registered: 2007-04-13
Posts: 141
Website

Maybe lphoto?

I tried to compile it but i can;t hmm
Maybe someone will make pkgbuild?

Offline

#2 2007-12-01 02:19:50

Jason5876
Member
Registered: 2007-11-25
Posts: 11

Re: Maybe lphoto?

Here is a rough PKGBUILD.  It installs fine and runs, but gphoto2 doesn't work well with my camera so I couldn't really test it.  But it acts the same for me as the prebuilt binary.

pkgname=lphoto
pkgver=1.0.61
pkgrel=1
pkgdesc="Lphoto."
url="http://lphoto.com/"
license="GPL"
arch=('i686')
depends=('python' 'pyqt' 'pykde' 'pyopengl' 'libjpeg' 'gphoto2' 'sane' 'sip' 'sane-frontends' 'cdrtools' 'ffmpeg')
source=(http://ftp.de.debian.org/debian/pool/main/l/lphoto/lphoto_1.0.61.orig.tar.gz)
md5sums=('d4ff8c148d05474f6bc5a2ca8013adff')
build() {
  cd $startdir/src/$pkgname-$pkgver.orig  || return 1
  python install.py -i $startdir/pkg -b /usr/bin || return 1
}

Last edited by Jason5876 (2007-12-02 00:35:44)

Offline

Board footer

Powered by FluxBB