libsidplayfp: update to 2.0.0
This commit is contained in:
parent
7bfdb7ab05
commit
763e78d2ef
|
@ -2748,7 +2748,7 @@ libpisync.so.1 pilot-link-0.12.5_1
|
||||||
libpitcl.so.0 pilot-link-0.12.5_1
|
libpitcl.so.0 pilot-link-0.12.5_1
|
||||||
libiscsi.so.8 libiscsi-1.18.0_1
|
libiscsi.so.8 libiscsi-1.18.0_1
|
||||||
libgme.so.0 libgme-0.6.1_1
|
libgme.so.0 libgme-0.6.1_1
|
||||||
libsidplayfp.so.4 libsidplayfp-1.8.7_1
|
libsidplayfp.so.5 libsidplayfp-2.0.0_1
|
||||||
libstilview.so.0 libsidplayfp-1.8.7_1
|
libstilview.so.0 libsidplayfp-1.8.7_1
|
||||||
libczmq.so.4 czmq-4.0.1_1
|
libczmq.so.4 czmq-4.0.1_1
|
||||||
liblz.so.1 lzlib-1.8_1
|
liblz.so.1 lzlib-1.8_1
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'libsidplayfp'
|
# Template file for 'libsidplayfp'
|
||||||
pkgname=libsidplayfp
|
pkgname=libsidplayfp
|
||||||
version=1.8.8
|
version=2.0.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Library to play Commodore 64 SID music"
|
short_desc="Library to play Commodore 64 SID music"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://sourceforge.net/projects/sidplay-residfp/"
|
homepage="https://sourceforge.net/projects/sidplay-residfp/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/sidplay-residfp/${pkgname}/${version%.*}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/sidplay-residfp/${pkgname}/${version%.*}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=d28b0c28ceea62627c137b4194e8bed866c8f2cec65bac97fde63639250a31e0
|
checksum=94a2d9f80e71ac1c8328e38ae675e0a0f3806a8ede80510ffa22e16b07045f51
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) CXXFLAGS="-Duint=unsigned"; configure_args="ac_cv_sizeof_int=4";;
|
*-musl) CXXFLAGS="-Duint=unsigned"; configure_args="ac_cv_sizeof_int=4";;
|
||||||
|
|
Loading…
Reference in New Issue