[arch-commits] Commit in pantheon-videos/repos (2 files)

Maxime Gauduin alucryd at archlinux.org
Thu Jun 21 08:07:42 UTC 2018


    Date: Thursday, June 21, 2018 @ 08:07:42
  Author: alucryd
Revision: 344262

archrelease: copy trunk to community-staging-x86_64

Added:
  pantheon-videos/repos/community-staging-x86_64/
  pantheon-videos/repos/community-staging-x86_64/PKGBUILD
    (from rev 344261, pantheon-videos/trunk/PKGBUILD)

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

Copied: pantheon-videos/repos/community-staging-x86_64/PKGBUILD (from rev 344261, pantheon-videos/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-06-21 08:07:42 UTC (rev 344262)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+
+pkgname=pantheon-videos
+pkgver=0.2.6
+pkgrel=1
+pkgdesc='The Pantheon Video Player'
+arch=('x86_64')
+url='https://github.com/elementary/videos'
+license=('GPL3')
+groups=('pantheon')
+depends=('clutter' 'clutter-gst' 'clutter-gtk' 'gdk-pixbuf2' 'glib2'
+         'gst-plugins-base-libs' 'gstreamer' 'gtk3' 'libgee' 'libx11'
+         'libgranite.so')
+makedepends=('git' 'intltool' 'meson' 'vala')
+optdepends=('gst-plugins-base: "Base" plugin libraries'
+            'gst-plugins-good: "Good" plugin libraries'
+            'gst-plugins-bad: "Bad" plugin libraries'
+            'gst-plugins-ugly: "Ugly" plugin libraries')
+source=("pantheon-videos::git+https://github.com/elementary/videos.git#tag=${pkgver}")
+sha256sums=('SKIP')
+
+build() {
+  arch-meson pantheon-videos build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list