Package Details: lib32-gst-plugins-bad-libs 1.22.1-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
Last Packager: ahmubashshir
Votes: 38
Popularity: 2.61
First Submitted: 2023-01-07 17:47 (UTC)
Last Updated: 2023-03-19 09:59 (UTC)

Latest Comments

1 2 3 4 5 6 .. 16 Next › Last »

Arbyste commented on 2023-02-18 18:54 (UTC)

I'm able to get this to build, but there are 4 failed tests. Are these expected? Let me know if you want me to post the detailed test results for any of these.

Summary of Failures:

 65/112 gst-plugins-bad / elements_avtpcrfbase           FAIL             2.72s   exit status 1
 99/112 gst-plugins-bad / elements_x265enc               FAIL             4.16s   exit status 1
110/112 gst-plugins-bad / libs_vkwindow                  FAIL            22.65s   exit status 1
112/112 gst-plugins-bad / elements_webrtcbin             FAIL            39.61s   exit status 1

Ok:                 106 
Expected Fail:      0   
Fail:               4   
Unexpected Pass:    0   
Skipped:            2   
Timeout:            0

ahmubashshir commented on 2023-01-26 17:01 (UTC)

@svallinn

I'm assuming this will also need the changes applied in the 1.20.5-5 version

FS#77044 needs to be closed first, as this package depends on lib32-gstreamer, not x86-64 one.

SenileAnimal commented on 2023-01-26 05:37 (UTC) (edited on 2023-01-26 08:38 (UTC) by SenileAnimal)

Install fails for me at lib32-chromaprint (1.5.1-1). Morrowind now works at least. https://pastebin.com/vb4ZPNpj

Edit: I see now lib32-chromaprint is a make depend, not part of this package. Will report issue over there if I can't resolve it.

svallinn commented on 2023-01-08 21:04 (UTC)

I'm assuming this will also need the changes applied in the 1.20.5-5 version

erenoit commented on 2022-11-19 18:05 (UTC)

it also depends on lib32-openssl-1.1

rtentser commented on 2022-09-20 17:27 (UTC)

--nocheck option of makepkg works fine too

normalname012 commented on 2022-08-01 04:10 (UTC)

@francescoz96, thanks it worked. But regarding not able to find the GST plugin loader, i did export the environment variable required for gst plugin scanner as it showed in the log and it still didn't work then

francescoz96 commented on 2022-07-31 09:05 (UTC)

It's because it can't find the GST plugin loader for the tests. It won't be the most wise thing to do, but I made it skip the tests by using a dummy check() function:

In your PKGBUILD replace this:

check() { meson test -C 'build' --print-errorlogs }

with this:

check() { echo 'Skipping tests' }