ffmpegthumbnailer: Fix missing thumbnailer entry

This commit is contained in:
Mohammad Amin Sameti 2019-08-27 17:44:16 +04:30 committed by Helmut Pozimski
parent 3504ce7d2c
commit d362f7955b

View file

@ -1,7 +1,7 @@
# Template file for 'ffmpegthumbnailer'
pkgname=ffmpegthumbnailer
version=2.2.0
revision=4
revision=5
build_style=cmake
hostmakedepends="pkg-config"
makedepends="libpng-devel libjpeg-turbo-devel ffmpeg-devel"
@ -20,6 +20,11 @@ post_configure() {
sed -e 's;DESTINATION "/usr/man/man1";DESTINATION "/usr/share/man/man1";' \
-i ${wrksrc}/build/cmake_install.cmake
}
post_install() {
vinstall dist/ffmpegthumbnailer.thumbnailer 644 usr/share/thumbnailers
}
ffmpegthumbnailer-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"