Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
pantheon-videos
Commits:
49db9458 by Maxime Gauduin at 2024-07-28T22:19:49+02:00
upgpkg: 8.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,28 +1,32 @@
pkgbase = pantheon-videos
pkgdesc = The Pantheon Video Player
- pkgver = 3.0.0
- pkgrel = 2
+ pkgver = 8.0.0
+ pkgrel = 1
url = https://github.com/elementary/videos
arch = x86_64
groups = pantheon
- license = GPL3
+ license = GPL-3.0-only
+ makedepends = cmake
makedepends = git
makedepends = intltool
makedepends = meson
makedepends = vala
+ depends = dconf
depends = gdk-pixbuf2
depends = glib2
+ depends = glibc
depends = gst-plugins-base-libs
depends = gstreamer
- depends = gtk3
+ depends = gtk4
+ depends = hicolor-icon-theme
+ depends = libadwaita-1.so
depends = libgee
- depends = libgranite.so
- depends = libhandy-1.so
+ depends = libgranite-7.so
optdepends = gst-plugins-base: "Base" plugin libraries
optdepends = gst-plugins-good: "Good" plugin libraries
optdepends = gst-plugins-bad: "Bad" plugin libraries
optdepends = gst-plugins-ugly: "Ugly" plugin libraries
- source =
pantheon-videos::git+https://github.com/elementary/videos.git#tag=388be03742a6de2689758168187d936a36377263
- sha256sums = SKIP
+ source =
pantheon-videos::git+https://github.com/elementary/videos.git#tag=627bf9be24f2bef9cf7648065746b27dc9fa9769
+ sha256sums =
a2a68138084346aa1c1fd0ee6aa66acc046007d80114410a284d645de52217be
pkgname = pantheon-videos
=====================================
PKGBUILD
=====================================
@@ -2,24 +2,28 @@
# Contributor: Ner0 <[email protected]>
pkgname=pantheon-videos
-pkgver=3.0.0
-pkgrel=2
+pkgver=8.0.0
+pkgrel=1
pkgdesc='The Pantheon Video Player'
arch=(x86_64)
url='https://github.com/elementary/videos'
-license=(GPL3)
+license=(GPL-3.0-only)
groups=(pantheon)
depends=(
+ dconf
gdk-pixbuf2
glib2
+ glibc
gst-plugins-base-libs
gstreamer
- gtk3
+ gtk4
+ hicolor-icon-theme
+ libadwaita-1.so
libgee
- libgranite.so
- libhandy-1.so
+ libgranite-7.so
)
makedepends=(
+ cmake
git
intltool
meson
@@ -31,9 +35,9 @@ optdepends=(
'gst-plugins-bad: "Bad" plugin libraries'
'gst-plugins-ugly: "Ugly" plugin libraries'
)
-_tag=388be03742a6de2689758168187d936a36377263
+_tag=627bf9be24f2bef9cf7648065746b27dc9fa9769
source=(pantheon-videos::git+https://github.com/elementary/videos.git#tag=${_tag})
-sha256sums=(SKIP)
+sha256sums=('a2a68138084346aa1c1fd0ee6aa66acc046007d80114410a284d645de52217be')
pkgver() {
cd pantheon-videos
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pantheon-videos/-/commit/49db9458a04702180be450e175e701f7391e86c9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pantheon-videos/-/commit/49db9458a04702180be450e175e701f7391e86c9
You're receiving this email because of your account on gitlab.archlinux.org.