2018-11-26 13:24:47 by David Brownlee | Files touched by this commit (2) |
Log message: Add bluray option, and enable by default. Bump PKGREVISION |
2018-11-26 12:25:40 by David Brownlee | Files touched by this commit (2) |
Log message: Explicitly pass --disable-egl-x11 to configure to ensure consistent builds |
2018-11-25 20:26:29 by David Brownlee | Files touched by this commit (2) |
Log message: Add conditional defines for some EGL extensions to fix build with pkgsrc mesa-11.2.2. Taken from https://github.com/mpv-player/mpv/issues/5599 |
2018-11-23 09:06:34 by Ryo ONODERA | Files touched by this commit (66) |
Log message: Recursive revbump from multimedia/libva |
2018-11-12 04:53:16 by Ryo ONODERA | Files touched by this commit (1532) |
Log message: Recursive revbump from hardbuzz-2.1.1 |
2018-10-25 10:32:39 by Leonardo Taccari | Files touched by this commit (1) |
Log message: mpv: Use dot in NOT_FOR_PLATFORM pattern (suggested by pkglint, NFCI) |
2018-10-25 10:31:32 by Leonardo Taccari | Files touched by this commit (2) |
Log message: mpv: Add a link to upstream pull request |
2018-10-23 15:08:39 by Leonardo Taccari | Files touched by this commit (2) |
Log message: mpv: Do not force files with multiple audio channels to stereo With the previous version all files with >2 audio channels and an audio device that supported them actually fall back inconditionally to stereo channel. (Hopefully now the logic to gracefully handle audio channels should work, sorry again for the noise!) |
2018-10-23 14:39:35 by Leonardo Taccari | Files touched by this commit (2) |
Log message: mpv: Fix patch-audio_out_ao_oss.c `reqchannels > 2' case (The previous version actually introduced a regression in `reqchannels > 2' code path, sorry!) |
2018-10-23 14:14:54 by Leonardo Taccari | Files touched by this commit (2) |
Log message: mpv: Rework logic of patch-audio_out_ao__oss.c to avoid (mostly) duplicated code |