Package Details: lib32-gst-plugins-base-libs 1.28.3-1

Git Clone URL: https://aur.archlinux.org/lib32-gstreamer.git (read-only, click to copy)
Package Base: lib32-gstreamer
Description: Multimedia graph framework (32-bit) - base
Upstream URL: https://gstreamer.freedesktop.org/
Licenses: LGPL-2.1-or-later
Submitter: patlefort
Maintainer: patlefort
Last Packager: patlefort
Votes: 28
Popularity: 17.98
First Submitted: 2026-04-05 17:52 (UTC)
Last Updated: 2026-05-15 17:14 (UTC)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

HolySkillet commented on 2026-05-11 16:27 (UTC)

To everybody using rustup, you can make it work simply by adding x86-32 as possible target: rustup target add i686-unknown-linux-gnu

patlefort commented on 2026-05-11 13:58 (UTC)

That does not make any sense. You shouldn't need to set PKG_CONFIG_PATH. I can build fine with or without clean container. I would strongly advise to track down why you need to do so or you will have future problems.

illuminator commented on 2026-05-11 10:59 (UTC)

@ggnoredo Thank you.
✔️ PKG_CONFIG_PATH=/usr/lib32/pkgconfig makes it work.

ggnoredo commented on 2026-05-11 10:42 (UTC)

@illuminator @M0N7Y5 i manage to update with:

sudo pacman -S lib32-libvpx
PKG_CONFIG_PATH=/usr/lib32/pkgconfig yay -S lib32-gstreamer
yay -S lib32-gst-plugins-base-libs
yay -Syu

illuminator commented on 2026-05-11 10:39 (UTC)

My lib32-libvpx is already 1.16.0-2.
Got the same error as @ggnoredo.

M0N7Y5 commented on 2026-05-11 10:34 (UTC)

I have the same error as @ggnoredo. The rust dependency does not work.

patlefort commented on 2026-05-11 09:12 (UTC)

pacman -Si lib32-libvpx: The version should be 1.16.0-2. Make sure it's actually using it and not some other locally installed libraries. Or build in clean container: https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot

ggnoredo commented on 2026-05-11 08:52 (UTC)

I removed rustup and installed rust,

gst-plugins-good| Message: libvpx does not provide VP8 encoder interface (vpx_codec_vp8_cx_algo)
gst-plugins-good| Message: libvpx does not provide VP8 decoder interface (vpx_codec_vp8_dx_algo)
gst-plugins-good| Message: libvpx does not provide VP9 encoder interface (vpx_codec_vp9_cx_algo)
gst-plugins-good| Message: libvpx does not provide VP9 decoder interface (vpx_codec_vp9_dx_algo)

gstreamer/subprojects/gst-plugins-good/ext/vpx/meson.build:86:6: ERROR: Problem encountered: libvpx was built without any encoder or decoder features!

patlefort commented on 2026-05-11 08:18 (UTC)

Why do you use rustup? Just install rust. If you use rustup, I expect that you know what you are doing.

ggnoredo commented on 2026-05-11 08:08 (UTC)

@patlefort, i did read but still couldn't figure out what should i do?

╰─$ rustc --version
rustc 1.89.0 (29483883e 2025-08-04)

╰─$ rustup -V                                                                                                 1 ↵
rustup 1.29.0 (2026-03-23)
info: This is the version for the rustup toolchain manager, not the rustc compiler.
info: the currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)`

i have rust on my system