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.95
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 .. 6 7 8 9 10 11 12 13 14 15 16 .. 20 Next › Last »

JavanAsher commented on 2020-05-26 23:25 (UTC)

@rodrigo21 lib32-openexr rebuilt just fine. lib32-gst-plugins-bad shows the exact same error.

rodrigo21 commented on 2020-05-26 23:06 (UTC)

@JavanAsher, It seems to be a problem with lib32-openexr.

Try rebuilding lib32-openexr first and sees if it compiles.

JavanAsher commented on 2020-05-26 21:24 (UTC)

Package failed to build, if possible, would like some help. https://pastebin.com/Bautp2Gk

aaronp commented on 2020-05-12 17:12 (UTC) (edited on 2020-05-13 01:39 (UTC) by aaronp)

If anyone else is running into a linker issue with gstlv2 stuff on gcc 10, adding -fcommon to CFLAGS worked.

EDIT:

Apparently you'd already cherry-picked the fixed this and I didn't notice. Sorry for the noise.

DDoSolitary commented on 2020-05-10 10:16 (UTC)

Broken because of the new vulkan-heanders package. The 64bit version in the official repo just added a patch to fix this: https://git.archlinux.org/svntogit/packages.git/tree/trunk/0001-vulkan-Drop-use-of-VK_RESULT_BEGIN_RANGE.patch?h=packages/gst-plugins-bad&id=511b4cb2a2d2c06fe42bab4f288e889ad0a0e7ae

Strunkenbold commented on 2020-05-09 19:22 (UTC)

Package built successfully today for me. Thx for fixing it.

programegg commented on 2020-05-07 15:51 (UTC) (edited on 2020-05-07 15:55 (UTC) by programegg)

Package fails to build for me.

Dependency neon found: NO found 0.31.1 but need: '<=0.30.99' ; matched '>=0.27'
Run-time depenedency neon found: NO (tried cmake)

gst-plugins-bad/ext/neon/meson.build:1:0: ERROR: Invalid version of dependency, need 'neon' ['<=0.30.99'] found '0.31.1'.

Strunkenbold commented on 2020-05-01 20:12 (UTC)

packages fails to build for me:

Run-time dependency librsvg-2.0 found: NO (tried cmake)

gst-plugins-bad/ext/rsvg/meson.build:7:0: ERROR: Could not generate cargs for librsvg-2.0: Package shared-mime-info was not found in the pkg-config search path. Perhaps you should add the directory containing `shared-mime-info.pc' to the PKG_CONFIG_PATH environment variable Package 'shared-mime-info', required by 'gdk-pixbuf-2.0', not found

Iglu47 commented on 2020-04-08 04:24 (UTC) (edited on 2020-04-08 04:25 (UTC) by Iglu47)

I temporarily did this

sudo ln -sr /usr/lib/pkgconfig/gobject-introspection-1.0.pc /usr/share/pkgconfig

sudo ln -sr /usr/lib/pkgconfig/gobject-introspection-no-export-1.0.pc /usr/share/pkgconfig

and disabled dtls in pkgbuild

-D dtls=disabled \

and its fine built

programegg commented on 2020-04-02 17:14 (UTC)

@lglu47, downgrading meson to 0.53.2-1 solved that issue for me. Meson 0.54.0-2 and 0.54.0-1 both caused that issue for whenever I tried to build something.

I also have the same issue as @mozo where it fails the check for elements_dlts. Recently it also started failing the elements_shm check too.