summaryrefslogtreecommitdiff
path: root/multimedia/mpv (follow)
Commit message (Collapse)AuthorAgeFilesLines
* multimedia/mpv: backport --ao=pipewire supportJan Beich2022-02-142-1/+20
|
* graphics/libplacebo: update to 4.192.0.r1Jan Beich2022-01-181-0/+1
| | | | Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v4.192.0-rc1
* multimedia/mpv: update to 0.34.1Jan Beich2022-01-032-5/+4
| | | | | Changes: https://github.com/mpv-player/mpv/releases/tag/v0.34.1 Reported by: GitHub (watch releases)
* multimedia/mpv: restore SNDIO (--ao=sndio) after 0cee9d1b218aJan Beich2021-12-252-1/+11
| | | | Requested by: Brad Smith <brad@comstyle.com>
* multimedia/mpv: fix lua option handlingVVD2021-12-111-4/+10
| | | | | | | | | | | | | | | | mpv supports - no lua - luajit - lua51-52 The new options added support to select between these. - LUA_NONE - LUAJIT (previous OFF by default) - LUA (previously on when LUAJIT=OFF) So the default remains to use lang/lua5[12]. PR: 259598
* Ports that depend on youtube-dl: Depend on yt-dlpJoseph Mingrone2021-12-061-3/+8
| | | | | | | | | | | | | | | | | | | | | | yt-dlp [1] is a youtube-dl fork with additional features and fixes. For ports that depend on www/youtube-dl switch the dependency to www/yt-dlp. For ports that have an optional dependency on www/youtube-dl, create a new OPTIONS_RADIO that includes www/yt-dlp and make it the default. [1] https://github.com/yt-dlp/yt-dlp Other changes: - www/yt-dlp: Turn the symlink option on by default - www/py-pafy: Fix build when depending on www/yt-dlp PR: 259944 Reported by: Oleh Vinichenko <moonlapse81@gmail.com> Reviewed by: diizzy, Oleh Vinichenko <moonlapse81@gmail.com>, VVD <vvd@unislabs.com> Approved by: 0mp, adridg (kde@), rm, tcberner (multimedia@), yuri (maintainers) acm and nivit (maintainers, timeout) Differential Revision: https://reviews.freebsd.org/D33090
* multimedia/mpv: fix build with LUAJIT=OFF (+)Dima Panov2021-11-201-1/+1
| | | | | | | Limit allowed Lua versions to 5.1/5.2, MPV cannot use lua53+ yet Approved by: portmgr blanket (trivial fix build) Sponsored by: Netzkommune GmbH
* multimedia/mpv: backport --hwdec=vaapi for --gpu-context=displayvkJan Beich2021-11-162-0/+6
| | | | | Not to be confused with --hwdec=vaapi-copy which worked before but has poor performance.
* multimedia/mpv: update to 0.34.0Jan Beich2021-11-012-49/+4
| | | | | Changes: https://github.com/mpv-player/mpv/releases/tag/v0.34.0 Reported by: GitHub (watch releases)
* INSTALLS_ICONS: retire the macro and rework the related dependenciesBaptiste Daroussin2021-10-101-1/+0
| | | | | | | While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
* multimedia/mpv: prefer yt-dlp by default if installedJan Beich2021-09-252-1/+4
|
* graphics/libplacebo: update to 4.157.0.r1Jan Beich2021-08-171-1/+1
| | | | | Changes: https://code.videolan.org/videolan/libplacebo/-/tags/4.157.0-rc1 Reported by: Repology
* multimedia/mpv: Add CPE informationBernhard Froehlich2021-08-151-1/+1
| | | | Approved by: portmgr (blanket)
* audio/jack: Update to Jack2: 0.125.0 -> 1.9.16Yuri Victorovich2021-08-021-1/+1
| | | | | | | | Big thank you to Florian Walpen <dev@submerge.ch> and Goran Mekić <meka@tilda.center> for working on Jack2. PR: 251125 Submitted by: Florian Walpen <dev@submerge.ch> (original version)
* multimedia/mpv: unbreak fetch via local copyJan Beich2021-07-251-0/+1
| | | | | | | | | | | | | | | | Index abbreviation in git-format-patch(1) output seems to change frequently, probably due to GitHub load balancing. $ make checksum TRYBROKEN= MASTER_SITE_BACKUP= DISTDIR=$(mktemp -dt distfiles) [...] => 62fb374349e0.patch doesn't seem to exist in /tmp/distfiles.kipot6aT/. => Attempting to fetch https://github.com/mpv-player/mpv/commit/62fb374349e0.patch fetch: https://github.com/mpv-player/mpv/commit/62fb374349e0.patch: size mismatch: expected 2083, actual 2079 => Couldn't fetch it - please try to retrieve this => port manually into /tmp/distfiles.kipot6aT/ and try again. *** Error code 1 Reported by: LuMiWa (via multimedia@ list)
* multimedia/mpv: backport --gpu-context=drm on console by defaultJan Beich2021-07-252-1/+4
|
* multimedia/mpv: unbreak fetch due to repo growthJan Beich2021-07-201-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $ make checksum TRYBROKEN= MASTER_SITE_BACKUP= DISTDIR=$(mktemp -dt distfiles) [...] => 1bb2665e3d09.patch doesn't seem to exist in /tmp/distfiles.iVgzzfBs/. => Attempting to fetch https://github.com/mpv-player/mpv/commit/1bb2665e3d09.patch fetch: https://github.com/mpv-player/mpv/commit/1bb2665e3d09.patch: size mismatch: expected 2337, actual 2341 => Couldn't fetch it - please try to retrieve this => port manually into /tmp/distfiles.iVgzzfBs/ and try again. *** Error code 1 -index 833fbddb1b..4a1ffd4579 100644 +index 833fbddb1bd..4a1ffd45798 100644 -index 8318c5190c..a1fb04bd59 100644 +index 8318c5190c5..a1fb04bd592 100644 -index 4a1ffd4579..2802ce914c 100644 +index 4a1ffd45798..2802ce914ca 100644 -index a1fb04bd59..dff20f716d 100644 +index a1fb04bd592..dff20f716d6 100644 -index 2802ce914c..265787e73a 100644 +index 2802ce914ca..265787e73a9 100644 -index dff20f716d..df0c05e139 100644 +index dff20f716d6..df0c05e139e 100644 -index df0c05e139..3365daa48a 100644 +index df0c05e139e..3365daa48a5 100644 -index 3365daa48a..46c289dafe 100644 +index 3365daa48a5..46c289dafe3 100644 -index 46c289dafe..f4ba8db7c7 100644 +index 46c289dafe3..f4ba8db7c7c 100644 -index d70286647f..1c0b9e146b 100644 +index d70286647fc..1c0b9e146be 100644 -index 52a38b63be..7c347cb138 100644 +index 52a38b63be2..7c347cb1380 100644 -index 0000000000..11b182e52d +index 00000000000..11b182e52d9 -index 0ced76244a..e9f4d53002 100644 +index 0ced76244a0..e9f4d53002c 100644 -index 14c254e1ec..a12cbf19e1 100644 +index 14c254e1ec9..a12cbf19e17 100644 -index 706c952604..5545b3378d 100644 +index 706c9526046..5545b3378d5 100644 -index f8df590511..8244acff26 100644 +index f8df590511d..8244acff261 100644 PR: 257239 Reported by: Oleh Vinichenko
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-221-1/+1
| | | | | | | | | | Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
* multimedia/mpv: backport --gpu-context=displayvkJan Beich2021-06-122-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Similar to vkcube-display and --gpu-context=drm (OpenGL). For example, $ mpv --vo=gpu --gpu-api=vulkan --gpu-context=displayvk --vulkan-display-plane=2 /path/to/video I tested on the following configuration (consult --vulkan-display-* in the manpage) $ mpv --vulkan-display-plane=help Vulkan Devices: 'Intel(R) HD Graphics 530 (SKL GT2)' (GPU ID 8086:1912) Display 0: 'monitor' (3840x2160) Modes: Mode 00: 3840x2160 (60.000 Hz) Mode 01: 3840x2160 (30.000 Hz) Mode 02: 1920x1080 (60.000 Hz) Mode 03: 1920x1080 (59.940 Hz) Mode 04: 1600x900 (60.000 Hz) Mode 05: 1280x1024 (60.020 Hz) Mode 06: 1280x800 (59.810 Hz) Mode 07: 1152x864 (59.972 Hz) Mode 08: 1280x720 (60.000 Hz) Mode 09: 1280x720 (59.940 Hz) Mode 10: 1024x768 (60.004 Hz) Mode 11: 800x600 (60.317 Hz) Mode 12: 720x480 (60.000 Hz) Mode 13: 720x480 (59.940 Hz) Mode 14: 640x480 (60.000 Hz) Mode 15: 640x480 (59.940 Hz) Planes: Plane: 2
* multimedia/mpv: backport VULKAN+VAAPI fix for IntelJan Beich2021-06-122-1/+4
| | | | | | | | | | | | | | | | Regressed by cc87022694a6 update but the fix only helps mesa-devel. $ mpv --hwdec=vaapi --gpu-api=vulkan /path/to/file [...] [vo/gpu/vulkan/libplacebo] vk->CreateImage(vk->dev, &iinfo, PL_VK_ALLOC, &tex_vk->img): VK_ERROR_OUT_OF_DEVICE_MEMORY (../src/vulkan/gpu.c:1185) [vo/gpu/vulkan/libplacebo] vk->CreateImage(vk->dev, &iinfo, PL_VK_ALLOC, &tex_vk->img): VK_ERROR_OUT_OF_DEVICE_MEMORY (../src/vulkan/gpu.c:1185) [vo/gpu/vulkan/libplacebo] vk->CreateImage(vk->dev, &iinfo, PL_VK_ALLOC, &tex_vk->img): VK_ERROR_OUT_OF_DEVICE_MEMORY (../src/vulkan/gpu.c:1185) [vo/gpu/vulkan/libplacebo] vk->CreateImage(vk->dev, &iinfo, PL_VK_ALLOC, &tex_vk->img): VK_ERROR_OUT_OF_DEVICE_MEMORY (../src/vulkan/gpu.c:1185) Using hardware decoding (vaapi). VO: [gpu] 1920x1080 vaapi[nv12] [vo/gpu/vaapi-egl] unsupported VA image format nv12 [vo/gpu] Initializing texture for hardware decoding failed. [...]
* multimedia/libdvd{read,nav}: Update to latest versionGanael LAPLANCHE2021-04-291-0/+1
| | | | | | | | | | Update libdvdread to 6.1.2, changelog: https://code.videolan.org/videolan/libdvdread/-/blob/master/NEWS Update libdvdnav to 6.1.1, changelog: https://code.videolan.org/videolan/libdvdnav/-/blob/master/ChangeLog and bump dependent ports' revisions.
* multimedia/mpv: Allow building with wayland without x11.Thomas Zander2021-04-161-2/+1
| | | | | PR: 254009 Reported by: evgeniy@khramtsov.org
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* multimedia/mpv: update to 0.33.1Jan Beich2021-04-062-5/+4
| | | | | Changes: https://github.com/mpv-player/mpv/releases/tag/v0.33.1 Reported by: GitHub (watch releases)
* graphics/libplacebo: update to 3.120.0Jan Beich2021-04-061-1/+1
| | | | | Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v3.120.0 Reported by: Repology
* multimedia/mpv: update --ao=ossJan Beich2021-03-162-3/+3
| | | | Changes: https://github.com/mpv-player/mpv/compare/322778f211a5..51d824129d1a
* Remove redundant option descriptions that match the default onesTobias Kortkamp2021-03-071-1/+0
| | | | | | (ignoring case) Reported by: danfe (for net/mosquitto), portscan
* multimedia/mpv: add option for javascriptTobias C. Berner2021-02-081-2/+7
| | | | | | | | - Add an option for JS support via lang/mujs - Make it default off for now PR: 252955 Submitted by: Henry Hu <henry.hu.sh@gmail.com>
* graphics/libplacebo: update to 3.104.0Jan Beich2021-01-012-1/+4
| | | | | Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v3.104.0 Reported by: Repology
* devel/vulkan-*: move to graphics/ where vulkan-loader isJan Beich2020-12-231-1/+1
| | | | | Vulkan isn't used for generic compute workloads unlike OpenCL. For example, waifu2x-ncnn-vulkan is still graphics-related.
* multimedia/mpv: update --ao=ossJan Beich2020-12-172-4/+4
| | | | Changes: https://github.com/mpv-player/mpv/compare/62e566dbcd8f..322778f211a5
* multimedia/mpv: update --ao=ossJan Beich2020-12-072-3/+3
| | | | Changes: https://github.com/mpv-player/mpv/compare/d902a7bfd7c4..62e566dbcd8f
* multimedia/mpv: update --ao=oss and --vo=sixelJan Beich2020-11-302-4/+11
| | | | | Changes: https://github.com/mpv-player/mpv/compare/f65c9f85d116..d902a7bfd7c4 Changes: https://github.com/mpv-player/mpv/compare/8886f017a150...4d80314c5c88
* multimedia/mpv: update --ao=oss and --vo=sixelJan Beich2020-11-272-4/+11
| | | | | Changes: https://github.com/mpv-player/mpv/compare/211d621da9a3..f65c9f85d116 Changes: https://github.com/mpv-player/mpv/compare/9867f2183072...62fb374349e0
* multimedia/mpv: update OSS patchJan Beich2020-11-252-3/+3
| | | | Changes: https://github.com/mpv-player/mpv/compare/e7bcd38402a8..211d621da9a3
* multimedia/mpv: restore --ao=oss and disable OPENAL (like before r556071)Jan Beich2020-11-252-1/+7
| | | | | PR: 246726 Submitted by: rozhuk.im@gmail.com
* multimedia/mpv: drop SMB option after r556071Jan Beich2020-11-231-4/+1
| | | | | | | | waf-light: error: no such option: --enable-libsmbclient https://github.com/mpv-player/mpv/commit/3b8b7cb9d481 PR: 251318 Submitted by: VVD <vvd@unislabs.com>
* multimedia/mpv: respect SIXEL=off even if libsixel is installedJan Beich2020-11-221-1/+1
|
* multimedia/mpv: update to 0.33.0Jan Beich2020-11-223-27/+20
| | | | | | | | | | | | | | - Add SIXEL option after https://github.com/mpv-player/mpv/commit/19913921eb9e - Enable OPENAL option after https://github.com/mpv-player/mpv/commit/bca917f6d2c5 - Drop ASS option after https://github.com/mpv-player/mpv/commit/0b9ed9c2744a - Drop SNDIO option after https://github.com/mpv-player/mpv/commit/71d218eae4b4 - Drop USE_GL=gl after https://github.com/mpv-player/mpv/commit/7831e5223879 - Drop sys/consio.h patch after https://github.com/mpv-player/mpv/commit/427709575d0a - Bump bundled waf after https://github.com/mpv-player/mpv/commit/3248b073ce59 - Adjust WAYLAND dependency after https://github.com/mpv-player/mpv/commit/007ace76e2d0 Changes: https://github.com/mpv-player/mpv/releases/tag/v0.33.0 Reported by: GitHub (watch releases)
* Return cpm@'s ports to the pool after safekeeping his commit bit.Rene Ladan2020-10-051-1/+1
| | | | With hat: portmgr-secretary
* Bump portrevision for devel/evdev-protoNiclas Zeising2020-09-281-1/+1
| | | | | Bump portrevision on everything with a build dependency on devel/evdev-proto, to chace the update of evdev-proto in r550442.
* audio/sndio: Update to 1.7.0Tobias Kortkamp2020-07-121-1/+1
|
* graphics/libplacebo: update to 2.72.0Jan Beich2020-06-121-1/+1
| | | | | Changes: https://code.videolan.org/videolan/libplacebo/tags/v2.72.0 Reported by: Repology
* graphics/libplacebo: update to 2.43.0Jan Beich2020-04-231-1/+1
| | | | | Changes: https://code.videolan.org/videolan/libplacebo/tags/v2.43.0 Reported by: Repology
* Update multimedia/libdvdread and multimedia/libdvdnav to 6.1.0Ganael LAPLANCHE2020-03-271-0/+1
| | | | | | | | | | Changelogs are available here: https://code.videolan.org/videolan/libdvdread/-/blob/master/NEWS https://code.videolan.org/videolan/libdvdnav/-/blob/master/ChangeLog Also, bump dependent ports' revisions and mark sysutils/dvdbackup as BROKEN [1] Approved by: ehaupt [1]
* Clean up LLD_UNSAFE from openal-soft portsTobias Kortkamp2020-03-191-1/+2
| | | | | | | | | | After FreeBSD 12.0 EOL we no longer have to worry about LLD 6 and can drop LLD_UNSAFE from openal-soft ports. LLD can link them fine now but some ports needs a little help on i386 (-Wl,-znotext). PR: 226980 Reviewed by: jbeich (earlier version) Differential Revision: https://reviews.freebsd.org/D23030
* multimedia/mpv: update to 0.32.0Jan Beich2020-01-273-4/+5
| | | | | Changes: https://github.com/mpv-player/mpv/releases/tag/v0.32.0 Reported by: GitHub (watch releases)
* multimedia/mpv: update to 0.31.0Jan Beich2019-12-283-15/+8
| | | | | | | | | - Adjust ZIMG description after https://github.com/mpv-player/mpv/commit/13fe87f66b2c - Adjust TEST after https://github.com/mpv-player/mpv/commit/fb5689631993 - Drop TEST fix for i386 after https://github.com/mpv-player/mpv/commit/293dfc782552 Changes: https://github.com/mpv-player/mpv/releases/tag/v0.31.0 Reported by: GitHub (watch releases)
* graphics/libplacebo: update to 1.29.0Jan Beich2019-12-221-0/+1
| | | | | Changes: https://code.videolan.org/videolan/libplacebo/tags/v1.29.0 Reported by: portscout
* multimedia/mpv: update to 0.30.0Jan Beich2019-12-223-26/+20
| | | | | | | | | | | | | | | | | ABI is compatible but rebuild consumers anyway in case some can take advantage of new APIs e.g., https://github.com/mpv-player/mpv/commit/e08f235578aa - DVDREAD is no longer supported after https://github.com/mpv-player/mpv/commit/622940498525 - DVDNAV needs libdvdred after https://github.com/mpv-player/mpv/commit/34e6a26f4d5a - TEST needs newer dependency after https://github.com/mpv-player/mpv/commit/293dfc782552 - V4L can no longer use tv:// after https://github.com/mpv-player/mpv/commit/b30e85508a30 - VULKAN option uses libplacebo after https://github.com/mpv-player/mpv/commit/7006d6752d7d - ZIMG to support --vf=fingerprint after https://github.com/mpv-player/mpv/commit/9cfeafa89e2e - ZSH option is no longer needed after https://github.com/mpv-player/mpv/commit/2712db823884 - Drop --disable-vapoursynth-lazy after https://github.com/mpv-player/mpv/commit/fb8d240c4d04 - Add --disable-shaderc to avoid no longer used dependency brought via libplacebo Changes: https://github.com/mpv-player/mpv/releases/tag/v0.30.0