1 # Contributor: zoulnix <z[o]ulnix.borke[dd]uck.c[o]m>
2 pkgname=cimg-ffmpeg-plugin
5 pkgdesc="Uses FFmpeg function library with CImg to access frames of a video file."
7 url="http://cimg.sourceforge.net/"
8 license=('CeCiLL-C' 'CeCiLL')
9 depends=('cimg' 'ffmpeg')
11 source=(http://downloads.sourceforge.net/cimg/ffmpegplugin.tar.gz)
12 md5sums=('9dba57dc78b1580b166afcccfe6c97c2')
16 install -d ${pkgdir}/usr/include/CImg/plugins || return 1
18 install -m644 cimgffmpeg.h \
19 ${pkgdir}/usr/include/CImg/plugins/ || return 1