summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c861fb270d0800f209932a7770d84ac0f0bc8f0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#Maintainer: M. Mastroeni <the_maxtro@hotmail.it>
pkgname=gimp-gap
pkgver=2.6.1
pkgrel=1
pkgdesc="Gimp Animation Package, gimp's plugin for animation"
url="https://www.gimp.org/tutorials/Using_GAP/"
arch=('x86_64' 'i686')
license=('GPLv3' )
depends=('gimp>=2.6.0' 'glib2')
makedepends=( 'intltool')
optdepends=('xvidcore: compression codec' 
			'lbzip2: data compressor' 
			'faac: audio encoder' 
			'faad2: audio decoder' 
			'lame: mpeg layer 3 codec' 
			'libx264: H264 codec')
md5sums=()
_gitroot="https://github.com/GNOME/gimp-gap"
_gitname=""

package() {
  git clone ${_gitroot}
  cd "${srcdir}/gimp-gap"
 ./autogen.sh CC="gcc" CXX="g++" LDFLAGS="-lm" CFLAGS="-g"
 cmake
 make
 make DESTDIR="${pkgdir}" install
}