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

recipes/gui/snappy-player/PAGBUILD.yaml main

40 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334353637383940
pkgname: snappy-player
pkgver: '1.0'
pkgrel: '3'
pkgdesc: Powerful media player with a minimalistic interface
url: 'https://wiki.gnome.org/Apps/Snappy'
arch: x86_64
depends:
- gtk-update-icon-cache
- shared-mime-info
- hicolor-icon-theme
- desktop-file-utils
makedepends:
- gstreamer-plugins-libav
- gstreamer-plugins-base
- gstreamer-plugins-good
- gstreamer-plugins-bad
- gstreamer-plugins-ugly
- clutter-gst
- clutter-gtk
source:
- 'https://download.gnome.org/sources/snappy/${pkgver}/snappy-${pkgver}.tar.xz'
- 0001-Set-windowing-backend-to-X11.patch
- clutter-gst3.patch
sha256sums:
- 0d33a05c1ad3cc075b8b9bf38d45634ea5204159454597b0882dd6a8d9763f58
- SKIP
- SKIP
build: |
  cd snappy-${pkgver}
  # Fix compatibility with Clutter 1.22
    patch -Np1 -i ../0001-Set-windowing-backend-to-X11.patch
  # Port to clutter-gst 3.0
    patch -Np1 -i ../clutter-gst3.patch

  autoreconf -fiv
  ./configure --prefix=/usr
    make
    make DESTDIR=${PKGDIR} install
package: |
  true