Skip to content

Update evince #3177

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
9 changes: 5 additions & 4 deletions evince.be0
Original file line number Diff line number Diff line change
@@ -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+=()

Expand All @@ -31,7 +31,8 @@ mee_configure() {
-Dthumbnail_cache=disabled \
-Dkeyring=disabled \
-Dsystemduserunitdir=no \
--wrap-mode=nofallback
--wrap-mode=nodownload \
--buildtype=release

}

Expand Down
9 changes: 5 additions & 4 deletions freetype.be0
Original file line number Diff line number Diff line change
@@ -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+=()

Expand All @@ -27,7 +27,8 @@ mee_patch() {

mee_configure() {
bee_configure \
--disable-static
--disable-static \
--enable-freetype-config
}

#mee_build() {
Expand Down
4 changes: 2 additions & 2 deletions ghostscript.be0
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 3 additions & 3 deletions openjpeg.be0
Original file line number Diff line number Diff line change
@@ -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+=()

Expand Down
11 changes: 7 additions & 4 deletions poppler.be0
Original file line number Diff line number Diff line change
@@ -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+=()

Expand All @@ -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() {
Expand Down
85 changes: 0 additions & 85 deletions tiff-4.0.6-1.bee

This file was deleted.

43 changes: 43 additions & 0 deletions tiff-compat.be0
Original file line number Diff line number Diff line change
@@ -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
#}
35 changes: 35 additions & 0 deletions tiff.be0
Original file line number Diff line number Diff line change
@@ -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
#}