1 # Contributor: Asa Marco <marcoasa90<at>gmail[.]com>
2 # Contributor: Felix Rohrbach <fxrh@gmx.de>
6 pkgdesc="VideoLAN Movie Creator is a simple and user-friendly video editor. Development GIT Version."
10 depends=('vlc' 'qt' 'frei0r-plugins')
11 makedepends=('git' 'cmake')
17 _gitroot=git://git.videolan.org/vlmc.git
23 if [ -d $_gitname ]; then
24 cd $_gitname && git pull origin
30 rm -rf $_gitname-build
31 git clone $_gitname $_gitname-build
33 msg "GIT checkout done or server timeout"
37 msg "Starting make..."
42 cmake -DCMAKE_INSTALL_PREFIX=/usr ../
47 cd $srcdir/$_gitname-build/build
48 make DESTDIR=$pkgdir install
49 #install -Dm 644 $srcdir/vlmc.desktop $pkgdir/usr/share/applications/vlmc.desktop