mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
Add new port audio/libsidplayfp:
Libsidplayfp is a fork of sidplay2 born with the aim to improve the quality of emulating the 6581, 8580 chips and the surrounding C64 system in order to play SID music better. WWW: http://sourceforge.net/projects/sidplay-residfp PR: ports/185218 Submitted by: RyoTa SimaMoto <liangtai.s16 at gmail.com>
This commit is contained in:
parent
cfef5c2376
commit
4e652d7e20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341455
@ -408,6 +408,7 @@
|
||||
SUBDIR += libshout2
|
||||
SUBDIR += libsidplay
|
||||
SUBDIR += libsidplay2
|
||||
SUBDIR += libsidplayfp
|
||||
SUBDIR += libsmf
|
||||
SUBDIR += libsndfile
|
||||
SUBDIR += libtremor
|
||||
|
15
audio/libsidplayfp/Makefile
Normal file
15
audio/libsidplayfp/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libsidplayfp
|
||||
PORTVERSION= 1.2.2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF/sidplay-residfp/libsidplayfp/${PORTVERSION:R}
|
||||
|
||||
MAINTAINER= liangtai.s16@gmail.com
|
||||
COMMENT= Library to play Commodore 64 music derived from libsidplay2
|
||||
|
||||
USES= pathfix pkgconfig gmake
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
audio/libsidplayfp/distinfo
Normal file
2
audio/libsidplayfp/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (libsidplayfp-1.2.2.tar.gz) = 7637d045de50c656813904714a5a23f5812a57d048f0c0accaf961c696fae059
|
||||
SIZE (libsidplayfp-1.2.2.tar.gz) = 633468
|
5
audio/libsidplayfp/pkg-descr
Normal file
5
audio/libsidplayfp/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Libsidplayfp is a fork of sidplay2 born with the aim to improve the quality
|
||||
of emulating the 6581, 8580 chips and the surrounding C64 system in order
|
||||
to play SID music better.
|
||||
|
||||
WWW: http://sourceforge.net/projects/sidplay-residfp
|
27
audio/libsidplayfp/pkg-plist
Normal file
27
audio/libsidplayfp/pkg-plist
Normal file
@ -0,0 +1,27 @@
|
||||
include/sidplayfp/SidConfig.h
|
||||
include/sidplayfp/SidDatabase.h
|
||||
include/sidplayfp/SidInfo.h
|
||||
include/sidplayfp/SidTune.h
|
||||
include/sidplayfp/SidTuneInfo.h
|
||||
include/sidplayfp/builders/resid.h
|
||||
include/sidplayfp/builders/residfp.h
|
||||
include/sidplayfp/event.h
|
||||
include/sidplayfp/sidbuilder.h
|
||||
include/sidplayfp/siddefs.h
|
||||
include/sidplayfp/sidplayfp.h
|
||||
include/sidplayfp/sidversion.h
|
||||
include/stilview/stil.h
|
||||
include/stilview/stildefs.h
|
||||
lib/libsidplayfp.a
|
||||
lib/libsidplayfp.la
|
||||
lib/libsidplayfp.so
|
||||
lib/libsidplayfp.so.3
|
||||
lib/libstilview.a
|
||||
lib/libstilview.la
|
||||
lib/libstilview.so
|
||||
lib/libstilview.so.0
|
||||
libdata/pkgconfig/libsidplayfp.pc
|
||||
libdata/pkgconfig/libstilview.pc
|
||||
@dirrmtry include/sidplayfp/builders
|
||||
@dirrmtry include/sidplayfp
|
||||
@dirrmtry include/stilview
|
Loading…
x
Reference in New Issue
Block a user