2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: hızlı ve kolay boyama uygulaması
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://mypaint.intilinux.com/
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: desktop-file-utils gtk3 gegl babl lcms2 json-c python-cairo python-gobject python-gtk python-numpy python-protobuf scons swig libmypaint
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=mypaint
|
|
|
|
|
surum=1.3.0
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=()
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle()
|
2016-02-24 01:27:23 +01:00
|
|
|
|
{
|
2017-10-28 14:10:23 +02:00
|
|
|
|
if [ -d $DERLEME_KAYNAKDIZIN/$isim ];then
|
|
|
|
|
cd $DERLEME_KAYNAKDIZIN/$isim
|
2017-03-29 20:15:41 +02:00
|
|
|
|
git pull
|
|
|
|
|
else
|
2017-10-28 14:10:23 +02:00
|
|
|
|
git clone https://github.com/mypaint/mypaint.git $DERLEME_KAYNAKDIZIN/$isim
|
2017-03-29 20:15:41 +02:00
|
|
|
|
fi
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $DERLEME_KAYNAKDIZIN/$isim
|
2017-03-29 20:15:41 +02:00
|
|
|
|
scons prefix="/usr" enable_gegl=true use_sharedlib=yes
|
|
|
|
|
scons prefix="/usr" enable_gegl=true use_sharedlib=yes --install-sandbox="$PKG" "$PKG"
|
2016-02-24 01:27:23 +01:00
|
|
|
|
}
|