Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Maintainer: M. Mastroeni <the_maxtro@hotmail.it>
- pkgname=gimp-gap
- pkgver=2.6.0
- pkgrel=5
- 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' 'cmake')
- optdepends=('xvidcore: compression codec'
- 'lbzip2: data compressor'
- 'faac: audio encoder'
- 'faad2: audio decoder'
- 'lame: mpeg layer 3 codec'
- 'libx264: H264 codec')
- source=("http://download.gimp.org/pub/gimp/plug-ins/v2.6/gap/${pkgname}-${pkgver}.tar.bz2")
- md5sums=('249ed829de8b78675c0fe4ef4212089f')
- package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure CC="gcc" CXX="g++" LDFLAGS="-lm" CFLAGS="-g" \
- --prefix=/usr \
- --exec-prefix=/usr \
- --sbindir=/usr/bin \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --libdir=/usr/lib \
- --includedir=/usr/include \
- --datadir=/usr/share \
- --disable-libmpeg3 \
- --disable-ffmpeg
- cmake
- make
- make DESTDIR="${pkgdir}" install
- }
RAW Paste Data