[Lunar-commits] <moonbase> libsidplay: a library for playing all C64 mono and stereo file formats.

Florin Braescu florin at lunar-linux.org
Tue Apr 20 18:27:00 CEST 2010


commit 91ac954db070337768b33e3cf6880ab8b7f21c19
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Apr 20 19:27:00 2010 +0300

    libsidplay: a library for playing all C64 mono and stereo file formats.
    
    Thanks to brebs for the initial submission of the module.
---
 audio/libsidplay/BUILD   |   10 ++++++++++
 audio/libsidplay/DETAILS |   22 ++++++++++++++++++++++
 2 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/audio/libsidplay/BUILD b/audio/libsidplay/BUILD
new file mode 100644
index 0000000..82ab9cf
--- /dev/null
+++ b/audio/libsidplay/BUILD
@@ -0,0 +1,10 @@
+(
+
+   patch_it $SOURCE_CACHE/$SOURCE2 1  &&
+   patch_it $SOURCE_CACHE/$SOURCE3 1  &&
+
+   libtoolize  &&
+   default_build
+
+) > $C_FIFO 2>&1
+
diff --git a/audio/libsidplay/DETAILS b/audio/libsidplay/DETAILS
new file mode 100644
index 0000000..992e457
--- /dev/null
+++ b/audio/libsidplay/DETAILS
@@ -0,0 +1,22 @@
+          MODULE=libsidplay
+         VERSION=2.1.1
+          SOURCE=sidplay-libs-${VERSION}.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/sidplay-libs-${VERSION}
+         SOURCE2=$MODULE-$VERSION-gcc41.patch.bz2
+         SOURCE3=$MODULE-$VERSION-gcc43.patch.bz2
+      SOURCE_URL=$SFORGE_URL/sidplay2
+     SOURCE2_URL=$PATCH_URL
+     SOURCE3_URL=$PATCH_URL
+      SOURCE_VFY=sha1:8af6350866edc30b0d331e075fa97292f6f645a5
+     SOURCE2_VFY=sha1:5e6f5cbccda9526a2cc914436061ca63a4724270
+     SOURCE3_VFY=sha1:f670f26b27c104dfe4e6f39ffab46f1ce63d9a20
+        WEB_SITE=http://sidplay2.sourceforge.net
+         ENTERED=20100420
+         UPDATED=20100420
+           SHORT="Commodore 64 SID player library"
+
+cat << EOF
+Sidplay 2 is the second in the Sidplay series. This version is cycle-
+accurate for improved sound reproduction. Sidplay 2 is capable of
+playing all C64 mono and stereo file formats.
+EOF


More information about the Lunar-commits mailing list