Skip to content

Commit c5c3510

Browse files
committed
audio/sidplayfp: Add new port
sidplayfp is a console C64 music player which uses the libsidplayfp engine to provide the best SID listening experience.
1 parent 9963099 commit c5c3510

File tree

4 files changed

+42
-0
lines changed

4 files changed

+42
-0
lines changed

‎audio/Makefile‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,7 @@
735735
SUBDIR += sidplay
736736
SUBDIR += sidplay2
737737
SUBDIR += sidplayer
738+
SUBDIR += sidplayfp
738739
SUBDIR += simplemod
739740
SUBDIR += siren
740741
SUBDIR += snack

‎audio/sidplayfp/Makefile‎

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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>

‎audio/sidplayfp/distinfo‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
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

‎audio/sidplayfp/pkg-descr‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sidplayfp is a console C64 music player which uses the libsidplayfp
2+
engine to provide the best SID listening experience.

0 commit comments

Comments
 (0)