mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
downgraded arch pkgbuild to e7e9b9c07d
This commit is contained in:
@@ -20,19 +20,20 @@
|
||||
# Maintainer: sp1rit <sp1ritCS@protonmail.com>
|
||||
|
||||
pkgname=clapper-git
|
||||
pkgver=0.0.0
|
||||
pkgver=r117.e7e9b9c
|
||||
pkgrel=1
|
||||
pkgdesc="A GNOME media player built using GJS and powered by GStreamer with OpenGL rendering. Can also be used as a pre-made widget for GTK apps."
|
||||
arch=(any)
|
||||
url="https://github.com/Rafostar/clapper"
|
||||
license=("GPL-3.0")
|
||||
depends=(
|
||||
"gtk4>=3.99.2"
|
||||
"gtk3>=3.19.4"
|
||||
"hicolor-icon-theme"
|
||||
"gjs"
|
||||
"gst-plugins-base-libs>=1.18.0"
|
||||
"gst-plugins-good>=1.18.0"
|
||||
"gst-plugins-bad-libs>=1.18.0"
|
||||
"gst-plugins-base-libs"
|
||||
"gst-plugins-good"
|
||||
"gst-plugins-bad-libs>=1.16.0"
|
||||
"gst-plugin-gtk"
|
||||
)
|
||||
makedepends=(
|
||||
"meson>=0.50"
|
||||
@@ -43,7 +44,7 @@ optdepends=(
|
||||
"gst-libav: Popular video decoders"
|
||||
"gstreamer-vaapi: Intel/AMD video acceleration"
|
||||
)
|
||||
source=("${pkgname%-git}::git+https://github.com/Rafostar/${pkgname%-git}.git")
|
||||
source=("${pkgname%-git}::git+https://github.com/Rafostar/${pkgname%-git}.git#commit=e7e9b9c07d884c1d412b15f0069117ddc7d0e635")
|
||||
provides=("${pkgname%-git}")
|
||||
replaces=("${pkgname%-git}")
|
||||
conflicts=("${pkgname%-git}")
|
||||
@@ -51,7 +52,7 @@ md5sums=("SKIP")
|
||||
|
||||
pkgver() {
|
||||
cd "$srcdir"/"${pkgname%-git}"
|
||||
echo "0.0.0.r0.$(git rev-parse --short HEAD)"
|
||||
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||
}
|
||||
|
||||
build() {
|
||||
|
Reference in New Issue
Block a user