Skip to content

libjpeg-turbo: rebuild 1.4.2-1 #1548

Merged
merged 1 commit into from
Dec 12, 2019
Merged
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
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 "${@}"
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the future, BEE_BUILDTYPE should be used instead.


# --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
#}