Re: maintainer update net/gajim --> 1.9.5

2024-12-17 Thread Paco Esteban
Apparently not. At least from what I can tell from their runtime deps list here: https://dev.gajim.org/gajim/gajim#for-video-and-audio-calls On December 17, 2024 6:26:15 PM GMT+01:00, Antoine Jacoutot wrote: >On Tue, Dec 17, 2024 at 06:21:59PM +0100, Paco Esteban wrote: >> izzy Meyer writes: >

Re: maintainer update net/gajim --> 1.9.5

2024-12-17 Thread izzy Meyer
On Tue, 17 Dec 2024 19:34:11 + Lucas Gabriel Vuotto wrote: > > My bad. I had gstreamer installed while trying this patch. :( > (it got pulled by py3-qt5 and forgot about it.) > > After a 'pkg_delete gstreamer1', I run into the same issue. The reason > is that set_child was added to Gtk.MenuB

Re: maintainer update net/gajim --> 1.9.5

2024-12-17 Thread Lucas Gabriel Vuotto
On Tue, Dec 17, 2024 at 07:08:10PM +0100, Paco Esteban wrote: > Lucas Gabriel Vuotto writes: > > > On Mon, Dec 16, 2024 at 07:07:19PM +0100, Paco Esteban wrote: > >> Updated diff with py-gstreamer added as a RDEP. > >> Without it we encounter all sorts of crashes. > >> > >> Tried to apply a patc

Re: maintainer update net/gajim --> 1.9.5

2024-12-17 Thread Paco Esteban
Lucas Gabriel Vuotto writes: > On Mon, Dec 16, 2024 at 07:07:19PM +0100, Paco Esteban wrote: >> Updated diff with py-gstreamer added as a RDEP. >> Without it we encounter all sorts of crashes. >> >> Tried to apply a patch that's already in master, >> https://dev.gajim.org/gajim/gajim/-/commit/d3

Re: maintainer update net/gajim --> 1.9.5

2024-12-17 Thread Antoine Jacoutot
On Tue, Dec 17, 2024 at 06:21:59PM +0100, Paco Esteban wrote: > izzy Meyer writes: > > > I installed (or made sure were installed): > > - py3-gstreamer1 > > - gstreamer1 > > - gstreamer1-plugins-base > > - gstreamer1-plugins-bad > > - gstreamer1-plugins-good > > - gstreamer1-plugins-libav > > - g

Re: maintainer update net/gajim --> 1.9.5

2024-12-17 Thread Stuart Henderson
On 2024/12/17 10:03, izzy Meyer wrote: > On Mon, 16 Dec 2024 18:21:41 + > Stuart Henderson wrote: > > > On 2024/12/16 19:07, Paco Esteban wrote: > > > + databases/py-sqlalchemy${MODPY_FLAVOR}>=2.0.0 \ > > > > I don't think there's any need for the minimum version spec. > > The only w

Re: maintainer update net/gajim --> 1.9.5

2024-12-17 Thread Paco Esteban
izzy Meyer writes: > I installed (or made sure were installed): > - py3-gstreamer1 > - gstreamer1 > - gstreamer1-plugins-base > - gstreamer1-plugins-bad > - gstreamer1-plugins-good > - gstreamer1-plugins-libav > - gstreamer1-plugins-ugly > > And I still am missing a dep for audio calling. Namely

Re: maintainer update net/gajim --> 1.9.5

2024-12-17 Thread izzy Meyer
On Tue, 17 Dec 2024 16:39:03 + Lucas Gabriel Vuotto wrote: > On Tue, Dec 17, 2024 at 10:03:15AM -0600, izzy Meyer wrote: > > Why do we want to get rid of gstreamer? What if someone wants to do > > an audio call or something? > > gstreamer isn't required for Gajim to work. gstreamer wasn't pa

Re: maintainer update net/gajim --> 1.9.5

2024-12-17 Thread Lucas Gabriel Vuotto
On Tue, Dec 17, 2024 at 10:03:15AM -0600, izzy Meyer wrote: > Why do we want to get rid of gstreamer? What if someone wants to do an > audio call or something? gstreamer isn't required for Gajim to work. gstreamer wasn't part of the port's RDEPs until last update. Because of an upstream's bug, 1.9

Re: maintainer update net/gajim --> 1.9.5

2024-12-17 Thread izzy Meyer
On Mon, 16 Dec 2024 18:21:41 + Stuart Henderson wrote: > On 2024/12/16 19:07, Paco Esteban wrote: > > + databases/py-sqlalchemy${MODPY_FLAVOR}>=2.0.0 \ > > I don't think there's any need for the minimum version spec. > The only way we are going to get a <2 version now is by setting

Re: maintainer update net/gajim --> 1.9.5

2024-12-16 Thread Lucas Gabriel Vuotto
On Mon, Dec 16, 2024 at 07:07:19PM +0100, Paco Esteban wrote: > Updated diff with py-gstreamer added as a RDEP. > Without it we encounter all sorts of crashes. > > Tried to apply a patch that's already in master, > https://dev.gajim.org/gajim/gajim/-/commit/d3f0067f8ad5a36ad6a7f5163767b34e72257b2d

Re: maintainer update net/gajim --> 1.9.5

2024-12-16 Thread Stuart Henderson
On 2024/12/16 19:07, Paco Esteban wrote: > + databases/py-sqlalchemy${MODPY_FLAVOR}>=2.0.0 \ I don't think there's any need for the minimum version spec. The only way we are going to get a <2 version now is by setting EPOCH (i.e. py3-sqlalchemy-1.xxxv0) and, if we did that, the above s

Re: maintainer update net/gajim --> 1.9.5

2024-12-16 Thread Paco Esteban
Lucas Gabriel Vuotto writes: > On Sat, Nov 09, 2024 at 12:27:55PM +0100, Paco Esteban wrote: >> Hi ports@, >> >> This is an update for net/gajim to its latest version 1.9.5 >> Changes can be found here: >> https://dev.gajim.org/gajim/gajim/-/blob/master/ChangeLog?ref_type=heads >> >> It needs a

Re: maintainer update net/gajim --> 1.9.5

2024-11-09 Thread Lucas Gabriel Vuotto
On Sat, Nov 09, 2024 at 12:27:55PM +0100, Paco Esteban wrote: > Hi ports@, > > This is an update for net/gajim to its latest version 1.9.5 > Changes can be found here: > https://dev.gajim.org/gajim/gajim/-/blob/master/ChangeLog?ref_type=heads > > It needs and update on databases/py-sqlalchemy tha

maintainer update net/gajim --> 1.9.5

2024-11-09 Thread Paco Esteban
Hi ports@, This is an update for net/gajim to its latest version 1.9.5 Changes can be found here: https://dev.gajim.org/gajim/gajim/-/blob/master/ChangeLog?ref_type=heads It needs and update on databases/py-sqlalchemy that I sent on another thread: https://marc.info/?l=openbsd-ports&m=17311509951