Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (14d8fb4aa33a5ae5c805ff1ddec8cc0ef6930ec4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (14d8fb4aa33a5ae5c805ff1ddec8cc0ef6930ec4)
  • Date: Sat, 14 Oct 2006 03:37:05 -0500

GIT changes to master grimoire by George Sherwood <chat AT sourcemage.org>:

ChangeLog | 1 +
audio-players/muine/DEPENDS | 15 +++++++++++++++
audio-players/muine/DETAILS | 25 +++++++++++++++++++++++++
audio-players/muine/HISTORY | 5 +++++
4 files changed, 46 insertions(+)

New commits:
commit 14d8fb4aa33a5ae5c805ff1ddec8cc0ef6930ec4
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

muine: Added new spell. Bug #13131.

diff --git a/ChangeLog b/ChangeLog
index 5342f23..557b579 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2006-10-14 George Sherwood <george AT beernabeer.com>
* disk/dvdisaster: new spell
+ * audio-players/muine: new spell

2006-10-12 Alexander Tsamutali <astsmtl AT gmail.com>
* shell-term-fm/sakura: new spell, terminal emulator based on GTK and
VTE
diff --git a/audio-players/muine/DEPENDS b/audio-players/muine/DEPENDS
new file mode 100755
index 0000000..7df10cb
--- /dev/null
+++ b/audio-players/muine/DEPENDS
@@ -0,0 +1,15 @@
+depends mono &&
+depends gtk-sharp-2 &&
+depends gnome-sharp &&
+depends dbus-mono &&
+depends gstreamer &&
+depends flac &&
+depends libvorbis &&
+optional_depends "libid3tag" \
+ "" \
+ "" \
+ "for MP3 support" &&
+optional_depends "faad2" \
+ "" \
+ "" \
+ "for AAC support"
diff --git a/audio-players/muine/DETAILS b/audio-players/muine/DETAILS
new file mode 100755
index 0000000..91088c1
--- /dev/null
+++ b/audio-players/muine/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=muine
+ VERSION=0.8.5
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=http://$SPELL-player.org/releases/$SOURCE
+
SOURCE_HASH=sha512:5ce69fe055ed0acd3d8f429a030bcd35059bcc2f7046e746138dcdf4c89e6ae9c57bafaf7713174363170098d17499d13d77d1d1e4c64489dfcb45b0abc3bf0d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
+ WEB_SITE=http://www.muine-player.org
+ LICENSE[0]=GPL
+ ENTERED=20060904
+ SHORT="A music player for GNOME with some new UI ideas"
+cat << EOF
+Muine is a music player using some new UI ideas. The idea is that it will be
+much easier and comfortable to use than the iTunes model, which is used by
+both Rhythmbox and Jamboree. It is written in C and C#, using GStreamer for
+music playback.
+Features:
+* A simple, intuitive user interface
+* Ogg Vorbis, FLAC, AAC and MP3 music playback support
+* Automatic album-cover fetching via MUsicBrainz and Amazon
+* Support for embedded album images ind ID3v2 tags
+* ReplayGain support
+* Support for multiple artist and performer tags per song
+* Plug-in support
+* Translations into many languages
+EOF
diff --git a/audio-players/muine/HISTORY b/audio-players/muine/HISTORY
new file mode 100644
index 0000000..4beb181
--- /dev/null
+++ b/audio-players/muine/HISTORY
@@ -0,0 +1,5 @@
+2006-09-20 Nils Georg Heinrich Reichert <renilgh AT riseup.net>
+ * DEPENDS, HISTORY: added dependency 'gnome-sharp'
+
+2006-09-04 Nils Georg Heinrich Reichert <renilgh AT riseup.net>
+ * DETAILS, DEPENDS, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (14d8fb4aa33a5ae5c805ff1ddec8cc0ef6930ec4), George Sherwood, 10/14/2006

Archive powered by MHonArc 2.6.24.

Top of Page