Package Details: chbg 1.5-7

Git Clone URL: https://aur.archlinux.org/chbg.git (read-only, click to copy)
Package Base: chbg
Description: Periodically change background image in X11. Can be a slideshow screensaver too
Upstream URL: http://chbg.sourceforge.net/about.html
Licenses: GPL
Submitter: None
Maintainer: bidulock
Last Packager: micwoj92
Votes: 7
Popularity: 0.000000
First Submitted: 2007-07-28 17:22 (UTC)
Last Updated: 2021-05-14 17:10 (UTC)

Latest Comments

micwoj92 commented on 2021-05-14 17:13 (UTC)

I think it should be posted on aur-request, I never posted there yet and only email I sent didn't go through ( I made sure to post in plain text and sent to right address so I don't know the issue). Could you do that?

micwoj92 commented on 2021-05-14 17:10 (UTC)

Thanks for fix, I didn't know about that package.

bidulock commented on 2021-05-14 07:50 (UTC)

@micwoj92 you requested deletion of a package for a dependency change. (libpng became libpng12) Builds fine now.

micwoj92 commented on 2021-05-14 07:06 (UTC)

absimg.c:99:17: error: invalid use of incomplete typedef ‘png_struct’ {aka ‘struct png_struct_def’}
   99 |  if (setjmp(pngw->jmpbuf))
      |                 ^~

so something related to posted by duletant I guess.

micwoj92 commented on 2021-05-12 19:09 (UTC)

Hello, could you update download to https?

bidulock commented on 2016-08-09 02:57 (UTC)

Still builds fine for me on both x86_64 and i686.

duletant commented on 2016-06-30 18:40 (UTC)

Getting a compilation error: tabsimg.c: In function ‘absimg_rgb_savePNG’: absimg.c:99:17: error: dereferencing pointer to incomplete type ‘png_struct {aka struct png_struct_def}’ if (setjmp(pngw-jmpbuf)) ^ absimg.c: In function ‘absimg_rgb_tile’: absimg.c:167:4: warning: implicit declaration of function ‘memcpy’ [-Wimplicit-function-declaration] memcpy(rgb-rgb + lstart + x * 3, irgb-rgb + ilstart, ^ absimg.c:167:4: warning: incompatible implicit declaration of built-in function ‘memcpy’ absimg.c:167:4: note: include ‘string.h’ or provide a declaration of ‘memcpy’ absimg.c: In function ‘absimg_rgb_dup’: absimg.c:197:2: warning: incompatible implicit declaration of built-in function ‘memcpy’ memcpy(rv-rgb, rgb-rgb, rgb-width * rgb-height * 3); ^ absimg.c:197:2: note: include ‘string.h’ or provide a declaration of ‘memcpy’ Makefile:155: recipe for target 'absimg.o' failed make[1]: *** [absimg.o] Error 1 make[1]: Leaving directory '/tmp/tmp/pacaurtmp-tmp/chbg/src/chbg-1.5/src' Makefile:165: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1

bidulock commented on 2015-09-24 02:15 (UTC)

I don't get this error.

motdef commented on 2015-09-14 15:49 (UTC)

Getting a compilation error: tabsimg.c: In function ‘absimg_rgb_savePNG’: absimg.c:99:17: error: dereferencing pointer to incomplete type ‘png_struct {aka struct png_struct_def}’ if (setjmp(pngw->jmpbuf)) ^ absimg.c: In function ‘absimg_rgb_tile’: absimg.c:167:4: warning: implicit declaration of function ‘memcpy’ [-Wimplicit-function-declaration] memcpy(rgb->rgb + lstart + x * 3, irgb->rgb + ilstart, ^ absimg.c:167:4: warning: incompatible implicit declaration of built-in function ‘memcpy’ absimg.c:167:4: note: include ‘<string.h>’ or provide a declaration of ‘memcpy’ absimg.c: In function ‘absimg_rgb_dup’: absimg.c:197:2: warning: incompatible implicit declaration of built-in function ‘memcpy’ memcpy(rv->rgb, rgb->rgb, rgb->width * rgb->height * 3); ^ absimg.c:197:2: note: include ‘<string.h>’ or provide a declaration of ‘memcpy’ Makefile:155: recipe for target 'absimg.o' failed make[1]: *** [absimg.o] Error 1 make[1]: Leaving directory '/tmp/tmp/pacaurtmp-tmp/chbg/src/chbg-1.5/src' Makefile:165: recipe for target 'all-recursive' failed make: *** [all-recursive] Error 1