Skip to content

Update imagemagick from 6.9.12 to 7.1.1 #2948

Merged
merged 2 commits into from
Sep 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions imagemagick.be0
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#!/bin/env beesh

# BEE_VERSION imagemagick-6.9.12p44-0
# BEE_VERSION imagemagick-7.1.1p15-0

#SRCURL[0]="https://github.com/ImageMagick/ImageMagick6/archive/${PKGVERSION/p/-}.tar.gz imagemagick-${PKGVERSION/p/-}.tar.gz"

SRCURL[0]="https://beehive.molgen.mpg.de/3bb027d07785d4afb6c8c6b6777dfeeb/imagemagick-6.9.12-44.tar.gz"
#SRCURL[0]="https://github.com/ImageMagick/ImageMagick/archive/${PKGVERSION/p/-}.tar.gz imagemagick-${PKGVERSION/p/-}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/03fe250e8ea4dbccd8606b212b4f33e6/imagemagick-7.1.1-15.tar.gz"

# PATCHURL[0]=""

Expand All @@ -25,7 +24,7 @@ mee_install() {

start_cmd rm -rf ${D}/${DATADIR}/doc

local tgt=${D}/etc/ImageMagick-6/policy.xml
local tgt=${D}/etc/ImageMagick-7/policy.xml
cp -p -v ${tgt} ${tgt}.raw
xmllint --format ${tgt}.raw > ${tgt}
rm ${tgt}.raw
Expand Down
16 changes: 16 additions & 0 deletions imagemagick6_compat.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION imagemagick6_compat-6.9.12p44-0

mee_install() {
cd ${D}
tar xvpf /src/mariux/beeroot/packages/imagemagick-6.9.12p44-0.x86_64.bee.tar.bz2 \
/usr/lib/libMagick++-6.Q16.so.9 \
/usr/lib/libMagick++-6.Q16.so.9.0.0 \
\
/usr/lib/libMagickCore-6.Q16.so.7 \
/usr/lib/libMagickCore-6.Q16.so.7.0.0 \
\
/usr/lib/libMagickWand-6.Q16.so.7 \
/usr/lib/libMagickWand-6.Q16.so.7.0.0
}