[arch-commits] Commit in pantheon-videos/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Mon Jan 10 10:40:51 UTC 2022


    Date: Monday, January 10, 2022 @ 10:40:51
  Author: alucryd
Revision: 1099028

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-10 10:40:45 UTC (rev 1099027)
+++ PKGBUILD	2022-01-10 10:40:51 UTC (rev 1099028)
@@ -1,64 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
-
-pkgname=pantheon-videos
-pkgver=2.8.0
-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
-  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=7ab71799eb47fc4c9410c2e0fe4244d59f8471cb
-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:

Copied: pantheon-videos/repos/community-x86_64/PKGBUILD (from rev 1099027, pantheon-videos/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-10 10:40:51 UTC (rev 1099028)
@@ -0,0 +1,64 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+
+pkgname=pantheon-videos
+pkgver=2.8.1
+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
+  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=b9572770a2e20070c98a97894da17d51efb2ae76
+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