updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / cinelerra-transitions / PKGBUILD
blob58aa5975b6c6e3a5d7b563a688e12dee50dde632
1 pkgname=cinelerra-transitions
2 pkgver=2.1
3 pkgrel=1
4 pkgdesc="Transitions for cinelerra mostly from akirad and OpenShot."
5 arch=("any")
6 url="http://arch.tm3da.eu"
7 license=('GPL')
8 groups=(cinelerra)
9 depends=(cinelerra-cv)
10 source=("http://tmp.tm3da.eu/repo/cinelerra-transitions.tar.xz")
11 md5sums=('056e26d8156d8b74404e340130712cd5')
13 build() {
14   cd "$srcdir/usr/lib/cinelerra/"
15   mkdir shapes
16   cd shapes
17   for i in $(ls ../shapes.in/); do 
18     ln -s "../shapes.in/$i" "$i";
19   done;
21   mkdir ../shapewipe
22   cd ../shapewipe
23   for i in $(ls ../shapes.in/); do 
24     ln -s "../shapes.in/$i" "$i";
25   done;
27   cd "$srcdir"
28   cp -r usr/ "$pkgdir"
29