Package Details: lib32-gst-plugins-base-libs-git 1.24.0+r705+g81de6b7738-1

Git Clone URL: https://aur.archlinux.org/lib32-gstreamer-git.git (read-only, click to copy)
Package Base: lib32-gstreamer-git
Description: Multimedia graph framework (32-bit) - base
Upstream URL: https://gstreamer.freedesktop.org/
Licenses: LGPL
Conflicts: lib32-gst-plugins-base-libs
Provides: lib32-gst-plugins-base-libs
Submitter: SKV
Maintainer: SKV
Last Packager: SKV
Votes: 1
Popularity: 0.002370
First Submitted: 2022-05-22 04:56 (UTC)
Last Updated: 2024-06-08 10:11 (UTC)

Required by (54)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

SKV commented on 2023-06-05 17:42 (UTC)

Thanks, I'll remove deps libsidplay

MarsSeed commented on 2023-06-03 08:28 (UTC)

Arch has dropped the 64-bit libsidplay from repos and from depends of gst-plugins-ugly. This package should follow that change and remove depends lib32-libsidplay, otherwise it cannot be built in clean environment.

In general I believe 32-bit libraries to play Commodore 64 music files are not needed anymore. Commodore emulators can be built in 32 or 64 bit and they play Commodore music on their own without GStreamer. So this dependency would be good to remove even if libsidplay becomes available again in Arch or AUR repo.

hauu commented on 2023-02-17 18:13 (UTC) (edited on 2023-02-18 10:38 (UTC) by hauu)

@SKV hmm then I'm confused what is going wrong, currently trying to build lib32-gst*, failing at lib32-libnice because of failing test-gstreamer. Commenter under lib32-libnice package was able to pass this by using lib32-gstreamer-git rather than lib32-gstreamer, only lib32-gstreamer-git requires lib32-libnice as a dependency so I'm stuck.

SKV commented on 2023-02-17 15:28 (UTC)

@hauu when build lib32-gstreamer, lib32-libnice is makedepends. when install lib32-gst*, only lib32-gst-plugins-bad-git depends on lib32-libnice. the deps-graph seems like:

lib32-gstreamer -----------> lib32-libnice -------------------> lib32-gst-plugins-bad
      \                                                                  /
       --> lib32-gst-plugins-base-libs --> lib32-gst-plugins-bad-libs --> 

that's ok

hauu commented on 2023-02-17 09:08 (UTC)

This package is a dependency of lib32-libnice but also has lib32-libnice as it's own dependency.

SKV commented on 2023-02-14 16:51 (UTC)

@mokkurkalve,the latest libzvbi is a little different from extra/zvbi

https://github.com/zapping-vbi/zvbi/blob/main/src/libzvbi.h

to fix this problem, you can replace #include "version.h" with

#define VBI_VERSION_MAJOR 0
#define VBI_VERSION_MINOR 2
#define VBI_VERSION_MICRO 40

mokkurkalve commented on 2023-02-14 13:46 (UTC)

Compiling fails thus:

[3195/3859] Compiling C object subprojects/gst-plugins-bad/ext/teletextdec/libgstteletext.so.p/gstteletextdec.c.o
FAILED: subprojects/gst-plugins-bad/ext/teletextdec/libgstteletext.so.p/gstteletextdec.c.o 
gcc -m32 -Isubprojects/gst-plugins-bad/ext/teletextdec/libgstteletext.so.p -Isubprojects/gst-plugins-bad/ext/teletextdec -I../gstreamer/subprojects/gst-plugins-bad/ext/teletextdec -Isubprojects/gst-plugins-bad -I../gstreamer/subprojects/gst-plugins-bad -Isubprojects/gst-plugins-base/gst-libs -I../gstreamer/subprojects/gst-plugins-base/gst-libs -Isubprojects/gstreamer/libs -I../gstreamer/subprojects/gstreamer/libs -Isubprojects/gstreamer -I../gstreamer/subprojects/gstreamer -Isubprojects/gst-plugins-base/gst-libs/gst/video -Isubprojects/gstreamer/gst -I/usr/include/glib-2.0 -I/usr/lib32/glib-2.0/include -I/usr/include/orc-0.4 -flto=auto -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -fvisibility=hidden -fno-strict-aliasing -DG_DISABLE_DEPRECATED -Wmissing-prototypes -Wold-style-definition -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Wformat -Wformat-security -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wvla -Wpointer-arith -march=native -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/tmp/makepkg/lib32-gstreamer-git/src=/usr/src/debug/lib32-gstreamer-git -fPIC -pthread -DHAVE_CONFIG_H -MD -MQ subprojects/gst-plugins-bad/ext/teletextdec/libgstteletext.so.p/gstteletextdec.c.o -MF subprojects/gst-plugins-bad/ext/teletextdec/libgstteletext.so.p/gstteletextdec.c.o.d -o subprojects/gst-plugins-bad/ext/teletextdec/libgstteletext.so.p/gstteletextdec.c.o -c ../gstreamer/subprojects/gst-plugins-bad/ext/teletextdec/gstteletextdec.c
In file included from ../gstreamer/subprojects/gst-plugins-bad/ext/teletextdec/gstteletextdec.h:26,
                 from ../gstreamer/subprojects/gst-plugins-bad/ext/teletextdec/gstteletextdec.c:45:
/usr/include/libzvbi.h:28:10: fatal error: version.h: No such file or directory
   28 | #include "version.h"
      |          ^~~~~~~~~~~
compilation terminated.
[3204/3859] Linking target subprojects/gst-plugins-bad/ext/sctp/libgstsctp.so
ninja: build stopped: subcommand failed.

SKV commented on 2023-02-13 16:13 (UTC)

@0e4ef622 Thanks, I have fix it

0e4ef622 commented on 2023-02-13 04:58 (UTC)

Attempting to build resulted in

gst-plugins-bad| Run-time dependency svtav1enc found: NO (tried pkgconfig and cmake)

gstreamer/subprojects/gst-plugins-bad/ext/svtav1/meson.build:5:0: ERROR: Dependency "SvtAv1Enc" not found, tried pkgconfig and cmake

Fixed by adding

-D gst-plugins-bad:svtav1=disabled # due to no lib32-svt-av1 support

to meson_options in build().

SKV commented on 2022-12-28 09:44 (UTC)

@atomo

This warning can be ignored, or wait until for the upstream to modify meson.build.

WARNING: Project specifies a minimum meson_version '>= 0.62.0' but uses features which were added in newer versions:
 * 0.63.0: {'Wrap files with diff_files'}