Search Criteria
Package Details: ddccontrol 0.6.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ddccontrol.git (read-only, click to copy) |
---|---|
Package Base: | ddccontrol |
Description: | Control your monitor by software using the DDC/CI protocol |
Upstream URL: | https://github.com/ddccontrol/ddccontrol |
Keywords: | cli ddc gtk monitor settings |
Licenses: | GPL |
Submitter: | 3ED_0 |
Maintainer: | 3ED_0 |
Last Packager: | 3ED_0 |
Votes: | 26 |
Popularity: | 0.029934 |
First Submitted: | 2015-08-19 13:52 (UTC) |
Last Updated: | 2021-11-07 10:01 (UTC) |
Dependencies (11)
- ddccontrol-db-git
- glib2 (glib2-clear, glib2-quiet, glib2-selinux, glib2-nodocs-git, glib2-git, glib2-patched-thumbnailer)
- icu (icu-git-static, icu-git)
- libxml2 (libxml2-git)
- pciutils (pciutils-git)
- perl-xml-parser
- autoconf (autoconf-git) (make)
- automake (automake-1.7, automake-git, automake-1.11, automake-1.15, automake-1.14) (make)
- gtk2 (gtk2-ubuntu, gtk2-git, gtk2-minimal-git, gtk2-patched-filechooser-icon-view, gtk2-maemo) (make)
- intltool (make)
- python (python38, python37, python3.7, nogil-python, python311, python39, python36) (make)
Required by (3)
- gddccontrol
- vfio-kvm (optional)
- vfio-kvm-git (optional)
Latest Comments
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)?Konzertheld commented on 2021-12-05 14:05 (UTC) (edited on 2021-12-05 14:05 (UTC) by Konzertheld)
Hi, building fails with
but libxml2 is installed.
xiretza commented on 2021-11-15 15:52 (UTC)
@miss_barfin: upstream forgot to update the version in configure.ac in time: https://github.com/ddccontrol/ddccontrol/blob/0.6.0/configure.ac#L1
miss_barfin commented on 2021-11-15 10:39 (UTC) (edited on 2021-11-15 10:41 (UTC) by miss_barfin)
╰─ pacman -Q | grep -i ddccontrol
ddccontrol 0.6.0-1 ddccontrol-db-git 20211012.rb1f0c52-1 gddccontrol 0.6.0-1
╰─ ddccontrol
ddccontrol version 0.5.2
for some reason this happens
Maxr1998 commented on 2021-11-08 00:21 (UTC)
pkgconf is in the base-devel group which is assumed to be installed when building PKGBUILDs: https://wiki.archlinux.org/title/PKGBUILD#makedepends
looselyrigorous commented on 2021-08-06 00:38 (UTC)
There's an additional dependency to pkgconf.
Konzertheld commented on 2021-06-01 19:19 (UTC)
This package depends not only on autoconf but also on automake.
dlh commented on 2021-04-22 11:54 (UTC)
There was a problem with my glibc installation.
Can you bump version for icu?
Thanks
3ED_0 commented on 2021-04-20 11:30 (UTC)
@dlh: dunno, works fine for me. Looks like something with your c compiler or something - share with us if you find solution.
dlh commented on 2021-04-19 13:10 (UTC) (edited on 2021-04-19 13:16 (UTC) by dlh)
Does not compile anymore
http://ix.io/2WCp
Asuranceturix commented on 2021-01-12 22:56 (UTC) (edited on 2021-01-12 23:06 (UTC) by Asuranceturix)
I'm not an expert either but, as I understand dependencies, and given that gddccontrol is merely a GUI for ddccontrol, shouldn't all dependencies (and conflicts) of ddccontrol be exclusive to the non-GUI package, so that gddccontrol only depends on ddccontrol plus whatever is needed for the GUI part? EDIT: That's exactly the case, I thought that whatever depends were specified for a subpackage were added to the general depends, but it's not like that.
Also, per your latest fix (thanks, by the way!), only gddccontrol declares a conflict with ddccontrol-git, but it stands to reason that it's ddccontrol who will want to own the same files, right?
3ED_0 commented on 2021-01-12 19:37 (UTC) (edited on 2021-01-12 19:37 (UTC) by 3ED_0)
Sorry, looks like I don't understand how conflicts works. Package is not installed and pacman throws conflict with not installed package. Fixed.
xiretza commented on 2021-01-12 19:08 (UTC)
Yeah, this definitely shouldn't provide or conflict with ddccontrol-git. Managing such a conflict is the job of the -git package.
Asuranceturix commented on 2021-01-12 19:06 (UTC)
I can't install gddccontrol because pacman says it's in conflict with ddccontrol. If I understand correctly the PKGBUILD file, this is caused because both packages provide and conflict with ddccontrol-git, so they can't coexist, but at the same time gddccontrol depends on ddccontrol.
This appears to have been introduced a couple of commits ago: in fact I used to have them both installed with no issues. The simplest solution appears to be to move the ddccontrol-git conflicts/provides lines into the package_ddccontrol function.
janek commented on 2021-01-11 23:52 (UTC)
@3ED_0 thanks, I can confirm that the build is now successful.
3ED_0 commented on 2021-01-10 09:42 (UTC) (edited on 2021-01-10 10:08 (UTC) by 3ED_0)
@jbbr: now, should works without reverting
@tmn505: done
janek commented on 2021-01-10 02:44 (UTC) (edited on 2021-01-10 02:53 (UTC) by janek)
I always get the following error when trying to build this package since pkgrel 8 during "./configure":
Anyone else with this problem? Building on Manjaro.
Update: Build works fine when running './autogen.sh'. This issue seems to be caused by this change:
Update2: Manjaro is still on autoconf v2.69. As this was changed to fix issues with autoconf v2.70 I guess this at the same time breaks build with autoconfig <2.70
Temporary workaround for all Manjaro: Just revert the patched line & build should work fine.
tmn505 commented on 2021-01-10 02:19 (UTC)
Add python(python3) in makedepends, it's needed by
gdbus-codegen
(https://github.com/ddccontrol/ddccontrol/blob/c662e07c0f9e064f0be5b5dad2532056b62dfdf9/src/daemon/Makefile.am#L35).xiretza commented on 2020-12-31 12:32 (UTC)
autoconf 2.70 runs intltoolize automatically, but without passing
--force
, so the autogen.sh script no longer works. The corresponding line inprepare()
can be replaced withinstead.
dlh commented on 2020-12-22 15:18 (UTC)
Please bump due to new release of icu
5ar commented on 2020-10-29 07:15 (UTC)
For some reason, I had a conflict with Anaconda. After uninstalling, it worked.
CyberShadow commented on 2020-05-18 23:35 (UTC)
Works, thanks!
3ED_0 commented on 2020-05-18 11:31 (UTC) (edited on 2020-05-18 11:32 (UTC) by 3ED_0)
@Self-Perfection @CyberShadow @df8oe
I have been added patch. Please, check if it fix the issue.
Self-Perfection commented on 2020-05-17 17:17 (UTC)
CyberShadow and df8oe, there is patch for this, see here: Compilation fails with gcc-10 · Issue #74 · ddccontrol/ddccontrol
df8oe commented on 2020-05-17 10:42 (UTC)
Here same as CyberShadow mentioned.
CyberShadow commented on 2020-05-15 20:06 (UTC)
For whatever reason, the build currently fails for me (clean chroot as created by aurutils/makechrootpkg):
3ED_0 commented on 2020-05-04 07:41 (UTC) (edited on 2020-05-04 07:47 (UTC) by 3ED_0)
@klingt.net: reinstalling is not enough, you must recompile it with newer version of library. I have bumped release number...
klingt.net commented on 2020-05-03 10:42 (UTC)
gddccontrol fails to start:
Reinstalling gddcccontrol did not help (maybe in the wrong version?). The shared library is present:
3ED_0 commented on 2019-01-27 23:57 (UTC) (edited on 2019-01-27 23:59 (UTC) by 3ED_0)
@dlh: 0.4.4 (latest tagged) do not have this included. Try
*-git
or wait for the next version.dlh commented on 2019-01-20 09:45 (UTC)
Can you also provide daemon https://github.com/ddccontrol/ddccontrol/tree/master/src/daemon ?
3ED_0 commented on 2018-08-10 16:36 (UTC)
Ok, I bump release.
3ED_0 commented on 2018-08-10 16:26 (UTC) (edited on 2018-08-10 16:29 (UTC) by 3ED_0)
@dlh: You are serious?
First - make siure you have.
Secound - make siure you do not have.
Run
yaourt -S gddccontrol
or manually:Now it works?
dlh commented on 2018-08-10 15:14 (UTC)
Same thing now with icu 62
gddccontrol: error while loading shared libraries: libicui18n.so.61: cannot open shared object file: No such file or directory
dlh commented on 2018-04-07 09:25 (UTC)
ddccontrol: error while loading shared libraries: libicui18n.so.60: cannot open shared object file: No such file or directory
I recompiled, but no luck.
3ED_0 commented on 2017-04-20 09:50 (UTC)
Ashark commented on 2017-04-01 23:34 (UTC)
3ED_0 commented on 2017-03-19 18:21 (UTC)
mirh commented on 2017-03-19 15:10 (UTC)
3ED_0 commented on 2016-09-25 13:47 (UTC)
bastelfreak commented on 2016-09-25 13:27 (UTC)
3ED_0 commented on 2016-05-01 11:17 (UTC) (edited on 2016-07-17 16:23 (UTC) by 3ED_0)
bastelfreak commented on 2016-03-26 12:29 (UTC)
maikoool commented on 2016-02-28 00:24 (UTC)