mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libjpeg-turbo: update to 3.1.0, adopt.
This commit is contained in:
parent
eb09ff856f
commit
9c3af274b6
1 changed files with 7 additions and 9 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'libjpeg-turbo'
|
# Template file for 'libjpeg-turbo'
|
||||||
pkgname=libjpeg-turbo
|
pkgname=libjpeg-turbo
|
||||||
version=3.0.1
|
version=3.1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DWITH_JPEG8=1"
|
configure_args="-DWITH_JPEG8=1"
|
||||||
hostmakedepends="yasm"
|
hostmakedepends="yasm"
|
||||||
short_desc="Derivative of libjpeg which uses SIMD instructions"
|
short_desc="Derivative of libjpeg which uses SIMD instructions"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Daniel Martinez <danielmartinez@cock.li>"
|
||||||
license="IJG, BSD-3-Clause, Zlib"
|
license="IJG, BSD-3-Clause, Zlib"
|
||||||
homepage="https://libjpeg-turbo.org/"
|
homepage="https://libjpeg-turbo.org/"
|
||||||
changelog="https://raw.githubusercontent.com/libjpeg-turbo/libjpeg-turbo/main/ChangeLog.md"
|
changelog="https://raw.githubusercontent.com/libjpeg-turbo/libjpeg-turbo/main/ChangeLog.md"
|
||||||
distfiles="${SOURCEFORGE_SITE}/libjpeg-turbo/libjpeg-turbo-${version}.tar.gz"
|
distfiles="https://github.com/libjpeg-turbo/libjpeg-turbo/releases/download/${version}/libjpeg-turbo-${version}.tar.gz"
|
||||||
checksum=22429507714ae147b3acacd299e82099fce5d9f456882fc28e252e4579ba2a75
|
checksum=9564c72b1dfd1d6fe6274c5f95a8d989b59854575d4bbee44ade7bc17aa9bc93
|
||||||
|
|
||||||
provides="jpeg-8_1"
|
provides="jpeg-8_1"
|
||||||
replaces="jpeg>=0"
|
replaces="jpeg>=0"
|
||||||
|
@ -19,11 +19,8 @@ replaces="jpeg>=0"
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
|
||||||
vinstall jpegint.h 644 usr/include
|
vinstall src/jpegint.h 644 usr/include
|
||||||
vinstall transupp.h 644 usr/include
|
vinstall src/transupp.h 644 usr/include
|
||||||
|
|
||||||
rm -r ${DESTDIR}/usr/share/doc \
|
|
||||||
${DESTDIR}/usr/bin/tjbench
|
|
||||||
}
|
}
|
||||||
|
|
||||||
libjpeg-turbo-devel_package() {
|
libjpeg-turbo-devel_package() {
|
||||||
|
@ -35,6 +32,7 @@ libjpeg-turbo-devel_package() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
|
vmove usr/lib/cmake
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue