Skip to content

Commit

Permalink
Merge pull request #1550 from mariux64/update-imagemagick-from-6.9.10…
Browse files Browse the repository at this point in the history
…p56-to-6.9.10p78

Update ImageMagick from 6.9.10p56 to 6.9.10p78
  • Loading branch information
donald authored Dec 18, 2019
2 parents 5a2e25e + 9ecdd4a commit 1e35b4f
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 18 deletions.
35 changes: 17 additions & 18 deletions imagemagick.be0
Original file line number Diff line number Diff line change
@@ -1,31 +1,30 @@
#!/bin/env beesh

# BEE_VERSION imagemagick-6.9.10p56-0
# BEE_VERSION imagemagick-6.9.10p78-0

XPKGVERSION=$(echo ${PKGVERSION} | sed -e 's/p/-/')
SRCURL[0]="https://github.com/ImageMagick/ImageMagick6/archive/${XPKGVERSION}.tar.gz imagemagick-${XPKGVERSION}.tar.gz"
SRCURL[0]="https://github.com/ImageMagick/ImageMagick6/archive/${PKGVERSION/p/-}.tar.gz imagemagick-${PKGVERSION/p/-}.tar.gz"

PATCHURL[0]=""
# PATCHURL[0]=""

EXCLUDE="^/usr/share/doc"
#mee_patch() {
# bee_patch
#}

mee_patch() {
bee_patch
}

mee_configure() {
bee_configure
}
#mee_configure() {
# bee_configure
#}

mee_build() {
bee_build
}
#mee_build() {
# bee_build
#}

mee_install() {
bee_install
}
#mee_install() {
# bee_install
#}

mee_install_post() {
start_cmd rm -rf ${D}/${DATADIR}/doc

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

# BEE_VERSION libde265-1.0.3-0

SRCURL[0]="https://github.com/strukturag/libde265/releases/download/v${PKGVERSION}/libde265-${PKGVERSION}.tar.gz"

BEE_BUILDTYPE=autotools

# PATCHURL+=()

build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
bee_configure \
--disable-sherlock265 \
--disable-static
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}
39 changes: 39 additions & 0 deletions libheif.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#!/usr/bin/env beesh

# BEE_VERSION libheif-1.6.0-0

SRCURL[0]="https://github.com/strukturag/libheif/releases/download/v${PKGVERSION}/libheif-${PKGVERSION}.tar.gz"

# PATCHURL+=()

BEE_BUILDTYPE=autotools

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
bee_configure \
--disable-go \
--disable-static
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 1e35b4f

Please sign in to comment.