Package Details: cairo-compmgr-git 1:0.3.1.57.g416ae1a-3

Git Clone URL: https://aur.archlinux.org/cairo-compmgr-git.git (read-only, click to copy)
Package Base: cairo-compmgr-git
Description: Cairo based composite manager - Git version
Upstream URL: http://cairo-compmgr.tuxfamily.org/
Licenses: LGPL3
Conflicts: cairo-compmgr
Provides: cairo-compmgr
Submitter: None
Maintainer: bidulock
Last Packager: bidulock
Votes: 110
Popularity: 0.000000
First Submitted: 2009-09-11 20:11 (UTC)
Last Updated: 2015-10-21 03:04 (UTC)

Dependencies (8)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 15 Next › Last »

cgirard commented on 2013-10-09 09:49 (UTC)

Only corrected the vala dep. mesa-libgl provides libgl but other packages provide it as well.

torors commented on 2013-10-08 15:48 (UTC)

After upgrade (okt. 2013) I think those lines must bee changed: depends=("gtk2>=2.16.0" "vala>=0.20" libsm libgl) to depends=("gtk2>=2.16.0" "vala>=0.20" libsm mesa-libgl) and: sed -i 's!libvala-0.18!libvala-0.20!' configure.ac sed -i 's!libvala-0.18!libvala-0.20!' vapi/cairo-compmgr.deps to sed -i 's!libvala-0.18!libvala-0.22!' configure.ac sed -i 's!libvala-0.18!libvala-0.22!' vapi/cairo-compmgr.deps

cgirard commented on 2013-08-04 08:56 (UTC)

Or not... crayZsaaron, please read the wiki about AUR guideline. base-devel are implicit dependencies.

mortimer_mcmire commented on 2013-08-03 21:37 (UTC)

autoconf, automake, and libtool should be added to the dependencies - The build script relies on autoreconf and aclocal, and libtool is required in configure.ac. Thanks for contributing, though!

cgirard commented on 2013-01-20 18:23 (UTC)

Fixed. @sporkasaurus: it should fix your issue as well.

<deleted-account> commented on 2013-01-18 14:32 (UTC)

/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libbfd.a(compress.o):function bfd_compress_section_contents: error: undefined reference to 'compressBound' /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libbfd.a(compress.o):function bfd_compress_section_contents: error: undefined reference to 'compress' /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libbfd.a(compress.o):function bfd_get_full_section_contents: error: undefined reference to 'inflateEnd' /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libbfd.a(compress.o):function bfd_get_full_section_contents: error: undefined reference to 'inflateInit_' /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libbfd.a(compress.o):function bfd_get_full_section_contents: error: undefined reference to 'inflate' /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libbfd.a(compress.o):function bfd_get_full_section_contents: error: undefined reference to 'inflateReset' collect2: error: ld returned 1 exit status make[2]: *** [cairo-compmgr] Error 1 make[2]: Leaving directory `/home/koss/Downloads/cairo-compmgr-git/src/cairocompmgr-build/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/koss/Downloads/cairo-compmgr-git/src/cairocompmgr-build/src' make: *** [all-recursive] Error 1 ==> ERROR: A failure occurred in build(). Aborting...

<deleted-account> commented on 2013-01-16 00:56 (UTC)

Hey guys, am having alot of trouble compiling this. Please see whats in the pastebin. Seems to be different than the issue everyone else is reporting. Any help would be most appreciated. http://pastebin.com/z8NPbQDW

FoolEcho commented on 2013-01-12 12:10 (UTC)

To compile and link correctly, you need to add -lz to the LIBS (like for the no-git package).