Package Details: lib32-gst-libav 1.24.7-1

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) - libav plugin
Upstream URL: https://gstreamer.freedesktop.org/
Licenses: LGPL
Provides: lib32-gst-ffmpeg
Replaces: lib32-gst-libav-latest
Submitter: ahmubashshir
Maintainer: ahmubashshir (MarsSeed)
Last Packager: ahmubashshir
Votes: 46
Popularity: 0.082275
First Submitted: 2023-01-07 17:47 (UTC)
Last Updated: 2024-08-26 05:01 (UTC)

Dependencies (75)

Required by (0)

Sources (3)

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 .. 13 14 15 16 17 18 19 20 21 Next › Last »

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.

DarkShadow44 commented on 2018-01-22 22:58 (UTC)

Doesn't build anymore, see https://bugs.archlinux.org/task/56113

zaplo commented on 2017-12-13 19:46 (UTC)

  • imagemagick, lib32-imagemagick (6.9.9-26 doesn't 404)
  • llde's openjpeg workaround for 2.3
  • lib32-opencv (compile --without-qt4)

at least these were needed, not sure if this package is outdated or build files themselves.

yannleretaille commented on 2017-11-17 12:39 (UTC)

needs new openjpeg fix as lib32-openjpeg is now on 2.3. Could also be bumped to 1.12.3, but there only have been doc updates it seems: https://gist.github.com/yannleretaille/3b3fe9c815691885e3fed7af16dbe25e

0e4ef622 commented on 2017-11-17 03:32 (UTC)

Actually, the package compiled without lib32-opencv for me.

0e4ef622 commented on 2017-11-17 00:44 (UTC)

Also, lib32-opencv fails to build since it apparently needs a 32 bit version of tesseract and leptonica. You can get lib32-smbclient to build if you go through all of its outdated dependencies and update the version numbers.

0e4ef622 commented on 2017-11-17 00:32 (UTC)

This package seems to be missing lib32-twolame from its dependencies list.

KozRoss commented on 2017-10-27 22:42 (UTC)

This currently won't build due to lib32-smbclient not building.

DarkShadow44 commented on 2017-10-11 17:16 (UTC)

Now that openjpeg 2.3 is in the repos, could you update the workaround?