milis/talimatname/genel/c/clementine/talimat

26 lines
827 B
Text
Raw Permalink Normal View History

2018-04-03 23:38:01 +03:00
# Tanım: Bir müzik çalar ve kütüphane organizatörü. (qt5 ile derlendi)
2016-02-24 02:27:23 +02:00
# URL: http://www.clementine-player.org/
2018-04-03 23:38:01 +03:00
# Paketçi: milisarge cihan_alkan
2018-05-07 11:54:03 +03: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 01:47:53 +02:00
# Grup: medya
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
isim=clementine
2018-04-03 23:38:01 +03:00
surum=1.3.1
2018-04-03 10:13:29 +03:00
devir=1
2018-04-03 23:38:01 +03:00
kaynak=(spotify_blob.patch
spotify_install.patch)
2016-02-24 02:27:23 +02:00
2017-10-28 00:59:41 +03:00
derle() {
2018-04-03 23:38:01 +03: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 02:27:23 +02:00
}