From 17bca59df2db61406cd95aefad0fbbfdc58d3966 Mon Sep 17 00:00:00 2001 From: elbachir-one Date: Tue, 5 Aug 2025 15:32:24 +0100 Subject: [PATCH] darkice: update to 1.5 --- .../darkice/patches/fix-missing-cstdint-header.patch | 11 +++++++++++ srcpkgs/darkice/template | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/darkice/patches/fix-missing-cstdint-header.patch diff --git a/srcpkgs/darkice/patches/fix-missing-cstdint-header.patch b/srcpkgs/darkice/patches/fix-missing-cstdint-header.patch new file mode 100644 index 00000000000..7baef74f7bd --- /dev/null +++ b/srcpkgs/darkice/patches/fix-missing-cstdint-header.patch @@ -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 + + /* ================================================================ constants */ + diff --git a/srcpkgs/darkice/template b/srcpkgs/darkice/template index 29dc755d3c3..0643b575edd 100644 --- a/srcpkgs/darkice/template +++ b/srcpkgs/darkice/template @@ -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 " 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"