From b779f7bf423c921bb102de562763a434945866fd Mon Sep 17 00:00:00 2001 From: david Date: Thu, 10 Oct 2024 09:47:35 +0200 Subject: [PATCH 1/7] tiff: Update to version 4.7 convert to be0 file --- tiff-4.0.6-1.bee | 85 ------------------------------------------------ tiff.be0 | 35 ++++++++++++++++++++ 2 files changed, 35 insertions(+), 85 deletions(-) delete mode 100755 tiff-4.0.6-1.bee create mode 100755 tiff.be0 diff --git a/tiff-4.0.6-1.bee b/tiff-4.0.6-1.bee deleted file mode 100755 index 3e56ac002..000000000 --- a/tiff-4.0.6-1.bee +++ /dev/null @@ -1,85 +0,0 @@ -#!/usr/bin/env beesh - -BEE_BUILDTYPE=configure - -## this file was created by bee init and should be executed to build a -## bee-package. (Additional hints are located at the end of this file.) - -############################################################################### -## 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]="http://download.osgeo.org/libtiff/tiff-${PKGVERSION}.tar.gz" - -############################################################################### -## Add URLs/pathes to patch files to the PATCHURL array. -## The sources will be patched in the order of the array. - -# PATCHURL+=() - -############################################################################### -## Add filename patterns to the EXCLUDE array of files that should not -## be added to you package but may be present in the image directory. - -# EXCLUDE+=() - -############################################################################### -## Uncomment the next statement, if the software may not be able to be build -## outside the source directory and need to be build inside the source -## directory. - -# build_in_sourcedir - -############################################################################### -## bee cannot detect buildtypes specified in subdirectories. -## Sometimes packages "hide" the real sources in a subdirectory named -## 'src' or 'cmake' or .. -## use 'sourcesubdir_append' to specify this directory if known. - -# sourcesubdir_append src - - -############################################################################### -## Change the default (auto-detected) steps to -## extract, patch, configure/setup, build and install the software. -## Make sure the mee_install function does install everything to the -## image directory "${D}" - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} -## by default this may be 'make install DESTDIR="${D}"' - -############################################################################### -## -## Additional hints: -## -## The name of this bee-file should follow the following naming convention: -## pkgname-pkgversion-pkgrevision.bee -## -## You may remove all comments as long as SRCURL[0] is set. -## -## Everything in this file will be executed in a bash environment. -## -## Build the package by executing -## './pkg-version-N.bee' or -## 'beesh ./pkg-version-N.bee' -## -## see http://beezinga.org/ -## diff --git a/tiff.be0 b/tiff.be0 new file mode 100755 index 000000000..5f47df20e --- /dev/null +++ b/tiff.be0 @@ -0,0 +1,35 @@ +#!/usr/bin/env beesh + +# BEE_VERSION tiff-4.7.0-0 + +BEE_BUILDTYPE=configure + +#SRCURL[0]="http://download.osgeo.org/libtiff/tiff-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/3a0fa4a270a4a192b08913f88d0cfbdd/tiff-4.7.0.tar.gz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + From 8a4c4532997c2334e41eda9f71bb86c5c00907e6 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 10 Oct 2024 09:48:01 +0200 Subject: [PATCH 2/7] freetype: Update to version 2.13.3 --- freetype.be0 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/freetype.be0 b/freetype.be0 index 1fe78c0d3..8d0bcf10e 100755 --- a/freetype.be0 +++ b/freetype.be0 @@ -1,11 +1,11 @@ #!/bin/env beesh -# BEE_VERSION freetype-2.10.4-1 +# BEE_VERSION freetype-2.13.3-0 BEE_BUILDTYPE=autotools -# SRCURL[0]="https://download.savannah.gnu.org/releases/freetype/freetype-${PKGVERSION}.tar.xz" -SRCURL[0]="https://beehive.molgen.mpg.de/0e6c0e9b218be3ba3e26e1d23b1c80dd/freetype-2.10.4.tar.xz" +#SRCURL[0]="https://download.savannah.gnu.org/releases/freetype/freetype-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/f3b4432c4212064c00500e1ad63fbc64/freetype-2.13.3.tar.xz" # PATCHURL+=() @@ -27,7 +27,8 @@ mee_patch() { mee_configure() { bee_configure \ - --disable-static + --disable-static \ + --enable-freetype-config } #mee_build() { From a474363b910ae5440f54c0cde9c6d01a20de0535 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 10 Oct 2024 09:48:39 +0200 Subject: [PATCH 3/7] openjpeg: Update to version 2.5.2 --- openjpeg.be0 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openjpeg.be0 b/openjpeg.be0 index ce68d84a7..f4d8ee2b1 100755 --- a/openjpeg.be0 +++ b/openjpeg.be0 @@ -1,11 +1,11 @@ #!/usr/bin/env beesh -# BEE_VERSION openjpeg-2.3.1-1 +# BEE_VERSION openjpeg-2.5.2-0 # more info: http://www.openjpeg.org/ -# SRCURL[0]="https://github.com/uclouvain/openjpeg/archive/v${PKGVERSION}.tar.gz openjpeg-${PKGVERSION}.tar.gz" -SRCURL[0]="https://beehive.molgen.mpg.de/3b9941dc7a52f0376694adb15a72903f/openjpeg-2.3.1.tar.gz" +#SRCURL[0]="https://github.com/uclouvain/openjpeg/archive/v${PKGVERSION}.tar.gz openjpeg-${PKGVERSION}.tar.gz" +SRCURL[0]="https://beehive.molgen.mpg.de/f9ee64845881a15109ed0aa73a12202f/openjpeg-2.5.2.tar.gz" # PATCHURL+=() From 832e33d571de32ef75b45816631e1b0a4ad4cd06 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 10 Oct 2024 09:49:09 +0200 Subject: [PATCH 4/7] poppler: Update to version 24.09.0 --- poppler.be0 | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/poppler.be0 b/poppler.be0 index 6f108230f..1d6a3959c 100755 --- a/poppler.be0 +++ b/poppler.be0 @@ -1,8 +1,8 @@ #!/usr/bin/env beesh -# BEE_VERSION poppler-21.10.0-0 +# BEE_VERSION poppler-24.09.0-0 -# SRCURL[0]="https://poppler.freedesktop.org/poppler-${PKGVERSION}.tar.xz" -SRCURL[0]="https://beehive.molgen.mpg.de/1153a0b1aa8a894c6ce61f042622441c/poppler-21.10.0.tar.xz" +#SRCURL[0]="https://poppler.freedesktop.org/poppler-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/c4a92a7ee9cd8137c50273bcc5252646/poppler-24.09.0.tar.xz" # PATCHURL+=() @@ -20,10 +20,13 @@ SRCURL[0]="https://beehive.molgen.mpg.de/1153a0b1aa8a894c6ce61f042622441c/popple #} mee_configure() { + p=/pkg/qt-6.2.4-0/profile; [ -e $p ] && . $p bee_configure \ -DCMAKE_PREFIX_PATH=/usr/local/qt5 \ -DCMAKE_BUILD_TYPE=Release \ - -DENABLE_UNSTABLE_API_ABI_HEADERS=ON + -DENABLE_GPGME=OFF \ + -DENABLE_UNSTABLE_API_ABI_HEADERS=ON \ + -DENABLE_BOOST=OFF } #mee_build() { From 3df0c9409f69da8c8fb6cbe19908d6bda53b327d Mon Sep 17 00:00:00 2001 From: david Date: Thu, 10 Oct 2024 09:52:48 +0200 Subject: [PATCH 5/7] evince: Update to version 46.3.1 --- evince.be0 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/evince.be0 b/evince.be0 index 24dacac3b..9fb11f745 100755 --- a/evince.be0 +++ b/evince.be0 @@ -1,11 +1,11 @@ #!/usr/bin/env beesh -# BEE_VERSION evince-40.4-0 +# BEE_VERSION evince-46.3.1-0 # 2021-11-16: not going 41.2 yet. use 40.4 as BLFS -# SRCURL[0]="https://download-fallback.gnome.org/sources/evince/${PKGVERSION[1]}/evince-${PKGVERSION}.tar.xz" -SRCURL[0]="https://beehive.molgen.mpg.de/bf78a8e8c384bbd2780b7be0ac917e79/evince-40.4.tar.xz" +#SRCURL[0]="https://download-fallback.gnome.org/sources/evince/${PKGVERSION[1]}/evince-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/e017e3544751c2442020f4d10a39e24d/evince-46.3.1.tar.xz" # PATCHURL+=() @@ -31,7 +31,8 @@ mee_configure() { -Dthumbnail_cache=disabled \ -Dkeyring=disabled \ -Dsystemduserunitdir=no \ - --wrap-mode=nofallback + --wrap-mode=nodownload \ + --buildtype=release } From bebc36febb5b20ff01da8f4d873a364c684142e7 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 16 Oct 2024 14:08:41 +0200 Subject: [PATCH 6/7] add tiff-compat --- tiff-compat.be0 | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100755 tiff-compat.be0 diff --git a/tiff-compat.be0 b/tiff-compat.be0 new file mode 100755 index 000000000..b846a9961 --- /dev/null +++ b/tiff-compat.be0 @@ -0,0 +1,43 @@ +#!/usr/bin/env beesh + +# BEE_VERSION tiff-compat-4.0.6-0 + +# more info: https://foo.bar.com + +# SRCURL[0]="https://SERVER/PATH/NAME.${PKGVERSION}.tar.gz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +mee_install() { + cd ${D} + tar xpf /src/mariux/beeroot/packages/tiff-4.0.6-1.x86_64.bee.tar.bz2 \ + /usr/lib/libtiff.so.5 \ + /usr/lib/libtiff.so.5.2.4 \ + /usr/lib/libtiffxx.so.5 \ + /usr/lib/libtiffxx.so.5.2.4 + +} + +#mee_install_post() { +# exit +#} From e49a01962fb51281acca03ef6f294c383bb83fa0 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 16 Oct 2024 15:19:40 +0200 Subject: [PATCH 7/7] update ghostscript 9.55.0 to 9.56.1 --- ghostscript.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghostscript.be0 b/ghostscript.be0 index 2efc997b5..b523e9afa 100755 --- a/ghostscript.be0 +++ b/ghostscript.be0 @@ -1,11 +1,11 @@ #!/bin/env beesh -# BEE_VERSION ghostscript-9.55.0-0 +# BEE_VERSION ghostscript-9.56.1-0 XPKGVERSION_COMPACT=$(echo ${PKGVERSION} | tr -d '.') #SRCURL[0]="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${XPKGVERSION_COMPACT}/ghostscript-${PKGVERSION}.tar.gz" -SRCURL[0]="https://beehive.molgen.mpg.de/4d3e03b54741265dfbcd24c08a1680a7/ghostscript-9.55.0.tar.gz" +SRCURL[0]="SRCURL[0]="https://beehive.molgen.mpg.de/4f73af1d6f528ee202fba43db0bd8778/ghostscript-9.56.1.tar.gz"" build_in_sourcedir