From 0c2c7c933c8e2228231cfa12f68e86156245ad10 Mon Sep 17 00:00:00 2001 From: naddy Date: Thu, 23 May 2002 15:36:06 +0000 Subject: [PATCH] Import mp3blaster 3.1.1. Mp3blaster is an audio player with a user-friendly interface that will run on any text console. The interface is built using ncurses, and features all common audio player controls. The playlist editor is very flexible and allows nested groups (albums). Supported audio media: mp3, ogg vorbis, wav, sid and streaming mp3 over HTTP. --- audio/mp3blaster/Makefile | 35 +++++++++++++++++++++ audio/mp3blaster/distinfo | 3 ++ audio/mp3blaster/patches/patch-configure_in | 12 +++++++ audio/mp3blaster/pkg/DESCR | 7 +++++ audio/mp3blaster/pkg/PLIST | 17 ++++++++++ 5 files changed, 74 insertions(+) create mode 100644 audio/mp3blaster/Makefile create mode 100644 audio/mp3blaster/distinfo create mode 100644 audio/mp3blaster/patches/patch-configure_in create mode 100644 audio/mp3blaster/pkg/DESCR create mode 100644 audio/mp3blaster/pkg/PLIST diff --git a/audio/mp3blaster/Makefile b/audio/mp3blaster/Makefile new file mode 100644 index 00000000000..c56da6cc363 --- /dev/null +++ b/audio/mp3blaster/Makefile @@ -0,0 +1,35 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2002/05/23 15:36:06 naddy Exp $ + +COMMENT= "text console audio player with an interactive interface" + +DISTNAME= mp3blaster-3.1.1 +CATEGORIES= audio +NEED_VERSION= 1.530 + +HOMEPAGE= http://www.stack.nl/~brama/mp3blaster/ + +MAINTAINER= Christian Weisgerber + +# GPL +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${HOMEPAGE}src/ \ + ${MASTER_SITE_SUNSITE:=apps/sound/players/mp3/} + +LIB_DEPENDS= sidplay.1::audio/libsidplay \ + vorbis.1,vorbisfile.2::audio/libvorbis + +CONFIGURE_STYLE= autoconf +AUTOCONF_NEW= yes +CONFIGURE_ARGS= --with-cxxflags="${CXXFLAGS}" + +post-extract: + @cd ${WRKSRC}; touch -r configure.in configure.in.stamp + +post-configure: + @cd ${WRKSRC}; touch -r configure.in.stamp configure.in + +.include diff --git a/audio/mp3blaster/distinfo b/audio/mp3blaster/distinfo new file mode 100644 index 00000000000..83829043506 --- /dev/null +++ b/audio/mp3blaster/distinfo @@ -0,0 +1,3 @@ +MD5 (mp3blaster-3.1.1.tar.gz) = 14a109709997d9589634c99df5501533 +RMD160 (mp3blaster-3.1.1.tar.gz) = 9c518d487e27174a2f89039bde85f851d077e05c +SHA1 (mp3blaster-3.1.1.tar.gz) = ab12dbd1d534e2c9e35e6609cbf2d617a6845e87 diff --git a/audio/mp3blaster/patches/patch-configure_in b/audio/mp3blaster/patches/patch-configure_in new file mode 100644 index 00000000000..c7e94df20c2 --- /dev/null +++ b/audio/mp3blaster/patches/patch-configure_in @@ -0,0 +1,12 @@ +$OpenBSD: patch-configure_in,v 1.1.1.1 2002/05/23 15:36:06 naddy Exp $ +--- configure.in.orig Thu May 23 14:15:01 2002 ++++ configure.in Thu May 23 14:15:16 2002 +@@ -11,6 +11,8 @@ AC_PROG_LN_S + AC_PROG_INSTALL + AC_PROG_RANLIB + ++AC_LANG_CPLUSPLUS ++ + dnl Checks for typedefs, structures, and compiler characteristics. + AC_C_CONST + AC_C_BIGENDIAN diff --git a/audio/mp3blaster/pkg/DESCR b/audio/mp3blaster/pkg/DESCR new file mode 100644 index 00000000000..d2cfd028253 --- /dev/null +++ b/audio/mp3blaster/pkg/DESCR @@ -0,0 +1,7 @@ +Mp3blaster is an audio player with a user-friendly interface that will run +on any text console. The interface is built using ncurses, and features all +common audio player controls. The playlist editor is very flexible and allows +nested groups (albums). Supported audio media: mp3, ogg vorbis, wav, sid and +streaming mp3 over HTTP. + +WWW: ${HOMEPAGE} diff --git a/audio/mp3blaster/pkg/PLIST b/audio/mp3blaster/pkg/PLIST new file mode 100644 index 00000000000..f80df0d75bd --- /dev/null +++ b/audio/mp3blaster/pkg/PLIST @@ -0,0 +1,17 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2002/05/23 15:36:06 naddy Exp $ +bin/mp3blaster +bin/mp3tag +bin/nmixer +bin/splay +man/man1/mp3blaster.1 +man/man1/nmixer.1 +man/man1/splay.1 +share/mp3blaster/README +share/mp3blaster/chargen.c +share/mp3blaster/commands.txt +share/mp3blaster/koi8-r +share/mp3blaster/makefile +share/mp3blaster/maketbl.c +share/mp3blaster/sample.mp3blasterrc +share/mp3blaster/win1251 +@dirrm share/mp3blaster