2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: GStreamer çerçevesine dayanan modern bir medya oynatıcı
|
2017-04-06 15:17:22 +02:00
|
|
|
|
# URL: http://docs.xfce.org/apps/parole/start
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler: libnotify dbus-glib xfce4-libui gstreamer1-plugins-base gstreamer1-plugins-good libdvdcss libdvdnav libdvdread startup-notification
|
2016-03-02 16:12:51 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=parole
|
|
|
|
|
surum=0.9.1
|
|
|
|
|
devir=1
|
2016-03-02 16:12:51 +01:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
kaynak=(http://archive.xfce.org/src/apps/parole/${surum%.*}/parole-$surum.tar.bz2)
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd parole-$surum
|
2017-05-08 00:11:16 +02:00
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
2016-03-02 16:12:51 +01:00
|
|
|
|
}
|