Package Details: lib32-gst-plugins-bad-libs 1.24.10-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
Upstream URL: https://gstreamer.freedesktop.org/
Licenses: LGPL
Replaces: lib32-gst-plugins-bad-libs-latest
Submitter: ahmubashshir
Maintainer: ahmubashshir (MarsSeed)
Last Packager: ahmubashshir
Votes: 50
Popularity: 1.42
First Submitted: 2023-01-07 17:47 (UTC)
Last Updated: 2024-12-16 06:56 (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 .. 7 8 9 10 11 12 13 14 15 16 17 .. 22 Next › Last »

Santurysim commented on 2020-11-04 12:53 (UTC)

I also have these tests failed. I tried to gst-inspect-1.0-32 built plugins, but they report they have version 1.18, not 1.16. Maybe, uprading 32-bit gstreamer will help.

hlarsen commented on 2020-10-23 21:30 (UTC)

I'm also seeing test failures trying to build the package, same as the logs posted previously by jwhickman.

Lakso commented on 2020-09-29 15:27 (UTC) (edited on 2020-09-29 15:28 (UTC) by Lakso)

  ==> ERROR: A failure occurred in check().
    Aborting...
error making: lib32-gst-plugins-bad  

here's the logfile if it's useful

ukbeast commented on 2020-09-23 20:24 (UTC)

Error building: "generic/plugin-test.c:31:F:existence:test_libav_plugin:0: Could not load FFmpeg plugin"

Even though it should pull ffmpeg, I'm gonna build and install lib32-ffmpeg and see if it builds after.

jwhickman commented on 2020-09-17 23:30 (UTC) (edited on 2020-09-20 00:30 (UTC) by jwhickman)

@Samega7Cattac My build fails the same as in your log:

1/5 elements_xingmux  FAIL           0.01s (exit status 1)
2/5 generic_states    OK             0.02s
3/5 elements_amrnbenc FAIL           0.01s (exit status 1)
4/5 elements_mpeg2dec FAIL           0.01s (exit status 3)
5/5 elements_x264enc  FAIL           0.02s (exit status 5)

Samega7Cattac commented on 2020-09-13 18:07 (UTC)

tests still fail http://ix.io/2xrh

DarkShadow44 commented on 2020-08-29 17:59 (UTC)

@pegasus Did you make sure your dependencies are up-to-date? It builds fine here, try rebuilding lib32-x264. Also, make sure that all builds are clean (i.e. no old intermediary objects exist).

pegasus commented on 2020-08-29 17:03 (UTC) (edited on 2020-08-29 18:02 (UTC) by pegasus)

Option buildtype is: plain [default: debugoptimized]
Found ninja-1.10.1 at /usr/bin/ninja
Found runner: /usr/bin/ninja
ninja: Entering directory `build'
[55/58] Linking target ext/x264/libgstx264.so
FAILED: ext/x264/libgstx264.so
gcc -m32  -o ext/x264/libgstx264.so ext/x264/libgstx264.so.p/gstx264enc.c.o -flto -Wl,--as-needed -Wl,--no-undefined -shared -fPIC -Wl,--start-group -Wl,-soname,libgstx264.so -Wl,-Bsymbolic-functions -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now /usr/lib32/libgstbase-1.0.so /usr/lib32/libgstreamer-1.0.so /usr/lib32/libgobject-2.0.so /usr/lib32/libglib-2.0.so /usr/lib32/libgstvideo-1.0.so /usr/lib32/libgstpbutils-1.0.so /usr/lib32/libgstaudio-1.0.so /usr/lib32/libx264.so -Wl,--end-group
/usr/bin/ld: /tmp/libgstx264.so.oT9Nms.ltrans0.ltrans.o: in function `plugin_init':
<artificial>:(.text+0x4802): undefined reference to `x264_encoder_open_160'
collect2: error: ld returned 1 exit status
[58/58] Linking target gst/realmedia/libgstrealmedia.so
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...

It looks like upgrading libx264 (or something thereabouts) fixed this error.

Samega7Cattac commented on 2020-08-22 18:58 (UTC) (edited on 2020-08-22 18:59 (UTC) by Samega7Cattac)

having issues passing the tests

1/5 elements_xingmux  FAIL           0.07s (exit status 1)
2/5 generic_states    OK             0.23s
3/5 elements_amrnbenc FAIL           0.02s (exit status 1)
4/5 elements_mpeg2dec FAIL           0.25s (exit status 3)
5/5 elements_x264enc  FAIL           0.23s (exit status 5)

I can post output of the failing tests if needed

Alkaris commented on 2020-08-16 15:25 (UTC) (edited on 2020-08-16 15:26 (UTC) by Alkaris)

How do you fix dependency for Neon?

Dependency neon found: NO found 0.31.2 but need: '<= 0.30.99' ; matched: '>= 0.27'

ERROR: Invalid version of dependency, need 'neon' ['<= 0.30.99'] found '0.31.2'

Why does this package require an older version when a newer version exists? is there way to tell it to use the new one instead of the old one? What needs to be edited in the PKGBUILD to do that?