You are not logged in.

#1 2004-11-20 13:56:45

cereal
Member
From: Switzerland
Registered: 2004-08-29
Posts: 29
Website

[multimedia: video capture] Frameworks

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)

A few PKGBUILDs

Offline

Board footer

Powered by FluxBB