Search Criteria
Package Details: gst-plugins-rs-git r5021.3d0616aa7-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: | 2 |
| Popularity: | 0.89 |
| First Submitted: | 2020-11-15 01:31 (UTC) |
| Last Updated: | 2026-07-11 21:26 (UTC) |
Dependencies (14)
- dav1d (dav1d-gitAUR)
- gst-devtools-libs
- gstreamer (gstreamer-gitAUR)
- gtk4 (gtk4-paper-planeAUR, gtk4-develAUR, gtk4-gitAUR)
- libsodium (libsodium-gitAUR, libsodium-1.0.18AUR)
- libwebp (libwebp-gitAUR)
- pango (pango-nothai-gitAUR, pango-gitAUR)
- rice-protoAUR
- cargo-c (cargo-c-gitAUR) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR, clang-static-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (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
1 2 Next › Last »
sun_lmao commented on 2026-06-23 14:04 (UTC) (edited on 2026-06-23 14:13 (UTC) by sun_lmao)
@normen – This seems to work for me! :)
I can change the
pkgvervalue as well, to whatever Paru has downloaded last, and it still works. So I think your custom PKGBUILD seems to be a valid fix.normen commented on 2026-05-31 13:08 (UTC)
This is my working PKGBUILD as of May 31st 2026, I had to disable the web webrtcbin2 too:
sun_lmao commented on 2026-05-18 11:34 (UTC)
Further research leads me to believe
gst-devtoolsdoes NOT need to be a dependency –gstreamer-validate-1.0is in fact included in the sources in some manner, but the configuration is incorrectly set up, so the dependency-checking part fails, and unfortunately even if you edit the relevant meson files to ignore that dependency check, the build itself still fails.sun_lmao commented on 2026-03-28 15:17 (UTC)
gst-devtoolsis a problematic dependency, because it's basically unmaintained. (It's had a bug for well over a year caused by the current maintainer not updating thepulseaudiodependency topulse-native-provider.)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)
1 2 Next › Last »