You are not logged in.
This is a nice little program to do stop-motion animation using video4linux compatible webcams. You have to have Video4Linux enabled in your kernel in order to use it...
pkgname=frameworks
pkgver=0.3.5
pkgrel=1
pkgdesc="Frameworks is designed to capture frames of stop-motion animation (claymation) from Webcams in PNG format, using Video4Linux."
url="http://www.polycrystal.org/software/frameworks.html"
depends=('libglade')
source=("http://www.polycrystal.org/software/frameworks/$pkgname-$pkgver.tar.gz")
md5sums=('2a415243aacc1a1cec21e0a4bc276476')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make prefix=$startdir/pkg/usr install
}
"I watched a snail crawl along the edge of a straight razor. That's my dream. That's my nightmare." - (Kurtz, Apocalypse Now)
Offline