File tree Expand file tree Collapse file tree 4 files changed +42
-0
lines changed Expand file tree Collapse file tree 4 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 735735 SUBDIR += sidplay
736736 SUBDIR += sidplay2
737737 SUBDIR += sidplayer
738+ SUBDIR += sidplayfp
738739 SUBDIR += simplemod
739740 SUBDIR += siren
740741 SUBDIR += snack
Original file line number Diff line number Diff line change 1+ PORTNAME = sidplayfp
2+ PORTVERSION = 2.5.0
3+ DISTVERSIONPREFIX = v
4+ CATEGORIES = audio
5+
6+ MAINTAINER = ehaupt@FreeBSD.org
7+ COMMENT = Console SID/MUS player using sidplayfp
8+ WWW = https://github.com/libsidplayfp/sidplayfp
9+
10+ LICENSE = GPLv2
11+ LICENSE_FILE = ${WRKSRC}/COPYING
12+
13+ LIB_DEPENDS = libasound.so:audio/alsa-lib \
14+ libpulse.so:audio/pulseaudio \
15+ libstilview.so:audio/libsidplayfp
16+
17+ USES = autoreconf gettext iconv localbase:ldflags pkgconfig
18+ USE_GITHUB = yes
19+ GH_ACCOUNT = libsidplayfp
20+ GNU_CONFIGURE = yes
21+
22+ PLIST_FILES = bin/sidplayfp \
23+ bin/stilview \
24+ man/man1/sidplayfp.1.gz \
25+ man/man1/stilview.1.gz \
26+ man/man5/sidplayfp.ini.5.gz
27+
28+ OPTIONS_DEFINE = OUT123
29+ OPTIONS_DEFAULT = OUT123
30+
31+ OUT123_DESC = Build with out123 library
32+
33+ OUT123_LIB_DEPENDS = libout123.so:audio/mpg123
34+ OUT123_CONFIGURE_WITH = out123
35+
36+ .include <bsd.port.mk>
Original file line number Diff line number Diff line change 1+ TIMESTAMP = 1687340264
2+ SHA256 (libsidplayfp-sidplayfp-v2.5.0_GH0.tar.gz) = 6782c42a40465ac1be9fdd231735c697732e0978926d1068aa17e15d131e810a
3+ SIZE (libsidplayfp-sidplayfp-v2.5.0_GH0.tar.gz) = 86936
Original file line number Diff line number Diff line change 1+ sidplayfp is a console C64 music player which uses the libsidplayfp
2+ engine to provide the best SID listening experience.
You can’t perform that action at this time.
0 commit comments