1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
Commit Graph

548536 Commits

Author SHA1 Message Date
Jan Beich
c8863005f6 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)
      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
2021-06-12 20:23:00 +00:00
Jan Beich
fbaf96a60f multimedia/mpv: backport VULKAN+VAAPI fix for Intel
Regressed by cc87022694 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.
[...]
2021-06-12 20:23:00 +00:00
Jan Beich
ddb0811433 textproc/nuspell: update to 5.0.0
Changes:	https://github.com/nuspell/nuspell/releases/tag/v5.0.0
Reported by:	GitHub (watch releases)
2021-06-12 20:23:00 +00:00
Gleb Popov
a98612489c lang/ghc: Add USES=iconv:patch,translit
We actually need iconv on the "configure" stage, but there is no such option.
The "translit" is here to force using libiconv from Ports.

Fixes:	4cb80ca6dd
2021-06-12 17:57:26 +03:00
Danilo G. Baio
946e25437f textproc/py-xmlschema: Update to 1.6.4
Changelog:  https://github.com/sissaschool/xmlschema/blob/v1.6.4/CHANGELOG.rst
2021-06-12 09:41:06 -03:00
TAKATSU Tomonari
b588463418 textproc/R-cran-rbibutils: Update to 2.2 2021-06-12 20:58:47 +09:00
Alexey Dokuchaev
8d6b606efb audio/freac: new port had been added (+)
fre:ac is a free audio converter and CD ripper with support for various
popular formats and encoders.  It converts freely between MP3, M4A/AAC,
FLAC, WMA, Opus, Ogg Vorbis, Speex, Monkey's Audio (APE), WavPack, WAV,
and other formats.

WWW: https://www.freac.org/
2021-06-12 11:54:33 +00:00
TAKATSU Tomonari
c71610c9ae math/R-cran-units: Update to 0.7-2 2021-06-12 20:20:46 +09:00
Alexey Dokuchaev
c48eda2077 net-mgmt/victoria-metrics: update to version 1.61.1 (for real)
Previous update (b7932af8f5) to version 1.61.0 had been incorrectly
marked as update to version 1.61.1; it also missed the BUILDINFO_TAG
update.  Luckily, upstream made a quick last-minute bugfix release,
so use this opportunity to update VictoriaMetrics ports and document
these unfortunate mistakes.

Reported by:	portscout
2021-06-12 11:12:45 +00:00
Olivier Duchateau
c9686f071f
math/pantheon-calculator: Update to 1.6.1
PR:		256298
2021-06-12 19:04:49 +08:00
Antoine Brodin
d7a9ac44db devel/lua-pty: fix PKGNAME 2021-06-12 10:53:55 +00:00
Antoine Brodin
51a1b1f983 devel/lua-gettext: fix PKGNAME 2021-06-12 10:51:02 +00:00
Jan Beich
bb5b3e40e6 multimedia/intel-media-sdk: update to 21.2.2
Changes:	https://github.com/Intel-Media-SDK/MediaSDK/compare/intel-mediasdk-21.2.0...intel-mediasdk-21.2.2
Reported by:	Repology
2021-06-12 10:43:53 +00:00
Jan Beich
2b6246e758 multimedia/libva-intel-media-driver: update to 21.2.2
Changes:	https://github.com/intel/media-driver/compare/intel-media-21.2.1...intel-media-21.2.2
Reported by:	Repology
2021-06-12 10:43:53 +00:00
Matthias Andree
4f76735ccc dns/dnsmasq-devel: update to 2.86test1. 2021-06-12 12:36:06 +02:00
Matthias Andree
f892b650da dns/dnsmasq-devel: revive from 6a7b12367 2021-06-12 12:36:05 +02:00
Gleb Popov
3ea4e3826b misc/hs-hascard: Fix build with new GHC. 2021-06-12 13:14:11 +03:00
Gleb Popov
77ab474d9d finance/hs-hledger-ui: Fix build with new GHC. 2021-06-12 13:14:11 +03:00
Gleb Popov
97f1cc4534 devel/hs-cabal-install: Fix build with new GHC. 2021-06-12 13:14:10 +03:00
Gleb Popov
9db3b6bbb6 lang/ghc: Workaround build failure on CURRENT.
PR:	256424

Reported by:	Filipe da Silva Santos <contact@shiori.com.br>
2021-06-12 13:14:10 +03:00
Gleb Popov
4cb80ca6dd lang/ghc: Update to 8.10.5 2021-06-12 13:14:09 +03:00
Gleb Popov
1d2372ec7f Uses/cabal.mk: Omit "_0" part of the package version in make-use-cabal-revs 2021-06-12 13:14:09 +03:00
Rene Ladan
0d93863a23 sysutils/password-store: update to 1.7.4
Remove Wayland patch integrated upstream, this release now
supports Wayland natively.

Obtained from:	upstream repository
2021-06-12 12:11:03 +02:00
TAKATSU Tomonari
f39059bba8 math/R-cran-sf: Update to 1.0-0 2021-06-12 18:20:20 +09:00
Alexey Dokuchaev
b54294da1f audio/boca: new port had been added (+)
BoCA is the component framework behind the fre:ac audio converter.
It provides unified interfaces for audio components like encoders,
decoders, taggers, and extensions as well as the code to support
communication between the application and its components.

WWW: https://github.com/enzo1982/BoCA
2021-06-12 08:48:27 +00:00
Yuri Victorovich
1ee9232fb5 math/nauty: Build and install shared library; Shorten do-install; Remove LICENSE_FILE; Improve pkg-descr; Update WWW
PR:		256516
Approved by:	moritz@schmi.tt (maintainer)
2021-06-12 01:15:26 -07:00
Kevin Bowling
c6482faef4 news/inn-current: Lower case port name
Requested by: sunpoet
2021-06-12 00:29:31 -07:00
Antoine Brodin
8dd1ba3182 news/Makefile: unbreak INDEX 2021-06-12 07:15:36 +00:00
Gerald Pfeifer
a18ec82ebe lang/gcc12-devel: Update to the 20210606 snapshot of GCC 12.0.0 2021-06-12 07:14:45 +00:00
Alexey Dokuchaev
fa639e45c6 devel/smooth: new port had been added (+)
smooth is an object-oriented C++ class library for Windows, macOS, and
most Unix-like operating systems.  It provides basic functionality and
platform support for applications and libraries.

WWW: http://www.smooth-project.org/
2021-06-12 06:09:36 +00:00
Vanilla I. Shu
3b0aaa8336 devel/lua-pty: update to 1.26
PR:		256520
Reported by:	maintainer
2021-06-12 13:25:37 +08:00
Daniel Engberg
e25deff548 security/p11-kit: update to 0.24.0
PR:	256523
2021-06-12 09:16:34 +04:00
TAKATSU Tomonari
197cc6d366 graphics/R-cran-s2: Set NOT_FOR_ARCHS=i386 2021-06-12 14:08:07 +09:00
Kevin Bowling
bc8105485d news/cleanfeed: Update to 20200402 and flavors
The new flavor allows one to use inn-CURRENT with cleanfeed.

Also mark NO_ARCH since it's just a perl script.
2021-06-11 21:53:23 -07:00
Vanilla I. Shu
e28c8b7317 devel/lua-gettext: update to 1.6
PR:		256519
Reported by:	maintainer
2021-06-12 12:06:31 +08:00
Neel Chauhan
323c47bdf7 math/py-optuna: Update to 2.8.0 2021-06-11 20:56:41 -07:00
Jan Beich
44216098e5 devel/googletest: update to 1.11.0
Changes:	https://github.com/google/googletest/compare/53495a2a...release-1.11.0
Changes:	https://github.com/google/googletest/releases/tag/release-1.11.0
Reported by:	GitHub (watch releases)
2021-06-12 03:25:45 +00:00
Eric Turgeon
95ac747a62 editors/pluma: updated to 1.24.2 2021-06-11 22:51:06 -03:00
Eric Turgeon
d705ad1b5f deskutils/mozo: updated to 1.24.1 2021-06-11 22:41:08 -03:00
Eric Turgeon
4b47e3ba5a mate-notification-daemon: updated to 1.24.2 2021-06-11 22:33:48 -03:00
Eric Turgeon
50cc2a2429 archivers/engrampa: fix pkg-plist 2021-06-11 22:25:21 -03:00
Eric Turgeon
d9a33c083c archivers/engrampa: update to 1.24.2 2021-06-11 22:22:08 -03:00
Martin Matuska
7198f8de37 lang/luajit-openresty: Update 2.1-20201027 -> 2.1-20210510 2021-06-12 03:04:42 +02:00
Kevin Bowling
69c9420a21 news/inn-CURRENT: New port to follow CURRENT snaps 2021-06-11 17:54:18 -07:00
Craig Leres
6d19e625a2 www/mini_httpd: umount devfs when stopping the service
Update the rc.d scripts to unmount devfs when the mini_httpd_devfs
rc.d option is used.

PR:		256462
Reported by:	takefu@airport.fm
2021-06-11 17:46:12 -07:00
Yuri Victorovich
f5f38333a6 multimedia/obs-studio: Update 26.1.2 -> 27.0.1 2021-06-11 17:19:56 -07:00
Yuri Victorovich
259f1c8b67 lang/mujs: Update 1.1.2 -> 1.1.3 2021-06-11 17:19:56 -07:00
Yuri Victorovich
3ac8e4e47b misc/cheat: Update 4.2.1 -> 4.2.2 2021-06-11 17:19:55 -07:00
Yuri Victorovich
895cc9aa24 science/agrum: Update 0.20.2 -> 0.20.3 2021-06-11 17:19:55 -07:00
Yuri Victorovich
7031aa11dc math/openturns: Fix build
Dependency library math/hmat-oss was renamed.

Reported by:	fallout
2021-06-11 17:19:55 -07:00