Version: 2.5.2, Package name: moc-2.5.2 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description MOC (music on console) is a console audio player for LINUX/UNIX designed to be powerful and easy to use. MOC plays smoothly, regardless of system or I/O load because it uses the output buffer in a separate thread. It provides gapless playback because the next file to be played is precached while the current file is playing. Supported file formats are: MP3, Ogg Vorbis, FLAC, Musepack (mpc), Speex, Opus, WAVE, those supported by FFmpeg/LibAV (e.g., WMA, RealAudio, AAC, MP4), AIFF, AU, SVX, Sphere Nist WAV, IRCAM SF, Creative VOC, SID, wavpack. |
Filesize: 588.602 KB |
Version History (View Complete History) |
|
2020-01-26 04:14:34 by Jasper Lievisse Adriaanse | Files touched by this commit (95) |
Log message: update MASTER_SITES where distfiles.nl was used |
2019-07-12 15:02:30 by Stuart Henderson | Files touched by this commit (339) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-20 16:15:31 by Christian Weisgerber | Files touched by this commit (488) |
Log message: Update gettext to 0.20.1. Follow the upstream recommendations for packagers and switch to multi-packages: devel/gettext -> devel/gettext,-runtime devel/gettext-tools -> devel/gettext,-tools (new) devel/gettext,-textstyle |
2019-02-17 15:21:04 by Stuart Henderson | Files touched by this commit (1) |
Log message: remove audio/moc WANTLIB mess, it's now handled automatically by COMPILER/COMPILER_LIBCXX |
2019-02-17 15:17:41 by Stuart Henderson | Files touched by this commit (2) |
Log message: Preemptively fix audio/moc with newer FFmpeg. From Brad. |
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-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-05-12 07:55:24 by Marc Espie | Files touched by this commit (2) |
Log message: better with the actual plugin bump again in case someone was unlucky enough to build during that short window |
2018-05-12 07:03:18 by Marc Espie | Files touched by this commit (1) |
Log message: in for a penny... audio/moc recognizes libmodplug, build the appropriate plugin discussed with jasper@ |
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-05-13 04:33:14 by Marc Espie | Files touched by this commit (4) |
Log message: vpx builds just fine with base clang instead of ports clang, unhardcode libestdc++ accordingly. |
2017-04-10 05:45:29 by Stuart Henderson | Files touched by this commit (281) |
Log message: use LIBCXX |
2016-12-19 15:52:46 by Vadim Zhukov | Files touched by this commit (1) |
Log message: Apply the same workaround for estdc++ issue to audio/moc that was done for, e.g., multimedia/gstreamer1/plugins-good. This way it should build on non-Intel archs. |
2016-11-04 05:35:21 by Stuart Henderson | Files touched by this commit (100) |
Log message: sync WANTLIB (and in one case, add gettext to LIB_DEPENDS) in dependent ports now that internationalised domain name support has been removed from net/curl |
2016-10-29 04:37:12 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: utfcpp can not be automatically picked up anymore. |
2016-10-29 03:18:08 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Actually better fix: include WRKSRC before /usr/local/include so that utf8.h from devel/utfcpp is not picked up. |
2016-10-29 02:49:35 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: devel/utfcpp is picked up at configure time, so add it as a bdep. |
2016-08-30 04:20:16 by Jasper Lievisse Adriaanse | Files touched by this commit (11) |
Log message: bump after faad subpackage changes |
2016-07-11 01:51:31 by Dmitrij Czarkoff | Files touched by this commit (2) |
Log message: add "dns" promise, for web streams |
2016-07-10 06:03:06 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Unbreak: Poisoned variable CONFIGURE_SHARED has been referenced Drop deprecated gettext MODULE. |