[Lunar-commits] <moonbase> xmms: Moving this back to audio as some parts of kde4 can use this. Additionally,
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Wed Nov 24 14:53:25 CET 2010
commit 38b3bc42928f305b81325b78c902e6eeaece232e
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Wed Nov 24 08:53:25 2010 -0500
xmms: Moving this back to audio as some parts of kde4 can use this. Additionally,
changing the SORUCE_URLs based on the information found at http://xmms2.org/wiki/Main_Page.
The gist to save you a click is this; the original xmms site is no longer under
control of the xmms/xmms2 developers.
---
audio/xmms/BUILD | 6 ++++++
audio/xmms/DEPENDS | 6 ++++++
audio/xmms/DETAILS | 20 ++++++++++++++++++++
zdeprecated/xmms/BUILD | 6 ------
zdeprecated/xmms/DEPENDS | 6 ------
zdeprecated/xmms/DETAILS | 20 --------------------
6 files changed, 32 insertions(+), 32 deletions(-)
diff --git a/audio/xmms/BUILD b/audio/xmms/BUILD
new file mode 100644
index 0000000..70b2eb4
--- /dev/null
+++ b/audio/xmms/BUILD
@@ -0,0 +1,6 @@
+(
+
+ patch_it $SOURCE2 1 &&
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/audio/xmms/DEPENDS b/audio/xmms/DEPENDS
new file mode 100644
index 0000000..285f937
--- /dev/null
+++ b/audio/xmms/DEPENDS
@@ -0,0 +1,6 @@
+depends gtk+
+
+optional_depends libvorbis "" "" "for Ogg Vorbis support"
+optional_depends esound "" "" "for Enlightened Sound Daemon support"
+optional_depends libmikmod "" "" "for mikmod support"
+optional_depends alsa-utils "" "" "for alsa utils support"
diff --git a/audio/xmms/DETAILS b/audio/xmms/DETAILS
new file mode 100644
index 0000000..d995718
--- /dev/null
+++ b/audio/xmms/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=xmms
+ VERSION=1.2.11
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=xmms_doublesize.patch
+ SOURCE_URL[0]=ftp://ftp.xmms.org/xmms/1.2.x/
+ SOURCE_URL[1]=http://www.xmms.org/files/1.2.x/
+ SOURCE2_URL=$PATCH_URL/
+ WEB_SITE=http://www.xmms.org
+ SOURCE_VFY=sha1:9d1eae4baab25fd35c9ddfb49321ca60222f672d
+ SOURCE2_VFY=sha1:44c99a0372adfa63504d2104b84b1e409b00d044
+ ENTERED=20010922
+ UPDATED=20071118
+ SHORT="A multimedia player based on the look of WinAmp"
+cat << EOF
+XMMS is a multimedia player based on the look of WinAmp. XMMS plays
+MPEG layer 1/2/3, Ogg Vorbis, WAV, all formats supported by libmikmod,
+and CD audio. XMMS has a plugin system for Input / Output / Effects /
+Visualization, and through plugins it can play a lot more sound and
+video formats.
+EOF
diff --git a/zdeprecated/xmms/BUILD b/zdeprecated/xmms/BUILD
deleted file mode 100644
index 70b2eb4..0000000
--- a/zdeprecated/xmms/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-
- patch_it $SOURCE2 1 &&
- default_build
-
-) > $C_FIFO 2>&1
diff --git a/zdeprecated/xmms/DEPENDS b/zdeprecated/xmms/DEPENDS
deleted file mode 100644
index 285f937..0000000
--- a/zdeprecated/xmms/DEPENDS
+++ /dev/null
@@ -1,6 +0,0 @@
-depends gtk+
-
-optional_depends libvorbis "" "" "for Ogg Vorbis support"
-optional_depends esound "" "" "for Enlightened Sound Daemon support"
-optional_depends libmikmod "" "" "for mikmod support"
-optional_depends alsa-utils "" "" "for alsa utils support"
diff --git a/zdeprecated/xmms/DETAILS b/zdeprecated/xmms/DETAILS
deleted file mode 100644
index d995718..0000000
--- a/zdeprecated/xmms/DETAILS
+++ /dev/null
@@ -1,20 +0,0 @@
- MODULE=xmms
- VERSION=1.2.11
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE2=xmms_doublesize.patch
- SOURCE_URL[0]=ftp://ftp.xmms.org/xmms/1.2.x/
- SOURCE_URL[1]=http://www.xmms.org/files/1.2.x/
- SOURCE2_URL=$PATCH_URL/
- WEB_SITE=http://www.xmms.org
- SOURCE_VFY=sha1:9d1eae4baab25fd35c9ddfb49321ca60222f672d
- SOURCE2_VFY=sha1:44c99a0372adfa63504d2104b84b1e409b00d044
- ENTERED=20010922
- UPDATED=20071118
- SHORT="A multimedia player based on the look of WinAmp"
-cat << EOF
-XMMS is a multimedia player based on the look of WinAmp. XMMS plays
-MPEG layer 1/2/3, Ogg Vorbis, WAV, all formats supported by libmikmod,
-and CD audio. XMMS has a plugin system for Input / Output / Effects /
-Visualization, and through plugins it can play a lot more sound and
-video formats.
-EOF
More information about the Lunar-commits
mailing list