milis/talimatname/genel/f/ffmpegthumbnailer/talimat

25 lines
610 B
Plaintext
Raw Normal View History

2017-03-23 20:38:29 +01:00
# Description : Dosya yöneticileri tarafından kullanılabilen hafif video küçük resim görüntüleyici.
# URL : https://github.com/dirkvdb/ffmpegthumbnailer
# Packager : yasarciv67@gmail.com
2017-03-23 18:51:50 +01:00
# Depends on : cmake libjpeg-turbo libpng ffmpeg gvfs
2017-03-23 20:38:29 +01:00
name=ffmpegthumbnailer
version=2.2.0
2017-09-11 23:07:31 +02:00
release=2
2017-03-23 20:38:29 +01:00
source=(https://github.com/dirkvdb/$name/archive/$version.tar.gz)
build() {
2017-03-23 21:29:31 +01:00
cd $name-$version
mkdir -p build
cd build
cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DENABLE_GIO=ON \
-DENABLE_THUMBNAILER=ON
2017-03-23 20:38:29 +01:00
2017-03-23 21:29:31 +01:00
make
make DESTDIR=$PKG install
2017-03-23 20:38:29 +01:00
}