mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 19:12:57 +02:00
darkice: update to 1.5
This commit is contained in:
parent
a40f89fe52
commit
17bca59df2
2 changed files with 14 additions and 3 deletions
11
srcpkgs/darkice/patches/fix-missing-cstdint-header.patch
Normal file
11
srcpkgs/darkice/patches/fix-missing-cstdint-header.patch
Normal 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 */
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'darkice'
|
# Template file for 'darkice'
|
||||||
pkgname=darkice
|
pkgname=darkice
|
||||||
version=1.4
|
version=1.5
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
--with-lame-prefix=${XBPS_CROSS_BASE}/usr
|
--with-lame-prefix=${XBPS_CROSS_BASE}/usr
|
||||||
|
@ -20,6 +20,6 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://www.darkice.org"
|
homepage="http://www.darkice.org"
|
||||||
distfiles="https://github.com/rafael2k/darkice/releases/download/v${version}/darkice-${version}.tar.gz"
|
distfiles="https://github.com/rafael2k/darkice/releases/download/v${version}/darkice-${version}.tar.gz"
|
||||||
checksum=e6a8ec2b447cf5b4ffaf9b62700502b6bdacebf00b476f4e9bf9f9fe1e3dd817
|
checksum=18b4c4573a7ccfe09c1094eb5798159e2a9892106ea62d753933f6f2a746058e
|
||||||
|
|
||||||
export CXXFLAGS="-std=c++14"
|
export CXXFLAGS="-std=c++14"
|
||||||
|
|
Loading…
Add table
Reference in a new issue