summaryrefslogtreecommitdiff
path: root/multimedia/mplayer-share/patches/patch-configure
AgeCommit message (Collapse)AuthorFilesLines
2022-12-14mplayer*: make mplayer builds on NetBSD/m68k.tsutsui1-13/+31
2022-04-24mplayer, related packages: update to 1.5nia1-23/+23
some changes to attempt to make mplayer in pkgsrc less "absurdly complicated" 1.5: "Hope" February 27, 2022 Decoders, demuxers, streams: * ffmpeg12vpdau is no longer supported by FFmpeg, provide separate ffmpeg1vpdau and ffmpeg2vdpau instead * live555 deprecated and disabled by default, will be removed in future GUI: * Fix wrongly sized video window after leaving fullscreen mode * Clear screen when switching to fullscreen mode using the x11 video output driver * Command line option -fs is now recognized in addition to the GUI option load_fullscreen * Use correct visual in OpenGL video output driver for X11 * Provide a built-in skin so that the GUI can be used even without an installed skin * Native Language Support, i.e. the GUI language can be changed as specified in LC_MESSAGES or LANG * Minor bug fixes Other: * Building on Arm now compiles for the ISA and extensions of the host CPU by default. This should avoid issues like builds on e.g. Raspbian not using NEON by default. Can use --enable-runtime-cpudetection to restore the previous behaviour, though full runtime CPU detection is not supported. * New configure option --enable-nls for Native Language Support at runtime (for the moment only for the GUI and enabled by default for it) * macOS: Fixes for retina display, sluggish input processing
2019-06-02mencoder, mplayer, gmplayer: use /dev/audio for OSS on NetBSD/OpenBSD.tsutsui1-1/+12
- See PR/54229 about misuse of NetBSD's /dev/sound for OSS. - OpenBSD's /dev/sound seems removed since 6.1: https://man.openbsd.org/OpenBSD-6.1/audio.4 Bump PKGREVISIONs.
2019-01-12mencoder, mplayer, gmplayer: restore text relocation fix for NetBSD/i386.tsutsui1-13/+27
It seems lost in the previous patch-aa -> patch-configure rename. Bump PKGREVISION to rebuild binaries.
2018-11-10make this build on arm64. just needed to be able to map frommrg1-0/+169
evbarm -> arm|aarch64. actually works pretty well.