Package Details: lib32-gst-plugins-bad 1.24.0-2

Git Clone URL: https://aur.archlinux.org/lib32-gst-bad-ugly.git (read-only, click to copy)
Package Base: lib32-gst-bad-ugly
Description: Multimedia graph framework (32-bit) - bad plugins
Upstream URL: https://gstreamer.freedesktop.org/
Licenses: LGPL
Replaces: lib32-gst-plugins-bad-latest
Submitter: ahmubashshir
Maintainer: ahmubashshir (MarsSeed)
Last Packager: ahmubashshir
Votes: 46
Popularity: 0.82
First Submitted: 2023-01-07 17:47 (UTC)
Last Updated: 2024-04-18 18:37 (UTC)

Pinned Comments

ahmubashshir commented on 2023-11-18 14:43 (UTC) (edited on 2023-11-18 14:44 (UTC) by ahmubashshir)

If you have any improvements/suggestions for the pkgbuilds I maintain, please create an issue/pr on github.com/ahmubashshir/pkgbuilds or send the patches to ahmubashshir+pkgbuilds@gmail.com

p.s. sorry for being late, I was busy with my mid and part-time job last three months... it was truly chaotic...

Latest Comments

« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 20 Next › Last »

rodrigo21 commented on 2018-08-18 14:09 (UTC)

I had to add gst-plugins-base-libs in makedepends and build in a chroot to compile it. You can also remove bzip2 according to namcap: Dependency bzip2 included but already satisfied.

adam900710 commented on 2018-08-18 01:09 (UTC)

For guys tired of the old upstream package, here is my PKGBUILDs for v1.14.2 lib32-gstreamer (needs new dependency from AUR): https://pastebin.com/baW8G4XV

And lib32-gst-plugins-base: https://pastebin.com/avFDFjB4

adam900710 commented on 2018-08-01 14:19 (UTC) (edited on 2018-08-01 14:20 (UTC) by adam900710)

Version bump, the latest version doesn't use system ffmpeg but compile from source. Thus now selftest should finish without problem, and no longer needs lib32-ffmpeg.

BTW, the PKGBUILD is also updated to try to reduce the difference between upstream extra/gst-libav.

adam900710 commented on 2018-08-01 13:57 (UTC)

Please only mark this package out-of-date if extra/lib32-gst-plugins-base-libs get updated.

TemplarGR commented on 2018-07-01 09:36 (UTC)

Base and Good have been updated to 1.14.1 . This needs to be updated as well now.

TemplarGR commented on 2018-07-01 09:35 (UTC)

Base and Good have been recently updated to 1.14.1 so this package needs to be updated as well now

DarkShadow44 commented on 2018-04-27 23:34 (UTC) (edited on 2018-04-27 23:35 (UTC) by DarkShadow44)

The tests fail for me and it doesn't build. Test failure: Failed to load plugin '../../ext/libav/.libs/libgstlibav.so': ../../ext/libav/.libs/libgstlibav.so: undefined symbol: avcodec_get_edge_width

DarkShadow44 commented on 2018-04-27 22:57 (UTC) (edited on 2018-04-27 23:15 (UTC) by DarkShadow44)

Doesn't build for me anymore /usr/bin/ld: cannot find -lbs2b

Needs <https://aur.archlinux.org/packages/lib32-libbs2b> <https://aur.archlinux.org/packages/lib32-liblrdf>

Also downgraded to libsrtp 1:1.5.4-2 and openjpeg 2.2.0-1.

singron commented on 2018-04-05 05:26 (UTC)

I think the failures happen because it's compiling with the headers from the gstreamer 1.14 x86_64 package, but linking against the lib32-gstreamer 1.12 32-bit libraries. Between 1.12 and 1.14, they changed the plugin ABI (specifically, they changed the name of the plugin entry symbol).

Unfortunately, the 32-bit package doesn't install the headers, so there isn't a simple fix. The 32-bit libraries in community need to be updated to 1.14 or the PKGBUILD needs to download its own gstreamer headers.

DarkShadow44 commented on 2018-01-22 23:09 (UTC)

Also has issues with new libsrtp. Downgraded to libsrtp 1:1.5.4-2 and openjpeg 2.2.0-1 and it built fine.