Re: NEW: multimedia/intel-media-driver

2024-07-21 Thread Rafael Sadowski
On Mon Jul 22, 2024 at 08:50:57AM GMT, Antoine Jacoutot wrote: > On Mon, Jul 22, 2024 at 08:20:17AM +0200, Rafael Sadowski wrote: > > On Mon Jul 22, 2024 at 02:34:28PM GMT, Jonathan Gray wrote: > > > On Sat, Jul 13, 2024 at 12:51:39PM +0200, Rafael Sadowski wrote: > > > > OK to import intel-media-d

Re: NEW: multimedia/intel-media-driver

2024-07-21 Thread Antoine Jacoutot
On Mon, Jul 22, 2024 at 08:20:17AM +0200, Rafael Sadowski wrote: > On Mon Jul 22, 2024 at 02:34:28PM GMT, Jonathan Gray wrote: > > On Sat, Jul 13, 2024 at 12:51:39PM +0200, Rafael Sadowski wrote: > > > OK to import intel-media-driver-24.1.5? Keep in mind, to build this you > > > need libv installed

Re: NEW: multimedia/intel-media-driver

2024-07-21 Thread Rafael Sadowski
On Mon Jul 22, 2024 at 02:34:28PM GMT, Jonathan Gray wrote: > On Sat, Jul 13, 2024 at 12:51:39PM +0200, Rafael Sadowski wrote: > > OK to import intel-media-driver-24.1.5? Keep in mind, to build this you > > need libv installed from xenocara. > > > > Comment: > > Intel(R) Media Driver for VAAPI > >

Re: fix: kdenlive crash in not KDE environment desktop

2024-07-21 Thread Rafael Sadowski
On Mon Jul 22, 2024 at 02:04:28AM GMT, José Maldonado wrote: > Hello! > > The new version of kdenlive crashes when starting in a non-KDE/KF6 > environment (in my case I use i3). The crash failure is due to the > fact that kdenlive requires the devel/kf6/qqc2-desktop-style package > to be installed

fix: kdenlive crash in not KDE environment desktop

2024-07-21 Thread José Maldonado
Hello! The new version of kdenlive crashes when starting in a non-KDE/KF6 environment (in my case I use i3). The crash failure is due to the fact that kdenlive requires the devel/kf6/qqc2-desktop-style package to be installed, or else it fails with this error: qrc:/qml/kdenliveclipmonitor.qml: mo

Re: NEW: multimedia/intel-media-driver

2024-07-21 Thread Jonathan Gray
On Sat, Jul 13, 2024 at 12:51:39PM +0200, Rafael Sadowski wrote: > OK to import intel-media-driver-24.1.5? Keep in mind, to build this you > need libv installed from xenocara. > > Comment: > Intel(R) Media Driver for VAAPI > > Description: > VA-API (Video Acceleration API) user mode driver for In

emulators/minivmac: add sndio for sound

2024-07-21 Thread George Koehler
This diff adds sound to Mini vMac, with files/SGLUSNIO.h using sndio. The emulator passes sound samples via MySound_BeginWrite and MySound_EndWrite to the X11 glue OSGLUXWN.c, which collects them into a ring of 16 buffers of 512 samples each. The other sound glues (for ALSA and /dev/dsp) use non-

elf_aux_info in the mozillas on arm64 (was: Re: aarch64 bulk build report)

2024-07-21 Thread Jeremie Courreges-Anglas
On Sat, Jul 20, 2024 at 10:50:30AM +0200, Landry Breuil wrote: > Le Fri, Jul 19, 2024 at 10:45:18AM +0200, Landry Breuil a écrit : > > Le Fri, Jul 19, 2024 at 08:49:54AM +0200, Peter Hessler a écrit : > > > On 2024 Jul 18 (Thu) at 21:35:47 -0600 (-0600), phess...@openbsd.org > > > wrote: > > > :cr

Re: [update] bump version claws-mail to v4.3.0

2024-07-21 Thread José Maldonado
Hello! Ping for this update, reattach the diff -- "Dios en su Cielo, todo bien en la Tierra" *** Index: Makefile === RCS file: /cvs/ports/mail/claws-mail/Makefile,v diff -u -p -r1.145 Make

Re: Enable VA-API in graphics/ffmpeg

2024-07-21 Thread José Maldonado
> El dom, 21 jul 2024 a la(s) 2:00 p.m., Lucas Gabriel Vuotto > (lu...@sexy.is) escribió: > > > > I don't believe you're doing hardware decoding here. This is how it > > looks in my machine: > > > > (+) Video --vid=1 (*) (vp9 3840x2160 59.940fps) > > (+) Audio --aid=1 --alang=eng (*) (aac 2ch 441

Re: NEW: www/forgejo

2024-07-21 Thread purplerain
Hello, I added the line for manual in post-install. In other hand, according to the information from: https://forgejo.org/compare-to-gitea/#why-must-i-keep-the-binary-name-gitea-on-upgrade Since this requirement is only for updating from an existing Gitea installation. It is not for a fresh Forg

[update] security/keycloak to 25.0.2

2024-07-21 Thread aisha
Hi, Attached trivial update for keycloak to 25.0.2. OK? Aisha diff --git a/security/keycloak/Makefile b/security/keycloak/Makefile index a921790cfd6..75af053bffc 100644 --- a/security/keycloak/Makefile +++ b/security/keycloak/Makefile @@ -2,7 +2,7 @@ COMMENT = Identity and Access Managem

Re: Enable VA-API in graphics/ffmpeg

2024-07-21 Thread José Maldonado
El dom, 21 jul 2024 a la(s) 2:00 p.m., Lucas Gabriel Vuotto (lu...@sexy.is) escribió: > > I don't believe you're doing hardware decoding here. This is how it > looks in my machine: > > (+) Video --vid=1 (*) (vp9 3840x2160 59.940fps) > (+) Audio --aid=1 --alang=eng (*) (aac 2ch 44100Hz) > Sub

Re: [Maintainer Update] archivers/zpaqfranz-60.5

2024-07-21 Thread Omar Polo
On 2024/07/20 19:11:15 +0200, tux0r wrote: > Small update -> patch attached committed, thanks!

Re: Enable VA-API in graphics/ffmpeg

2024-07-21 Thread Lucas Gabriel Vuotto
On Sun, Jul 21, 2024 at 01:09:24PM GMT, José Maldonado wrote: > This is rare. In my case, using mpv+yt-dlp for YouTube videos work > fine (using 4.4.4p3 and 4.4.4p5). This isn't firefox tho, which is were I do experience issues. My ffmpeg+mpv works fine, even mpv+yt-dlp with your YouTube video. ff

Re: Enable VA-API in graphics/ffmpeg

2024-07-21 Thread José Maldonado
El dom, 21 jul 2024 a la(s) 1:00 p.m., Lucas Gabriel Vuotto (lu...@sexy.is) escribió: > > On Sat, Jul 20, 2024 at 11:32:29AM GMT, Rafael Sadowski wrote: > > OK to enable VA-API? It only depends on xenocara libva. Since libva > > builds on almost all arches, I see no reason to restrict it by CPU > >

Re: Enable VA-API in graphics/ffmpeg

2024-07-21 Thread Lucas Gabriel Vuotto
On Sat, Jul 20, 2024 at 11:32:29AM GMT, Rafael Sadowski wrote: > OK to enable VA-API? It only depends on xenocara libva. Since libva > builds on almost all arches, I see no reason to restrict it by CPU > architectures any further. This worked well with mpv but is giving me issues in Firefox: - In

Re: [Update] www/gallery-dl 1.27.1

2024-07-21 Thread grodzio
Bump. I don't understand why this and the previous version were not commited. Latest version now available in ports is from January... On Tuesday, 25 June 2024 at 16:03, grodzio wrote: > Update to gallery-dl from 1.26.7 to 1.27.1 (since the previous ones haven't > been > comitted yet and I don'

Re: Enable VA-API in multimedia/mpv

2024-07-21 Thread Lucas Gabriel Vuotto
On Sat, Jul 20, 2024 at 11:40:24AM GMT, Rafael Sadowski wrote: > Tested by many, OK to enable VA-API support in mpv? Works with both of inteldrm0: msi, TIGERLAKE, gen 12 inteldrm0: msi, ALDERLAKE_P, gen 12 CPU usage stays consistently under 5% in `systat cpu`. With --hwdec=no it fluctuates betwe

[NEW]: net/hopm - open-proxy monitor irc bot

2024-07-21 Thread chaz
Hello, Attached is a new port HOPM. HOPM (Hybrid Open Proxy Monitor) is an open-proxy monitoring bot designed to monitor an individual server (all servers on the network have to run their own bot if the IRCd does not support the "far connect" user mode) with a local operator {} block and monitor