2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Bir müzik çalar ve kütüphane organizatörü.
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://www.clementine-player.org/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
2018-04-03 22:41:02 +02:00
|
|
|
|
# Gerekler: cmake boost qt5 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
|
2017-12-24 00:47:53 +01:00
|
|
|
|
# Grup: medya
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=clementine
|
2018-04-03 22:41:02 +02:00
|
|
|
|
surum=git
|
2018-04-03 09:13:29 +02:00
|
|
|
|
devir=1
|
2018-04-03 22:41:02 +02:00
|
|
|
|
kaynak=(clementine-1.2.3-gcc5.1-1.patch
|
2018-04-03 09:13:29 +02:00
|
|
|
|
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)
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2018-04-03 22:41:02 +02:00
|
|
|
|
git_indir https://github.com/clementine-player/Clementine.git#branch=qt5 clementine-qt5
|
|
|
|
|
cd $SRC/clementine-qt5
|
2018-04-03 09:13:29 +02:00
|
|
|
|
#patch -Np1 -i $SRC/clementine-1.2.3-udisks-namespace.patch
|
|
|
|
|
#patch -Np1 -i $SRC/clementine-1.2.3-gcc5.1-1.patch
|
2018-04-03 22:56:09 +02:00
|
|
|
|
#patch -p1 -i ../add-missing-functional-includes-5630.patch
|
2018-04-03 09:13:29 +02:00
|
|
|
|
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
|
2016-02-24 01:27:23 +01:00
|
|
|
|
}
|