123456789101112131415161718 |
- # 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
- # Grup: medya
- 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
- }
|