🔒 Repository is read-only – file editing is disabled.

recipes/gui/parole/PAGBUILD.yaml main

36 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930313233343536
pkgname: parole
pkgver: '4.20.0'
pkgrel: '2'
pkgdesc: 'A modern media player based on the GStreamer framework'
url: 'https://goodies.xfce.org/projects/applications/parole'
arch: x86_64
license:
- 'GPL2.0'

depends:
- 'startup-notification'
- 'gstreamer-plugins-base'
- 'gstreamer-plugins-good'

makedepends:
- libxfce4ui
- libnotify
- 'dbus-glib'
- libdvdcss
- libdvdnav
- libdvdread

source:
- 'https://archive.xfce.org/src/apps/parole/4.20/parole-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true parole-4.20.0 builddir
  meson compile -C builddir
  DESTDIR=${PKGDIR} meson install -C builddir

package: |
  install -Dm644 ${pkgname}-${pkgver}/COPYING \
  ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING