mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
Update PKGBUILD files
This commit is contained in:
@@ -1,27 +1,28 @@
|
|||||||
pkgbase = clapper-git
|
pkgbase = clapper-git
|
||||||
pkgdesc = A GNOME media player built using GJS with GTK4 toolkit and powered by GStreamer with OpenGL rendering.
|
pkgdesc = A GNOME media player built using GJS with GTK4 toolkit and powered by GStreamer with OpenGL rendering.
|
||||||
pkgver = r393.bf04af2
|
pkgver = r745.4738673
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/Rafostar/clapper
|
url = https://github.com/Rafostar/clapper
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL-3.0
|
license = GPL-3.0
|
||||||
makedepends = meson>=0.50
|
makedepends = meson>=0.50
|
||||||
makedepends = git
|
makedepends = git
|
||||||
|
makedepends = gobject-introspection
|
||||||
depends = gtk4
|
depends = gtk4
|
||||||
depends = gjs
|
depends = gjs
|
||||||
depends = glib2>=2.56.0
|
depends = glib2>=2.56.0
|
||||||
depends = gobject-introspection
|
|
||||||
depends = wayland-protocols
|
depends = wayland-protocols
|
||||||
depends = hicolor-icon-theme
|
depends = hicolor-icon-theme
|
||||||
depends = gstreamer>=1.18.0
|
depends = gstreamer>=1.18.0
|
||||||
depends = gst-plugins-base-libs>=1.18.0
|
depends = gst-plugins-base>=1.18.0
|
||||||
depends = gst-plugins-good>=1.18.0
|
depends = gst-plugins-good>=1.18.0
|
||||||
depends = gst-plugins-bad-libs>=1.18.0
|
depends = gst-plugins-bad>=1.18.0
|
||||||
optdepends = gst-libav>=1.18.0: Popular video decoders
|
optdepends = gst-libav>=1.18.0: Popular video decoders
|
||||||
optdepends = gstreamer-vaapi>=1.18.0: Intel/AMD video acceleration
|
optdepends = gstreamer-vaapi>=1.18.0: Intel/AMD video acceleration
|
||||||
|
optdepends = gst-plugins-ugly>=1.18.0: CD/DVD playback
|
||||||
provides = clapper
|
provides = clapper
|
||||||
|
provides = libgstclapper-1.0
|
||||||
conflicts = clapper
|
conflicts = clapper
|
||||||
replaces = clapper
|
|
||||||
source = clapper::git+https://github.com/Rafostar/clapper.git
|
source = clapper::git+https://github.com/Rafostar/clapper.git
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
|
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
_basename=clapper
|
_basename=clapper
|
||||||
pkgname="${_basename}-git"
|
pkgname="${_basename}-git"
|
||||||
pkgver=r393.bf04af2
|
pkgver=r745.4738673
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A GNOME media player built using GJS with GTK4 toolkit and powered by GStreamer with OpenGL rendering."
|
pkgdesc="A GNOME media player built using GJS with GTK4 toolkit and powered by GStreamer with OpenGL rendering."
|
||||||
arch=(any)
|
arch=(any)
|
||||||
@@ -31,25 +31,25 @@ depends=(
|
|||||||
"gtk4"
|
"gtk4"
|
||||||
"gjs"
|
"gjs"
|
||||||
"glib2>=2.56.0" # glib-2.0, gmodule-2.0, gio-2.0
|
"glib2>=2.56.0" # glib-2.0, gmodule-2.0, gio-2.0
|
||||||
"gobject-introspection" # /usr/sbin/g-ir-scanner
|
|
||||||
"wayland-protocols" # gtk4 non-default runtime dep
|
"wayland-protocols" # gtk4 non-default runtime dep
|
||||||
"hicolor-icon-theme"
|
"hicolor-icon-theme"
|
||||||
"gstreamer>=1.18.0" # gstreamer-1.0, gstreamer-base-1.0
|
"gstreamer>=1.18.0" # gstreamer-1.0, gstreamer-base-1.0
|
||||||
"gst-plugins-base-libs>=1.18.0" # gstreamer-pbutils-1.0, gstreamer-audio-1.0, gstreamer-tag-1.0, gstreamer-video-1.0, gstreamer-gl-1.0, gstreamer-gl-prototypes-1.0, gstreamer-gl-x11-1.0, gstreamer-gl-wayland-1.0, gstreamer-gl-egl-1.0,
|
"gst-plugins-base>=1.18.0"
|
||||||
"gst-plugins-good>=1.18.0"
|
"gst-plugins-good>=1.18.0"
|
||||||
"gst-plugins-bad-libs>=1.18.0"
|
"gst-plugins-bad>=1.18.0"
|
||||||
)
|
)
|
||||||
makedepends=(
|
makedepends=(
|
||||||
"meson>=0.50"
|
"meson>=0.50"
|
||||||
"git"
|
"git"
|
||||||
|
"gobject-introspection" # /usr/sbin/g-ir-scanner
|
||||||
)
|
)
|
||||||
optdepends=(
|
optdepends=(
|
||||||
"gst-libav>=1.18.0: Popular video decoders"
|
"gst-libav>=1.18.0: Popular video decoders"
|
||||||
"gstreamer-vaapi>=1.18.0: Intel/AMD video acceleration"
|
"gstreamer-vaapi>=1.18.0: Intel/AMD video acceleration"
|
||||||
|
"gst-plugins-ugly>=1.18.0: CD/DVD playback"
|
||||||
)
|
)
|
||||||
source=("${_basename}::git+https://github.com/Rafostar/${_basename}.git")
|
source=("${_basename}::git+https://github.com/Rafostar/${_basename}.git")
|
||||||
provides=("${_basename}")
|
provides=("${_basename}" "libgst${_basename}-1.0")
|
||||||
replaces=("${_basename}")
|
|
||||||
conflicts=("${_basename}")
|
conflicts=("${_basename}")
|
||||||
md5sums=("SKIP")
|
md5sums=("SKIP")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user