Package Details: boblight-v4l r395-1

Git Clone URL: https://aur.archlinux.org/boblight-v4l.git (read-only, click to copy)
Package Base: boblight-v4l
Description: Collection of tools for driving lights connected to an external controller, compatible to new version of ffmpeg
Upstream URL: https://github.com/Nidhoggrr/boblight
Licenses: GPL2
Conflicts: boblight
Provides: boblight
Submitter: der_ronny
Maintainer: der_ronny
Last Packager: der_ronny
Votes: 0
Popularity: 0.000000
First Submitted: 2015-08-06 11:13 (UTC)
Last Updated: 2015-08-06 11:15 (UTC)

Latest Comments

pix3l commented on 2020-10-28 09:19 (UTC) (edited on 2020-10-28 09:28 (UTC) by pix3l)

There's a patch: https://github.com/Nidhoggrr/boblight/pull/88/commits/afbca40266e610fef9caff1f42880abd0103f61f

HappyTetrahedron commented on 2017-01-16 23:35 (UTC)

Doesn't compile for me. Might be a problem with the source - or maybe missing deps? Relevant part of compile output: clients/boblight-v4l/videograbber.cpp:154:38: error: ‘avcodec_alloc_frame’ was not declared in this scope m_inputframe = avcodec_alloc_frame(); ^ clients/boblight-v4l/videograbber.cpp:167:20: warning: ‘int avpicture_get_size(AVPixelFormat, int, int)’ is deprecated [-Wdeprecated-declarations] int buffsize = avpicture_get_size(PIX_FMT_RGB24, g_flagmanager.m_width, g_flagmanager.m_height); ^~~~~~~~~~~~~~~~~~ In file included from clients/boblight-v4l/videograbber.h:41:0, from clients/boblight-v4l/videograbber.cpp:20: /usr/include/libavcodec/avcodec.h:5468:5: note: declared here int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height); ^~~~~~~~~~~~~~~~~~ clients/boblight-v4l/videograbber.cpp:167:39: error: ‘PIX_FMT_RGB24’ was not declared in this scope int buffsize = avpicture_get_size(PIX_FMT_RGB2 , g_flagmanager.m_width, g_flagmanager.m_height);

dominicm commented on 2016-11-12 18:10 (UTC)

Seems to be broken: make[2]: *** [Makefile:831: videograbber.o] Error 1 make[2]: Leaving directory '/tmp/packerbuild-1000/boblight-v4l/boblight-v4l/src/trunk/src' make[1]: *** [Makefile:345: all-recursive] Error 1 make[1]: Leaving directory '/tmp/packerbuild-1000/boblight-v4l/boblight-v4l/src/trunk' make: *** [Makefile:254: all] Error 2 ==> ERROR: A failure occurred in build().