milis/talimatname/genel/f/ffmpegthumbnailer/talimat

25 lines
592 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Dosya yöneticileri tarafından kullanılabilen hafif video küçük resim görüntüleyici.
# URL : https://github.com/dirkvdb/ffmpegthumbnailer
# Paketçi: yasarciv67@gmail.com
# Gerekler: cmake libjpeg-turbo libpng ffmpeg gvfs
isim=ffmpegthumbnailer
surum=2.2.0
devir=2
kaynak=(https://github.com/dirkvdb/$isim/archive/$surum.tar.gz)
derle() {
cd $isim-$surum
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
}