Files
chromebrew/packages/libsoup.rb
Satadru Pramanik, DO, MPH, MEng 6718e5075a Update gnome_maps & necessary deps — geocode_glib → 3.26.4-1,geocode_glib2 → 3.26.4-1,gnome_maps → 49.2,libgweather → 4.4.4,libshumate → 1.5.1,libsoup → 3.6.5,libsoup2 → 2.74.3,rest → 0.10.2 (#13418)
* Add unbuilt gnome_maps to updater-gnome_maps-49.2

* Update libgweather

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add builds.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
2025-11-11 18:40:09 +00:00

41 lines
1.2 KiB
Ruby

require 'buildsystems/meson'
class Libsoup < Meson
description 'libsoup is an HTTP client/server library for GNOME.'
homepage 'https://wiki.gnome.org/Projects/libsoup'
version '3.6.5'
license 'LGPL-2.1+'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://gitlab.gnome.org/GNOME/libsoup.git'
git_hashtag version
binary_compression 'tar.zst'
binary_sha256({
aarch64: '532688450c93709b5a6adb69750c460808050aeb1025956c9c9090d0f0e36694',
armv7l: '532688450c93709b5a6adb69750c460808050aeb1025956c9c9090d0f0e36694',
x86_64: 'ac2c8a4ffc06a61e2ba2971b9c5d923686699ca09b267b8b539bf741afdd6c49'
})
depends_on 'brotli' # R
depends_on 'gcc_lib' # R
depends_on 'glib' # R
depends_on 'glib_networking' => :build
depends_on 'glibc' # R
depends_on 'gobject_introspection' => :build
depends_on 'krb5' # R
depends_on 'libnghttp2' # R
depends_on 'libpsl' # R
depends_on 'libsoup2' # This way we make sure packages which need the older libsoup-2.4 library get it too.
depends_on 'py3_gi_docgen' => :build
depends_on 'py3_smartypants' => :build
depends_on 'sqlite' # R
depends_on 'vala' => :build
depends_on 'zlib' # R
gnome
meson_options '-Dtests=false \
-Dsysprof=disabled \
-Dintrospection=enabled'
end