Search Criteria
Package Details: gst-plugins-rs 0.10.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gst-plugins-rs.git (read-only, click to copy) |
---|---|
Package Base: | gst-plugins-rs |
Description: | GStreamer plugins written in Rust |
Upstream URL: | https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs |
Keywords: | gstreamer rust |
Licenses: | MIT, Apache, LGPL2.1, MPL2 |
Submitter: | oktopod11 |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-07-02 09:36 (UTC) |
Last Updated: | 2023-05-14 16:32 (UTC) |
Dependencies (11)
- dav1d (dav1d-git-optimized, dav1d-git)
- gstreamer (gstreamer-git)
- gtk4 (gtk-rc, gtk4-git, gtk4-paper-plane)
- libwebp (libwebp-git)
- cargo-c (cargo-c-git) (make)
- clang (clang8, clang-git, llvm-git, clang-minimal-git) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- meson (meson-git) (make)
- nasm (nasm-git) (make)
- python-tomli (make)
- rust (rust-i586-git, rust-nightly, rust-nightly-bin, rust-git, rustup-git, rustup) (make)
Latest Comments
FabioLolix commented on 2023-04-23 09:56 (UTC) (edited on 2023-04-23 10:07 (UTC) by FabioLolix)
In the upcoming update documentation will be disabled for an error it give, suggestions are welcome
Adding
gstreamer-docs
to makedepends did not helpFabioLolix commented on 2023-01-11 23:58 (UTC)
@Saancreed I had a build failure since a while which was:
and fixed it using your cargo fetch line thanks
Saancreed commented on 2023-01-02 18:25 (UTC)
Okay, I got it to build in a mostly clean chroot, still 0.8.4 because anything newer requires GStreamer 1.21 which is not stable yet.
Adding csound is probably not necessary but I went for the full plugin set anyway. Once GStreamer 1.21 hits Arch repos and this package is updated, the manual dav1d bump won't be required anymore (crate versions older than 0.8 can't handle dav1d 1.0 which is what previously broke the build).
FabioLolix commented on 2022-12-11 22:19 (UTC)
@Saancreed some update broke the compiling of dav1d module after the release, it was possible to build disabling that but now all is failing for:
Saancreed commented on 2022-09-05 20:46 (UTC)
Hi, this package doesn't build for me because of something that looks like a Rust compilation error, full build log is here. Is upstream currently broken or am I missing something obvious?
FabioLolix commented on 2022-01-30 19:23 (UTC)
updated to v0.8.0
dreieck commented on 2022-01-29 18:31 (UTC)
Please download the specific version's sources by using
source=("https://gitlab.freedesktop.org/gstreamer/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
(this actually works)and also add appropriate integrity checksum then.
Thanks for maintaining!
dreieck commented on 2022-01-29 18:13 (UTC) (edited on 2022-01-29 18:32 (UTC) by dreieck)
Version 0.8.0 is out.
But it fails to build for me with
gst-plugins-rs-0.8.0/meson.build:1:0: ERROR: Unknown options: "package-name, package-origin"
:Similar with version 0.7.2 or 0.6.0.
(Build carried out with the
PKGBUILD
suggested by @robertfoster in 2020-11-16.)robertfoster commented on 2020-11-16 10:53 (UTC) (edited on 2020-11-16 10:58 (UTC) by robertfoster)
Please update with something working, as example: