Package Details: lib32-gst-plugins-good 1.28.4-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) - good plugins
Upstream URL: https://gstreamer.freedesktop.org/
Licenses: LGPL-2.1-or-later
Submitter: patlefort
Maintainer: patlefort
Last Packager: patlefort
Votes: 32
Popularity: 13.31
First Submitted: 2026-04-05 17:52 (UTC)
Last Updated: 2026-06-12 14:17 (UTC)

Required by (58)

Sources (2)

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 Next › Last »

bilgecrank commented on 2026-06-02 02:02 (UTC)

Another case for the rustup installs; If you're using something like rua that jails the build automatically you need to drop the following in the prepare section of the PKGBUILD. Your builds can't see your toolchains from jail.

rustup default stable # Whatever gets a toolchain installed here.
rustup target add i686-unknown-linux-gnu

Or just run it in a jail yourself but I like rua to track all my aur stuff.

shaybox commented on 2026-05-31 15:08 (UTC)

Update the pkgbuild to run rustup target add i686-unknown-linux-gnu if rustup is installed instead of rust

Kigurumi commented on 2026-05-19 19:16 (UTC) (edited on 2026-05-19 19:16 (UTC) by Kigurumi)

also had compilation errors in the last release, after checking ~/.cache/paru/clone/lib32-gstreamer/src/build/meson-logs/meson-log.txt and issuing:

rustup update & rustup target add i686-unknown-linux-gnu

compilation worked. Tested on 7.0.9-1-cachyos

codemutation commented on 2026-05-19 03:55 (UTC)

I was hitting the same issue with not being able to fetch the key, and as multiple people suggested I tried:

gpg --keyserver hkps://pgp.mit.edu --recv-keys D637032E45B8C6585B9456565D2EEE6F6F349D7C

Which also kept giving me:

gpg: keyserver receive failed: No keyserver available

Until I tried about 9 hours later and it immediately worked:

gpg: key 5D2EEE6F6F349D7C: public key "Tim Müller <tim@gstreamer-foundation.org>" imported
gpg: Total number processed: 1
gpg:               imported: 1

Then as multiple people have suggested, I also needed to run:

rustup target add i686-unknown-linux-gnu

And then it worked.

I shared the key on ipfs with pinata so that it's easy to get:

ipfs cat bafkreielxq2umw3k24y5jsgy42ec64geygfze6qey6nu3kq5u3pwoou5ou | gpg --import

Or using the gateway:

curl -fsSL https://ipfs.io/ipfs/bafkreielxq2umw3k24y5jsgy42ec64geygfze6qey6nu3kq5u3pwoou5ou | gpg --import

If you run an externally discoverable ipfs node, help make it more available by pinning it:

ipfs pin add bafkreielxq2umw3k24y5jsgy42ec64geygfze6qey6nu3kq5u3pwoou5ou

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

WildCard65 commented on 2026-05-18 20:02 (UTC)

gpg key D637032E45B8C6585B9456565D2EEE6F6F349D7C doesn't exist on a keyserver, unable to update.

patlefort commented on 2026-05-16 07:37 (UTC)

lib32-flex is not needed.

veganvelociraptr commented on 2026-05-16 07:33 (UTC)

@Vryali, thank you. That fixed the 'Program 'flex win_flex' not found or not executable' error. @patlefort, yes I do have base-devel installed. lib32-flex, however, wasn't istalled.

Still trying to work my way around the cdda_paranoia error.

nirnakinho commented on 2026-05-16 07:15 (UTC)

Thanks for the replies, I hadn't suspected rustup being the cuplrit here, when used instead of the normal rust package. amiablechiefs comment, adding the 32bit target to rustup, fixed the problem for me.

Regards,

patlefort commented on 2026-05-16 07:07 (UTC)

bison and flex are installed as part of base-devel which is assumed to be installed.