./audio/ocp, Open Cubic Player

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.21nb2, Package name: ocp-0.1.21nb2, Maintainer: shattered

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.


Required to run:
[multimedia/libogg] [audio/libid3tag] [audio/libvorbis] [audio/libmad] [devel/ncurses]

Required to build:
[devel/gmake]

Master sites:

SHA1: aaa16cf1979c572b09c73e7cc61350bfc4477380
RMD160: 6b42e93e9fe5879e844b2d336825a2db156b7e6f
Filesize: 763.481 KB

Version history: (Expand)


CVS history: (Expand)


   2012-04-30 10:26:42 by Sergey Svishchev | Files touched by this commit (3)
Log message:
Add x11 and sdl options (sdl does not work yet).
   2012-03-28 17:14:54 by Thomas Klausner | Files touched by this commit (1)
Log message:
Remove not-for-compiler-clang line, it does compile with clang.
   2012-02-15 23:23:16 by Hans Rosenfeld | Files touched by this commit (4)
Log message:
Fix build on SunOS.
   2012-02-05 22:48:26 by Steven Drake | Files touched by this commit (2) | Package updated
Log message:
Add PLIST.Linux with linux only installed files.

Bump PKGREVISION
   2011-12-21 21:20:44 by Sergey Svishchev | Files touched by this commit (1) | Package updated
Log message:
Update home page URL.
   2011-11-28 17:46:30 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
Update to 0.1.21:

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-08 16:47:25 by Sergey Svishchev | Files touched by this commit (1)
Log message:
clang cannot build this (uses nested functions)
   2010-10-26 01:12:51 by Sergey Svishchev | Files touched by this commit (1)
Log message:
Delint.