[arch-commits] Commit in pantheon-videos/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Wed Apr 15 10:40:30 UTC 2020
Date: Wednesday, April 15, 2020 @ 10:40:29
Author: alucryd
Revision: 614612
archrelease: copy trunk to community-x86_64
Added:
pantheon-videos/repos/community-x86_64/PKGBUILD
(from rev 614610, pantheon-videos/trunk/PKGBUILD)
Deleted:
pantheon-videos/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 110 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 55 insertions(+), 55 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-15 10:40:28 UTC (rev 614611)
+++ PKGBUILD 2020-04-15 10:40:29 UTC (rev 614612)
@@ -1,55 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
-
-pkgname=pantheon-videos
-pkgver=2.7.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
- 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=81cd005eb4e3fbdd8acd07adbbfed5f3bb83aa04)
-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 614610, pantheon-videos/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-15 10:40:29 UTC (rev 614612)
@@ -0,0 +1,55 @@
+# 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:
More information about the arch-commits
mailing list