Doesn't build anymore, see https://bugs.archlinux.org/task/56113
Search Criteria
Package Details: lib32-gst-plugins-bad 1.24.10-2
Package Actions
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.010938 |
First Submitted: | 2023-01-07 17:47 (UTC) |
Last Updated: | 2024-12-16 06:56 (UTC) |
Dependencies (117)
- lib32-aomAUR
- lib32-bzip2
- lib32-curl
- lib32-faacAUR
- lib32-faad2AUR
- lib32-fluidsynth
- lib32-gst-plugins-bad-libsAUR (lib32-gst-plugins-bad-libs-gitAUR)
- lib32-lcms2
- lib32-libassAUR
- lib32-libavtp
- lib32-libbs2bAUR
- lib32-libdc1394AUR
- lib32-libdcaAUR
- lib32-libde265AUR
- lib32-libdvdnavAUR
- lib32-libdvdreadAUR
- lib32-libfdk-aacAUR
- lib32-libgmeAUR
- lib32-liblrdfAUR
- lib32-libmodplug
- Show 97 more dependencies...
Required by (2)
- wine-stable (optional)
- wine-stable-next (optional)
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 14 15 16 17 18 19 20 21 22 Next › Last »
DarkShadow44 commented on 2018-01-22 22:58 (UTC)
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?
DarkShadow44 commented on 2017-10-01 15:03 (UTC)
I get "ModuleNotFoundError: No module named 'codegen'"
llde commented on 2017-08-26 12:25 (UTC)
Also this requires to have openpeg 2.1 or 2.0 installed. If you have openjpeg 2.2 you have to apply this patch:
diff -ur gst-plugins-bad/ext/openjpeg/gstopenjpeg.h gst-plugins-bad-new/ext/openjpeg/gstopenjpeg.h
--- gst-plugins-bad/ext/openjpeg/gstopenjpeg.h 2017-08-24 00:43:21.020318808 +0200
+++ gst-plugins-bad-new/ext/openjpeg/gstopenjpeg.h 2017-08-24 16:04:26.893479824 +0200
@@ -39,7 +39,7 @@
#else
#include <stdio.h>
# ifdef HAVE_OPENJPEG_2_1
-# include <openjpeg-2.1/openjpeg.h>
+# include <openjpeg-2.2/openjpeg.h>
# else
# include <openjpeg-2.0/openjpeg.h>
# endif
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...