Package Details: lib32-gstreamer 1.28.7-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) - core
Upstream URL: https://gstreamer.freedesktop.org/
Licenses: LGPL-2.1-or-later
Submitter: patlefort
Maintainer: patlefort
Last Packager: patlefort
Votes: 43
Popularity: 7.13
First Submitted: 2026-04-05 17:52 (UTC)
Last Updated: 2026-09-08 06:22 (UTC)

Pinned Comments

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

A copy of the GPG key is located in keys/pgp of this package.

gpg --import keys/pgp/D637032E45B8C6585B9456565D2EEE6F6F349D7C.asc

Latest Comments

1 2 3 4 5 6 7 Next › Last »

GR3YH4TT3R93 commented on 2026-09-09 04:18 (UTC)

If running into missing rust compiler issues while updating and using mise, simply run mise deactivate then update gstreamer and then reactivate mise via eval "$(mise activate YOURSHELL)".

patlefort commented on 2026-08-23 17:24 (UTC)

I've pushed packages to the AUR for lib32-libcap, lib32-libtheora and lib32-orc.

saghm commented on 2026-08-23 17:08 (UTC)

lib32-libcap seems to be orphaned now too, and as far as I can tell, no other package with a provides field specifying that exists currently.

mim commented on 2026-08-17 17:29 (UTC) (edited on 2026-08-17 19:32 (UTC) by mim)

paru flagged a pile of the deps here as missing from the AUR. Most of that turned out to be the recent multilib lib32 drop, and those all have AUR replacements now, so no real problem.

The one that doesn't is lib32-orc. It's a depends on this package and I can't find it anywhere any more, not in the repos, not in the AUR, and nothing provides it either. To be clear this isn't the provider resolution thing Saiyaman mentioned back in July, lib32-jack resolves fine here via lib32-pipewire-jack. lib32-orc just isn't there. It's showing up unlinked in the dependency list on this page too.

patlefort commented on 2026-08-02 16:31 (UTC)

gitlint is not needed. It will try to use it if it's installed. What happened to you is probably that your gitlint needed to be rebuilt and reinstalled for a new python version, hence why it didn't find its modules. Or maybe you have it installed somewhere else but that install is broken.

sebasnabas commented on 2026-08-02 14:03 (UTC) (edited on 2026-08-02 14:03 (UTC) by sebasnabas)

Hi, I just got the following build failure:

--- stderr ---
Traceback (most recent call last):
  File "/usr/bin/gitlint", line 5, in <module>
    from gitlint.cli import cli
ModuleNotFoundError: No module named 'gitlint'

gstreamer/meson.build:36:10: ERROR: Command `/usr/bin/gitlint --version` failed with status 1.

Installing it fixed it, so I guess gitlint should be added to the make dependencies?

caleb_land commented on 2026-07-19 13:43 (UTC) (edited on 2026-07-19 13:44 (UTC) by caleb_land)

To get around the rust issues, I had to update my PATH to remove rust installed outside of /usr (I had rustup with installs in ~/.cargo and mise installs in ~/.local/share/mise). Keep doing which rustc and remove those directories from PATH until your rustc points to /usr.

Saiyaman commented on 2026-07-18 04:41 (UTC)

Hi Patrick! Just a heads-up for anyone else landing here: the PKGBUILD is completely correct and cleanly uses the generic 'lib32-jack' provider.

However, certain AUR helpers like yay are currently having a minor existential crisis during updates. Instead of checking if a provider like 'lib32-pipewire-jack' is already installed locally, the helper's internal graph resolver aggressively panics and tries to force-pull the repo-default 'lib32-jack2' package instead, resulting in an aggressive dependency loop that asks to delete your entire audio driver.

If your helper is tripping over its own laces, skip it and build this manually via standard makepkg so you can explicitly choose option 2:

cd /tmp && git clone https://aur.archlinux.org/lib32-gstreamer.git cd lib32-gstreamer && makepkg -si

Select 'lib32-pipewire-jack' when prompted, and you're good to go. Thanks for keeping the packages updated!