Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (fdc06a5e6e1ad2ad9bd3c65146ed7a06009e453d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (fdc06a5e6e1ad2ad9bd3c65146ed7a06009e453d)
  • Date: Tue, 13 Jul 2010 12:32:37 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

ChangeLog | 2 ++
audio-libs/libcue/DETAILS | 16 ++++++++++++++++
audio-libs/libcue/HISTORY | 3 +++
audio-libs/resid/DEPENDS | 1 +
audio-libs/resid/DETAILS | 14 ++++++++++++++
audio-libs/resid/HISTORY | 3 +++
audio-players/mpd/CONFIGURE | 16 ++++++++++++++++
audio-players/mpd/DEPENDS | 39 +++++++++++++++++++++++++++++++++++----
audio-players/mpd/HISTORY | 3 +++
9 files changed, 93 insertions(+), 4 deletions(-)

New commits:
commit fdc06a5e6e1ad2ad9bd3c65146ed7a06009e453d
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

mpd: added missing options, dependencies and defaults. resid support is
a work in progress.

commit 27e95fa4530ec977a949b3d1b90220f935183cec
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

resid: new spell, C64 SID emulator

commit 719a6428c7337ae4d35e9a7ad3a3a2740b813837
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

libcue: new spell, cue sheet parser library

diff --git a/ChangeLog b/ChangeLog
index 6c39a02..75dda52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2010-07-13 Arjan Bouter <abouter AT sourcemage.org>
* ldxe/lxdm: new spell, LXDE login/display manager
+ * audio-libs/libcue: new spell, cue sheet parser library
+ * audio-libs/resid: new spell, C64 SID emulator

2010-07-11 Bor Kraljič <pyrobor AT ver.si>
* FUNCTIONS: Fixed function default_build_configure to get SPELL_OPTS
in OPTS
diff --git a/audio-libs/libcue/DETAILS b/audio-libs/libcue/DETAILS
new file mode 100755
index 0000000..f5a4e74
--- /dev/null
+++ b/audio-libs/libcue/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=libcue
+ VERSION=1.4.0
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+
SOURCE_URL[0]=$SOURCEFORGE_URL/project/${SPELL}/${SPELL}/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:1efbe4ff2d7bf1716547c9377a8eefefd5392ce9fa62ee07bc948fc5b8832cefeecebf655a40e49eefe4ec857978dfee5a66a0439e36e4440e0ec472e2226ddb
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://libcue.sf.net";
+ LICENSE[0]=GPL
+ ENTERED=20100708
+ SHORT="Cue sheet parser library"
+cat << EOF
+Libcue is intended to parse a so called cue sheet from a char string or a
file
+pointer. For handling of the parsed data a convenient API is available. This
+project is meant as a fork of cuetools by Svend Sorensen which saw it last
+release in 02/2006.
+EOF
diff --git a/audio-libs/libcue/HISTORY b/audio-libs/libcue/HISTORY
new file mode 100644
index 0000000..8335be2
--- /dev/null
+++ b/audio-libs/libcue/HISTORY
@@ -0,0 +1,3 @@
+2010-07-08 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: spell created
+
diff --git a/audio-libs/resid/DEPENDS b/audio-libs/resid/DEPENDS
new file mode 100755
index 0000000..bcd1eeb
--- /dev/null
+++ b/audio-libs/resid/DEPENDS
@@ -0,0 +1 @@
+depends g++
diff --git a/audio-libs/resid/DETAILS b/audio-libs/resid/DETAILS
new file mode 100755
index 0000000..fad610f
--- /dev/null
+++ b/audio-libs/resid/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=resid
+ VERSION=0.16-p2
+ SOURCE="${SPELL}-${VERSION}.tgz"
+
SOURCE_URL[0]=$SOURCEFORGE_URL/project/sidplay2/sidplay2-misc/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:f7e86e97ea6d17c3e75b7763974b1182b49b2498c5fd3c1b0665c026ea6473cda3f9fc70bc123ac1357034879e3caaf41279d2253a8122246dc7e1c70c063d09
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-0.16"
+ WEB_SITE="http://sidplay2.sf.net";
+ LICENSE[0]=GPL
+ ENTERED=20100708
+ SHORT="C64 SID emulator"
+cat << EOF
+his is reSID, a reverse engineered software emulation of the MOS6581 SID
+(Sound Interface Device). This chip was used in the Commodore 64 computer.
+EOF
diff --git a/audio-libs/resid/HISTORY b/audio-libs/resid/HISTORY
new file mode 100644
index 0000000..fabd808
--- /dev/null
+++ b/audio-libs/resid/HISTORY
@@ -0,0 +1,3 @@
+2010-07-08 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS, DEPENDS: spell created
+
diff --git a/audio-players/mpd/CONFIGURE b/audio-players/mpd/CONFIGURE
new file mode 100755
index 0000000..e1d8221
--- /dev/null
+++ b/audio-players/mpd/CONFIGURE
@@ -0,0 +1,16 @@
+config_query_option MPD_ISO "Enable ISO9660 support?" n \
+ "--enable-iso9660" "--disable-iso9660" &&
+
+config_query_option MPD_IPV6 "Enable IPv6 support?" y \
+ "--enable-ipv6" "--disable-ipv6" &&
+
+config_query_option MPD_FIFO "Enable writing to a FIFO?" y \
+ "--enable-fifo" "--disable-fifo" &&
+
+config_query_option MPD_PIPE "Enable writing to a pipe?" y \
+ "--enable-pipe-output" \
+ "--disable-pipe-output" &&
+
+config_query_option MPD_HTTP "Enable HTTP server output?" y \
+ "--enable-httpd-output" \
+ "--disable-httpd-output"
diff --git a/audio-players/mpd/DEPENDS b/audio-players/mpd/DEPENDS
index 8fdd391..74a1533 100755
--- a/audio-players/mpd/DEPENDS
+++ b/audio-players/mpd/DEPENDS
@@ -5,11 +5,37 @@ optional_depends libao \
"--disable-ao" \
"for libao support" &&

+optional_depends libcue \
+ "--enable-cue" \
+ "--disable-cue" \
+ "for CUE sheet support" &&
+
+optional_depends liblastfm \
+ "--enable-lastfm" \
+ "--disable-lastfm" \
+ "for last.fm radio support" &&
+
+optional_depends bzip2 \
+ "--enable-bzip2" \
+ "--disablebzip2" \
+ "for bzip2 archive support" &&
+
+optional_depends zziplib \
+ "--enable-zip" \
+ "--disable-zip" \
+ "for zip archive support" &&
+
optional_depends libvorbis \
"--enable-vorbis" \
"--disable-vorbis" \
"for Ogg Vorbis support" &&

+optional_depends sidplay-libs \
+ "--enable-sidplay" \
+ "--disable-sidplay" \
+ "for C64 sid support" &&
+
+
optional_depends libmpcdec \
"--enable-mpc" \
"--disable-mpc" \
@@ -23,18 +49,23 @@ optional_depends flac \
optional_depends faad2 \
"--enable-aac" \
"--disable-aac" \
- "for AAC audio support" &&
+ "for MP4/AAC audio support" &&

optional_depends audiofile \
"--enable-audiofile" \
"--disable-audiofile" \
- "for wav file support" &&
+ "for WAVE, AIFF and AU file support" &&

optional_depends alsa-lib \
"--enable-alsa" \
"--disable-alsa" \
"for alsa mixer support" &&

+optional_depends oss \
+ "--enable-oss" \
+ "--disable-oss" \
+ "for Open Sound System support" &&
+
optional_depends JACK-DRIVER \
"--enable-jack" \
"--disable-jack" \
@@ -58,7 +89,7 @@ optional_depends libid3tag \
optional_depends libmikmod \
"--enable-mikmod" \
"--disable-mikmod" \
- "for mod file support (libmikmod)" &&
+ "for mod file support (libmikmod, default disabled)" &&

optional_depends libmodplug \
"--enable-modplug" \
@@ -68,7 +99,7 @@ optional_depends libmodplug \
optional_depends libsamplerate \
"--enable-lsr" \
"--disable-lsr" \
- "for libsamplerate support" &&
+ "for samplerate conversions" &&

optional_depends libshout \
"--enable-shout" \
diff --git a/audio-players/mpd/HISTORY b/audio-players/mpd/HISTORY
index 3195aa6..12a8890 100644
--- a/audio-players/mpd/HISTORY
+++ b/audio-players/mpd/HISTORY
@@ -1,3 +1,6 @@
+2010-07-08 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS, CONFIGURE: added missing options, dependencies an defaults
+
2010-05-30 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.15.10




  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (fdc06a5e6e1ad2ad9bd3c65146ed7a06009e453d), Arjan Bouter, 07/13/2010

Archive powered by MHonArc 2.6.24.

Top of Page