Re: Enable VA-API in graphics/ffmpeg

2024-07-23 Thread Rafael Sadowski
On Tue Jul 23, 2024 at 06:02:20PM GMT, José Maldonado wrote: > > Hi! > > The last sync (23 july, 21:57 pm UTC) for my port tree have > ffmpeg-4.4.4p5 without VAAPI active (--disable-vaapi CONFIGURE_ARGS) > but ports xine-libs and others point this version with this support. > Thanks for feedbac

Re: Enable VA-API in graphics/ffmpeg

2024-07-23 Thread Rafael Sadowski
On Sun Jul 21, 2024 at 04:58:15PM GMT, Lucas Gabriel Vuotto wrote: > 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 fu

Re: NEW: x11/emwm & x11/emwm-utils, clarification wanted.

2024-07-23 Thread izder456
On Tue, 23 Jul 2024 11:48:06 +0100 Stuart Henderson wrote: > Does that still work for you? If so, it's ok sthen for someone to > import Yes- that is lovely. This looks wonderful. Thanks for the nits. Compiles and works fine on my system. -- -iz (they/them) > i like to say mundane things, >

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

2024-07-23 Thread chaz
On Tue, Jul 23, 2024 at 07:49:47PM GMT, c...@pyr3x.com wrote: > On Sun, Jul 21, 2024 at 11:35:16AM GMT, c...@pyr3x.com wrote: > > 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

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

2024-07-23 Thread chaz
On Sun, Jul 21, 2024 at 11:35:16AM GMT, c...@pyr3x.com wrote: > 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 supp

aarch64 bulk build report

2024-07-23 Thread phessler
bulk build on arm64.ports.openbsd.org started on Sat Jul 20 07:33:31 MDT 2024 finished at Tue Jul 23 16:15:11 MDT 2024 lasted 3D08h41m done with kern.version=OpenBSD 7.5-current (GENERIC.MP) #120: Sat Jul 20 03:24:41 MDT 2024 built packages:12160 Jul 20:4175 Jul 21:410 Jul 22:2867 Jul 23:4707

Re: Enable VA-API in graphics/ffmpeg

2024-07-23 Thread José Maldonado
El lun, 22 jul 2024 a la(s) 3:36 a.m., Brad Smith (b...@comstyle.com) escribió: > > On 2024-07-20 5:32 a.m., 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 furthe

Re: emulators/minivmac: add sndio for sound

2024-07-23 Thread Jag Talon
Thank you gkoehler! It's so nice to see audio working on OpenBSD. On Tue, 2024-07-23 at 17:17 -0400, George Koehler wrote: > I committed my sndio diff together with Jag's README diff. > > On Tue, 23 Jul 2024 11:24:46 +0200 > Alexandre Ratchov wrote: > > > For non-blocking writes to work, the ca

Re: emulators/minivmac: add sndio for sound

2024-07-23 Thread George Koehler
I committed my sndio diff together with Jag's README diff. On Tue, 23 Jul 2024 11:24:46 +0200 Alexandre Ratchov wrote: > For non-blocking writes to work, the caller must call poll(2) or an > equivalent to wake up when the device can accept data. I couldn't find > any poll(2) calls in the ALSA ba

Re: change vaapi .so dirs in ports

2024-07-23 Thread Rafael Sadowski
On Tue Jul 23, 2024 at 06:46:55PM GMT, Jonathan Gray wrote: > The ports part of a tech@ diff to change the directories libva looks > for .so files in. > > removes the need for @sample OK rsadowski but please wait a little bit until snaps are shipped with the xenocara change. Thanks! > > Index:

Re: change vaapi .so dirs in ports

2024-07-23 Thread Matthieu Herrb
On Tue, Jul 23, 2024 at 06:46:55PM +1000, Jonathan Gray wrote: > The ports part of a tech@ diff to change the directories libva looks > for .so files in. > > removes the need for @sample Works on an intel machine here. ok matthieu@ > > Index: graphics/intel-media-driver/Makefile > =

Re: lang/pcbasic: add icon and desktop file

2024-07-23 Thread Jag Talon
Apologies here is the diff and the png file attached I forgot to do that. Thank you for the heads up, Theo Buehler. On Tue, 2024-07-23 at 12:43 -0400, Jag Talon wrote: > Hi! I'd like to add a desktop entry for PC-BASIC. > > Icon file is from > https://github.com/robhagemans/pcbasic/blob/master/m

lang/pcbasic: add icon and desktop file

2024-07-23 Thread Jag Talon
Hi! I'd like to add a desktop entry for PC-BASIC. Icon file is from https://github.com/robhagemans/pcbasic/blob/master/make/linux.py#L27 PNG is from https://github.com/robhagemans/pcbasic/releases/download/v2.0.7/python3-pcbasic_2.0.7_all.deb Tested on GNOME on amd64. Ok? -- he/him jagtalon.ne

Re: NEW: www/forgejo

2024-07-23 Thread Igor Zornik
Hello, This still doesn't work because service account isn't set up. Attached is a PLIST I've taken and modified from gitea. I haven't tested it thoroughly, but with it you can at least run basic installation. Don't forget to add 900 _forgejo _forgejo www/forgejo to your `user.list` file. > Mi

Re: NEW: www/tuba

2024-07-23 Thread Omar Polo
On 2024/07/05 02:48:39 +, Brian Callahan wrote: > Hi ports -- > > Attached is a new port, www/tuba. Tuba is a desktop app for browsing the > Fediverse. > > This works OK for me on amd64. There is a small piece of runtime setup > which is documented here: > https://github.com/GeopJr/Tuba/w

Re: emulators/minivmac: add sndio for sound

2024-07-23 Thread Jag Talon
Ok to add the following diff to the README to remove the note about missing audio? On Mon, 2024-07-22 at 00:31 -0400, George Koehler wrote: > This diff adds sound to Mini vMac, with files/SGLUSNIO.h using sndio. > > The emulator passes sound samples via MySound_BeginWrite and > MySound_EndWrite t

Re: NEW: x11/emwm & x11/emwm-utils, clarification wanted.

2024-07-23 Thread Stuart Henderson
Tweaks in the attached tgz: - separate var names from contents with tabs as is normally done in ports - set flags instead of patching - fix wantlib for emwm-utils Does that still work for you? If so, it's ok sthen for someone to import On 2024/04/12 23:44, izder456 wrote: > Hello ports@, > > I

Re: ffmpeg on riscv64

2024-07-23 Thread Stuart Henderson
On 2024/07/23 02:42, Brad Smith wrote: > https://marc.info/?l=openbsd-ports&m=171831170818836&w=2 oh yeah, been there before. committed.

Re: NEW: cad/horizon-eda

2024-07-23 Thread Omar Polo
On 2024/07/22 11:36:32 +0100, Stuart Henderson wrote: > On 2024/07/20 14:34, Thomas L. wrote: > > On Sat, 20 Jul 2024 11:50:42 +0100 > > Stuart Henderson wrote: > > > > > On 2024/07/19 22:05, Thomas L. wrote: > > > > *second ping* > > > > > > Please resend the tar when pinging. > > > > sure, he

Re: change vaapi .so dirs in ports

2024-07-23 Thread Klemens Nanni
23.07.2024 11:46, Jonathan Gray пишет: > The ports part of a tech@ diff to change the directories libva looks > for .so files in. > > removes the need for @sample I like this, OK kn > > Index: graphics/intel-media-driver/Makefile > ===

Re: emulators/minivmac: add sndio for sound

2024-07-23 Thread Alexandre Ratchov
On Mon, Jul 22, 2024 at 12:31:00AM -0400, George Koehler wrote: > 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

change vaapi .so dirs in ports

2024-07-23 Thread Jonathan Gray
The ports part of a tech@ diff to change the directories libva looks for .so files in. removes the need for @sample Index: graphics/intel-media-driver/Makefile === RCS file: /cvs/ports/graphics/intel-media-driver/Makefile,v diff -u -

Re: NEW: cad/horizon-eda

2024-07-23 Thread Stuart Henderson
On 2024/07/22 22:53, Thomas L. wrote: > ah, yes, that's simpler. based on > > In other cases, files have been tagged but they rely on github's on-the-fly > > archive creation. These can be specified using the following bsd.port.mk(5) > > variables: GH_ACCOUNT, GH_PROJECT, GH_TAGNAME. The provided f