summaryrefslogtreecommitdiffstats
path: root/audio-libs
diff options
context:
space:
mode:
authorIsmael Luceno2021-02-07 01:49:32 +0100
committerIsmael Luceno2021-02-07 01:50:05 +0100
commit53d0863efc7946f5672428c2ac519d2c3b039871 (patch)
tree05312e910c2d66c278dc5d18706a1d3078070bbd /audio-libs
parent84af8fb41459475f5009f1d1093e2954cafd30d8 (diff)
libsidplayfp: new spell, A library to play Commodore 64 music
Diffstat (limited to 'audio-libs')
-rwxr-xr-xaudio-libs/libsidplayfp/DEPENDS8
-rwxr-xr-xaudio-libs/libsidplayfp/DETAILS16
-rw-r--r--audio-libs/libsidplayfp/HISTORY2
3 files changed, 26 insertions, 0 deletions
diff --git a/audio-libs/libsidplayfp/DEPENDS b/audio-libs/libsidplayfp/DEPENDS
new file mode 100755
index 0000000000..ddba673ace
--- /dev/null
+++ b/audio-libs/libsidplayfp/DEPENDS
@@ -0,0 +1,8 @@
+optional_depends libgcrypt \
+ "--with-gcrypt" \
+ "--without-gcrypt" \
+ "for MD5 computation" &&
+optional_depends libftdi \
+ "--with-exsid" \
+ "--without-exsid" \
+ "for exsid support"
diff --git a/audio-libs/libsidplayfp/DETAILS b/audio-libs/libsidplayfp/DETAILS
new file mode 100755
index 0000000000..a42a59ce71
--- /dev/null
+++ b/audio-libs/libsidplayfp/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=libsidplayfp
+ VERSION=2.0.5
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ WEB_SITE="https://github.com/libsidplayfp"
+ SOURCE_URL[0]="$WEB_SITE/$SPELL/releases/download/$VERSION/$SOURCE"
+ SOURCE_HASH=sha512:cb0a898b15d4483ea5540539a84b0e3f4716959862d45fc5e9d5ed468c298eee8142f79f0257079c0df7a1b8f0280b03a8866e3a861a3541b369c00e636f96b6
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ LICENSE[0]="GPL-2.0-or-later"
+ ENTERED=20210207
+ KEYWORDS=""
+ SHORT="A library to play Commodore 64 music"
+cat << EOF
+libsidplayfp is a C64 music player library which integrates the reSID SID
+chip emulation into a cycle-based emulator environment, constantly aiming
+to improve emulation of the C64 system and the SID chips.
+EOF
diff --git a/audio-libs/libsidplayfp/HISTORY b/audio-libs/libsidplayfp/HISTORY
new file mode 100644
index 0000000000..43794096d9
--- /dev/null
+++ b/audio-libs/libsidplayfp/HISTORY
@@ -0,0 +1,2 @@
+2021-02-07 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS, DETAILS: spell created