Version: 3.2.6, Package name: mp3blaster-3.2.6 |
Maintained by: Brian Callahan |
Master sites: |
Description 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. |
Filesize: 345.722 KB |
Version History (View Complete History) |
|
2019-07-12 14:44:13 by Stuart Henderson | Files touched by this commit (877) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-20 14:52:36 by Stuart Henderson | Files touched by this commit (87) |
Log message: another batch of ncurses->curses WANTLIB updates, skipping any that have gettext LIB/RUN_DEPENDS to avoid conflicts for naddy's multipackaging work |
2019-05-18 06:13:34 by Christian Weisgerber | Files touched by this commit (24) |
Log message: switch to CONFIGURE_STYLE=autoreconf |
2019-04-02 00:49:47 by Christian Weisgerber | Files touched by this commit (1) |
Log message: oops, add autotools dependencies |
2019-04-02 00:38:11 by Christian Weisgerber | Files touched by this commit (1) |
Log message: simplify autotools invocation |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-04-11 11:44:21 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: fix build with clang6 |
2017-08-15 12:39:49 by Jeremie Courreges-Anglas | Files touched by this commit (4) |
Log message: Fix (some?) runtime crashes. Mainly problems due to a constructor not properly initialized. Reported by Solenne Rapenne, input & ok tb@, ok bcallah@ (maintainer) |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-06-18 08:56:03 by Brian Callahan | Files touched by this commit (8) |
Log message: Update to 3.2.6 -- bug fixes collected over the last 8 years. ok rsadowski@ |
2017-04-26 08:58:38 by Christian Weisgerber | Files touched by this commit (2) |
Log message: don't mix char* and const char*; fixes build with clang |
2017-04-10 05:45:29 by Stuart Henderson | Files touched by this commit (281) |
Log message: use LIBCXX |
2015-04-04 08:45:36 by Ingo Schwarze | Files touched by this commit (2) |
Log message: Drop USE_GROFF (white space differences only). While here, fix a markup error in nmixer(1) that loses text. Bump. |
2015-02-18 09:15:37 by Christian Weisgerber | Files touched by this commit (2) |
Log message: escape backslashes for roff |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2010-11-14 17:22:54 by Marc Espie | Files touched by this commit (427) |
Log message: convert to new style depends zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes |
2010-10-18 16:43:10 by Stuart Henderson | Files touched by this commit (25) |
Log message: new-style WANTLIB/LIB_DEPENDS |
2010-10-18 10:52:48 by Marc Espie | Files touched by this commit (115) |
Log message: USE_GROFF=Yes |
2010-01-11 00:51:27 by Jacob Meuser | Files touched by this commit (22) |
Log message: - update to mp3blaster-3.2.5 - add sndio audio to mp3blaster and splay programs - implement nmixer as a generic midi volume controller, that defaults to using the aucat:0 midi device - stop using multiple threads for mpeg decoding. they are poorly implmented, just spinning and using all available cpu cycles with feedback from naddy@ and ratchov@ |
2008-03-20 11:23:04 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: - update homepage - remove MAINTAINER (per his request) ok naddy@ (former MAINTAINER) |
2007-09-15 15:26:04 by Simon Bertrang | Files touched by this commit (149) |
Log message: remove surrounding quotes from COMMENT/PERMIT_*/BROKEN |
2007-04-05 09:38:13 by Marc Espie | Files touched by this commit (1270) |
Log message: base64 distinfo with SHA256 |
2006-08-01 06:13:29 by Marc Espie | Files touched by this commit (40) |
Log message: new-style specs |
2006-01-23 10:09:36 by Christian Weisgerber | Files touched by this commit (3) |
Log message: maintenance update to 3.2.1 |
2005-01-24 10:51:37 by Christian Weisgerber | Files touched by this commit (2) |
Log message: Do not depend on libvorbis/libogg interlibrary dependency. From: Robbert Haarman <inglorion@inglorion.net> |
2005-01-05 08:47:10 by Christian Weisgerber | Files touched by this commit (122) |
Log message: SIZE |
2004-11-21 10:51:48 by Marc Espie | Files touched by this commit (79) |
Log message: WANTLIB markers |
2004-08-06 08:37:29 by Marc Espie | Files touched by this commit (75) |
Log message: switch to new style PLISTS, using @lib, ditching DYNLIBDIR. Replace two INSTALL scripts with @sample. Reorder plists to match auto-generation, add comments for files that don't get installed. |
2003-12-29 13:39:37 by Marc Espie | Files touched by this commit (2) |
Log message: fix getopt prototype so that it matches ours, as gcc3 is much more picky concerning these. |
2003-12-15 14:42:44 by Christian Weisgerber | Files touched by this commit (507) |
Log message: remove WWW lines |
2003-12-01 12:18:19 by Christian Weisgerber | Files touched by this commit (4) |
Log message: * Fix playing Ogg Vorbis files on big-endian archs. * Maintenance update to 3.2.0. |
2002-12-21 14:34:29 by Christian Weisgerber | Files touched by this commit (2) |
Log message: No longer needed. |
2002-10-23 09:24:34 by Christian Weisgerber | Files touched by this commit (6) |
Log message: Update to 3.1.3. |