ddcutil: update to 0.9.9.
This commit is contained in:
parent
7a74343620
commit
638bde041c
|
@ -3172,7 +3172,7 @@ libgfshare.so.2 libgfshare-2.0.0_1
|
|||
libtracker-miner-2.0.so.0 libtracker-2.0.1_1
|
||||
libtacacs.so.1 tacacs-4.0.4.28_1
|
||||
libffms2.so.4 libffms2-2.23.1_1
|
||||
libddcutil.so.2 ddcutil-0.9.8_1
|
||||
libddcutil.so.3 ddcutil-0.9.9_1
|
||||
liblsmash.so.2 liblsmash-2.9.1_1
|
||||
libgiac.so.0 libgiac-1.4.9r17_1
|
||||
libgnustep-base.so.1.27 gnustep-base-1.27.0_1
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- src/util/edid.h.orig 2017-11-16 07:13:16.000000000 +0100
|
||||
+++ src/util/edid.h 2017-11-17 21:29:05.725854175 +0100
|
||||
@@ -36,6 +36,7 @@
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
+#include <sys/types.h>
|
||||
/** \endcond */
|
||||
|
||||
#include "coredefs.h"
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ddcutil'
|
||||
pkgname=ddcutil
|
||||
version=0.9.8
|
||||
version=0.9.9
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
|
@ -11,7 +11,7 @@ maintainer="lemmi <lemmi@nerd2nerd.org>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="http://www.ddcutil.com"
|
||||
distfiles="https://github.com/rockowitz/ddcutil/archive/v${version}.tar.gz"
|
||||
checksum=445478a226d3fc46c6c058e503bba416948dad1152736b3c91326e60bbfc9025
|
||||
checksum=fcb4125be4f6f95c69160bcd8bf6b39b5ae0e2f18f0f7742398cd43e082b82cd
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) makedepends+=" libexecinfo-devel musl-legacy-compat"
|
||||
|
|
Loading…
Reference in New Issue