Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (7becfbbf8185927e065f1d02f835d15468b5edd1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (7becfbbf8185927e065f1d02f835d15468b5edd1)
  • Date: Mon, 1 Mar 2010 02:10:01 -0600

GIT changes to master grimoire by Andraž Levstik
<ruskie+2054d253 AT codemages.net>:

ChangeLog | 3 ++
audio-libs/game-music-emu/BUILD | 1
audio-libs/game-music-emu/DEPENDS | 2 +
audio-libs/game-music-emu/DETAILS | 38
+++++++++++++++++++++++++++++++++++++
audio-libs/game-music-emu/HISTORY | 3 ++
audio-players/xmms2/BUILD | 2 -
audio-players/xmms2/CONFIGURE | 5 ----
audio-players/xmms2/DEPENDS | 12 ++++-------
audio-players/xmms2/DETAILS | 4 +--
audio-players/xmms2/HISTORY | 7 ++++++
audio-players/xmms2/fix_flags.diff | 15 ++++++++++----
11 files changed, 73 insertions(+), 19 deletions(-)

New commits:
commit fb0d55eb215abad247ffdda220d3935788d4da3c
Author: Andraž Levstik <ruskie+2054d253 AT codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 AT codemages.net>

xmms2: update to version 0.7DrNo

commit e82183c64f500755d9f35e480d37884f9ff41a55
Author: Andraž Levstik <ruskie+2054d253 AT codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 AT codemages.net>

game-music-emu: new spell, game music emulator library

diff --git a/ChangeLog b/ChangeLog
index 322b45e..ebfd7ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-03-01 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
+ * audio-libs/game-music-emu: new spell, game music emulator lib
+
2010-03-01 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* utils/niced: new spell, a renice daemon

diff --git a/audio-libs/game-music-emu/BUILD b/audio-libs/game-music-emu/BUILD
new file mode 100755
index 0000000..e013b8d
--- /dev/null
+++ b/audio-libs/game-music-emu/BUILD
@@ -0,0 +1 @@
+cmake_build
diff --git a/audio-libs/game-music-emu/DEPENDS
b/audio-libs/game-music-emu/DEPENDS
new file mode 100755
index 0000000..193f83b
--- /dev/null
+++ b/audio-libs/game-music-emu/DEPENDS
@@ -0,0 +1,2 @@
+depends g++ &&
+depends cmake
diff --git a/audio-libs/game-music-emu/DETAILS
b/audio-libs/game-music-emu/DETAILS
new file mode 100755
index 0000000..a1418c6
--- /dev/null
+++ b/audio-libs/game-music-emu/DETAILS
@@ -0,0 +1,38 @@
+ SPELL=game-music-emu
+ VERSION=0.5.5
+ SOURCE="${SPELL}-${VERSION}.tbz2"
+ SOURCE_URL[0]=http://${SPELL}.googlecode.com/files/${SOURCE}
+
SOURCE_HASH=sha512:dcf341bf0ab8237a98bceef3b0bc8e8bd11851179f989c561878ff421912158bfdbae4bf613ecc9f6a569b02dce4fbd41acf68a3c9c5ea137938bd5cdc353ff4
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://code.google.com/p/game-music-emu/";
+ LICENSE[0]="LGPL"
+ ENTERED=20100301
+ KEYWORDS=""
+ SHORT="a collection of video game music file emulators"
+cat << EOF
+Game_Music_Emu is a collection of video game music file emulators that
+support the following formats and systems:
+
+AY ZX Spectrum/Amstrad CPC GBS Nintendo Game Boy GYM Sega Genesis/Mega Drive
+HES NEC TurboGrafx-16/PC Engine KSS MSX Home Computer/other Z80 systems
+(doesn't support FM sound) NSF/NSFE Nintendo NES/Famicom (with VRC 6, Namco
+106, and FME-7 sound) SAP Atari systems using POKEY sound chip SPC Super
+Nintendo/Super Famicom VGM/VGZ Sega Master System/Mark III, Sega Genesis/Mega
+Drive,BBC Micro Features:
+
+Can be used in C and C++ code High emphasis has been placed on making the
+library very easy to use One set of common functions work with all emulators
+the same way Several code examples, including music player using SDL Portable
+code for use on any system with modern or older C++ compilers Adjustable
+output sample rate using quality band-limited resampling Uniform access to
+text information fields and track timing information End-of-track fading
+and automatic look ahead silence detection Treble/bass and stereo echo for
+AY/GBS/HES/KSS/NSF/NSFE/SAP/VGM Tempo can be adjusted and individual voices
+can be muted while playing Can read music data from file, memory, or custom
+reader function/class Can access track information without having to load
+into full emulator M3U track listing support for multi-track formats Modular
+design allows elimination of unneeded emulators/features This library has
+been used in game music players for Windows, Linux on several architectures,
+Mac OS, MorphOS, Xbox, PlayStation Portable, GP2X, and Nintendo DSPlease
+enter a description of the spell here
+EOF
diff --git a/audio-libs/game-music-emu/HISTORY
b/audio-libs/game-music-emu/HISTORY
new file mode 100644
index 0000000..b539580
--- /dev/null
+++ b/audio-libs/game-music-emu/HISTORY
@@ -0,0 +1,3 @@
+2010-03-01 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
+ * DEPENDS, DETAILS, BUILD: spell created
+
diff --git a/audio-players/xmms2/BUILD b/audio-players/xmms2/BUILD
index 015d3ee..07a4915 100755
--- a/audio-players/xmms2/BUILD
+++ b/audio-players/xmms2/BUILD
@@ -1,4 +1,4 @@
cd xmms2* &&
-OPTS="${XMMS2_OPTS/--with-xmms2d}
--with-mandir=${INSTALL_ROOT}/usr/share/man $OPTS"
+OPTS="${XMMS2_OPTS/--with-xmms2d} --jobs=1
--mandir=${INSTALL_ROOT}/usr/share/man $OPTS"
OPTS="${OPTS/--with-xmms2d}"
CCFLAGS=$CFLAGS waf_build
diff --git a/audio-players/xmms2/CONFIGURE b/audio-players/xmms2/CONFIGURE
index 07cac91..656f288 100755
--- a/audio-players/xmms2/CONFIGURE
+++ b/audio-players/xmms2/CONFIGURE
@@ -153,11 +153,6 @@ config_query_option XMMS2_OPTS
\
"--with-plugins=cdda" \
"--without-plugins=cdda" &&
config_query_option XMMS2_OPTS \
- "Do you want Game Music support" \
- y \
- "--with-plugins=gme" \
- "--without-plugins=gme" &&
-config_query_option XMMS2_OPTS \
"Do you want GVFS support" \
y \
"--with-plugins=gvfs" \
diff --git a/audio-players/xmms2/DEPENDS b/audio-players/xmms2/DEPENDS
index 5a2c657..a53dd0f 100755
--- a/audio-players/xmms2/DEPENDS
+++ b/audio-players/xmms2/DEPENDS
@@ -82,9 +82,10 @@ optional_depends wavpack
\
"--with-plugins=wavpack" \
"--without-plugins=wavpack" \
"For wavpack decoder plugin." &&
- if list_find "$XMMS2_OPTS" "--with-plugins=gma" ; then
-depends g++
- fi
+optional_depends game-music-emu \
+ "--with-plugins=gme" \
+ "--without-plugins=gme" \
+ "Game Music support" &&

#Output plugins &&
optional_depends alsa-lib \
@@ -156,7 +157,4 @@ optional_depends ecore
\
optional_depends boost \
"--with-optionals=xmmsclient++-glib,xmmsclient++" \
"--without-optionals=xmmsclient++-glib,xmmsclient++" \
- "For C++ bindings." &&
-if is_depends_enabled $SPELL boost ; then
- sub_depends boost SIGNALS
-fi
+ "For C++ bindings."
diff --git a/audio-players/xmms2/DETAILS b/audio-players/xmms2/DETAILS
index 67d5ddd..fde5c73 100755
--- a/audio-players/xmms2/DETAILS
+++ b/audio-players/xmms2/DETAILS
@@ -13,11 +13,11 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${XMMS2_TREE}
FORCE_DOWNLOAD=ON
SOURCE_IGNORE=volatile
else
- VERSION=0.6DrMattDestruction
+ VERSION=0.7DrNo
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:fd08234532c692ff1ddcdce6a6ace5f837799a6d214e0c3ba5bfa3f218fe22e465865d3416bc7baa6b0c212693990a941c6d9ca32c752d6a5dd1d68a94c3829f
+
SOURCE_HASH=sha512:e991c0c5d598ccfd868b81ae932255352bd3be014f86e05f1fa782d240b7ce059054cad746cf52c8c383058feba1fdf5675c43ec6495955c06b6e5e9f949ca01
fi
WEB_SITE=http://wiki.xmms2.xmms.se/index.php/Main_Page
ENTERED=20040527
diff --git a/audio-players/xmms2/HISTORY b/audio-players/xmms2/HISTORY
index 18240aa..d0243d2 100644
--- a/audio-players/xmms2/HISTORY
+++ b/audio-players/xmms2/HISTORY
@@ -1,3 +1,10 @@
+2010-03-01 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
+ * DETAILS: updated to 0.7DrNo
+ * DEPENDS: gme now needs a dependency
+ * BUILD: changed mandir and added with jobs=1 else it fails
+ * CONFIGURE: removed gme
+ * fix_flags.diff: updated
+
2010-02-25 Remko van der Vossen <wich AT sourcemage.org>
* DEPENDS: updated ruby dependency to RUBY provider

diff --git a/audio-players/xmms2/fix_flags.diff
b/audio-players/xmms2/fix_flags.diff
index 2bdcc5f..1a8f185 100644
--- a/audio-players/xmms2/fix_flags.diff
+++ b/audio-players/xmms2/fix_flags.diff
@@ -1,12 +1,19 @@
---- wscript.orig 2008-08-14 16:39:37.000000000 +0200
-+++ wscript 2008-08-14 16:39:52.000000000 +0200
-@@ -263,8 +263,8 @@
+--- wscript.orig 2010-03-01 08:40:57.000000000 +0100
++++ wscript 2010-03-01 08:41:23.000000000 +0100
+@@ -275,7 +275,7 @@
conf.check_message("uncommitted changes", "", bool(changed))
conf.env["VERSION"] = BASEVERSION + " (git commit: %s%s)" % (nam,
dirty)

- conf.env["CCFLAGS"] = Utils.to_list(conf.env["CCFLAGS"]) + ['-g', '-O0']
-- conf.env["CXXFLAGS"] = Utils.to_list(conf.env["CXXFLAGS"]) + ['-g',
'-O0']
+ conf.env["CCFLAGS"] = Utils.to_list(conf.env["CCFLAGS"])
+ for warning in ('all',
+ 'no-format-extra-args',
+ 'no-format-zero-length',
+@@ -295,7 +295,7 @@
+ # autogenerate uselib definitions to disable warnings
+ conf.env["CCFLAGS_NO%s" % warning.replace("-","").upper()] =
["-Wno-%s" % warning]
+
+- conf.env["CXXFLAGS"] = Utils.to_list(conf.env["CXXFLAGS"]) + ['-g',
'-O0']
+ conf.env["CXXFLAGS"] = Utils.to_list(conf.env["CXXFLAGS"])
conf.env['XMMS_PKGCONF_FILES'] = []
conf.env['XMMS_OUTPUT_PLUGINS'] = [(-1, "NONE")]



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (7becfbbf8185927e065f1d02f835d15468b5edd1), Andraž Levstik, 03/01/2010

Archive powered by MHonArc 2.6.24.

Top of Page