Search Criteria
Package Details: gst-plugins-rs-git r4028.6b54566a-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/gst-plugins-rs-git.git (read-only, click to copy) |
|---|---|
| Package Base: | gst-plugins-rs-git |
| Description: | GStreamer plugins written in Rust |
| Upstream URL: | https://gstreamer.freedesktop.org/ |
| Licenses: | MPL, LGPL, MIT, Apache |
| Conflicts: | gst-plugins-rs |
| Provides: | gst-plugins-rs |
| Submitter: | robertfoster |
| Maintainer: | robertfoster |
| Last Packager: | robertfoster |
| Votes: | 1 |
| Popularity: | 0.001742 |
| First Submitted: | 2020-11-15 01:31 (UTC) |
| Last Updated: | 2025-05-25 12:38 (UTC) |
Dependencies (12)
- dav1d (dav1d-gitAUR)
- gstreamer (gstreamer-gitAUR)
- gtk4 (gtk4-paper-planeAUR, gtk4-gitAUR, gtk4-develAUR)
- libsodium (libsodium-gitAUR, libsodium-1.0.18AUR)
- libwebp (libwebp-gitAUR)
- vvdecAUR (vvdec-gitAUR)
- cargo-c (cargo-c-gitAUR) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- nasm (nasm-gitAUR) (make)
- rust (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rustup) (make)
Required by (1)
- mopidy-spotify-git (requires gst-plugins-rs)
Latest Comments
Blutkoete commented on 2026-01-18 15:53 (UTC)
I ran into the same problem.
We need to add "gst-devtools" as a make dependency.
sun_lmao commented on 2026-01-14 16:14 (UTC)
I have also been having normen's problem:
However, adding
-D validate=disabled \did not fix it, instead it simply gave a different error:(I've anonymised the path to
~.)Presumably this is due to the missing dependency that was causing the former error.
normen commented on 2025-11-25 22:09 (UTC) (edited on 2025-12-11 14:57 (UTC) by normen)
Currently getting this error when trying to install:
gst-plugins-rs/validate-plugins/meson.build:7:18: ERROR: Dependency "gstreamer-validate-1.0" not found, tried pkgconfig and cmakeAdding
-D validate=disabled \to the PKGBUILD fixes the builddehumanizer commented on 2025-05-23 11:20 (UTC) (edited on 2025-05-23 11:23 (UTC) by dehumanizer)
Hi!
Run-time dependency libvvdec found: NO (tried pkgconfig and cmake) gst-plugins-rs/meson.build:437:12: ERROR: Dependency "libvvdec" not found, tried pkgconfig and cmakeconfigure fails as above; installing vvdec from AUR seems to fix the problem... looks like missing dependency
Have a good day!
chemicus commented on 2024-12-23 22:47 (UTC)
Adding
to PKGBUILD solves the linking error with CC
sigurd4 commented on 2024-12-21 04:49 (UTC)
Sesese9 commented on 2023-05-15 17:36 (UTC)
Had to change the following to get it to build.
to
johnhamelink commented on 2022-11-30 11:52 (UTC) (edited on 2022-11-30 12:28 (UTC) by johnhamelink)
Hi there, thanks for this package.
For the past short while, when I try to build this package, it fails like so:
I checked, and
/etc/ssl/certs/ca-certificates.crtdoes exist.dreieck commented on 2022-01-29 17:59 (UTC)
Build fails for me with
gst-plugins-rs/meson.build:1:0: ERROR: Unknown options: "package-name, package-origin":Sloonz commented on 2021-03-16 12:18 (UTC)
Please add cargo-c as a build dep