milis/talimatname/genel/f/frei0r-plugins/talimat

18 lines
392 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: Video kaynakları ve filtreler için minimalist bir eklenti API'si
# URL: http://www.piksel.org/frei0r
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: gavl opencv doxygen
# Grup: medya
isim=frei0r-plugins
surum=1.4
devir=1
kaynak=(https://files.dyne.org/frei0r/releases/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}