[arch-commits] Commit in pantheon-videos/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Fri Nov 5 09:29:28 UTC 2021
Date: Friday, November 5, 2021 @ 09:29:28
Author: alucryd
Revision: 1037174
archrelease: copy trunk to community-x86_64
Added:
pantheon-videos/repos/community-x86_64/PKGBUILD
(from rev 1037173, pantheon-videos/trunk/PKGBUILD)
Deleted:
pantheon-videos/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 127 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 64 insertions(+), 63 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-05 09:29:23 UTC (rev 1037173)
+++ PKGBUILD 2021-11-05 09:29:28 UTC (rev 1037174)
@@ -1,63 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
-
-pkgname=pantheon-videos
-pkgver=2.7.3
-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=43357e5e5e1605ad508d04c8b3503355b646dc17
-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 1037173, pantheon-videos/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-05 09:29:28 UTC (rev 1037174)
@@ -0,0 +1,64 @@
+# 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:
More information about the arch-commits
mailing list