summaryrefslogtreecommitdiff
path: root/multimedia/mplayer-share
AgeCommit message (Collapse)AuthorFilesLines
2022-12-14mplayer*: make mplayer builds on NetBSD/m68k.tsutsui2-15/+33
2022-10-26*: bump PKGREVISION for libunistring shlib major bumpwiz1-2/+2
2022-09-30mplayer-share: Switch to x264 stabletriaxx2-4/+4
2022-09-11*: bump PKGREVISION for flac shlib bumpwiz1-2/+2
2022-07-25mplayer-share: remove unreferenced filetnn1-11/+0
2022-07-25mplayer: fix build with ffmpeg5-5.1tnn2-1/+24
2022-07-02*: Recursive revbump from audio/pulseaudioryoon1-1/+2
2022-05-24mplayer: Disable jack option (for now)nia1-2/+5
2022-05-10mplayer: Do not define gnutls option twiceryoon1-2/+2
2022-04-24mplayer, related packages: update to 1.5nia11-179/+81
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
2022-03-28m*/*: revbump(1) for libsndfiletnn1-2/+2
2021-12-08revbump for icu and libffiadam1-2/+2
2021-10-26multimedia: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (for legal reasons?): ./multimedia/adobe-flash-player/distinfo adobe-flash-player-32.0.0.465/flash_player_npapi_linux.i386.tar.gz ./multimedia/adobe-flash-player/distinfo adobe-flash-player-32.0.0.465/flash_player_npapi_linux.x86_64.tar.gz ./multimedia/libdvdcss/distinfo libdvdcss-1.4.3.tar.bz2
2021-10-09Recursive revbump for multimedia/libaomnia1-2/+2
2021-10-07multimedia: Remove SHA1 hashes for distfilesnia1-2/+1
2021-07-30*: Recursive revbump from audio/pulseaudio-15.0ryoon1-2/+2
2021-06-22mplayer: remove pulse from default options now NetBSD 7 is unsupportednia2-4/+4
and it requires mozjs (and rust) which doesn't work on plaforms such as arm
2021-04-10mplayer: Fix build with multimedia/ffmpeg4-4.4ryoon2-1/+26
Bump PKGREVISION.
2021-02-07*: Recursive revbump from audio/pulseaudio-14.2.nb1ryoon1-2/+2
2021-01-01*: Recursive revbump from audio/pulseaudio-14.0ryoon1-2/+2
2020-11-28Remove superfluous specification characters from pax invocationsgutteridge1-2/+2
A bunch of packages had an extra "p" specification character passed to the pax -p option. One is enough. Committed to reduce the human parsing costs, should someone else need to examine this. (In my case because it seems recent Linux distros have changed such that some -p arguments can now cause an error to occur, where previously they were accepted.)
2020-08-18*: revbump for libsndfileleot1-2/+2
2020-08-17*: revbump after fontconfig bl3 changes (libuuid removal)leot1-2/+2
2020-06-05*: Apply revbump for graphics/giflib API change.jperkin1-2/+2
2020-06-05mplayer*: Remove gifutil hack, now done correctly.jperkin1-4/+1
2020-05-22revbump for multimedia/libdvdread; requested by leot@adam1-2/+2
2020-03-10librsvg: update bl3.mk to remove libcroco in rust casewiz1-2/+2
recursive bump for the dependency change
2020-03-08*: recursive bump for libffiwiz1-2/+2
2020-03-01mplayer-share: mention mencvcd in a commentwiz1-1/+4
2020-01-20mplayer-share: Remove esound support.nia1-9/+2
2020-01-09mplayer, gmplayer: Link libgifutil to resolve GifQuantizeBuffer()ryoon1-1/+4
Add -lgifutil when -lgif is used.
2019-11-03multimedia: align variable assignmentsrillig1-173/+173
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2019-09-18Recursive revbump from audio/pulseaudioryoon1-2/+2
2019-06-25mplayer-share: alsa is not a supported option for mencoder so dont suggest itmarkd1-2/+5
2019-06-22mplayer: put back pulseaudio to SUGGESTED_OPTIONS.tsutsui2-3/+4
- the default audio output driver (in case no -ao option is specified) on NetBSD is still oss even if pulseaudio is enabled - users can change the audio output driver by "-ao pulse" option or "ao=pulse" in ~/.mplayer/config file, as they did on 1.3.0 packages - SDL (which is in current SUGGESTED_OPTIONS) already depends on pulseaudio by default Bump PKGREVISIONs.
2019-06-04mplayer: Update to 1.4nia10-42/+96
pkgsrc changes: * Set autosync = 30 by default to fix choppy video with NetBSD's new audio system. * Remove PulseAudio and legacy sound servers (nas, esd) as defaults. Consistent with mpv. * Add an alsa option and enable it by default on Linux. * Disable all codecs by default and just use ffmpeg instead. Allows distribution restrictions based on patents to be removed. Tested with a variety of common file formats. Consistent with other packages (e.g. FreeBSD Ports). While here, upgrade to ffmpeg4. Upstream changes: 1.4: "SubCounter" April 18, 2019 Decoders, demuxers, streams: * More pixel formats are supported for VP9, RSCC, Screenpresso * pvr:// support for the Hauppauge HD PVR model 1212 * Speed up detection of mpg format while streaming (limit probe to 4 MB) * demuxer: fall back to audio pts if all others are unavailable (#1928) * raw video: add support for < 8bpp RGB, support for paletted raw video, fix fliped raw video in non-avi containers * increase -lavdopts threads limit to 32 * warn for badly interleaved files, and make -ni more aggressive * support GBR pixel formats for HEVC * FFmpeg audio decoders: g721, g732 * FFmpeg video decoders: more Matrox mpeg2 formats (M702-3-4-5), Truemotion RT, Matrox Uncompressed SD/HD, BitJazz SheerVideo, YUY2 Lossless Codec Apple Pixlet, ScreenPressor, FM Screen Capture Codec * FFmpeg IFF video/image decoders: ANIM, ILBM, PBM, RGB8, RGBN Fixes: * fix more issues reported by Coverity * expand error checking, and fix many memleaks * fix -subcp enca: with external ASS subtitles (#2281) * fix reading of bitmap fonts * fix -subdelay applied inverted * some fixes for video filter bmovl (#2304, #2308) * fix timing of first and last frame (#2315) Other: * MPlayer can link against OpenSSL instead of GnuTLS for https support (Warning: the resulting binary can not be redistributed) * OSD: NV12/NV21 support * video output xv: NV12/NV21 support * video outputs for OSX: fix a few issues with newer OSX versions GUI: * No limitation on the number of entries in a font description file * Dramatic speedup of scanning font description files * Playback improvements for cue sheet playlists * Implementation of audio playback utilizing ReplayGain data * New symbol character 'g' and new dynamic label variable $g * Skins can leave current volume unchanged at startup * New configuration file: gui.gain * Modern new icons for the (default) menu, the file selector, the playlist and the message boxes * Rearrangement of some items of the (default) menu * Fix of broken evLoadAudioFile, evLoadSubtitle and evDropSubtitle * Skin support for 8-bit PNGs with palette
2019-06-02mencoder, mplayer, gmplayer: use /dev/audio for OSS on NetBSD/OpenBSD.tsutsui3-5/+16
- 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-03-25Use correct --disable-libopus option.rhialto1-2/+2
2019-03-24Add support for libmpg123 (default on) and libopus (default off).rhialto1-3/+17
libmpg123 is the internally preferred mp3 decoder, according to codecs.conf. The ffmpeg fallback complains a lot about many audio streams, causing stuttering sound. Using mpg123 should avoid that.
2019-01-12mencoder, mplayer, gmplayer: restore text relocation fix for NetBSD/i386.tsutsui3-17/+31
It seems lost in the previous patch-aa -> patch-configure rename. Bump PKGREVISION to rebuild binaries.
2018-11-23Recursive revbump from multimedia/libvaryoon1-2/+2
2018-11-12Recursive revbump from hardbuzz-2.1.1ryoon1-2/+2
2018-11-10make this build on arm64. just needed to be able to map frommrg2-32/+22
evbarm -> arm|aarch64. actually works pretty well.
2018-07-06Recursive revbump from audio/pulseaudioryoon1-2/+2
2018-05-27mencoder, mplayer, gmplayer: avoid text relocations on NetBSD/i386 8.0.tsutsui5-14/+36
* specify --disable-sse4 to avoid non-PIE asm ops in libmpcodecs/vf_ass.c that cause text relocations on NetBSD/i386 * explicitly pull pkgsrc/multimedia/libass to avoid internal libass (which seems usually enabled by configure's autodetect) * specify -fpic in configure for NetBSD/i386 to enable __PIC__ blocks in some sources * while here, use -mtune rather than -mcpu for not only gcc4 but also 5.x and later Bump PKGREVISIONs. Ok'ed by wiz@ in PR pkg/53319.
2018-04-04* Remove LICENSE (it's not that simple...)triaxx2-10/+3
* Remove code for no longer supported NetBSD release
2018-04-04Fix crash with screenshot filter.triaxx5-10/+28
Bump revision Minor changes: * Add LICENSE * Remove trailing white-spaces
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz1-2/+2
2018-02-26revbump after x264-devel updateadam1-2/+2
2018-01-28Bump PKGREVISION for gdbm shlib major bumpwiz1-2/+2