Search Criteria
Package Details: clapper-git r1232.df371c6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/clapper-git.git (read-only, click to copy) |
---|---|
Package Base: | clapper-git |
Description: | A modern media player powered by GStreamer and built for the GNOME desktop environment. |
Upstream URL: | https://github.com/Rafostar/clapper |
Keywords: | clapper media player |
Licenses: | GPL-3.0-or-later AND LGPL-2.1-or-later |
Conflicts: | clapper |
Provides: | clapper, libclapper-0.0, libclapper-gtk-0.0 |
Submitter: | sp1rit |
Maintainer: | sp1rit |
Last Packager: | sp1rit |
Votes: | 6 |
Popularity: | 0.077437 |
First Submitted: | 2020-09-13 11:01 (UTC) |
Last Updated: | 2024-06-15 17:41 (UTC) |
Dependencies (19)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gst-plugins-bad (gst-plugins-bad-gitAUR)
- gst-plugins-base (gst-plugins-base-gitAUR)
- gst-plugins-good (gst-plugins-good-gitAUR)
- gstreamer (gstreamer-gitAUR)
- gtk4 (gtk4-customizableAUR, gtk4-paper-planeAUR, gtk4-gitAUR)
- libadwaita (libadwaita-testingAUR, libadwaita-gitAUR, libadwaita-without-adwaita-gitAUR)
- libmicrodns (libmicrodns-gitAUR)
- libsoup3 (libsoup3-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- glib2-devel (make)
- gobject-introspection (gobject-introspection-gitAUR) (make)
- meson (meson-gitAUR) (make)
- vala (vala-gitAUR) (make)
- gst-libav (gst-libav-gitAUR) (optional) – Popular video decoders
- gst-plugin-va (gst-plugin-va-gitAUR) (optional) – Intel/AMD video acceleration (experimental)
- gst-plugins-ugly (gst-plugins-ugly-gitAUR) (optional) – CD/DVD playback
- gstreamer-vaapi (gstreamer-vaapi-gitAUR) (optional) – Intel/AMD video acceleration
- gtuber (gtuber-gitAUR) (optional) – Play videos from various services
Required by (4)
- gnome-shell-extension-hanabi-git (requires clapper) (optional)
- gnome-shell-extension-pip-on-top-git (requires clapper) (optional)
- newsflash-git (requires clapper)
- televido (requires clapper) (optional)
Latest Comments
yochananmarqos commented on 2021-02-27 17:37 (UTC)
@sp1rit:
libgstclapper-1.0
is an external shared library provided by this package. See Arch package guidelines: Package relationssp1rit commented on 2021-02-27 13:10 (UTC) (edited on 2021-02-27 13:23 (UTC) by sp1rit)
@yochananmarqos
it doesn't compile anything in prepare, it only generates the ninja files that it are compiled in build()
i haven't seen any package explicitly providing this, but if you say so I can add it.
I have fixed the other issues you mentioned
yochananmarqos commented on 2021-02-22 11:24 (UTC)
gobject-introspection
is only a build dependency.Building should not be in prepare(), see Meson package guidelines.
This provides and conflicts with
clapper
, but it does not replace it. How can it replace itself?This also provides
libgstclapper-1.0
.sp1rit commented on 2021-02-05 17:51 (UTC)
Upstream is now including their own GStreamer sink. This means it you can remove the flatpak package and install
clapper-git
to get a "native" package.sp1rit commented on 2020-11-24 19:48 (UTC) (edited on 2021-02-05 17:48 (UTC) by sp1rit)
clapper-git
is locked toe7e9b9c07d884c1d412b15f0069117ddc7d0e635
until Rafostars patches to GStreamer are merged, and GTK4 is available on official Arch repositories.If you want the latest and greatest I'd reccomend the flatpak that Rafostar is providing. To install it, make sure you have installed flatpak (
sudo pacman -S flatpak
). To install clapper using flatpak, enter following into your shell:flatpak install https://rafostar.github.io/flatpak/com.github.rafostar.Clapper.flatpakref
and select if you want to install clapper on a user- or on a system level.