Package Details: ddccontrol 1.0.3-3

Git Clone URL: https://aur.archlinux.org/ddccontrol.git (read-only, click to copy)
Package Base: ddccontrol
Description: DDCcontrol is a software used to control monitor parameters, like brightness, contrast, RGB color levels and others
Upstream URL: https://github.com/ddccontrol/ddccontrol
Keywords: cli ddc gtk monitor settings
Licenses: GPL
Submitter: 3ED_0
Maintainer: Konzertheld
Last Packager: Konzertheld
Votes: 33
Popularity: 0.88
First Submitted: 2015-08-19 13:52 (UTC)
Last Updated: 2024-12-14 04:55 (UTC)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

Troughy commented on 2025-05-17 13:36 (UTC)

@dimich thanks, that worked.

dimich commented on 2025-05-16 15:47 (UTC)

@Troughy libxml2 doesn't provide libxml2.so.2. Looks like your ddccontrol is built against libxml2-legacy. Just rebuild ddccontrol in your current environment.

Troughy commented on 2025-05-16 12:07 (UTC)

@Konzertheld I do have libxml2 installed. pacman -Q libxml2 returns libxml2 2.14.3-1. As for being more specific, neither works, that's why I did the (g) in (g)ddccontrol.

Konzertheld commented on 2025-05-11 21:16 (UTC)

@Troughy Can't confirm. Please make sure that libxml2 is actually installed, it is a dependency, and consider asking for help in the upstream project.

Also please be more specific next time. gddccontrol and ddccontrol are two separate packages and programs.

Troughy commented on 2025-05-11 18:25 (UTC)

Hello, (g)ddccontrol fails with this error: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory

Konzertheld commented on 2024-12-14 04:57 (UTC)

I have finally gotten to fix my AUR account and the package. Thanks to everyone pointing out that glib2-devel was now required and sorry for the inconvenience. Regarding the package upgrade from -1 to -3, there was a -2 for a couple minutes but I had accidentally made glib2-devel a dependency instead of a make dependency, so -3 fixes that.

dimich commented on 2024-11-16 16:08 (UTC)

glib2-devel should be specified as build dependency in PKGBUILD.

b4283 commented on 2024-08-23 00:49 (UTC)

noraj you need to install the glib2-devel package because it was trying to executte "gdbus-codegen" command but it's not found.

noraj commented on 2024-07-18 21:56 (UTC)

Is someone having a similar error:

make[3] : on entre dans le répertoire « /home/noraj/.cache/pikaur/build/ddccontrol/src/ddccontrol-1.0.3/src/daemon »
gdbus-codegen --interface-prefix ddccontrol --generate-c-code interface ddccontrol.DDCControl.xml
make[3]: gdbus-codegen: Aucun fichier ou dossier de ce nom
make[3]: *** [Makefile:992: interface.h] Error 127
make[3] : on quitte le répertoire « /home/noraj/.cache/pikaur/build/ddccontrol/src/ddccontrol-1.0.3/src/daemon »
make[2]: *** [Makefile:429: all-recursive] Error 1
make[2] : on quitte le répertoire « /home/noraj/.cache/pikaur/build/ddccontrol/src/ddccontrol-1.0.3/src »
make[1]: *** [Makefile:368: all] Error 2
make[1] : on quitte le répertoire « /home/noraj/.cache/pikaur/build/ddccontrol/src/ddccontrol-1.0.3/src »
make: *** [Makefile:446: all-recursive] Error 1

ericek111 commented on 2024-06-18 14:21 (UTC) (edited on 2024-06-18 14:22 (UTC) by ericek111)

glib2-devel is now required as a dependency -- the dev tools, including /usr/bin/gdbus-codegen required by this project, have been split off into a separate package.