summaryrefslogtreecommitdiff
path: root/audio/mp3blaster
diff options
context:
space:
mode:
authorrxg <rxg@pkgsrc.org>2002-02-23 07:43:19 +0000
committerrxg <rxg@pkgsrc.org>2002-02-23 07:43:19 +0000
commitc4d1cc457dcd0395f4e2e665fae0fe4b98916c20 (patch)
tree52ace11272892720aecb415ecd40777f5d6240ef /audio/mp3blaster
parent0b4c6937a2490ff546638fce47c54a315bddcc7a (diff)
downloadpkgsrc-c4d1cc457dcd0395f4e2e665fae0fe4b98916c20.tar.gz
Add mp3blaster-3.0p8 - MP3 console ncurses-based player
mp3blaster is an interactive text-based mp3player. One of the unique features of this player is the ability to divide a playlist into groups (albums). Therefore, the play order can be adjusted with great flexibility. close pkg/15622, submitted by me.
Diffstat (limited to 'audio/mp3blaster')
-rw-r--r--audio/mp3blaster/DESCR4
-rw-r--r--audio/mp3blaster/Makefile24
-rw-r--r--audio/mp3blaster/PLIST10
-rw-r--r--audio/mp3blaster/distinfo6
-rw-r--r--audio/mp3blaster/patches/patch-aa13
-rw-r--r--audio/mp3blaster/patches/patch-ab14
-rw-r--r--audio/mp3blaster/patches/patch-ac13
7 files changed, 84 insertions, 0 deletions
diff --git a/audio/mp3blaster/DESCR b/audio/mp3blaster/DESCR
new file mode 100644
index 00000000000..4a8dea61e09
--- /dev/null
+++ b/audio/mp3blaster/DESCR
@@ -0,0 +1,4 @@
+mp3blaster is an interactive text-based mp3player. One of
+the unique features of this player is the ability to divide
+a playlist into groups (albums). Therefore, the play order
+can be adjusted with great flexibility.
diff --git a/audio/mp3blaster/Makefile b/audio/mp3blaster/Makefile
new file mode 100644
index 00000000000..9edf27e40f2
--- /dev/null
+++ b/audio/mp3blaster/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/02/23 07:43:19 rxg Exp $
+# FreeBSD Id: ports/audio/mp3blaster/Makefile,v 1.10 2001/08/20 05:45:57 greid Exp
+
+DISTNAME= mp3blaster-3.0p8
+CATEGORIES= audio
+MASTER_SITES= ftp://mud.stack.nl/pub/mp3blaster/ \
+ http://mp3blaster.linuxave.net/src/
+
+MAINTAINER= rxg@netbsd.org
+HOMEPAGE= http://www.stack.nl/~brama/mp3blaster.html
+COMMENT= MP3 console ncurses-based player
+
+NEED_NCURSES= YES
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+="--with-cxxflags=${CXXFLAGS}" \
+ --with-oggvorbis \
+ --with-pth \
+ --enable-newthreads
+
+.include "../../audio/libogg/buildlink.mk"
+.include "../../audio/libvorbis/buildlink.mk"
+.include "../../devel/pth/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/audio/mp3blaster/PLIST b/audio/mp3blaster/PLIST
new file mode 100644
index 00000000000..69142dd27a3
--- /dev/null
+++ b/audio/mp3blaster/PLIST
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/02/23 07:43:19 rxg Exp $
+bin/mp3blaster
+bin/mp3tag
+bin/nmixer
+man/man1/mp3blaster.1
+man/man1/nmixer.1
+share/mp3blaster/commands.txt
+share/mp3blaster/sample.mp3blasterrc
+share/mp3blaster/sample.mp3blasterrc_for_x
+@dirrm share/mp3blaster
diff --git a/audio/mp3blaster/distinfo b/audio/mp3blaster/distinfo
new file mode 100644
index 00000000000..0a35cfd2a3f
--- /dev/null
+++ b/audio/mp3blaster/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/02/23 07:43:19 rxg Exp $
+
+MD5 (mp3blaster-3.0p8.tar.gz) = ac8d30b18cfd7b67efe1a3847c62fe17
+SHA1 (patch-aa) = e8e6823e55598b8f19688d3afddff11fa80be449
+SHA1 (patch-ab) = bda29c7efd978b63ba038cabb69c62f9a625640a
+SHA1 (patch-ac) = ddc7a7d7509002af68ead8a8d370238cae65783c
diff --git a/audio/mp3blaster/patches/patch-aa b/audio/mp3blaster/patches/patch-aa
new file mode 100644
index 00000000000..8b00c56dbf2
--- /dev/null
+++ b/audio/mp3blaster/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/02/23 07:43:19 rxg Exp $
+
+--- configure.orig Thu Feb 14 23:59:31 2002
++++ configure
+@@ -3521,7 +3521,7 @@
+ fi
+ fi
+
+-if test "`uname -s`" = "OpenBSD" ; then
++if test "`uname -s`" = "OpenBSD" || test "`uname -s`" = "NetBSD" ; then
+ SOUNDDEV="/dev/audio"
+ else
+ SOUNDDEV="/dev/dsp"
diff --git a/audio/mp3blaster/patches/patch-ab b/audio/mp3blaster/patches/patch-ab
new file mode 100644
index 00000000000..a66b1511d97
--- /dev/null
+++ b/audio/mp3blaster/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1.1.1 2002/02/23 07:43:20 rxg Exp $
+
+--- src/Makefile.in.orig Fri Feb 15 22:35:03 2002
++++ src/Makefile.in
+@@ -75,8 +75,7 @@
+ SRCDIRS = @SRCDIRS@
+ VERSION = @VERSION@
+
+-bin_PROGRAMS = mp3blaster mp3tag splay
+-#bin_PROGRAMS = mp3blaster mp3tag
++bin_PROGRAMS = mp3blaster mp3tag
+ mp3blaster_SOURCES = fileman.cc main.cc scrollwin.cc getopt.c getopt1.c fileman.h genretab.h getopt.h id3parse.cc id3parse.h mp3blaster.h global.cc global.h config.cc scrollwin.h winitem.cc winitem.h mp3win.cc mp3win.h mp3item.cc mp3item.h keybindings.h @MP3B_MODULES@
+
+ splay_SOURCES = splay.cc splay.h splay_common.cc
diff --git a/audio/mp3blaster/patches/patch-ac b/audio/mp3blaster/patches/patch-ac
new file mode 100644
index 00000000000..d497ad170d1
--- /dev/null
+++ b/audio/mp3blaster/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1.1.1 2002/02/23 07:43:20 rxg Exp $
+
+--- Makefile.in.orig Fri Feb 15 22:45:24 2002
++++ Makefile.in
+@@ -76,7 +76,7 @@
+ VERSION = @VERSION@
+
+ SUBDIRS = mpegsound nmixer src doc
+-man_MANS = mp3blaster.1 nmixer.1 splay.1
++man_MANS = mp3blaster.1 nmixer.1
+ EXTRA_DIST = CREDITS TODO FAQ id3scripts/id3name.sh mp3blaster.1 nmixer.1 winnt/AUTHORS winnt/README.txt winnt/getopt.c winnt/getopt.h winnt/id3parse.cpp winnt/id3parse.h winnt/mp3tag.cpp winnt/mp3tag.mak BUGS splay.1
+
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4