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
gegl: Download source archive from beehive.molgen.mpg.de
pmenzel committed Apr 18, 2023
commit 6febfe7604b55081c0ac6d0f2e6ccc3d007eae27
3 changes: 2 additions & 1 deletion gegl.be0
Original file line number Diff line number Diff line change
@@ -9,7 +9,8 @@
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="https://download.gimp.org/pub/gegl/${PKGVERSION[2]}/gegl-${PKGVERSION}.tar.xz"
#SRCURL[0]="https://download.gimp.org/pub/gegl/${PKGVERSION[2]}/gegl-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/f4532970b342d31cb6bb2b0207545b1d/gegl-0.4.42.tar.xz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.