summaryrefslogtreecommitdiff
path: root/audio/ocp
AgeCommit message (Collapse)AuthorFilesLines
2015-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz1-2/+2
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2015-08-17Bump PKGREVISION for ncurses shlib bump.wiz1-2/+2
2015-04-25Recursive revbump following MesaLib update, categories a through f.tnn1-2/+2
2013-04-26Unreak build on SmartOS (seen in pbulk logs, untested)shattered3-4/+27
2012-10-23Remove xextproto/buildlink3.mk where it is pulled in via libXxf86vm.wiz1-2/+1
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-05-21Delint (include desktopdb.mk).shattered2-7/+9
2012-04-30Add x11 and sdl options (sdl does not work yet).shattered3-5/+41
2012-03-28Remove not-for-compiler-clang line, it does compile with clang.wiz1-4/+1
2012-02-15Fix build on SunOS.hans4-5/+39
2012-02-05Add PLIST.Linux with linux only installed files.sbd2-1/+6
Bump PKGREVISION
2011-12-21Update home page URL.shattered1-2/+2
2011-11-28Update to 0.1.21:wiz2-8/+8
2010-05-18: playgmd/gmdldmf.c: Remove a nested function 2011-03-19: compat/stuff.*: strupr is actually implemented on some systems 2011-03-19: configure.ac */*: -lm is not required on all platforms 2011-03-19: * */*: AC_STRUCT_DIRENT_D_TYPE; not all platforms has dirent.d_type 2011-03-19: config.guess, config.sub, install-sh: update to more recent versions (used the ones present in automake-1.11 in ubuntu 10.10) 2011-03-19: configure.ac Makefile.in: Only link to pthread if on OS-X / CoreAudio 2011-03-19: Support getcwd() for retrieving current working directory 2011-03-20: Added support for SDL audio 2011-03-20: cpiface/cpilinks.c: crash-bug when resizing window while link viewer was active 2011-03-20: devpcoreaudio devpsdl: gettimer() didn't work as expected (needed by cpitrack.c) 2011-06-01: play*/*: Some of the players didn't have volatile on the "timer" lock 2011-06-08: playwav/wavplay.c: Race condition that caused some audio artifacts (some parts could be replayed randomly) 2011-06-19: playmp2/charset.c: Detection of glibc bug 4936 alrways returned true (thanks to Jindrich Makovicka) 2011-07-11: devw/dwmixfa*: 8087 fpu version is now able to compile in PIC mode without use of text-rels. 2011-07-13: devw/dwmixfa: Added support for proper C verion of the FPU mixer (Thanks to Jindřich Makovička) 2011-07-13: devw/dwmixfa: 8087_asm_emu code made some annoying clicking sounds 2011-09-05: configure.ac: AC_LINK_IFELSE for ADPLUG could fail if "ld --as-needed" was used 2011-09-18: devp/devpalsa: newer versions of libalsa does not need plughw syntax, and in some cases works better without 2011-09-18: configure.ac: removed a warning visible when using autoconf >= 2.68 2011-09-30: devp/devpcoreaudio.c: Didn't compile 2011-10-21: playgmd/gmdl*.c: Removed a nested function (GCC on OS-X dislikes them) 2011-11-03: playgmi/gmitimitidy.c: Updated against ubuntu 11.10 configfile structure, closing ticket #3 2011-11-03: dev/mixclip.c: wav and sid files would crash on non-x86 platforms (optimization for assembler mixer in lookup-tables were fixed for 32bit pointers) 2011-11-04: playwav/wavpplay.c: pause on wave files caused crash. Also did some minor cleanups in pause-handling in other file-plugins aswell 2011-11-05: boot/psetting.c: ocp.ini upgrade code could crash due memmove moved too much memory 2011-11-06: VERSION 0.1.21
2011-10-08clang cannot build this (uses nested functions)shattered1-2/+4
2010-10-25Delint.shattered1-1/+2
2010-10-24Use my TNF e-mail in MAINTAINER field.shattered1-2/+2
2010-09-28+# ymtype.so wants to link -llzh before it's finished buildingwiz1-1/+4
+MAKE_JOBS_SAFE= no
2010-06-05Update to 1.0.20:wiz5-25/+14
1.0.20: Changes: ocp.ini did not include support for .YM files as expected. Two other minor tweaks were done. 1.0.19: Changes: Multiple crash bugs were fixed. Support for YM files via STYMulator was added. 24-bit SDL/X11 output should now work (which is needed if ran inside QEMU). PTM and Adplug files should now load and play correctly on big-endian systems. Several other minor tweaks were made.
2010-01-16Update to 0.1.18:wiz6-28/+30
2009-06-29: devpcoreaudio didn't compile on darwin 2009-07-19: dev/smpman.c: x86_64 crashed when expanding loops 2009-07-20: configure.ac: missing AC_DEFINE, made compiling on ubuntu flash a lot of warnings due to we not knowing about some header files 2009-07-20: platit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Out-of-range_note_delays 2009-07-20: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Pattern_loop 2009-07-20: playit/itptrack.c: track-visualizer didn't show SBx commands (now appears like plx - pattern loop) 2009-07-20: *: use sysconf(_SC_PAGESIZE) if available, before trying to use PAGESIZE, and defaulting to 4096 2009-07-21: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Tremor_effect 2009-07-21: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Ping-pong_loop_and_sample_number 2009-07-22: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Retrigger 2009-07-22: stuff/*x11*: Borrowed some code from mplayer (don't attemt to use SHM on network connected X11 servers) 2009-07-23: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Pattern_row_delay 2009-07-23: stuff/poutput-x11.c: Added XSync() after resize-windows, else XGetImage sometimes fails, since local structure isn't ajour with server fast enough (window resize on remote X11 would sometime exit ocp with X11 error) 2009-07-23: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Random_waveform 2009-07-25: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Pan_swing_and_set_panning_effect 2009-07-26: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Zero_value_for_note_cut_and_note_delay 2009-07-26: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Portamento_with_no_note 2009-07-28: playit/itplay.c: http://eval.sovietrussia.org/wiki/Player_abuse_tests#Portamento_and_pitch_slide 2009-07-29: playgmi/*: Added buffer overrun protection to the MIDI file parser 2009-07-30: playit/itload.c: use Impulse Tracker 2.15 sample decompression, only when needed 2009-08-07: *: Remove the need for keep=1 on certain drivers. The drivers can tell themselfs if they need it. 2009-08-07: devp/devpcoreaudio.c: Major updates 2009-09-24: stuff/*: Added support for SDL video 2009-09-24: dev*/dev*oss.c: Only warn if GET_VERSION fails (some BSDs fails on this) 2009-09-24: ocp-*: Make even faster method for forcing SDL, etc video drivers 2009-09-25: Compiling SDL support without X11 gave a missing symbol 2009-11-18: configure.ac: AC_MSG_ERROR was used wrong some places 2009-12-25: *: medialib didn't handle archived files very well. This is now fixed, however, a rescan is needed in order to make them work (database didn't store archive data) 2009-12-26: playit/itload.c: Don't fail on loading samples with length set to zero, skip them instead 2009-12-26: VERSION 0.1.18
2009-08-16Remove mistakenly imported file.wiz1-103/+0
2009-08-16Initial import of ocp-0.1.17 from pkgsrc-wip, packaged by shattered.wiz12-0/+307
Open Cubic Player first appeared around December 1994 as a DOS binary-only module player. It supported many soundcards and module formats. At some point, the source code was released to the public under the terms of the GNU General Public License, and around 2003 Stian Skjelstad ported the code to Linux. In addition to legacy tracker formats such as mod, xm and s3m, Open Cubic Player now also supports mp3, ogg and ay files and can be compiled with libadplug support.