mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
New package: sidplayfp-2.0.2
This commit is contained in:
parent
33364b5de4
commit
cd92a430e3
2 changed files with 24 additions and 0 deletions
11
srcpkgs/sidplayfp/patches/musl-PATH_MAX.patch
Normal file
11
srcpkgs/sidplayfp/patches/musl-PATH_MAX.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- src/IniConfig.cpp 2019-06-23 16:35:20.000000000 +0800
|
||||||
|
+++ src/IniConfig.cpp 2020-04-03 22:46:45.585216398 +0800
|
||||||
|
@@ -36,6 +36,7 @@
|
||||||
|
# include <sys/types.h>
|
||||||
|
# include <sys/stat.h> /* mkdir */
|
||||||
|
# include <dirent.h> /* opendir */
|
||||||
|
+# include <limits.h>
|
||||||
|
#else
|
||||||
|
# include <windows.h>
|
||||||
|
#endif
|
||||||
|
|
13
srcpkgs/sidplayfp/template
Normal file
13
srcpkgs/sidplayfp/template
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# Template file for 'sidplayfp'
|
||||||
|
pkgname=sidplayfp
|
||||||
|
version=2.0.2
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="libsidplayfp-devel alsa-lib-devel pulseaudio-devel jack-devel"
|
||||||
|
short_desc="Library to play Commodore 64 SID music - commandline interface"
|
||||||
|
maintainer="Zeinok <zeinok@protonmail.com>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
|
homepage="https://sourceforge.net/projects/sidplay-residfp/"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/sidplay-residfp/${pkgname}/${version%.*}/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=937ca6c9f393691f0fe64e31d231fb00dad4150fe171f5ddcd8ac3f093764de8
|
Loading…
Add table
Reference in a new issue