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: 32
Popularity: 0.103333
First Submitted: 2015-08-19 13:52 (UTC)
Last Updated: 2024-12-14 04:55 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

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.

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).