[arch-commits] Commit in glide (3 files)

Balló György bgyorgy at archlinux.org
Thu May 13 16:23:17 UTC 2021


    Date: Thursday, May 13, 2021 @ 16:23:16
  Author: bgyorgy
Revision: 933306

archrelease: copy trunk to community-x86_64

Added:
  glide/repos/
  glide/repos/community-x86_64/
  glide/repos/community-x86_64/PKGBUILD
    (from rev 933305, glide/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: glide/repos/community-x86_64/PKGBUILD (from rev 933305, glide/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2021-05-13 16:23:16 UTC (rev 933306)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=glide
+pkgver=0.5.8
+pkgrel=1
+pkgdesc='Simple and minimalistic media player based on GStreamer and GTK'
+arch=('x86_64')
+url='https://github.com/philn/glide'
+license=('MIT')
+depends=('gst-plugins-bad' 'gst-plugins-base' 'gst-plugins-good' 'gtk3')
+makedepends=('meson' 'rust')
+optdepends=('gst-libav: Extra media codecs'
+            'gst-plugins-ugly: Extra media codecs')
+replaces=('glide-player')
+source=("https://github.com/philn/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=('0c6b793c4b1c02cb071ff2b132c28a5e4c20f1a82e5bdb18600e9962c7e10972')
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -Dm644 $pkgname-$pkgver/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list