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

Latest Comments

« First ‹ Previous 1 2 3 4 5 6

mirh commented on 2017-03-19 15:10 (UTC)

Wouldn't it be better to switch to latest git instead of the ancient 2006 release? https://sourceforge.net/p/ddccontrol/ddccontrol/commit_browser Or perhaps even better some of the kind-of-modernized forks on github https://github.com/ddccontrol/ddccontrol/pulls

3ED_0 commented on 2016-09-25 13:47 (UTC)

bastelfreak: you are right :) thx

bastelfreak commented on 2016-09-25 13:27 (UTC)

3ED_O: Your point is valid, but: It is not possible to build the PKGBUILD without gtk+. Adding it ad a make-depend should be totally fine?

3ED_0 commented on 2016-05-01 11:17 (UTC) (edited on 2016-07-17 16:23 (UTC) by 3ED_0)

gtk is in gddccontrol. I don't like not separated packages. If there is gui and cli, they should be in separated packages. BTW. The same if there was tray/applet autostart included, like in firewalld is. For example in fedora you have packages for: daemon, cli, gui, tray-icon. Arch have one package for everything. On old desktop with low ram, this python applet eat some around 100MB and do nothing. Who mention about headless server and tons of dependies? Unnecessary gtk libs with kde desktop. Etc.

bastelfreak commented on 2016-03-26 12:29 (UTC)

also gtk+ seems to be missing as a dependency: https://ci.virtapi.org/view/Arch%20Package%20Continuous%20Delivery/job/Arch_Package_ddccontrol/9/console

maikoool commented on 2016-02-28 00:24 (UTC)

I needed to install libxml2 to get this to work, else the build fails with message: configure: error: xml2-config not found, please install libxml2, available at http://www.xmlsoft.org/. Can libxml2 be added to the dependencies in the PKGBUILD file?