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.
This commit is contained in:
parent
60a2a935a4
commit
0c2c7c933c
35
audio/mp3blaster/Makefile
Normal file
35
audio/mp3blaster/Makefile
Normal file
@ -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 <naddy@openbsd.org>
|
||||
|
||||
# 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 <bsd.port.mk>
|
3
audio/mp3blaster/distinfo
Normal file
3
audio/mp3blaster/distinfo
Normal file
@ -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
|
12
audio/mp3blaster/patches/patch-configure_in
Normal file
12
audio/mp3blaster/patches/patch-configure_in
Normal file
@ -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
|
7
audio/mp3blaster/pkg/DESCR
Normal file
7
audio/mp3blaster/pkg/DESCR
Normal file
@ -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}
|
17
audio/mp3blaster/pkg/PLIST
Normal file
17
audio/mp3blaster/pkg/PLIST
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user