Package Details: ddccontrol 1.0.3-1

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: vr1
Votes: 31
Popularity: 0.85
First Submitted: 2015-08-19 13:52 (UTC)
Last Updated: 2024-02-21 06:30 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

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.

drws commented on 2023-07-26 16:21 (UTC)

@xiretza: Thank you for info. Do you know if upstream allows for a CLI-only build? Is a standalone ddccontrol-cli currently possible?

drws commented on 2023-07-26 16:18 (UTC) (edited on 2023-07-26 16:19 (UTC) by drws)

The tool seems to be split into two packages: the CLI ddccontrol and the GUI gddccontrol. This is great, but ddccontrol package also includes a GUI toolkit gtk2 as a build dependency. Is it an upstream or a packaging issue?

xiretza commented on 2023-07-26 16:16 (UTC) (edited on 2023-07-26 16:17 (UTC) by xiretza)

@drws: Build dependencies (makedepends) are shared for the entire pkgbase, because all parts of the split package are built at the same time. Only the resulting package file are separate (see package_*() functions in the PKGBUILD).

cyberia commented on 2022-07-28 20:42 (UTC)

Package intltool should be a build dependency.

Konzertheld commented on 2021-12-05 18:13 (UTC)

@xiretza: Yeah, I can build other packages just fine and I never consciously changed something in the autotools configs.

xiretza commented on 2021-12-05 17:43 (UTC)

@Konzertheld: you must've done something weird to your autotools, PKG_CHECK_MODULES should be expanded. Are you sure your system is set up to build packages (https://wiki.archlinux.org/title/Arch_User_Repository#Prerequisites)?