milis/talimatname/genel/q/qtav/talimat

18 lines
445 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: Qt ve FFmpeg'e dayalı çapraz platformlu çoklu oynatma çerçevesi
# URL: http://www.qtav.org/
# Paketçi: Oltulu
# Gerekler: qt5 taglib ffmpeg desktop-file-utils xorg-libxv openal uchardet
# Grup: medya
isim=qtav
surum=1.12.0
devir=1
kaynak=(https://github.com/wang-bin/QtAV/archive/v$surum.tar.gz::$isim-$surum.tar.gz)
derle() {
cd QtAV-$surum
qmake-qt5 "CONFIG+=no_rpath recheck"
make
make INSTALL_ROOT="$PKG" install
}