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

Maxime Gauduin alucryd at archlinux.org
Sat Jul 4 14:56:56 UTC 2020


    Date: Saturday, July 4, 2020 @ 14:56:55
  Author: alucryd
Revision: 657698

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  111 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 56 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-04 14:56:50 UTC (rev 657697)
+++ PKGBUILD	2020-07-04 14:56:55 UTC (rev 657698)
@@ -1,55 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
-
-pkgname=pantheon-videos
-pkgver=2.7.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
-  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'
-)
-source=(pantheon-videos::git+https://github.com/elementary/videos.git#tag=a4cdf460f8a342ff3df1e82cd330834c69aa54fa)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd pantheon-videos
-
-  git describe --tags
-}
-
-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 657697, pantheon-videos/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-04 14:56:55 UTC (rev 657698)
@@ -0,0 +1,56 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+
+pkgname=pantheon-videos
+pkgver=2.7.2
+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
+  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=0faf03232b236d4f823b2fcbb8a70149c69dd44e
+source=(pantheon-videos::git+https://github.com/elementary/videos.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pantheon-videos
+
+  git describe --tags
+}
+
+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