Date: Saturday, May 1, 2021 @ 21:54:15 Author: bgyorgy Revision: 926057
archrelease: copy trunk to community-x86_64 Added: pantheon-videos/repos/community-x86_64/PKGBUILD (from rev 926056, pantheon-videos/trunk/PKGBUILD) Deleted: pantheon-videos/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 119 ++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 63 insertions(+), 56 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-05-01 21:54:07 UTC (rev 926056) +++ PKGBUILD 2021-05-01 21:54:15 UTC (rev 926057) @@ -1,56 +0,0 @@ -# Maintainer: Maxime Gauduin <aluc...@archlinux.org> -# Contributor: Ner0 <darkelfdarkelf...@yahoo.co.uk> - -pkgname=pantheon-videos -pkgver=2.7.2 -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 - 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: Copied: pantheon-videos/repos/community-x86_64/PKGBUILD (from rev 926056, pantheon-videos/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-05-01 21:54:15 UTC (rev 926057) @@ -0,0 +1,63 @@ +# Maintainer: Maxime Gauduin <aluc...@archlinux.org> +# Contributor: Ner0 <darkelfdarkelf...@yahoo.co.uk> + +pkgname=pantheon-videos +pkgver=2.7.2 +pkgrel=3 +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 +} + +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: