Search Criteria
Package Details: lib32-gst-libav 1.18.2-1
Git Clone URL: | https://aur.archlinux.org/lib32-gst-libav.git (read-only, click to copy) |
---|---|
Package Base: | lib32-gst-libav |
Description: | Multimedia graph framework - libav plugin (32-bit) |
Upstream URL: | https://gstreamer.freedesktop.org/ |
Licenses: | |
Provides: | |
Submitter: | orumin |
Maintainer: | rodrigo21 |
Last Packager: | rodrigo21 |
Votes: | 6 |
Popularity: | 0.000003 |
First Submitted: | 2016-06-06 06:16 |
Last Updated: | 2020-12-19 22:23 |
Dependencies (7)
- bzip2 (bzip2-git, bzip2-rustify-git, bzip2-with-lbzip2-symlinks)
- gst-libav (gst-libav-git)
- lib32-gst-plugins-base-libs
- lib32-libffmpeg
- git (git-git) (make)
- meson (meson-git) (make)
- python (python-dbg) (make)
Latest Comments
1 2 Next › Last »
abcfy2 commented on 2020-12-08 15:03
Build failed:
ukbeast commented on 2020-09-23 20:24
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.tjackson commented on 2020-03-31 05:45
@mozo I can't reproduce this. As it says, you'd have to examine tests/check/test-suite.log for the exact problem, but everything seems fine on my end.
My log doesn't seem very helpful at all: 2 GStreamer libav 1.16.2: tests/check/test-suite.log 3 ======================================================== 4 5 # TOTAL: 4 6 # PASS: 4 7 # SKIP: 0 8 # XFAIL: 0 9 # FAIL: 0 10 # XPASS: 0 11 # ERROR: 0 12 13 .. contents:: :depth: 2
But maybe yours has some insight.
mozo commented on 2020-03-30 17:28
Fails to build :(
https://pastebin.com/j2YKgKjB
kronikpillow commented on 2019-05-15 13:11
fails to build
======================================================== GStreamer libav 1.14.4: tests/check/test-suite.log ========================================================
TOTAL: 4
PASS: 3
SKIP: 0
XFAIL: 0
FAIL: 1
XPASS: 0
ERROR: 0
.. contents:: :depth: 2
FAIL: generic/plugin-test
Running suite(s): Plugin 0%: Checks: 2, Failures: 2, Errors: 0 generic/plugin-test.c:31:F:existence:test_libav_plugin:0: Could not load FFmpeg plugin generic/plugin-test.c:46:F:existence:test_libav_update_reg:0: Assertion 'encoder != NULL' failed Check suite plugin_test ran in 0.003s (tests failed: 2) FAIL generic/plugin-test (exit status: 2)
adam900710 commented on 2018-09-20 02:25
@rodrigo21, please report this problem to lib32-gst-plugins-base-libs.
As mentioned, the dependency chain breaks at lib32-gst-plugins-base-libs, not this package, and all lib32-* packages should depend on original package for headers.
rodrigo21 commented on 2018-09-20 02:16
I'm still having the same problem.  I had to add gst-plugins-base-libs as makepedends because it's not a dependency of lib32-gst-plugins-base-libs and this package needs /usr/include/gst/audio/audio.h.
adam900710 commented on 2018-08-22 08:39
@rodrigo21, that's strange. The dependency chain should be this lib32-gst-libav -> lib32-gst-plugins-base-libs -> gst-plugin-base-libs.
So how did you get lib32-gst-plugins-base-libs without dependency on gst-plugin-base-libs?
rodrigo21 commented on 2018-08-18 14:09
I had to add gst-plugins-base-libs in makedepends and build in a chroot to compile it. You can also remove bzip2 according to namcap: Dependency bzip2 included but already satisfied.
adam900710 commented on 2018-08-01 14:19
Version bump, the latest version doesn't use system ffmpeg but compile from source. Thus now selftest should finish without problem, and no longer needs lib32-ffmpeg.
BTW, the PKGBUILD is also updated to try to reduce the difference between upstream extra/gst-libav.