mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
audio/libsidplayfp: Update to 2.1.1
Changelog: https://sourceforge.net/p/sidplay-residfp/news/ PR: 254371 Submitted by: daniel.engberg.lists@pyret.net Approved by: maintainer timeout
This commit is contained in:
parent
5fe665bea0
commit
44c15db8b1
@ -1,8 +1,8 @@
|
||||
PORTNAME= libsidplayfp
|
||||
PORTVERSION= 2.0.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.1.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/sidplay-residfp/libsidplayfp/${PORTVERSION:R}
|
||||
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ \
|
||||
SF/sidplay-residfp/libsidplayfp/${PORTVERSION:R}
|
||||
|
||||
MAINTAINER= liangtai.s16@gmail.com
|
||||
COMMENT= Library to play Commodore 64 music derived from libsidplay2
|
||||
@ -18,7 +18,8 @@ USES= compiler:c++11-lang libtool pathfix pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-exsid=no \
|
||||
CONFIGURE_ARGS= --disable-static \
|
||||
--with-exsid=no \
|
||||
--with-gcrypt
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
@ -38,7 +39,7 @@ DEBUG_CONFIGURE_ON= --enable-debug=full
|
||||
DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
|
||||
DOXYGEN_CONFIGURE_ENV_OFF= ac_cv_prog_HAVE_DOXYGEN=false
|
||||
|
||||
SIDPLAYFP_SHLIB_VERSION= 5.2.15
|
||||
SIDPLAYFP_SHLIB_VERSION= 6.2.17
|
||||
STILVIEW_SHLIB_VERSION= 0.0.4
|
||||
|
||||
post-build-DOXYGEN-on:
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1605953222
|
||||
SHA256 (libsidplayfp-2.0.5.tar.gz) = e0a70c898e318bcb915f0e73aa3559e0402588b8ed1959734e3df90267ce6d13
|
||||
SIZE (libsidplayfp-2.0.5.tar.gz) = 805133
|
||||
TIMESTAMP = 1616017789
|
||||
SHA256 (libsidplayfp-2.1.1.tar.gz) = 3793b61eeaf95a4a43334548b3b29292e83c53664d937e50a8877c35098b9d39
|
||||
SIZE (libsidplayfp-2.1.1.tar.gz) = 786640
|
@ -11,11 +11,9 @@ include/sidplayfp/sidplayfp.h
|
||||
include/sidplayfp/sidversion.h
|
||||
include/stilview/stil.h
|
||||
include/stilview/stildefs.h
|
||||
lib/libsidplayfp.a
|
||||
lib/libsidplayfp.so
|
||||
lib/libsidplayfp.so.%%SIDPLAYFP_SHLIB_VER%%
|
||||
lib/libsidplayfp.so.%%SIDPLAYFP_SHLIB_VERSION%%
|
||||
lib/libstilview.a
|
||||
lib/libstilview.so
|
||||
lib/libstilview.so.%%STILVIEW_SHLIB_VER%%
|
||||
lib/libstilview.so.%%STILVIEW_SHLIB_VERSION%%
|
||||
|
Loading…
x
Reference in New Issue
Block a user