Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (5bf68bf7544467569b62ed36359b8e2813922551)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (5bf68bf7544467569b62ed36359b8e2813922551)
  • Date: Sat, 19 May 2007 18:08:15 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 6 +
audio-players/audacious-plugins/BUILD | 2
audio-players/audacious-plugins/DEPENDS | 73
++++++++++++++++++++++
audio-players/audacious-plugins/DETAILS | 13 +++
audio-players/audacious-plugins/HISTORY | 2
audio-players/audacious/BUILD | 2
audio-players/audacious/DEPENDS | 8 ++
audio-players/audacious/DETAILS | 27 ++++++++
audio-players/audacious/HISTORY | 3
audio-players/audacious/desktop/audacious.desktop | 10 +++
10 files changed, 146 insertions(+)

New commits:
commit 5bf68bf7544467569b62ed36359b8e2813922551
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

audio-players/{audacious,audacious-plugins}: new spells, a fork of beep
media player

diff --git a/ChangeLog b/ChangeLog
index 16268a5..3afe2d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-05-20 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * audio-players/audacious: new spell, a fork of beep media
+ player
+ * audio-players/audacious-plugins: new spell, plugins for
+ audacious
+
2007-05-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* libs/mcs: new spell, a library and set of userland tools
which abstract the storage of configuration settings
diff --git a/audio-players/audacious-plugins/BUILD
b/audio-players/audacious-plugins/BUILD
new file mode 100755
index 0000000..061b434
--- /dev/null
+++ b/audio-players/audacious-plugins/BUILD
@@ -0,0 +1,2 @@
+OPTS="--enable-ipv6 --enable-chardet $OPTS" &&
+default_build
diff --git a/audio-players/audacious-plugins/DEPENDS
b/audio-players/audacious-plugins/DEPENDS
new file mode 100755
index 0000000..d5cca9b
--- /dev/null
+++ b/audio-players/audacious-plugins/DEPENDS
@@ -0,0 +1,73 @@
+depends audacious &&
+optional_depends libvorbis \
+ "" \
+ "--disable-vorbis" \
+ "for vorbis support" &&
+optional_depends libogg \
+ "" \
+ "" \
+ "for ogg support" &&
+optional_depends flac \
+ "" \
+ "--disable-flac" \
+ "for flac support" &&
+optional_depends alsa-lib \
+ "" \
+ "--disable-alsa" \
+ "for alsa support" &&
+optional_depends esound \
+ "" \
+ "--disable-esd" \
+ "for esound support" &&
+optional_depends pulseaudio \
+ "" \
+ "--disable-pulse" \
+ "for pulseaudio support" &&
+optional_depends lirc \
+ "" \
+ "--disable-lirc" \
+ "for lirc support" &&
+optional_depends wavpack \
+ "" \
+ "--disable-wavpack" \
+ "for wavpack support" &&
+optional_depends faac \
+ "" \
+ "--disable-aac" \
+ "for aac support" &&
+optional_depends libsndfile \
+ "" \
+ "--disable-sndfile" \
+ "sndfile support" &&
+optional_depends libmodplug \
+ "" \
+ "--disable-modplug" \
+ "support for modplug" &&
+optional_depends musepack-tools \
+ "" \
+ "--disable-musepack" \
+ "support for musepack" &&
+optional_depends jack \
+ "" \
+ "--disable-jack" \
+ "support for jack" &&
+optional_depends arts \
+ "" \
+ "--disable-arts" \
+ "support for arts" &&
+optional_depends sidplay-libs \
+ "" \
+ "--disable-sid" \
+ "support for sid" &&
+optional_depends timidity \
+ "" \
+ "--disable-timidity" \
+ "play midi files through timidity" &&
+optional_depends ttaenc \
+ "" \
+ "--disable-tta" \
+ "support for TrueAudio" &&
+optional_depends lame \
+ "" \
+ "--disable-lame" \
+ "play mp3 through lame"
diff --git a/audio-players/audacious-plugins/DETAILS
b/audio-players/audacious-plugins/DETAILS
new file mode 100755
index 0000000..5e5de2a
--- /dev/null
+++ b/audio-players/audacious-plugins/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=audacious-plugins
+ VERSION=1.3.4
+ SOURCE="${SPELL}-${VERSION}.tgz"
+ SOURCE_URL[0]=http://static.audacious-media-player.org/release/${SOURCE}
+
SOURCE_HASH=sha512:4cbf401f65e2d30fc7f577937f629c66f574664322e9672a4a04e5f539cd9ccff57c11e2c88ed13fe6c18609205d4cdaf53e49707b8b88a6454efcdd33df448e
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://audacious-media-player.org";
+ LICENSE[0]=GPL
+ ENTERED=20070520
+ SHORT="plugins for audacious"
+cat << EOF
+plugins for audacious
+EOF
diff --git a/audio-players/audacious-plugins/HISTORY
b/audio-players/audacious-plugins/HISTORY
new file mode 100644
index 0000000..8708f25
--- /dev/null
+++ b/audio-players/audacious-plugins/HISTORY
@@ -0,0 +1,2 @@
+2007-05-20 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD, DEPENDS, DETAILS, HISTORY: created spell
diff --git a/audio-players/audacious/BUILD b/audio-players/audacious/BUILD
new file mode 100755
index 0000000..061b434
--- /dev/null
+++ b/audio-players/audacious/BUILD
@@ -0,0 +1,2 @@
+OPTS="--enable-ipv6 --enable-chardet $OPTS" &&
+default_build
diff --git a/audio-players/audacious/DEPENDS b/audio-players/audacious/DEPENDS
new file mode 100755
index 0000000..44506d4
--- /dev/null
+++ b/audio-players/audacious/DEPENDS
@@ -0,0 +1,8 @@
+depends gtk+2 &&
+depends glade2 &&
+depends mcs &&
+depends audacious-plugins &&
+optional_depends libsamplerate \
+ "--enable-samplerate" \
+ "" \
+ "support for samplerate"
diff --git a/audio-players/audacious/DETAILS b/audio-players/audacious/DETAILS
new file mode 100755
index 0000000..9a6e1f6
--- /dev/null
+++ b/audio-players/audacious/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=audacious
+ VERSION=1.3.2
+ SOURCE="${SPELL}-${VERSION}.tgz"
+ SOURCE_URL[0]=http://static.${SPELL}-media-player.org/release/${SOURCE}
+
SOURCE_HASH=sha512:4fea3854f2ab4909dc510ea8d6a94c18264d84b9f5a45e0f6d5cf3c0186365951c542fe6aed696fd61a20f96604c1d5d14136856439411fd2b94ecac35634948
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://audacious-media-player.org";
+ LICENSE[0]=GPL
+ ENTERED=20070520
+ SHORT="a fork of beep-media-player 0.9.7.1"
+cat << EOF
+From the audacious FAQ: Why did you fork beep-media-player?
+
+First off, the fork has no political reasons, it is based entirely on
+technical merit. It's based on a few issues:
+
+ * BMP classic had a number of deficiencies relating to Unicode.
+ * BMP classic is no longer actively maintained by the development team.
+ * We had our own ideas about how a player should be designed, which we
+ wanted to try in a production environment.
+ * Beep lacked functionality that is useful for people who do streaming,
+ such as the songchange plugin from XMMS.
+
+Therefore, a fork seemed most logical as a choice for accomplishing
+our goals. The BMP team has done very good work, but their ideas for a
+next-generation beep do not align with ours.
+EOF
diff --git a/audio-players/audacious/HISTORY b/audio-players/audacious/HISTORY
new file mode 100644
index 0000000..2bc0f1f
--- /dev/null
+++ b/audio-players/audacious/HISTORY
@@ -0,0 +1,3 @@
+2007-05-19 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS, DEPENDS, HISTORY, desktop/audacious.desktop,
+ BUILD: created spell
diff --git a/audio-players/audacious/desktop/audacious.desktop
b/audio-players/audacious/desktop/audacious.desktop
new file mode 100644
index 0000000..2bd30a0
--- /dev/null
+++ b/audio-players/audacious/desktop/audacious.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=1.3.2
+Name=audacious
+Type=Application
+Comment=a fork of beep-media-player 0.9.7.1
+Exec=audacious
+Icon=audacious_player.xpm
+Categories=Application;Multimedia;Player
+Term=



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (5bf68bf7544467569b62ed36359b8e2813922551), Florian Franzmann, 05/19/2007

Archive powered by MHonArc 2.6.24.

Top of Page