Commit Graph

27 Commits

Author SHA1 Message Date
rsadowski 157e015c18 Regen WANTLIB, add missing mpg123 2022-07-06 08:08:58 +00:00
naddy b80841c8ec drop RCS Ids 2022-03-11 18:20:04 +00:00
rsadowski b84d1a2ae3 Remove unnecessary dependency on devel/gettext,-runtime
Spotted by sthen@, ok sdk@
2021-12-12 17:04:37 +00:00
jasper c0d71858db update MASTER_SITES where distfiles.nl was used 2020-01-26 11:14:29 +00:00
sthen 485792605b replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 21:02:12 +00:00
naddy ebf751b927 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-05-20 22:15:00 +00:00
sthen 1d9897d8f3 remove audio/moc WANTLIB mess, it's now handled automatically by
COMPILER/COMPILER_LIBCXX
2019-02-17 22:21:04 +00:00
sthen 83e746d78c Preemptively fix audio/moc with newer FFmpeg. From Brad. 2019-02-17 22:17:41 +00:00
naddy 33bea57aa6 again, bump users of audio/libmad after macro change in header file 2018-12-05 20:19:00 +00:00
naddy 62baafa1d6 bump users of audio/libmad after macro change in header file 2018-12-04 20:44:56 +00:00
sthen 25f0e460f2 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-10-24 14:27:57 +00:00
espie 4e259e8a08 better with the actual plugin
bump again in case someone was unlucky enough to build during that short
window
2018-05-12 13:55:24 +00:00
espie 6bbf04ed6e in for a penny...
audio/moc recognizes libmodplug, build the appropriate plugin
discussed with jasper@
2018-05-12 13:03:18 +00:00
jasper e37051e557 - update to moc-2.5.2
- mirror distfile as upstream master site tends to be flaky
2017-11-18 12:01:14 +00:00
sthen 5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie 8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
espie 45595d500d vpx builds just fine with base clang instead of ports clang, unhardcode
libestdc++ accordingly.
2017-05-13 10:33:14 +00:00
sthen 7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
zhuk e273bd49b0 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-12-19 22:52:46 +00:00
sthen c15b136e13 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-11-04 11:35:18 +00:00
ajacoutot 0d2234865a utfcpp can not be automatically picked up anymore. 2016-10-29 10:37:12 +00:00
ajacoutot 8a3d9e4700 Actually better fix: include WRKSRC before /usr/local/include so that utf8.h
from devel/utfcpp is not picked up.
2016-10-29 09:18:08 +00:00
ajacoutot 1219d25c3c devel/utfcpp is picked up at configure time, so add it as a bdep. 2016-10-29 08:49:35 +00:00
jasper f8b1ceec32 bump after faad subpackage changes 2016-08-30 10:20:15 +00:00
czarkoff 1a7865ca3d add "dns" promise, for web streams 2016-07-11 07:51:30 +00:00
ajacoutot 825b9539c6 Unbreak: Poisoned variable CONFIGURE_SHARED has been referenced
Drop deprecated gettext MODULE.
2016-07-10 12:03:06 +00:00
czarkoff e9c7a0a3ca 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.

OK zhuk@
2016-07-10 10:40:43 +00:00