2018-04-03 22:38:01 +02:00
|
|
|
|
# Tanım: Bir müzik çalar ve kütüphane organizatörü. (qt5 ile derlendi)
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://www.clementine-player.org/
|
2018-04-03 22:38:01 +02:00
|
|
|
|
# Paketçi: milisarge cihan_alkan
|
2018-05-07 10:54:03 +02:00
|
|
|
|
# Gerekler: cmake boost qt5 xorg-mesa libcdio protobuf taglib chromaprint crypto++ glew gstreamer gstreamer-plugins-base gstreamer-plugins-good gstreamer-plugins-ugly gstreamer-plugins-ffmpeg gstreamer-plugins-bad sqlite
|
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:38:01 +02:00
|
|
|
|
surum=1.3.1
|
2018-04-03 09:13:29 +02:00
|
|
|
|
devir=1
|
2018-04-03 22:38:01 +02:00
|
|
|
|
kaynak=(spotify_blob.patch
|
|
|
|
|
spotify_install.patch)
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2018-04-03 22:38:01 +02:00
|
|
|
|
git_indir https://github.com/clementine-player/Clementine.git#branch=qt5 Clementine-$surum
|
|
|
|
|
cd Clementine-$surum
|
|
|
|
|
patch -Np1 -i ../spotify_blob.patch
|
|
|
|
|
patch -Np0 -i ../spotify_install.patch
|
|
|
|
|
cd $SRC
|
|
|
|
|
mkdir -p build
|
|
|
|
|
cd build
|
|
|
|
|
cmake "../Clementine-$surum" \
|
|
|
|
|
-DCMAKE_INSTALL_PREFIX=/usr
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=${PKG} install
|
2016-02-24 01:27:23 +01:00
|
|
|
|
}
|