milis/talimatname/genel/c/clementine/talimat

32 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: Bir müzik çalar ve kütüphane organizatörü.
# URL: http://www.clementine-player.org/
# Paketçi: milisarge
# Gerekler: cmake boost qt4 qjson libspotify sparsehash xorg-mesa libcdio libmtp protobuf qca-qt5 taglib chromaprint glew gstreamer gstreamer-plugins-base gstreamer-plugins-good gstreamer-plugins-ugly gstreamer-plugins-ffmpeg gstreamer-plugins-bad gvfs
# Grup: medya
isim=clementine
surum=1.3.1
devir=1
kaynak=(https://github.com/clementine-player/Clementine/archive/$surum.tar.gz
clementine-1.2.3-gcc5.1-1.patch
clementine-1.2.3-udisks-namespace.patch
clementine-cryptopp6.patch
clementine-1.3.1-chromaprint-1.4.0.patch
add-missing-functional-includes-5630.patch)
derle() {
cd Clementine-$surum
#patch -Np1 -i $SRC/clementine-1.2.3-udisks-namespace.patch
#patch -Np1 -i $SRC/clementine-1.2.3-gcc5.1-1.patch
patch -p1 -i ../add-missing-functional-includes-5630.patch
patch -p1 -i ../clementine-1.3.1-chromaprint-1.4.0.patch
patch -p1 -i ../clementine-cryptopp6.patch
mkdir build
cd build
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE='Release'
make
make DESTDIR=$PKG install
}