2023-08-11 11:31:33 by Nia Alarie | Files touched by this commit (2) |
Log message: mpv: Delete now-redundant patch. |
2023-08-11 10:52:23 by Nia Alarie | Files touched by this commit (2) |
Log message: mpv: Wayland support is too fast-moving in this package. It tries to use defines that are only available in very recent Linux kernels which also results in maintenance burden for those of us concerned with porting the code to NetBSD. Use the SDL2 video backend for Wayland support. |
2023-07-18 20:34:31 by Nia Alarie | Files touched by this commit (9) |
Log message: multimedia: Adapt packages to USE_(CC|CXX)_FEATURES where possible |
2023-07-13 15:45:43 by Nia Alarie | Files touched by this commit (22) |
Log message: *: remove all instances of GCC_REQD where my name is the most recent in "cvs annotate" (part 1) Hopefully this commit can be reviewed later if a better replacement for GCC_REQD is committed. |
2023-07-12 21:56:41 by Nia Alarie | Files touched by this commit (1) |
Log message: mpv: Require at least GCC 4.9 for stdatomic.h. |
2023-06-26 10:13:02 by Jonathan Perkin | Files touched by this commit (1) |
Log message: mpv: Fix compiler flags on SunOS. |
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message: Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. Almost all uses, if not all of them, are wrong, according to the semantics of BUILD_DEPENDS (packages built for target available for use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for host available for use _as_ tools at build-time). No change to BUILD_DEPENDS as used correctly inside buildlink3. As proposed on tech-pkg: https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html |
2023-06-02 18:50:50 by Thomas Klausner | Files touched by this commit (1) |
Log message: mpv: switch to ffmpeg6 Bump PKGREVISION |
2023-05-06 21:09:54 by Ryo ONODERA | Files touched by this commit (687) |
Log message: *: Recursive revbump from audio/libopus 1.4 |
2023-05-02 18:18:47 by Thomas Klausner | Files touched by this commit (1) |
Log message: mpv: build using Python 3 only |