[Lunar-commits] <moonbase> muine: Revamped the module to get rid of the old gstreamer
Moritz Heiber
moe at lunar-linux.org
Fri Mar 13 16:02:18 CET 2009
commit 6645a0a6e2fd89e6d3318908ad7658b46f4aca2b
Author: Moritz Heiber <moe at lunar-linux.org>
Date: Mon Jan 7 15:53:40 2008 +0100
muine: Revamped the module to get rid of the old gstreamer
It introduces a lot of gnome dependencies but that ain't my fault.
Anyway, its barely tested .. I'd wanted somebody with GNOME installed
to test it.
---
audio/muine/BUILD | 13 -------------
audio/muine/DEPENDS | 16 +++++++++++-----
audio/muine/DETAILS | 16 +++++++---------
3 files changed, 18 insertions(+), 27 deletions(-)
diff --git a/audio/muine/BUILD b/audio/muine/BUILD
deleted file mode 100644
index 715be59..0000000
--- a/audio/muine/BUILD
+++ /dev/null
@@ -1,13 +0,0 @@
-(
-
- ./configure --prefix=${GNOME26_PREFIX:-/usr} \
- --build=$BUILD \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --infodir=${GNOME26_PREFIX:-/usr}/share/info \
- --mandir=${GNOME26_PREFIX:-/usr}/share/man \
- --enable-gstreamer=yes \
- $OPTS &&
- default_make
-
-) > $C_FIFO 2>&1
diff --git a/audio/muine/DEPENDS b/audio/muine/DEPENDS
index 348b747..75b6856 100644
--- a/audio/muine/DEPENDS
+++ b/audio/muine/DEPENDS
@@ -1,5 +1,11 @@
-depends gtk-sharp &&
-depends gdbm &&
-depends libid3tag &&
-depends flac &&
-depends gst-plugins
+depends gtk-sharp2
+depends gnome-vfs2
+depends gnome-panel
+depends gnome-sharp
+depends gnome-icon-theme
+depends gst-plugins-base
+depends libogg
+depends flac
+
+optional_depends "libid3tag" "" "" "for MP3 support"
+optional_depends "faad" "" "" "for ACC support"
diff --git a/audio/muine/DETAILS b/audio/muine/DETAILS
index 6d64a54..7ac3390 100644
--- a/audio/muine/DETAILS
+++ b/audio/muine/DETAILS
@@ -1,14 +1,12 @@
MODULE=muine
- VERSION=0.6.3
+ VERSION=0.8.8
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=http://muine.gooeylinux.org/
- SOURCE_VFY=md5:dc7923e1e0ba87f0303bc30f14f604e3
- WEB_SITE=http://muine.gooeylinux.org/
+ SOURCE_URL=http://www.muine-player.org/releases/
+ SOURCE_VFY=sha1:42ae6c1bce257268be808ad27adcab4110f2bef8
+ WEB_SITE=http://muine-player.org
ENTERED=20040411
- UPDATED=20040702
- SHORT="new music player using some new UI ideas."
+ UPDATED=20080107
+ SHORT="a music player for GNOME"
cat << EOF
-Muine is a new 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.
+Muine is a music player for GNOME.
EOF
More information about the Lunar-commits
mailing list