darkice: update to 1.5

This commit is contained in:
elbachir-one 2025-08-05 15:32:24 +01:00 committed by Duncan Overbruck
parent a40f89fe52
commit 17bca59df2
2 changed files with 14 additions and 3 deletions

View file

@ -0,0 +1,11 @@
--- a/src/Util.h 2025-08-05 15:42:50.901585253 +0100
+++ b/src/Util.h 2025-08-05 15:43:37.459031009 +0100
@@ -37,7 +37,7 @@
/* ============================================================ include files */
#include "Exception.h"
-
+#include <cstdint>
/* ================================================================ constants */

View file

@ -1,7 +1,7 @@
# Template file for 'darkice'
pkgname=darkice
version=1.4
revision=2
version=1.5
revision=1
build_style=gnu-configure
configure_args="
--with-lame-prefix=${XBPS_CROSS_BASE}/usr
@ -20,6 +20,6 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="http://www.darkice.org"
distfiles="https://github.com/rafael2k/darkice/releases/download/v${version}/darkice-${version}.tar.gz"
checksum=e6a8ec2b447cf5b4ffaf9b62700502b6bdacebf00b476f4e9bf9f9fe1e3dd817
checksum=18b4c4573a7ccfe09c1094eb5798159e2a9892106ea62d753933f6f2a746058e
export CXXFLAGS="-std=c++14"