You are not logged in.
Hi, I needed http://www.cs.bgu.ac.il/~yurac/interests/smv-encode/
Thank's
I have never bought on ebay, the macbook I do not like, I do not need facebook or myspace or secondlife
I am not a nerd or lamer or troll or geek or hacker or cracker
and I have never voted to elect berlusconi
Offline
Here you have a PKGBUILD and I'll submit it to AUR as well!
# Maintainer: Ali H. Caliskan <ali.h.caliskan@gmail.com>
pkgname=smv_encode
pkgver=0.56
pkgrel=1
pkgdesc="Sigmatel Motion Video (smv) encoder for Linux"
arch=('i686' 'x86_64')
url="http://www.cs.bgu.ac.il/~yurac/interests/smv-encode"
license=('GPL')
depends=('libglademm')
source=('http://www.cs.bgu.ac.il/~yurac/interests/smv-encode/package/smv_encode0.56.tar.gz')
md5sums=('0829d8903797dd4f835bc574d354d0fb')
build() {
cd $srcdir/smv_encode0.56
./configure --prefix=/usr
make || return 1
make DESTDIR="$pkgdir/" install
}Offline