mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
ddcutil: update to 2.1.4.
This commit is contained in:
parent
56fdba8f2a
commit
a82680769d
2 changed files with 6 additions and 5 deletions
|
@ -3070,7 +3070,7 @@ libphodav-3.0.so.0 phodav-3.0_1
|
|||
libgfshare.so.2 libgfshare-2.0.0_1
|
||||
libtacacs.so.1 tacacs-4.0.4.28_1
|
||||
libffms2.so.4 libffms2-2.23.1_1
|
||||
libddcutil.so.4 ddcutil-1.0.1_1
|
||||
libddcutil.so.5 ddcutil-2.1.4_1
|
||||
liblsmash.so.2 liblsmash-2.9.1_1
|
||||
libgiac.so.0 libgiac-1.4.9r17_1
|
||||
libgnustep-base.so.1.29 gnustep-base-1.29.0_1
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
# Template file for 'ddcutil'
|
||||
pkgname=ddcutil
|
||||
version=1.4.1
|
||||
version=2.1.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--libdir=/usr/lib"
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
makedepends="i2c-tools-devel libdrm-devel libgudev-devel libkmod-devel
|
||||
libusb-devel libXrandr-devel"
|
||||
libusb-devel libXrandr-devel jansson-devel"
|
||||
depends="i2c-tools"
|
||||
short_desc="Query and change monitor settings using DDC/CI and USB"
|
||||
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
||||
|
@ -13,13 +14,13 @@ license="GPL-2.0-or-later"
|
|||
homepage="https://www.ddcutil.com"
|
||||
changelog="https://www.ddcutil.com/release_notes/"
|
||||
distfiles="https://github.com/rockowitz/ddcutil/archive/v${version}.tar.gz"
|
||||
checksum=c591891a1d2d950315b9ef50598f66bdd9951a51828328542ec36a0db0cb9edb
|
||||
checksum=cd8325d399399edba3df4ec58a4051c7c54fcf4fbc8f62937c6f19adb303f4ba
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) makedepends+=" libexecinfo-devel musl-legacy-compat"
|
||||
LDFLAGS="-lexecinfo"
|
||||
post_extract() {
|
||||
sed -i -e "/AM_CFLAGS += -Wpedantic/d" src/app_sysenv/Makefile.am
|
||||
vsed -i -e "/AM_CFLAGS += -Wpedantic/d" src/app_sysenv/Makefile.am
|
||||
}
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue