summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-07-03 19:37:30 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-07-03 19:37:30 +0000
commit7b55311cd2723cd90879130ed425249ce0f00d0f (patch)
treee0bddd97cbc2fe50befeb173593dd4a267e3be8d /audio
parentMake mikmod work with new version of libmikmod (diff)
Xmms: the X Multimedia System. XMMS is a multimedia player based on
the look of Winamp. Note: this port can be extended to include libmikmod support etc, but this is a good start and at least it plays mp3s. PR: 12498 Submitted by: Espen Skoglund <espensk@stud.cs.uit.no>
Notes
Notes: svn path=/head/; revision=19976
Diffstat (limited to 'audio')
-rw-r--r--audio/xmms/Makefile22
-rw-r--r--audio/xmms/distinfo1
-rw-r--r--audio/xmms/files/patch-ab12
-rw-r--r--audio/xmms/pkg-comment1
-rw-r--r--audio/xmms/pkg-descr7
-rw-r--r--audio/xmms/pkg-plist30
6 files changed, 73 insertions, 0 deletions
diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile
new file mode 100644
index 000000000000..e13e5e155a8e
--- /dev/null
+++ b/audio/xmms/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: xmms
+# Version required: 0.9.1
+# Date created: 3 July 1999
+# Whom: Espen Skoglund <espensk@stud.cs.uit.no>
+#
+# $Id:$
+#
+
+DISTNAME= xmms-0.9.1
+CATEGORIES= audio
+MASTER_SITES= ftp://ftp.xmms.org/xmms/0.9/
+
+MAINTAINER= espensk@stud.cs.uit.no
+
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
+ glib12.2:${PORTSDIR}/devel/glib12
+
+USE_LIBTOOL= yes
+CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config \
+ GLIB_CONFIG=${LOCALBASE}/bin/glib12-config
+
+.include <bsd.port.mk>
diff --git a/audio/xmms/distinfo b/audio/xmms/distinfo
new file mode 100644
index 000000000000..7ea4683dea8d
--- /dev/null
+++ b/audio/xmms/distinfo
@@ -0,0 +1 @@
+MD5 (xmms-0.9.1.tar.gz) = 57a3ff0102ece7583c4ed2af876404fb
diff --git a/audio/xmms/files/patch-ab b/audio/xmms/files/patch-ab
new file mode 100644
index 000000000000..50f43a52a8ab
--- /dev/null
+++ b/audio/xmms/files/patch-ab
@@ -0,0 +1,12 @@
+*** configure.orig Sat Jul 3 19:47:22 1999
+--- configure Sat Jul 3 19:46:47 1999
+***************
+*** 637,642 ****
+--- 637,643 ----
+ fi
+ fi
+ echo "$ac_t""$INSTALL" 1>&6
++ ac_cv_path_install="$INSTALL"
+
+ # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
+ # It thinks the first close brace ends the variable substitution.
diff --git a/audio/xmms/pkg-comment b/audio/xmms/pkg-comment
new file mode 100644
index 000000000000..3ba3e0d407c6
--- /dev/null
+++ b/audio/xmms/pkg-comment
@@ -0,0 +1 @@
+X Multimedia System --- An audio player with a Winamp GUI
diff --git a/audio/xmms/pkg-descr b/audio/xmms/pkg-descr
new file mode 100644
index 000000000000..60b5491e9d7b
--- /dev/null
+++ b/audio/xmms/pkg-descr
@@ -0,0 +1,7 @@
+XMMS --- X Multimedia System. XMMS is a multimedia player based on
+the look of Winamp. Currently it plays mpeg layer 1/2/3, wav, au, and
+all formats supported by libmikmod. It also plays CD audio.
+
+WWW: http://www.xmms.org/
+
+ eSk
diff --git a/audio/xmms/pkg-plist b/audio/xmms/pkg-plist
new file mode 100644
index 000000000000..008e7f76f354
--- /dev/null
+++ b/audio/xmms/pkg-plist
@@ -0,0 +1,30 @@
+bin/wmxmms
+bin/xmms
+include/xmms/configfile.h
+include/xmms/dirbrowser.h
+include/xmms/plugin.h
+include/xmms/xmmsctrl.h
+lib/libxmms.a
+lib/libxmms.la
+lib/libxmms.so.9
+@exec ln -fs %D/%F %B/libxmms.so
+@unexec rm -f %B/libxmms.so
+lib/xmms/Effect/libecho.so
+lib/xmms/Effect/libsrndecho.so
+lib/xmms/Effect/libstereo.so
+lib/xmms/Effect/libvoice.so
+lib/xmms/General/libir.so
+lib/xmms/General/libsong_change.so
+lib/xmms/Input/libcdaudio.so
+lib/xmms/Input/libmpg123.so
+lib/xmms/Input/libwav.so
+lib/xmms/Output/libOSS.so
+lib/xmms/Output/libdisk_writer.so
+share/xmms/wmxmms.xpm
+@dirrm include/xmms
+@dirrm lib/xmms/Effect
+@dirrm lib/xmms/General
+@dirrm lib/xmms/Input
+@dirrm lib/xmms/Output
+@dirrm lib/xmms
+@dirrm share/xmms