Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 876802 - net-misc/spice-gtk: Switch to libsoup:3.0
Summary: net-misc/spice-gtk: Switch to libsoup:3.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Virtualization Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-11 21:27 UTC by Matt Turner
Modified: 2022-10-26 03:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Turner gentoo-dev 2022-10-11 21:27:30 UTC
https://gitlab.freedesktop.org/spice/spice-gtk/-/commit/3653d8d9e648f40c4ffbf9db15063527cbb12391 added phodav:3.0 / libsoup:3.0 support. This commit is in v0.41.

meson.build has

  if phodav_dep.name() == 'libphodav-3.0'
    d = dependency('libsoup-3.0', version : '>= 3.0', required: get_option('webdav'))
  else
    d = dependency('libsoup-2.4', version : '>= 2.49.91', required: get_option('webdav'))
  endif

I've added phodav:3.0 to the tree (currently package.mask'd with libsoup:3.0), so we need to update spice-gtk.

I suggest revbumping spice-gtk-0.41 and requiring phodav:3.0 / libsoup:3.0 and add it to package.mask. If you want to keep a libsoup:2.4-using 0.41 in tree, you'll need to patch its meson.build to not look for libsoup:3.0.
Comment 1 Matt Turner gentoo-dev 2022-10-25 22:55:25 UTC
Ping?
Comment 2 Larry the Git Cow gentoo-dev 2022-10-26 03:12:58 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee53e74cddf5068e88a66d5d4106f7a19814c71e

commit ee53e74cddf5068e88a66d5d4106f7a19814c71e
Author:     John Helmert III <ajak@gentoo.org>
AuthorDate: 2022-10-26 00:21:15 +0000
Commit:     John Helmert III <ajak@gentoo.org>
CommitDate: 2022-10-26 03:12:45 +0000

    net-misc/spice-gtk: revbump for libsoup:3.0, phodav:3.0
    
    Closes: https://bugs.gentoo.org/876802
    Signed-off-by: John Helmert III <ajak@gentoo.org>

 net-misc/spice-gtk/spice-gtk-0.41-r1.ebuild | 148 ++++++++++++++++++++++++++++
 profiles/package.mask                       |   1 +
 2 files changed, 149 insertions(+)