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-al,v 1.2 2003/12/03 12:31:37 cube Exp $ --- configure.in.orig 2003-10-26 16:40:37.000000000 +0100 +++ configure.in @@@@ -17,7 +17,7 @@@@ AC_C_BIGENDIAN dnl Checks for library functions. AC_PROG_GCC_TRADITIONAL -AC_CHECK_FUNCS(strdup strstr) +AC_CHECK_FUNCS(strdup strstr getopt_long_only) AC_LANG_CPLUSPLUS @@@@ -220,7 +220,7 @@@@ AC_CHECK_HEADERS(fcntl.h malloc.h sys/io AC_CHECK_HEADERS(bool.h) AC_CHECK_HEADERS(pthread.h pthread/mit/pthread.h pth.h) AC_CHECK_HEADERS(curses.h,HAVE_CURSES_H=1) -AC_CHECK_HEADERS(sys/soundcard.h machine/soundcard.h soundcard.h getopt.h) +AC_CHECK_HEADERS(sys/soundcard.h machine/soundcard.h soundcard.h) AC_CHECK_HEADER(sys/soundcard.h,HAVE_SYS_SOUNDCARD_H=1) AC_CHECK_HEADER(machine/soundcard.h,HAVE_MACHINE_SOUNDCARD_H=1) AC_CHECK_HEADER(soundcard.h,HAVE_SOUNDCARD_H=1) @@@@ -355,15 +355,17 @@@@ dnl CXXFLAGS="$CXXFLAGS -D__NO_MATH_INLI dnl check for Network Audio System library -LDFLAGS="$LDFLAGS -L../mpegsound -L../nmixer" +LDFLAGS="$LDFLAGS -L../mpegsound -L../nmixer -L../getopt" LIBMPEGSOUND="-lmpegsound" LIBNMIXER="-lnmixer" +LIBGETOPT="-lgetopt" AC_SUBST(LIBMPEGSOUND) AC_SUBST(LIBNMIXER) +AC_SUBST(LIBGETOPT) -SRCDIRS="mpegsound nmixer src doc doc/charmap" +SRCDIRS="getopt mpegsound nmixer src doc doc/charmap" AC_SUBST(SRCDIRS) -AC_OUTPUT(src/Makefile mpegsound/Makefile Makefile nmixer/Makefile doc/Makefile doc/charmap/Makefile) +AC_OUTPUT(getopt/Makefile src/Makefile mpegsound/Makefile Makefile nmixer/Makefile doc/Makefile doc/charmap/Makefile) PTHREADS_OR_PTH="pthreads" if test "$HAVE_PTH" = "yes" ; then PTHREADS_OR_PTH="pth" ; fi @ 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 --- configure.in.orig 2002-10-20 18:34:43.000000000 +0200 d12 3 a14 3 #For FreeBSD, look in /usr/local/(lib,include) first, since ncurses4 #must be installed as an add-on on these systems in /usr/local @@@@ -201,7 +201,7 @@@@ AC_CHECK_HEADERS(fcntl.h malloc.h sys/io d23 1 a23 1 @@@@ -336,15 +336,17 @@@@ dnl CXXFLAGS="$CXXFLAGS -D__NO_MATH_INLI @