head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.8 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.6 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.4 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.2 pkgsrc-2011Q2-base:1.3 pkgsrc-2010Q4:1.2.0.60 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.58 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.56 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.54 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.52 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.50 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.48 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.46 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.44 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.42 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.40 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.38 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.36 pkgsrc-2008Q1:1.2.0.34 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.32 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.30 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.28 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.26 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.24 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.22 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.20 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.18 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.16 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.14 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.12 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.10 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.8 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.6 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.4 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.2 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.1.0.2 pkgsrc-2003Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2011.03.07.09.34.33; author ryoon; state dead; branches; next 1.2; 1.2 date 2003.12.03.12.31.37; author cube; state Exp; branches; next 1.1; 1.1 date 2003.09.30.09.44.00; author cube; state Exp; branches; next ; desc @@ 1.3 log @Update to 3.2.5. * Update MASTER_SITES. * Add some options. Changelog: V3.2.5 2009/01/24 ================= * minor compilation fixes from freebsd ports maintainer Roman Bogorodskiy V3.2.4 2009/01/18 ================= * Fixed bug in buffering code when using SDL as audio output; this fixes possible hickups in such cases. * When changing back directories in the file browser, jump to the position in the file list the user came from. * Reduced number of warnings using newer g++ versions V3.2.3 2006/08/05 ================= * Fixed parallel build bug, make -j now works * Fixed typos in CharsetMap documentation * Implemented screen resizing * Fixed a race condition which caused 100% CPU consumption at the end of each played song V3.2.2 2006/01/29 ================= * Added support for audio playback using SDL (mixer is not supported (yet)) * Added Esound (Enlightened Sound Daemon) support * Removed strict dependency on OSS support, now that there are alternatives * Cleaned up code to allow compilation on MacOS X Tiger and Cygwin * Fixed a couple of minor memory allocation bugs * Fixed NAS playback (should work, but untested) V3.2.1 2005/12/06 ================= * Made cursor follow the highlighted bar in playlist/filemanager, to aid blind people * Fixed a bug in mpegsound library that could cause mp3blaster to crash. Thanks go to Serge van den Boom for reporting the problem. @ text @$NetBSD: patch-an,v 1.2 2003/12/03 12:31:37 cube Exp $ --- src/Makefile.am.orig 2003-09-08 23:48:56.000000000 +0200 +++ src/Makefile.am @@@@ -1,13 +1,10 @@@@ -bin_PROGRAMS = mp3blaster mp3tag splay -#bin_PROGRAMS = mp3blaster mp3tag +#bin_PROGRAMS = mp3blaster mp3tag splay +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 \ @@@@ -29,14 +26,11 @@@@ mp3blaster_SOURCES = fileman.cc \ interface.cc \ interface.h @@MP3B_MODULES@@ -splay_SOURCES = splay.cc splay.h splay_common.cc -splay_DEPENDENCIES = ../mpegsound/libmpegsound.a -splay_LDADD = @@LIBMPEGSOUND@@ mp3tag_SOURCES = id3parse.cc mp3tag.cc id3parse.h mp3tag_DEPENDENCIES = ../mpegsound/libmpegsound.a ../nmixer/libnmixer.a mp3tag_LDADD = @@LIBMPEGSOUND@@ @@LIBMYSQL@@ -mp3blaster_DEPENDENCIES = ../mpegsound/libmpegsound.a ../nmixer/libnmixer.a +mp3blaster_DEPENDENCIES = ../mpegsound/libmpegsound.a ../nmixer/libnmixer.a ../getopt/libgetopt.a INCLUDES = -I$(top_srcdir)/mpegsound -I/usr/include/ncurses -I$(top_srcdir)/nmixer -I$(includedir) -mp3blaster_LDADD = @@LIBMPEGSOUND@@ @@LIBNMIXER@@ @@NAS_LIBS@@ @@SID_LIBS@@ @@OGG_LIBS@@ @@LIRC_LIBS@@ @@NCURSES_LIBS@@ +mp3blaster_LDADD = @@LIBMPEGSOUND@@ @@LIBNMIXER@@ @@LIBGETOPT@@ @@NAS_LIBS@@ @@SID_LIBS@@ @@OGG_LIBS@@ @@LIRC_LIBS@@ @@NCURSES_LIBS@@ EXTRA_DIST = FILES CXXFLAGS = @@CXXFLAGS@@ @@NAS_CFLAGS@@ -DMP3BLASTER_DOCDIR=\"${pkgdatadir}\" @ 1.2 log @Update to version 3.2.0. V3.2.0 2003/11/28 ================= -Updated source to compile with recent gcc compilers -Pausing mp3/wav/ogg playback releases the sound device -Better mp3 integrity checks. Songs that didn't previously play (or only partly), should now play fine (as in, the bits that are valid) -Fixed a bug that would hang mp3blaster if you'd be in a dir that was deleted meanwhile. -bugfix that could crash mp3blaster after a request to quit (..) -bugfix that failed to redraw screen correctly after operations that required input (such as convert to wav, enter group name, ..) -fixed a bug that could crash mp3blaster on opening oggs when sound device was busy. -Check if the playlist directory actually exists before trying to write a playlist -Added '--repeat/-R' command line option -Applied LIRC support patch from Olgierd Pieczul . Thanks a lot! @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Make this correctly compile with gcc3, by reorganizing the way it pulls up getop_long_only implementation. Patch sent to the author. Ok'd by seb@@. @ text @d3 1 a3 1 --- src/Makefile.am.orig 2002-09-20 22:40:15.000000000 +0200 d5 5 a9 1 @@@@ -3,11 +3,8 @@@@ bin_PROGRAMS = mp3blaster mp3tag splay d21 7 a27 1 @@@@ -35,8 +32,8 @@@@ splay_LDADD = @@LIBMPEGSOUND@@ d34 2 a35 2 -mp3blaster_LDADD = @@LIBMPEGSOUND@@ @@LIBNMIXER@@ @@NAS_LIBS@@ @@SID_LIBS@@ @@OGG_LIBS@@ @@NCURSES_LIBS@@ +mp3blaster_LDADD = @@LIBMPEGSOUND@@ @@LIBNMIXER@@ @@LIBGETOPT@@ @@NAS_LIBS@@ @@SID_LIBS@@ @@OGG_LIBS@@ @@NCURSES_LIBS@@ @