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

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun Mar 6 15:39:55 UTC 2022


    Date: Sunday, March 6, 2022 @ 15:39:55
  Author: foutrelis
Revision: 1142459

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 1142458, pantheon-videos/trunk/PKGBUILD)

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

Copied: pantheon-videos/repos/community-staging-x86_64/PKGBUILD (from rev 1142458, pantheon-videos/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-03-06 15:39:55 UTC (rev 1142459)
@@ -0,0 +1,64 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+
+pkgname=pantheon-videos
+pkgver=2.8.3
+pkgrel=2
+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
+  libgranite.so
+  libhandy-1.so
+  libx11
+)
+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'
+)
+_tag=efb46870061d9373108aaadf0481147d0d143905
+source=(pantheon-videos::git+https://github.com/elementary/videos.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pantheon-videos
+
+  git describe --tags
+}
+
+prepare() {
+  cd pantheon-videos
+
+  git cherry-pick -n 3592c11d52568f0ccbf83b7a251ce330d6345e17
+  git cherry-pick -n 39c527787cf1b521a5c5717fedef26225c46aa63
+}
+
+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