Package Details: xlivebg 1.0-2

Git Clone URL: https://aur.archlinux.org/xlivebg.git (read-only, click to copy)
Package Base: xlivebg
Description: Live wallpapers for the X window system
Upstream URL: http://nuclear.mutantstargoat.com/sw/xlivebg
Licenses: GPL3
Submitter: ragouel
Maintainer: None
Last Packager: ragouel
Votes: 3
Popularity: 0.000000
First Submitted: 2020-10-14 22:33 (UTC)
Last Updated: 2022-04-09 10:32 (UTC)

Required by (0)

Sources (1)

Latest Comments

datahunterx86_64 commented on 2024-07-04 22:05 (UTC)

When trying $ makepkg -si I get:

vid.c: In function ‘vid_open’:
vid.c:47:17: error: implicit declaration of function ‘av_register_all’ [-Wimplicit-function-declaration]
   47 |                 av_register_all();
      |                 ^~~~~~~~~~~~~~~
vid.c:72:41: error: ‘AVStream’ has no member named ‘codec’
   72 |                 if(vf->avctx->streams[i]->codec->codec_type == AVMEDIA_TYPE_VIDEO) {
      |                                         ^~
vid.c:82:51: error: ‘AVStream’ has no member named ‘codec’
   82 |         vf->cctx = vf->avctx->streams[vf->vstream]->codec;
      |                                                   ^~
vid.c:84:24: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
   84 |         if(!(vf->codec = avcodec_find_decoder(vf->cctx->codec_id))) {
      |                        ^
vid.c: In function ‘vid_get_frame’:
vid.c:170:25: error: implicit declaration of function ‘avcodec_decode_video2’; did you mean ‘avcodec_decode_subtitle2’? [-Wimplicit-function-declaration]
  170 |                         avcodec_decode_video2(vf->cctx, vf->frm, &frame_done, &packet);
      |                         ^~~~~~~~~~~~~~~~~~~~~
      |                         avcodec_decode_subtitle2
make[2]: *** [<builtin>: vid.o] Error 1
make[2]: Leaving directory '/home/gabriel/Applications/xlivebg/src/xlivebg-1.0/plugins/video'
make[1]: *** [Makefile:43: video] Error 2
make[1]: Leaving directory '/home/gabriel/Applications/xlivebg/src/xlivebg-1.0/plugins'
make: *** [Makefile:68: plugins] Error 2
==> ERROR: A failure occurred in build().

elvisoliveira commented on 2022-12-14 09:36 (UTC)

Please add --disable-plugin-video to the configure script

rvalles commented on 2022-04-13 11:19 (UTC)

vid.c:72:41: error: ‘AVStream’ has no member named ‘codec’
   72 |                 if(vf->avctx->streams[i]->codec->codec_type == AVMEDIA_TYPE_VIDEO) {
      |                                         ^~
vid.c:82:51: error: ‘AVStream’ has no member named ‘codec’
   82 |         vf->cctx = vf->avctx->streams[vf->vstream]->codec;
      |                                                   ^~

acxz commented on 2022-04-09 03:22 (UTC)

Thanks for maintaining this package, can you change ffmpeg to ffmpeg4.4 as a dep?