From b7a949d9fa11837ce0756c2332c10df509552f4c Mon Sep 17 00:00:00 2001 From: milisbir Date: Thu, 23 Mar 2017 19:38:29 +0000 Subject: [PATCH] yeni_talimat --- talimatname/genel/ffmpegthumbnailer/talimat | 24 +++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 talimatname/genel/ffmpegthumbnailer/talimat diff --git a/talimatname/genel/ffmpegthumbnailer/talimat b/talimatname/genel/ffmpegthumbnailer/talimat new file mode 100644 index 000000000..9e8ccb25b --- /dev/null +++ b/talimatname/genel/ffmpegthumbnailer/talimat @@ -0,0 +1,24 @@ +# 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 +# Depends on : cmake libjpeg libpng ffmpeg gvfs + +name=ffmpegthumbnailer +version=2.2.0 +release=1 +source=(https://github.com/dirkvdb/$name/archive/$version.tar.gz) + +build() { +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 + +make +make DESTDIR=$PKG install +}