non port: multimedia/mpv/Makefile |
SVNWeb
|
Number of commits found: 241 (showing only 100 on this page) |
Thu, 27 Apr 2023
|
[ 12:01 Daniel Engberg (diizzy) ] f7accb2 (Only the first 10 of 151 ports in this commit are shown above. )
*/*: Bump all users of multimedia/ffmpeg*
...to make sure all picks up new version(s)
|
Tue, 25 Apr 2023
|
[ 15:17 Christian Weisgerber (naddy) ] feb1fa3 (Only the first 10 of 1613 ports in this commit are shown above. )
audio/opus: bump consumers after update to 1.4
|
Fri, 24 Mar 2023
|
[ 23:55 Jan Beich (jbeich) Author: Ivan Rozhuk ] ab92b4f
multimedia/mpv: unbreak audio with YTDLP=on after 35a7667ec445
[ytdl_hook] EDL doesn't support fragmentswithout duration with MP4 DASH
EDL specifies no segments.'
EDL parsing failed.
Error in EDL.
EDL: source file 'edl://!mp4_dash,init=%910%https://...' has unknown duration.
PR: 270437
|
Mon, 20 Mar 2023
|
[ 20:31 Jan Beich (jbeich) ] 5594d5e
multimedia/mpv: unbreak with --auto-features=enabled
meson.build:363:0: ERROR: Feature win32-internal-pthreads cannot be enabled: the
os is not win32!
meson.build:391:0: ERROR: Dependency "appleframeworks" not found, tried
framework
meson.build:710:0: ERROR: Feature sdl2-gamepad cannot be enabled: sdl2 was not
found!
meson.build:772:0: ERROR: Dependency "appleframeworks" not found, tried
framework
meson.build:784:0: ERROR: Dependency "appleframeworks" not found, tried
framework
meson.build:817:0: ERROR: C shared or static library 'OpenSLES' not found
meson.build:848:0: ERROR: Feature sdl2-audio cannot be enabled: sdl2 was not
found!
meson.build:864:0: ERROR: C symbol IAudioClient not found in header
audioclient.h
meson.build:885:0: ERROR: Feature direct3d cannot be enabled: the build is not
GPL or this is not a win32 desktop!
meson.build:941:0: ERROR: Feature sdl2-video cannot be enabled: sdl2 was not
found!
meson.build:964:0: ERROR: Dependency "spirv-cross-c-shared" not found, tried
pkgconfig and cmake
meson.build:970:0: ERROR: Feature d3d11 cannot be enabled: Either is not a win32
desktop or shaderc nor spirv-cross were found!
meson.build:1067:0: ERROR: Feature gl-cocoa cannot be enabled: cocoa and GL were
not found! (Only the first 15 lines of the commit message are shown above )
|
Mon, 13 Mar 2023
|
[ 12:53 Jan Beich (jbeich) ] 1801dc2
graphics/libplacebo: update to 5.264.0
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v5.264.0
Reported by: Repology
|
Sat, 28 Jan 2023
|
[ 17:13 Jan Beich (jbeich) ] 9cac5fd
multimedia/mpv: update to 0.35.1
Changes: https://github.com/mpv-player/mpv/releases/tag/v0.35.1
Reported by: GitHub (watch releases)
|
Wed, 21 Dec 2022
|
[ 17:57 Jan Beich (jbeich) ] 5bfbc3b
multimedia/mpv: limit wayland category to WAYLAND option
|
Wed, 23 Nov 2022
|
[ 14:34 Jan Beich (jbeich) ] 52b2cf0
multimedia/mpv: unbreak --vo=gpu-next with LCMS2=off after bc9f898a9c83
$ mpv --vo=gpu-next foo.mp4
[...]
Segmentation fault
(lldb) bt
* thread #10, name = 'mpv/vo', stop reason = signal SIGSEGV: invalid address
(fault address: 0x0)
* frame #0: 0x000000083b4c8e84 libc.so.7`strlen + 84
frame #1: 0x000000083b4996bd libc.so.7`vsscanf + 173
frame #2: 0x000000083b48c72d libc.so.7`sscanf + 141
frame #3: 0x00000000004c0dd4 mpv`gl_parse_3dlut_size(arg=0x0000000000000000,
p1=0x000000088fcf7d3c, p2=0x000000088fcf7d38, p3=0x000000088fcf7d34) at
lcms.h:45:9
frame #4: 0x00000000004c085b mpv`update_icc_opts(p=0x00000008792f9b10,
opts=0x0000000891370050) at vo_gpu_next.c:1619:5
frame #5: 0x00000000004c00ef
mpv`update_render_options(vo=0x0000000875b38910) at vo_gpu_next.c:1863:5
frame #6: 0x00000000004bde05 mpv`preinit(vo=0x0000000875b38910) at
vo_gpu_next.c:1426:5
frame #7: 0x000000000048cc99 mpv`vo_thread(ptr=0x0000000875b38910) at
vo.c:1088:13
frame #8: 0x000000083bc4783a libthr.so.3`___lldb_unnamed_symbol556 + 314
|
[ 14:34 Jan Beich (jbeich) ] 9698139
multimedia/mpv: enable LCMS2 by default after 276b32c59a4b
Dependency is already installed via VULKAN option.
|
Sat, 19 Nov 2022
|
[ 19:21 Jan Beich (jbeich) ] 439ad20
multimedia/mpv: unbreak system-wide configs after 1d89ec25be62
$ mpv -v -v 2>&1 | fgrep etc
[global] config path: 'encoding-profiles.conf' -/->
'etc/mpv/encoding-profiles.conf'
[global] config path: 'mpv.conf' -/-> 'etc/mpv/mpv.conf'
[global] config path: 'config' -/-> 'etc/mpv/config'
[global] config path: 'input.conf' -/-> 'etc/mpv/input.conf'
[global] config path: 'script-opts/ytdl_hook.conf' -/->
'etc/mpv/script-opts/ytdl_hook.conf'
[global] config path: 'lua-settings/ytdl_hook.conf' -/->
'etc/mpv/lua-settings/ytdl_hook.conf'
[global] config path: 'script-opts/stats.conf' -/->
'etc/mpv/script-opts/stats.conf'
[global] config path: 'lua-settings/stats.conf' -/->
'etc/mpv/lua-settings/stats.conf'
[global] config path: 'script-opts/console.conf' -/->
'etc/mpv/script-opts/console.conf'
[global] config path: 'lua-settings/console.conf' -/->
'etc/mpv/lua-settings/console.conf'
[global] config path: 'script-opts/osc.conf' -/-> 'etc/mpv/script-opts/osc.conf'
[global] config path: 'lua-settings/osc.conf' -/->
'etc/mpv/lua-settings/osc.conf'
|
Wed, 16 Nov 2022
|
[ 21:27 Jan Beich (jbeich) ] 223e207
multimedia/mpv: track VDPAU dependency on X11
meson.build:1411:0: ERROR: Feature vdpau cannot be enabled: x11 was not found!
(or before 1d89ec25be62)
Checking for VDPAU acceleration : x11
not found
Checking for VDPAU with OpenGL/X11 :
vdpau not found
PR: 267816
Reported by: amdmi3
|
Tue, 15 Nov 2022
|
[ 15:38 Jan Beich (jbeich) ] 18d2432
multimedia/mpv: pdf docs are already disabled after 8bc153091609
https://github.com/mpv-player/mpv/commit/1ba03f6813ea
|
[ 15:38 Jan Beich (jbeich) ] 55c3ad3
multimedia/mpv: expose rubberband audio filter
|
[ 15:38 Jan Beich (jbeich) ] 763fb93
multimedia/mpv: expose vapoursynth video filter
|
[ 12:51 Jan Beich (jbeich) ] 5432cff
multimedia/mpv: unbreak ARCHIVE=off WAYLAND=on after 1d89ec25be62
meson.build:979:0: ERROR: C header 'linux/input-event-codes.h' not usable
PR: 267765
Reported by: amdmi3
|
Mon, 14 Nov 2022
|
[ 10:04 Jan Beich (jbeich) ] 917fc0b
multimedia/mpv034: remove port
- Mark the remaining consumer as BROKEN
PR: 267114
Suggested by: bapt (stmp maintainer)
|
[ 09:50 Jan Beich (jbeich) ] 4b37de1
multimedia/mpv: define LICENSE_FILE to avoid stub
"or later" versions are treated as separate licenses thus not found
under /usr/ports/Templates/Licenses/.
|
[ 09:47 Jan Beich (jbeich) ] fc20d22
multimedia/mpv: drop redundant stripping after 1d89ec25be62
|
[ 09:47 Jan Beich (jbeich) ] 3702ec5
multimedia/mpv: unbreak TEST=on after 1d89ec25be62
env: build/mpv: No such file or directory
|
Sat, 12 Nov 2022
|
[ 20:36 Jan Beich (jbeich) ] c1bd181
multimedia/mpv: enable LUAJIT by default
PR: 267059
Inspired by: Arch
|
[ 20:22 Jan Beich (jbeich) ] f23f6a9
graphics/libplacebo: update to 5.229.1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v5.229.0
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v5.229.1
Reported by: Repology
|
[ 20:21 Jan Beich (jbeich) ] 1d89ec2
multimedia/mpv: convert to USES=meson after bc9f898a9c83
|
[ 20:21 Jan Beich (jbeich) ] bc9f898 (Only the first 10 of 12 ports in this commit are shown above. )
multimedia/mpv: update to 0.35.0
Changes: https://github.com/mpv-player/mpv/releases/tag/v0.35.0
PR: 267113
Reported by: GitHub (watch releases)
|
[ 20:21 Jan Beich (jbeich) ] a04b58b
multimedia/mpv: fork 0.34 into a pinned port
|
Tue, 1 Nov 2022
|
[ 11:27 Jan Beich (jbeich) ] 6142c83
multimedia/mpv: move NVDEC under VO group after 38d34d4542e0
|
Sat, 29 Oct 2022
|
[ 17:06 Jan Beich (jbeich) ] 3896cb6
multimedia/mpv: unbreak NVDEC=off after 38d34d4542e0
waf-light: error: no such option: --disable-ffnvcodec
PR: 267423
Reported by: Oleh Hushchenkov
|
[ 13:22 Jan Beich (jbeich) ] 38d34d4
multimedia/mpv: enable NVDEC by default after 9db4ec993805
$ man mpv
[...]
NOTE:
Most non-copy methods only work with the OpenGL GPU backend.
Currently, only the vaapi, nvdec and cuda methods work with
Vulkan.
PR: 264027
|
Tue, 18 Oct 2022
|
[ 16:43 Jan Beich (jbeich) ] bec3940
multimedia/mpv: bump wayland-protocols version after 276b32c59a4b
https://github.com/mpv-player/mpv/commit/6d2be8209403
|
Fri, 14 Oct 2022
|
[ 18:41 Jan Beich (jbeich) ] 04a5d2f
multimedia/mpv: convert to USES=luajit (defaults to luajit-devel)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 63f36d3 (Only the first 10 of 224 ports in this commit are shown above. )
multimedia: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron LI <aly@aaronly.me>
* Alexander Botero-Lowry <alexbl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Thompson <andy@fud.org.nz>
* Andrew Thompson <thompsa@FreeBSD.org>
* Angel Carpintero <ack@telefonica.net>
* Anish Mistry (with help from mean)
* Anonymous <swell.k@gmail.com> (Only the first 15 lines of the commit message are shown above )
|
[ 12:48 Jan Beich (jbeich) ] 2948687 (Only the first 10 of 42 ports in this commit are shown above. )
wayland: add more mostly leaf ports to virtual category
Caveats:
- emulators/rpcs3: install qt5-wayland and ensure Renderer is Vulkan (default)
- mail/thunderbird: add MOZ_ENABLE_WAYLAND=1 via environ(7)
- www/chromium: add --ozone-platform=wayland on command line
- www/firefox-esr: add MOZ_ENABLE_WAYLAND=1 via environ(7)
- www/firefox: add MOZ_ENABLE_WAYLAND=1 via environ(7)
|
Wed, 29 Jun 2022
|
[ 21:07 Jan Beich (jbeich) ] 79eb473
graphics/libplacebo: update to 4.208.0.r1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v4.208.0-rc1
Reported by: Repology
|
Mon, 14 Feb 2022
|
[ 21:25 Jan Beich (jbeich) ] a8fab8a
multimedia/mpv: backport --ao=pipewire support
|
Tue, 18 Jan 2022
|
[ 10:17 Jan Beich (jbeich) ] ed6dfa7
graphics/libplacebo: update to 4.192.0.r1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v4.192.0-rc1
|
Mon, 3 Jan 2022
|
[ 22:41 Jan Beich (jbeich) ] 9184ee4
multimedia/mpv: update to 0.34.1
Changes: https://github.com/mpv-player/mpv/releases/tag/v0.34.1
Reported by: GitHub (watch releases)
|
Sat, 25 Dec 2021
|
[ 10:11 Jan Beich (jbeich) ] a6e090a
multimedia/mpv: restore SNDIO (--ao=sndio) after 0cee9d1b218a
Requested by: Brad Smith <brad@comstyle.com>
|
Sat, 11 Dec 2021
|
[ 09:30 Tobias C. Berner (tcberner) Author: VVD ] cd43b25
multimedia/mpv: fix lua option handling
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
|
Mon, 6 Dec 2021
|
[ 14:09 Joseph Mingrone (jrm) ] 80e4e82 (Only the first 10 of 11 ports in this commit are shown above. )
Ports that depend on youtube-dl: Depend on yt-dlp
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
|
Fri, 19 Nov 2021
|
[ 22:22 Dima Panov (fluffy) ] fe75202
multimedia/mpv: fix build with LUAJIT=OFF (+)
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
|
Tue, 16 Nov 2021
|
[ 14:26 Jan Beich (jbeich) ] 131fe7f
multimedia/mpv: backport --hwdec=vaapi for --gpu-context=displayvk
Not to be confused with --hwdec=vaapi-copy which worked before but
has poor performance.
|
Mon, 1 Nov 2021
|
[ 15:08 Jan Beich (jbeich) ] cbdbb5e
multimedia/mpv: update to 0.34.0
Changes: https://github.com/mpv-player/mpv/releases/tag/v0.34.0
Reported by: GitHub (watch releases)
|
Sun, 10 Oct 2021
|
[ 19:44 Baptiste Daroussin (bapt) ] 2c672a4 (Only the first 10 of 586 ports in this commit are shown above. )
INSTALLS_ICONS: retire the macro and rework the related dependencies
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)
|
Sat, 25 Sep 2021
|
[ 17:45 Jan Beich (jbeich) ] 9f46e7f
multimedia/mpv: prefer yt-dlp by default if installed
|
Tue, 17 Aug 2021
|
[ 00:44 Jan Beich (jbeich) ] 4648f21
graphics/libplacebo: update to 4.157.0.r1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/4.157.0-rc1
Reported by: Repology
|
Sun, 15 Aug 2021
|
[ 17:23 Bernhard Froehlich (decke) ] d219d5e
multimedia/mpv: Add CPE information
Approved by: portmgr (blanket)
|
Mon, 2 Aug 2021
|
[ 16:03 Yuri Victorovich (yuri) ] 5708ae4 (Only the first 10 of 166 ports in this commit are shown above. )
audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
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)
|
Sun, 25 Jul 2021
|
[ 18:18 Jan Beich (jbeich) ] 35c4b7b
multimedia/mpv: unbreak fetch via local copy
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)
|
[ 16:17 Jan Beich (jbeich) ] 904cfd8
multimedia/mpv: backport --gpu-context=drm on console by default
|
Tue, 22 Jun 2021
|
[ 18:53 Kevin Bowling (kbowling) ] da3162c (Only the first 10 of 914 ports in this commit are shown above. )
graphics/mesa-libs: Bump reverse deps for libglvnd
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
|
Sat, 12 Jun 2021
|
[ 20:23 Jan Beich (jbeich) ] fbaf96a
multimedia/mpv: backport VULKAN+VAAPI fix for Intel
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.
[...]
|
[ 20:23 Jan Beich (jbeich) ] c886300
multimedia/mpv: backport --gpu-context=displayvk
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) (Only the first 15 lines of the commit message are shown above )
|
Thu, 29 Apr 2021
|
[ 19:14 Ganael LAPLANCHE (martymac) ] d8503c0 (Only the first 10 of 22 ports in this commit are shown above. )
multimedia/libdvd{read,nav}: Update to latest version
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.
|
Fri, 16 Apr 2021
|
[ 05:44 Thomas Zander (riggs) ] 993475f
multimedia/mpv: Allow building with wayland without x11.
PR: 254009
Reported by: evgeniy@khramtsov.org
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
[ 08:11 Jan Beich (jbeich) ] 4cc8ae0
multimedia/mpv: update to 0.33.1
Changes: https://github.com/mpv-player/mpv/releases/tag/v0.33.1
Reported by: GitHub (watch releases)
|
[ 08:11 Jan Beich (jbeich) ] cc87022
graphics/libplacebo: update to 3.120.0
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v3.120.0
Reported by: Repology
|
Tue, 16 Mar 2021
|
[ 00:15 jbeich ]
multimedia/mpv: update --ao=oss
Changes: https://github.com/mpv-player/mpv/compare/322778f211a5..51d824129d1a
|
Sun, 7 Mar 2021
|
[ 16:45 tobik ] (Only the first 10 of 34 ports in this commit are shown above. )
Remove redundant option descriptions that match the default ones
(ignoring case)
Reported by: danfe (for net/mosquitto), portscan
|
Mon, 8 Feb 2021
|
[ 17:23 tcberner ]
multimedia/mpv: add option for javascript
- 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>
|
Fri, 1 Jan 2021
|
[ 21:07 jbeich ]
graphics/libplacebo: update to 3.104.0
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v3.104.0
Reported by: Repology
|
Wed, 23 Dec 2020
|
[ 20:12 jbeich ] (Only the first 10 of 48 ports in this commit are shown above. )
devel/vulkan-*: move to graphics/ where vulkan-loader is
Vulkan isn't used for generic compute workloads unlike OpenCL.
For example, waifu2x-ncnn-vulkan is still graphics-related.
|
Thu, 17 Dec 2020
|
[ 00:15 jbeich ]
multimedia/mpv: update --ao=oss
Changes: https://github.com/mpv-player/mpv/compare/62e566dbcd8f..322778f211a5
|
Mon, 7 Dec 2020
|
[ 14:26 jbeich ]
multimedia/mpv: update --ao=oss
Changes: https://github.com/mpv-player/mpv/compare/d902a7bfd7c4..62e566dbcd8f
|
Mon, 30 Nov 2020
|
[ 01:37 jbeich ]
multimedia/mpv: update --ao=oss and --vo=sixel
Changes: https://github.com/mpv-player/mpv/compare/f65c9f85d116..d902a7bfd7c4
Changes: https://github.com/mpv-player/mpv/compare/8886f017a150...4d80314c5c88
|
Fri, 27 Nov 2020
|
[ 02:04 jbeich ]
multimedia/mpv: update --ao=oss and --vo=sixel
Changes: https://github.com/mpv-player/mpv/compare/211d621da9a3..f65c9f85d116
Changes: https://github.com/mpv-player/mpv/compare/9867f2183072...62fb374349e0
|
Wed, 25 Nov 2020
|
[ 19:55 jbeich ]
multimedia/mpv: update OSS patch
Changes: https://github.com/mpv-player/mpv/compare/e7bcd38402a8..211d621da9a3
|
[ 10:56 jbeich ]
multimedia/mpv: restore --ao=oss and disable OPENAL (like before r556071)
PR: 246726
Submitted by: rozhuk.im@gmail.com
|
Mon, 23 Nov 2020
|
[ 04:11 jbeich ]
multimedia/mpv: drop SMB option after r556071
waf-light: error: no such option: --enable-libsmbclient
https://github.com/mpv-player/mpv/commit/3b8b7cb9d481
PR: 251318
Submitted by: VVD <vvd@unislabs.com>
|
Sun, 22 Nov 2020
|
[ 20:10 jbeich ]
multimedia/mpv: respect SIXEL=off even if libsixel is installed
|
[ 19:59 jbeich ]
multimedia/mpv: update to 0.33.0
- 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)
|
Mon, 5 Oct 2020
|
[ 17:34 rene ] (Only the first 10 of 25 ports in this commit are shown above. )
Return cpm@'s ports to the pool after safekeeping his commit bit.
With hat: portmgr-secretary
|
Mon, 28 Sep 2020
|
[ 19:59 zeising ] (Only the first 10 of 61 ports in this commit are shown above. )
Bump portrevision for devel/evdev-proto
Bump portrevision on everything with a build dependency on
devel/evdev-proto, to chace the update of evdev-proto in r550442.
|
Sun, 12 Jul 2020
|
[ 09:30 tobik ] (Only the first 10 of 52 ports in this commit are shown above. )
audio/sndio: Update to 1.7.0
|
Fri, 12 Jun 2020
|
[ 12:53 jbeich ]
graphics/libplacebo: update to 2.72.0
Changes: https://code.videolan.org/videolan/libplacebo/tags/v2.72.0
Reported by: Repology
|
Thu, 23 Apr 2020
|
[ 00:56 jbeich ]
graphics/libplacebo: update to 2.43.0
Changes: https://code.videolan.org/videolan/libplacebo/tags/v2.43.0
Reported by: Repology
|
Fri, 27 Mar 2020
|
[ 11:23 martymac ] (Only the first 10 of 29 ports in this commit are shown above. )
Update multimedia/libdvdread and multimedia/libdvdnav to 6.1.0
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]
|
Thu, 19 Mar 2020
|
[ 23:02 tobik ] (Only the first 10 of 62 ports in this commit are shown above. )
Clean up LLD_UNSAFE from openal-soft ports
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
|
Mon, 27 Jan 2020
|
[ 06:46 jbeich ]
multimedia/mpv: update to 0.32.0
Changes: https://github.com/mpv-player/mpv/releases/tag/v0.32.0
Reported by: GitHub (watch releases)
|
Sat, 28 Dec 2019
|
[ 17:12 jbeich ]
multimedia/mpv: update to 0.31.0
- 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)
|
Sun, 22 Dec 2019
|
[ 21:08 jbeich ]
graphics/libplacebo: update to 1.29.0
Changes: https://code.videolan.org/videolan/libplacebo/tags/v1.29.0
Reported by: portscout
|
[ 00:36 jbeich ]
multimedia/mpv: update to 0.30.0
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
|
Thu, 12 Dec 2019
|
[ 15:11 jhale ] (Only the first 10 of 31 ports in this commit are shown above. )
Update sysutils/libcdio to 2.1.0
Update sysutils/libcdio-paranoia to 10.2+2.0.1
Bump PORTREVISION on consumers due to shared library version increase
|
Fri, 8 Nov 2019
|
[ 13:59 tobik ] (Only the first 10 of 44 ports in this commit are shown above. )
multimedia: Add missing USES={gl,gnome,sdl,xorg}
|
Wed, 6 Nov 2019
|
[ 18:09 zeising ] (Only the first 10 of 17 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories l and m
Add USES=xorg and USES=gl to ports in categories starting with 'l' and 'm'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
|
Wed, 16 Oct 2019
|
[ 10:07 martymac ] (Only the first 10 of 26 ports in this commit are shown above. )
Update multimedia/libdvdread and multimedia/libdvdnav
- Update multimedia/libdvdread to 6.0.2 and bump dependent ports' revisions
(shared library version changed)
- Update multimedia/libdvdnav to version 6.0.1 (no ABI change)
|
Mon, 5 Aug 2019
|
[ 23:06 jbeich ] (Only the first 10 of 159 ports in this commit are shown above. )
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Mon, 8 Jul 2019
|
[ 14:24 cpm ]
multimedia/mpv: enable DRM console output support
Allow Mpv to play videos directly on the console when DRM/KMS is supported
(e.g., mpv -vo gpu --gpu-context=drm <video-file>)
PR: 238944
Submitted by: sigsys@gmail.com
|
Thu, 4 Jul 2019
|
[ 20:24 jbeich ] (Only the first 10 of 33 ports in this commit are shown above. )
devel/vulkan-*: update to 1.1.108
- Force rebuild all consumers to catch regressions early
Changes: https://github.com/KhronosGroup/glslang/compare/7.10.2984...7.11.3214
Changes: https://github.com/KhronosGroup/SPIRV-Headers/compare/4618b86...c4f8f65
Changes: https://github.com/KhronosGroup/SPIRV-Tools/compare/v2018.6...v2019.2
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/sdk-1.1.82.0...sdk-1.1.108.0
Changes: https://github.com/KhronosGroup/Vulkan-Loader/compare/sdk-1.1.82.0...sdk-1.1.108.0
Changes: https://github.com/KhronosGroup/Vulkan-Tools/compare/sdk-1.1.82.0...sdk-1.1.108.0
Changes: https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/sdk-1.1.82.0...sdk-1.1.108.0
PR: 238945
Submitted by: Greg V (maintainer)
|
Tue, 4 Jun 2019
|
[ 14:17 antoine ] (Only the first 10 of 37 ports in this commit are shown above. )
Switch default version of samba from 4.7 to 4.8
With hat: portmgr
|
Sun, 7 Apr 2019
|
[ 12:09 riggs ]
Chase update of libbluray to upstream release 1.1.1
|
Sun, 3 Feb 2019
|
[ 23:38 jbeich ]
multimedia/mpv: enable VULKAN by default
PR: 235469
Approved by: cpm (maintainer)
|
[ 19:04 jbeich ]
multimedia/mpv: expose Vulkan support after r469515
PR: 227994 (tracking)
Obtained from: Greg V <greg@unrelenting.technology> (via GitHub)
|
Wed, 19 Dec 2018
|
[ 09:09 zeising ] (Only the first 10 of 51 ports in this commit are shown above. )
Split out evdev headers from multimedia/v4l_compat
Split out evdev headers (input.h, input-event-codes.h, uinput.h) into their
own port, devel/evdev-proto, and update those to be current with the Linux
4.19 kernel. This is done in order to be able to update the rest of the
FreeBSD input stack, which is forthcoming.
By splititng out the evdev headers we can update them independent of other
updates in v4l_compat, which makes it easier for the graphics team to keep
track of them and keep them updated as needed.
Update devel/libevdev from 1.4.4 to 1.5.9 instead of trying to make it work
with the updated headers. This will be further updated.
Update devel/py-evdev from 0.5.0 to 0.8.1 instead of trying to make it work (Only the first 15 lines of the commit message are shown above )
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Sun, 11 Nov 2018
|
[ 23:54 jbeich ] (Only the first 10 of 20 ports in this commit are shown above. )
graphics/mesa-libs: enable WAYLAND by default here and in consumers
PR: 227509
Requested by: Johannes Lundberg, Greg V
Reviewed by: tobik (earlier version)
Approved by: madpilot, x11 (zeising), maintainer timeout (2 weeks)
Exp-run by: antoine
|
Tue, 6 Nov 2018
|
[ 01:50 jbeich ] (Only the first 10 of 188 ports in this commit are shown above. )
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
|
Tue, 16 Oct 2018
|
[ 00:00 jbeich ]
graphics/wayland-protocols: update to 1.16
Changes: https://cgit.freedesktop.org/wayland/wayland-protocols/log/?h=1.16
PR: 226408
Submitted by: Greg V
Approved by: maintainer timeout (2 months via bug 230652)
|
Sun, 7 Oct 2018
|
[ 17:39 cpm ]
multimedia/mpv: Update to 0.29.1
Changelog: https://github.com/mpv-player/mpv/releases/tag/v0.29.1
While I'm here pet portlint.
|
Number of commits found: 241 (showing only 100 on this page) |