milis/talimatname/genel/rhythmbox/talimat

30 lines
878 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: iTunes benzeri müzik çalma ve yönetim uygulaması
# URL: http://www.rhythmbox.org
# Packager: yasarciv67@gmail.com
# Depends on: 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
name=rhythmbox
version=3.4.1
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version:0:3}/$name-$version.tar.xz)
build() {
cd $name-$version
./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
}