milis/talimatname/genel/s/smplayer/talimat

25 lines
746 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: SMPlayer kurulu kodekleriyle tüm ses ve video türlerini oynatabilen Linux için ücretsiz bir medya oynatıcısıdır.
# URL: http://smplayer.sf.net/
# Paketçi: milisarge
# Gerekler: mplayer qt4
isim=smplayer
surum=16.4.0
devir=1
kaynak=(http://prdownloads.sf.net/$isim/$isim-$surum.tar.bz2)
derle() {
tamir_qt4path
cd $isim-$surum
sed -i -e 's|kde-config|kde4-config|g' Makefile
# Çoğu hata ayıklama mesajını kaldır
find src -type f -name '*.cpp' -print0 | xargs -0 sed -i -e 's|qDebug(.*);|{}|g'
# Kdelibs'in yüklü olup olmadığını kontrol edin, çünkü otomatik olarak algılanmadı.
[ -x /usr/bin/kde4-config ] && kde=KDE_SUPPORT=1
make DESTDIR=$PKG PREFIX=/usr $kde install
rm -rf $PKG/usr/share/doc
}