Version: 0.2.97, Package name: ocp-0.2.97 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description Open Cubic Player is a music player which plays a variety of sound formats. It is derived from Cubic Player 2.0 which was developed by Niklas Beisert of the legendary Cubic Team demogroup. The following file formats are supported: MOD/NST/WOW, XM, S3M, DMF, MTM, ULT, 669, OKT, PTM, AMS, MDL, IT, SID, YM, MPEG 1 audio layer 1/2/3, OGG, FLAC, WAV, and many OPL2/OPL3 audio file formats. |
Filesize: 5858.099 KB |
Version History (View Complete History) |
|
2021-03-11 02:00:59 by Frederic Cambus | Files touched by this commit (2) |
Log message: Do not block unknown compiler versions. Fixes the build with LLVM 11. |
2021-01-14 14:55:22 by Frederic Cambus | Files touched by this commit (23) |
Log message: Drop maintainership. |
2020-06-14 02:19:32 by Frederic Cambus | Files touched by this commit (1) |
Log message: Add missing BUILD_DEPENDS on devel/xa. Pointed out by aja@, thanks! |
2020-06-11 04:39:43 by Frederic Cambus | Files touched by this commit (3) |
Log message: Update ocp to 0.2.2. |
2019-12-28 06:13:12 by Stuart Henderson | Files touched by this commit (1) |
Log message: broken on i386. |
2019-12-22 13:49:45 by Frederic Cambus | Files touched by this commit (1) |
Log message: Prevent bundled Timidity to pick archivers/libzip's zip.h header, issue was caught by naddy@ in a bulk build. While there, pass required LDFLAGS for iconv detection in CONFIGURE_ENV instead of abusing CFLAGS for this. |
2019-12-16 05:54:30 by Frederic Cambus | Files touched by this commit (6) |
Log message: Update ocp to 0.2.1. This version now uses SDL2. |
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 |
2018-12-05 13:19:01 by Christian Weisgerber | Files touched by this commit (28) |
Log message: again, bump users of audio/libmad after macro change in header file |
2018-12-04 13:44:57 by Christian Weisgerber | Files touched by this commit (28) |
Log message: bump users of audio/libmad after macro change in header file |
2018-11-27 12:11:35 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Don't hardcode gcc, should fix aarch64 ok fcambus@ (maintainer) |
2018-11-23 14:08:39 by Christian Weisgerber | Files touched by this commit (1) |
Log message: fix fat-fingered diff |
2018-11-22 11:57:52 by Frederic Cambus | Files touched by this commit (1) |
Log message: Patch configure to add support for newer versions of GCC. This will allow building on architectures using ports-gcc to build the port once we update lang/gcc. OK naddy@ |
2018-11-22 08:39:43 by Christian Weisgerber | Files touched by this commit (2) |
Log message: The included i386 assembly is a mix of PIC code, acknowledged non-PIC code, and code that claims to be PIC but really isn't. Disable all of it and use the C code as on all other archs. ok fcambus@ |
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-06-27 15:04:25 by Marc Espie | Files touched by this commit (1411) |
Log message: first tag: update-desktop-database |
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-04-10 05:45:29 by Stuart Henderson | Files touched by this commit (281) |
Log message: use LIBCXX |
2017-02-06 08:33:15 by Frederic Cambus | Files touched by this commit (1) |
Log message: Mark as BROKEN on alpha, it triggers an internal compiler error. arctar.c:384: internal compiler error: in extract_insn, at recog.c:2077 |
2016-11-11 05:28:07 by Frederic Cambus | Files touched by this commit (3) |
Log message: Make ocp compile against audio/adplug, which allows playing many OPL2/OPL3 audio formats. OK landry@ |
2016-09-27 06:42:27 by Frederic Cambus | Files touched by this commit (1) |
Log message: Add missing BUILD_DEPENDS on desktop-file-utils. OK naddy@ (who spotted the issue, thanks!) |