Skip to content

Commit

Permalink
sync with upstream
Browse files Browse the repository at this point in the history
* xz 5.6.2
* libiconv: add checksum
* gettext 0.22.5
* cmake 3.29.3
* autoconf 2.72
* bison: add checksum
* move nasm to bootstrap (needed by turbojpeg)
* glib-no-introspection + glib
* icu4c 75.1
* harfbuzz 8.5.0
* fontconfig 2.15.0
* pixman 0.43.4
* fribidi 1.0.14
* pango 1.52.2
* gdk-pixbuf 2.42.12
* gtk+ 3.24.42
* librsvg 2.58.1
* adwaita-icon-theme 46.2
  • Loading branch information
totaam committed Jun 1, 2024
1 parent 130aba3 commit 1050b4d
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 117 deletions.
27 changes: 14 additions & 13 deletions modulesets-stable/bootstrap.modules
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,12 @@
href="https://github.com"
type="tarball" />
<!---->
<!-- NOTE: DO NOT UPGRADE TO 5.6.x! See https://nvd.nist.gov/vuln/detail/CVE-2024-3094 -->
<autotools id="xz"
autogen-sh="configure"
bootstrap="true">
<branch module="xz/xz-5.4.3.tar.bz2"
version="5.4.3"
hash="sha256:9243a04598d7a70c1f567a0143a255581ac5c64b140fd55fd5cbc1e00b0e6f90"
<branch module="xz/xz-5.6.2.tar.bz2"
version="5.6.2"
hash="sha256:e12aa03cbd200597bd4ce11d97be2d09a6e6d39a9311ce72c91ac7deacde3171"
repo="tukaani.org" />
</autotools>
<!--
Expand All @@ -60,16 +59,17 @@

<branch module="libiconv/libiconv-1.17.tar.gz"
version="1.17"
hash="sha256:8f74213b56238c85a50a5329f77e06198771e70dd9a739779f4c02f65d971313"
repo="ftp.gnu.org" />
</autotools>

<autotools id="gettext"
autogen-sh="configure"
autogenargs="--without-emacs --disable-java --disable-native-java --disable-libasprintf --disable-csharp --with-included-glib --with-included-libcroco">

<branch module="gettext/gettext-0.22.3.tar.xz"
version="0.22.3"
hash="sha256:b838228b3f8823a6c1eddf07297197c4db13f7e1b173b9ef93f3f945a63080b6"
<branch module="gettext/gettext-0.22.5.tar.xz"
version="0.22.5"
hash="sha256:fe10c37353213d78a5b83d48af231e005c4da84db5ce88037d88355938259640"
repo="ftp.gnu.org" />
<dependencies>
<dep package="libiconv" />
Expand All @@ -82,9 +82,9 @@
autogen-sh="bootstrap"
autogen-template="%(srcdir)s/%(autogen-sh)s --prefix=%(prefix)s"
bootstrap="true">
<branch module="v3.26/cmake-3.26.4.tar.gz"
version="3.26.4"
hash="sha256:313b6880c291bd4fe31c0aa51d6e62659282a521e695f30d5cc0d25abbd5c208"
<branch module="v3.29/cmake-3.29.3.tar.gz"
version="3.29.3"
hash="sha256:252aee1448d49caa04954fd5e27d189dd51570557313e7b281636716a238bccb"
repo="cmake" />
</autotools>
<!--
Expand All @@ -103,9 +103,9 @@
<autotools id="autoconf"
autogen-sh="configure"
bootstrap="true">
<branch module="autoconf/autoconf-2.71.tar.xz"
version="2.71"
hash="shas56:f14c83cfebcc9427f2c3cea7258bd90df972d92eb26752da4ddad81c87a0faa4"
<branch module="autoconf/autoconf-2.72.tar.xz"
version="2.72"
hash="sha256:ba885c1319578d6c94d46e9b0dceb4014caafe2490e437a0dbca3f270a223f5a"
repo="ftp.gnu.org" />
<dependencies>
<dep package="m4" />
Expand Down Expand Up @@ -163,6 +163,7 @@
autogen-sh="configure">
<branch module="bison/bison-3.8.2.tar.xz"
version="3.8.2"
hash="sha256:9bba0214ccf7f1079c5d59210045227bcf619519840ebfa80cd3849cff5a5bf2"
repo="ftp.gnu.org" />
<dependencies>
<dep package='flex' />
Expand Down
12 changes: 12 additions & 0 deletions modulesets-stable/gtk-osx-bootstrap.modules
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
<repository name="github-tarball"
href="https://github.com/"
type="tarball" />
<repository name="nasm"
href="https://www.nasm.us/pub/nasm/releasebuilds/"
type="tarball" />
<!---->
<autotools id="libpng"
autogen-sh="configure"
Expand All @@ -42,6 +45,15 @@
</dependencies>
</autotools>
<!---->
<autotools id="nasm"
autogen-sh="configure">
<branch module="2.16.03/nasm-2.16.03.tar.xz"
version="2.16.03"
hash="sha256:1412a1c760bbd05db026b6c0d1657affd6631cd0a63cddb6f73cc6d4aa616148"
repo="nasm">
</branch>
</autotools>
<!---->
<cmake id="libjpeg" cmakeargs="-DCMAKE_MACOSX_RPATH=true -DCMAKE_INSTALL_PREFIX:PATH=${JHBUILD_PREFIX} -DCMAKE_INSTALL_NAME_DIR=${JHBUILD_PREFIX}/lib -DCMAKE_INSTALL_LIBDIR:PATH=lib">
<branch module="libjpeg-turbo/libjpeg-turbo/releases/download/3.0.3/libjpeg-turbo-3.0.3.tar.gz" version="3.0.3"
hash="sha256:343e789069fc7afbcdfe44dbba7dbbf45afa98a15150e079a38e60e44578865d"
Expand Down
16 changes: 0 additions & 16 deletions modulesets-stable/gtk-osx-gstreamer.modules
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,9 @@
<repository name="ffmpeg"
href="https://ffmpeg.org/releases/"
type="tarball" />
<repository name="nasm"
href="https://www.nasm.us/pub/nasm/releasebuilds/"
type="tarball" />
<repository name="github.com"
href="https://github.com/"
type="tarball" />

<!---->
<meson id="liborc"
mesonargs="-Dgtk_doc=disabled -Dbenchmarks=disabled -Dexamples=disabled -Dtests=disabled">
Expand All @@ -42,18 +38,6 @@
hash="sha256:720c1dc404439e0a9117aa144dc7ead56f1658adf4badbb39f959d6ad8eed489"
repo="github.com" />
</autotools>
<!---->
<autotools id="nasm"
autogen-sh="configure">
<branch module="2.16.01/nasm-2.16.01.tar.xz"
version="2.16.01"
hash="sha256:c77745f4802375efeee2ec5c0ad6b7f037ea9c87c92b149a9637ff099f162558"
repo="nasm" >
<patch file="nasm-2.16.01-warnings.c-needs-srcdir.patch"
strip="1"/>
</branch>
</autotools>
<!---->
<autotools id="ffmpeg"
autogen-sh="configure"
autogen-template="%(srcdir)s/%(autogen-sh)s --prefix=%(prefix)s %(autogenargs)s"
Expand Down
Loading

0 comments on commit 1050b4d

Please sign in to comment.