2018-06-09 00:06:58 +02:00
|
|
|
|
# Tanım: GStreamer çerçevesine dayanan modern bir medya oynatıcı
|
|
|
|
|
# URL: http://docs.xfce.org/apps/parole/start
|
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: libnotify dbus-glib xfce4-libui gstreamer1-plugins-base gstreamer1-plugins-good libdvdcss libdvdnav libdvdread startup-notification
|
2018-07-31 08:13:05 +02:00
|
|
|
|
# Grup: medya
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
isim=parole
|
|
|
|
|
surum=1.0.1
|
|
|
|
|
devir=1
|
|
|
|
|
|
|
|
|
|
kaynak=(http://archive.xfce.org/src/apps/parole/${surum%.*}/parole-$surum.tar.bz2)
|
|
|
|
|
derle() {
|
|
|
|
|
cd parole-$surum
|
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|