2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: iTunes benzeri müzik çalma ve yönetim uygulaması
|
2017-07-30 12:30:55 +02:00
|
|
|
|
# URL: http://www.rhythmbox.org
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: yasarciv67@gmail.com
|
|
|
|
|
# Gerekler: gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache gobject-introspection intltool gtk3 gdk-pixbuf libsoup libpeas libxml2 tdb json-glib totem-pl-parser libmtp gstreamer1 gstreamer1-plugins-base gstreamer1-plugins-good webkit2gtk3 python python-gobject
|
2017-07-30 12:30:55 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=rhythmbox
|
|
|
|
|
surum=3.4.1
|
|
|
|
|
devir=1
|
2017-07-30 12:30:55 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${version:0:3}/$isim-$surum.tar.xz)
|
2017-07-30 12:30:55 +02:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-08-04 20:47:49 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2017-07-30 12:30:55 +02:00
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
|
--sysconfdir=/etc \
|
|
|
|
|
--disable-scrollkeeper \
|
|
|
|
|
--enable-python=yes \
|
|
|
|
|
--enable-vala \
|
|
|
|
|
--enable-browser-plugin \
|
|
|
|
|
--enable-musicbrainz \
|
|
|
|
|
--with-gudev \
|
|
|
|
|
--with-mtp \
|
|
|
|
|
--with-gnome-keyring \
|
|
|
|
|
--with-brasero \
|
|
|
|
|
--with-webkit
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|