Search Criteria
Package Details: lib32-gst-plugins-ugly 1.14.4-1
Git Clone URL: | https://aur.archlinux.org/lib32-gst-plugins-ugly.git (read-only) |
---|---|
Package Base: | lib32-gst-plugins-ugly |
Description: | GStreamer Multimedia Framework Ugly Plugins (32-bit) |
Upstream URL: | https://gstreamer.freedesktop.org/ |
Licenses: | |
Submitter: | orumin |
Maintainer: | adam900710 |
Last Packager: | adam900710 |
Votes: | 13 |
Popularity: | 0.585793 |
First Submitted: | 2016-06-06 05:57 |
Last Updated: | 2018-10-07 01:40 |
Dependencies (14)
- gst-plugins-ugly (gst-plugins-ugly-oleavr, gst-plugins-ugly-git)
- lib32-a52dec
- lib32-gst-plugins-base-libs
- lib32-libcdio
- lib32-libdvdread
- lib32-libmpeg2
- lib32-libsidplay
- lib32-opencore-amr
- lib32-x264
- autoconf-archive (autoconf-archive-git) (make)
- git (git-git) (make)
- lib32-x264 (make)
- python (python-dbg) (make)
- valgrind-multilib (valgrind) (make)
Latest Comments
1 2 Next › Last »
adam900710 commented on 2018-08-18 01:09
For guys tired of the old upstream package, here is my PKGBUILDs for v1.14.2 lib32-gstreamer (needs new dependency from AUR): https://pastebin.com/baW8G4XV
And lib32-gst-plugins-base: https://pastebin.com/avFDFjB4
adam900710 commented on 2018-08-01 13:57
Please only mark this package out-of-date if extra/lib32-gst-plugins-base-libs get updated.
TemplarGR commented on 2018-07-01 09:35
Base and Good have been recently updated to 1.14.1 so this package needs to be updated as well now
singron commented on 2018-04-05 05:26
I think the failures happen because it's compiling with the headers from the gstreamer 1.14 x86_64 package, but linking against the lib32-gstreamer 1.12 32-bit libraries. Between 1.12 and 1.14, they changed the plugin ABI (specifically, they changed the name of the plugin entry symbol).
Unfortunately, the 32-bit package doesn't install the headers, so there isn't a simple fix. The 32-bit libraries in community need to be updated to 1.14 or the PKGBUILD needs to download its own gstreamer headers.
0e4ef622 commented on 2017-11-17 00:32
This package seems to be missing lib32-twolame from its dependencies list.
s4Ne commented on 2017-06-30 16:26
@zhenbo: Same here :/
zhenbo commented on 2017-03-20 07:48
Failed to build this package
PASS: generic/states
FAIL: elements/mpg123audiodec
FAIL: elements/amrnbenc
FAIL: elements/mpeg2dec
FAIL: elements/x264enc
FAIL: elements/xingmux
FAIL: pipelines/lame
============================================================================
Testsuite summary for GStreamer Ugly Plug-ins 1.8.3
============================================================================
# TOTAL: 7
# PASS: 1
# SKIP: 0
# XFAIL: 0
# FAIL: 6
# XPASS: 0
# ERROR: 0
============================================================================
See tests/check/test-suite.log
Please report to http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
============================================================================
orumin commented on 2017-01-12 10:05
Now, version of Arch Linux's lib32-gst-plugins-base-libs package in multilib repository is still 1.8.3 .
I'll upgrade this package if lib32-gst-plugins-base-libs upgraded.
ArchGuy2 commented on 2016-11-22 18:43
The package wouldn't build for me. It compiles then fails the test suite. Building with "makepkg --nocheck" as another user suggested does result in a package, but unsurprisingly the binaries don't work.
Edit: Got it to build. I needed to downgrade my 64-bit gstreamer packages from version 1.10 to 1.8.3.
Halcyon522 commented on 2016-11-18 19:52
It was failing check() for some reason. I was able to successfully compile with "makepkg --nocheck" but I wasn't sure if doing so was ill-advised.