Skip to content

Commit

Permalink
Merge pull request #1548 from mariux64/fix-dl-libjpeg-turbo
Browse files Browse the repository at this point in the history
libjpeg-turbo: rebuild 1.4.2-1
  • Loading branch information
pmenzel authored Dec 12, 2019
2 parents 8cf9feb + 09213d6 commit 4da0a61
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 94 deletions.
94 changes: 0 additions & 94 deletions libjpeg-turbo-1.4.2-0.bee

This file was deleted.

40 changes: 40 additions & 0 deletions libjpeg-turbo.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
#!/usr/bin/env beesh

# BEE_VERSION libjpeg-turbo-1.4.2-1

SRCURL[0]="https://sourceforge.net/projects/libjpeg-turbo/files/${PKGVERSION}/libjpeg-turbo-${PKGVERSION}.tar.gz/download libjpeg-turbo-${PKGVERSION}.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

# enforce the usage of 'configure'
mee_patch() {
rm -v ${S}/CMakeLists.txt
# bee_patch "${@}"
}

# --with-jpeg7 Emulate libjpeg v7 API/ABI (this makes libjpeg-turbo
# backward incompatible with libjpeg v6b.)

mee_configure() {
bee_configure --with-jpeg7
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 4da0a61

Please sign in to comment.