milis/talimatname/genel/m/mumble-client/talimat

38 lines
1.1 KiB
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: Sesli chat uygulaması- bağlanıcı uygulama
# URL: http://mumble.sourceforge.net
# Paketçi: milisarge
# Gerekler: boost qt4 speex speexdsp libsndfile protobuf
isim=mumble-client
surum=1.2.19
devir=1
kaynak=(https://github.com/mumble-voip/mumble/releases/download/$surum/mumble-$surum.tar.gz)
derle() {
cd mumble-$surum
qmake-qt4 main.pro \
CONFIG+=no-bundled-speex \
CONFIG+=no-dbus \
CONFIG+=no-embed-qt-translations \
CONFIG+=no-speechd \
CONFIG+=no-bonjour \
CONFIG+=no-g15 \
CONFIG+=no-11x \
CONFIG+=no-server \
DEFINES+="PLUGIN_PATH=/usr/lib/mumble"
make release
install -d $PKG/usr/{bin,lib}
install -o root -g root release/mumble $PKG/usr/bin/mumble
install -m755 -o root -g root -D release/plugins/liblink.so $PKG/usr/lib/mumble/liblink.so
install -m755 -o root -g root -D release/plugins/libmanual.so $PKG/usr/lib/mumble/libmanual.so
install -o root -g root release/libcelt0.so.0.7.0 $PKG/usr/lib/mumble
cd $PKG/usr/lib/mumble
ln -s libcelt0.so.0.7.0 libcelt0.so.0.7
ln -s libcelt0.so.0.7.0 libcelt0.so.0
ln -s libcelt0.so.0.7.0 libcelt0.so
}