Skip to content

Update to Ghostscript 10.01.1, GIMP 2.10.34 and libspectre 0.2.12 #2894

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
e20aa3c
ghostscript:
pmenzel Apr 14, 2023
98383d7
ghostscript: Directly path make target to `bee_build`
pmenzel Apr 14, 2023
9af7ef1
Revert "ghostscript: Directly path make target to `bee_build`"
pmenzel Apr 14, 2023
378af1c
babl: Update version from 0.1.82 0.1.102
pmenzel Apr 18, 2023
4fec4fd
gegl: Update version from 0.4.26 to 0.4.42
pmenzel Apr 18, 2023
6991602
gobject-introspection: Remove blank line between SRCURL lines
pmenzel Apr 18, 2023
df36fad
gobject-introspection: Update version from 1.68.0 to 1.76.1
pmenzel Apr 18, 2023
4010a6b
glib2: Switch back to download.gnome.org
pmenzel Apr 18, 2023
6e20ad1
glib2: Prepend commented URL with SRCURL[0]= for easy uncommenting
pmenzel Apr 18, 2023
712c453
glib2: Use PKGVERSION in upstream URL for easy updating
pmenzel Apr 18, 2023
ac3eb2f
glib2: Update version from 2.70.0 to 2.76.1
pmenzel Apr 18, 2023
6febfe7
gegl: Download source archive from beehive.molgen.mpg.de
pmenzel Apr 18, 2023
9de8418
libnsgif: Add version 0.2.1
pmenzel Apr 18, 2023
9281898
libnsgif: Download source archive from beehive.molgen.mpg.de
pmenzel Apr 18, 2023
b597ce2
libnsgif: Build in source directory
pmenzel Apr 18, 2023
3947396
gegl: Update to 0.4.44
pmenzel Apr 18, 2023
1c90560
gegl: Manually call meson to allow building with subprojects
pmenzel Apr 20, 2023
9976965
gegl: Run tests again
pmenzel Apr 20, 2023
12559be
gegl: Use `meson setup` to fix deprecation warning
pmenzel Apr 20, 2023
050c161
gegl: ninja test
pmenzel Apr 20, 2023
9f4f73f
gegl: Disable tests again as gegl:simple license_check fails
pmenzel Apr 20, 2023
6366028
gimp: Update version from 2.10.22 to 2.10.34
pmenzel Apr 20, 2023
8eef2f5
libspectre: Use HTTPS URL for upstream source archive
pmenzel Apr 20, 2023
a090ea8
libspectre: Update version from 0.2.9 to 0.2.12
pmenzel Apr 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
glib2: Use PKGVERSION in upstream URL for easy updating
pmenzel committed Apr 18, 2023
commit 712c4530347bfd5c3924ad8fa924e392c0a98470
2 changes: 1 addition & 1 deletion glib2.be0
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

# BEE_VERSION glib2-2.70.0-1

#SRCURL[0]="https://download.gnome.org/sources/glib/2.70/glib-2.70.0.tar.xz"
#SRCURL[0]="https://download.gnome.org/sources/glib/${PKGVERSION[2]}/glib-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/4b08228707d28a9f23f7369902f4b166/glib-2.70.0.tar.xz"

PATCHURL+=("https://beehive.molgen.mpg.de/ac14fac9d515ad262f4c55041dadf483/glib2-2.70-glib-compile-schemas-no-spam.patch")