milis/talimatname/genel/d/deepin-movie/talimat

21 lines
674 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: QtAV temelli film oynatıcı
# URL: https://github.com/linuxdeepin/deepin-movie-reborn
# Paketçi: Cihan_Alkan
# Gerekler: qt5 cmake mpv ffmpegthumbnailer dtkwidget dtkcore
# Grup: sistem
isim=deepin-movie
surum=3.2.0
devir=1
kaynak=(https://github.com/linuxdeepin/deepin-movie-reborn/archive/$surum.tar.gz::$isim-$surum.tar.gz
FindPkgConfig.cmake)
derle() {
[ `find /usr/share -name FindPkgConfig.cmake` ] && cp $SRC/FindPkgConfig.cmake $(find /usr/share -name FindPkgConfig.cmake)
cd deepin-movie-reborn-$surum
cmake -DCMAKE_INSTALL_PREFIX=/usr -DUSE_DXCB=on -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release .
make
make DESTDIR="$PKG" install
}