Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (53d0863efc7946f5672428c2ac519d2c3b039871)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (53d0863efc7946f5672428c2ac519d2c3b039871)
  • Date: Sun, 7 Feb 2021 00:48:19 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 4 ++++
audio-libs/libsidplayfp/DEPENDS | 8 ++++++++
audio-libs/libsidplayfp/DETAILS | 16 ++++++++++++++++
audio-libs/libsidplayfp/HISTORY | 2 ++
4 files changed, 30 insertions(+)

New commits:
commit 53d0863efc7946f5672428c2ac519d2c3b039871
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libsidplayfp: new spell, A library to play Commodore 64 music

diff --git a/ChangeLog b/ChangeLog
index acc25e5..b560528 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-02-07 Ismael Luceno <ismael AT sourcemage.org>
+ * audio-libs/libsidplayfp: new spell, A library to play Commodore
+ 64 music
+
2021-01-29 Vlad Glagolev <stealth AT sourcemage.org>
* security/opendoas: new spell, portable fork of the OpenBSD doas
command

diff --git a/audio-libs/libsidplayfp/DEPENDS b/audio-libs/libsidplayfp/DEPENDS
new file mode 100755
index 0000000..ddba673
--- /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 0000000..a42a59c
--- /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 0000000..4379409
--- /dev/null
+++ b/audio-libs/libsidplayfp/HISTORY
@@ -0,0 +1,2 @@
+2021-02-07 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (53d0863efc7946f5672428c2ac519d2c3b039871), Ismael Luceno, 02/06/2021

Archive powered by MHonArc 2.6.24.

Top of Page