Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GTK 3.24.48 and other updates #1522

Merged
merged 12 commits into from
Jan 27, 2025
4 changes: 2 additions & 2 deletions gvsbuild/projects/abseil.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ def __init__(self):
Project.__init__(
self,
"abseil-cpp",
version="20240722.0",
version="20240722.1",
archive_url="https://github.com/abseil/abseil-cpp/archive/refs/tags/{version}.tar.gz",
archive_filename="abseil-cpp-v{version}.tar.gz",
hash="f50e5ac311a81382da7fa75b97310e4b9006474f9560ac46f54a9967f07d4ae3",
hash="40cee67604060a7c8794d931538cb55f4d444073e556980c88b6c49bb9b19bb7",
dependencies=[
"cmake",
"ninja",
Expand Down
4 changes: 2 additions & 2 deletions gvsbuild/projects/dav1d.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ def __init__(self):
Meson.__init__(
self,
"dav1d",
version="1.5.0",
version="1.5.1",
archive_url="https://code.videolan.org/videolan/dav1d/-/archive/{version}/dav1d-{version}.tar.gz",
hash="78b15d9954b513ea92d27f39362535ded2243e1b0924fde39f37a31ebed5f76b",
hash="fa635e2bdb25147b1384007c83e15de44c589582bb3b9a53fc1579cb9d74b695",
dependencies=[
"nasm",
"ninja",
Expand Down
6 changes: 3 additions & 3 deletions gvsbuild/projects/fontconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ def __init__(self):
Project.__init__(
self,
"fontconfig",
version="2.15.0",
version="2.16.0",
lastversion_even=True,
repository="https://gitlab.freedesktop.org/fontconfig/fontconfig",
archive_url="https://www.freedesktop.org/software/fontconfig/release/fontconfig-{version}.tar.gz",
hash="f5f359d6332861bd497570848fcb42520964a9e83d5e3abe397b6b6db9bcaaf4",
archive_url="https://www.freedesktop.org/software/fontconfig/release/fontconfig-{version}.tar.xz",
hash="6a33dc555cc9ba8b10caf7695878ef134eeb36d0af366041f639b1da9b6ed220",
dependencies=["freetype", "gperf", "expat"],
)
self.add_param("-Dtests=disabled")
Expand Down
6 changes: 3 additions & 3 deletions gvsbuild/projects/gtk.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ def __init__(self):
self,
"gtk3",
prj_dir="gtk3",
version="3.24.43",
version="3.24.48",
lastversion_major=3,
lastversion_even=True,
repository="https://gitlab.gnome.org/GNOME/gtk",
archive_url="https://download.gnome.org/sources/gtk%2B/{major}.{minor}/gtk%2B-{version}.tar.xz",
hash="7e04f0648515034b806b74ae5d774d87cffb1a2a96c468cb5be476d51bf2f3c7",
archive_url="https://download.gnome.org/sources/gtk/{major}.{minor}/gtk-{version}.tar.xz",
hash="d10ce9ea9df44c1016d8d1721f39e55d3d607fcfb85334aec0d236cdc9a70556",
dependencies=["atk", "gdk-pixbuf", "pango", "libepoxy"],
patches=[
"gtk_update_icon_cache.patch",
Expand Down
4 changes: 2 additions & 2 deletions gvsbuild/projects/libsoup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ def __init__(self):
Project.__init__(
self,
"libsoup3",
version="3.6.1",
version="3.6.4",
lastversion_major=3,
lastversion_even=True,
repository="https://gitlab.gnome.org/GNOME/libsoup",
archive_url="https://download.gnome.org/sources/libsoup/{major}.{minor}/libsoup-{version}.tar.xz",
hash="ceb1f1aa2bdd73b2cd8159d3998c96c55ef097ef15e4b4f36029209fa18af838",
hash="9b54c76f5276b05bebcaf2b6c2a141a188fc7bb1d0624eda259dac13a6665c8a",
dependencies=[
"libxml2",
"glib-networking",
Expand Down
4 changes: 2 additions & 2 deletions gvsbuild/projects/libuv.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ def __init__(self):
Project.__init__(
self,
"libuv",
version="1.49.2",
version="1.50.0",
archive_filename="libuv-v{version}.tar.gz",
archive_url="https://github.com/libuv/libuv/archive/v{version}.tar.gz",
hash="388ffcf3370d4cf7c4b3a3205504eea06c4be5f9e80d2ab32d19f8235accc1cf",
hash="b1ec56444ee3f1e10c8bd3eed16ba47016ed0b94fe42137435aaf2e0bd574579",
dependencies=[
"cmake",
"ninja",
Expand Down
4 changes: 2 additions & 2 deletions gvsbuild/projects/pango.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ def __init__(self):
Project.__init__(
self,
"pango",
version="1.56.0",
version="1.56.1",
repository="https://gitlab.gnome.org/GNOME/pango",
archive_url="https://download.gnome.org/sources/pango/{major}.{minor}/pango-{version}.tar.xz",
hash="1fb98b338ee6f7cf8ef96153b7d242f4568fe60f9b7434524eca630a57bd538b",
hash="426be66460c98b8378573e7f6b0b2ab450f6bb6d2ec7cecc33ae81178f246480",
dependencies=[
"ninja",
"meson",
Expand Down
4 changes: 2 additions & 2 deletions gvsbuild/projects/pangomm.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ def __init__(self):
self,
"pangomm",
prj_dir="pangomm",
version="2.54.0",
version="2.56.1",
lastversion_even=True,
repository="https://gitlab.gnome.org/GNOME/pangomm",
archive_url="https://download.gnome.org/sources/pangomm/{major}.{minor}/pangomm-{version}.tar.xz",
hash="4a5b1fd1b7c47a1af45277ea82b5abeaca8e08fb10a27daa6394cf88d74e7acf",
hash="539f5aa60e9bdc6b955bb448e2a62cc14562744df690258040fbb74bf885755d",
dependencies=[
"meson",
"ninja",
Expand Down
6 changes: 3 additions & 3 deletions gvsbuild/projects/sqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ def __init__(self):
Project.__init__(
self,
"sqlite",
version="3.47.2",
archive_url="https://www.sqlite.org/2024/sqlite-autoconf-{major}{minor:0<3}{micro:0<3}.tar.gz",
hash="f1b2ee412c28d7472bc95ba996368d6f0cdcf00362affdadb27ed286c179540b",
version="3.48.0",
archive_url="https://www.sqlite.org/2025/sqlite-autoconf-{major}{minor:0<3}{micro:0<3}.tar.gz",
hash="ac992f7fca3989de7ed1fe99c16363f848794c8c32a158dafd4eb927a2e02fd5",
)

def build(self):
Expand Down
8 changes: 4 additions & 4 deletions gvsbuild/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ def __init__(self):
Tool.__init__(
self,
"cmake",
version="3.31.3",
version="3.31.5",
archive_url="https://github.com/Kitware/CMake/releases/download/v{version}/cmake-{version}-windows-x86_64.zip",
hash="d41e863589a3c152b1d14ecac2ffd1926f29aba64528984fcda8fd2b630f44ff",
hash="d4d2d4b9ccd68dae975a066fcd42ea9807ef40f79ee6971923fd3788e7917585",
dir_part="cmake-{version}-windows-x86_64",
)

Expand Down Expand Up @@ -209,10 +209,10 @@ def __init__(self):
Tool.__init__(
self,
"go",
version="1.23.4",
version="1.23.5",
repository="https://github.com/golang/go",
archive_url="https://go.dev/dl/go{version}.windows-amd64.zip",
hash="16c59ac9196b63afb872ce9b47f945b9821a3e1542ec125f16f6085a1c0f3c39",
hash="96d74945d7daeeb98a7978d0cf099321d7eb821b45f5c510373d545162d39c20",
dir_part="go-{version}",
)

Expand Down
4 changes: 2 additions & 2 deletions gvsbuild/utils/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -793,14 +793,14 @@ def __download_progress(self, count, block_size, total_size):
if perc != self._old_perc:
perc = min(perc, 100)
self._old_perc = perc
sp = f"{self._downloading_file} ({total_size / 1024}k) - {self._old_perc:.0f}%"
sp = f"{self._downloading_file} ({total_size // 1024} kB) - {self._old_perc:.0f}%"
print(sp, end="\r")
if len(sp) > self._old_print:
# Save the len to delete the line when we change file
self._old_print = len(sp)
else:
# Only the current, we don't know the size
sp = f"{self._downloading_file} - {c_size / 1024:.0f} k"
sp = f"{self._downloading_file} - {c_size // 1024} kB"
print(sp, end="\r")
if len(sp) > self._old_print:
self._old_print = len(sp)
Expand Down
Loading