mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
Update to jpeg-3.0.1.
Survived a bulk.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
COMMENT= SIMD-accelerated JPEG codec replacement of libjpeg
|
||||
|
||||
V= 2.1.5.1
|
||||
V= 3.0.1
|
||||
DISTNAME= libjpeg-turbo-${V}
|
||||
PKGNAME= jpeg-${V}
|
||||
EPOCH= 0
|
||||
|
||||
SHARED_LIBS+= jpeg 70.1
|
||||
SHARED_LIBS+= turbojpeg 0.1
|
||||
SHARED_LIBS+= jpeg 70.2
|
||||
SHARED_LIBS+= turbojpeg 0.2
|
||||
|
||||
CATEGORIES= graphics
|
||||
DPB_PROPERTIES= parallel
|
||||
@@ -31,9 +31,6 @@ DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/jpeg
|
||||
${INSTALL_DATA} ${WRKSRC}/libjpeg.txt ${WRKSRC}/wizard.txt \
|
||||
${PREFIX}/share/doc/jpeg
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/jpeg
|
||||
${INSTALL_DATA} ${WRKSRC}/example.txt ${PREFIX}/share/examples/jpeg
|
||||
${INSTALL_DATA} ${WRKSRC}/{libjpeg,wizard}.txt ${PREFIX}/share/doc/jpeg
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (libjpeg-turbo-2.1.5.1.tar.gz) = L9w/626d6xet7JuvozIUGaoZ+PTl3qe/hIaETKIiB78=
|
||||
SIZE (libjpeg-turbo-2.1.5.1.tar.gz) = 2264936
|
||||
SHA256 (libjpeg-turbo-3.0.1.tar.gz) = IkKVB3FK4UezrKzSmeggmfzl2fRWiC/CjiUuRXm6KnU=
|
||||
SIZE (libjpeg-turbo-3.0.1.tar.gz) = 2800900
|
||||
|
||||
@@ -3,7 +3,7 @@ Symbol versioning triggers weird linking problems in dependent ports.
|
||||
Index: CMakeLists.txt
|
||||
--- CMakeLists.txt.orig
|
||||
+++ CMakeLists.txt
|
||||
@@ -509,10 +509,6 @@ endif()
|
||||
@@ -511,10 +511,6 @@ endif()
|
||||
|
||||
if(UNIX AND NOT APPLE)
|
||||
file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/conftest.map "VERS_1 { global: *; };")
|
||||
|
||||
@@ -33,11 +33,9 @@ share/doc/libjpeg-turbo/
|
||||
share/doc/libjpeg-turbo/LICENSE.md
|
||||
share/doc/libjpeg-turbo/README.ijg
|
||||
share/doc/libjpeg-turbo/README.md
|
||||
share/doc/libjpeg-turbo/example.txt
|
||||
share/doc/libjpeg-turbo/example.c
|
||||
share/doc/libjpeg-turbo/libjpeg.txt
|
||||
share/doc/libjpeg-turbo/structure.txt
|
||||
share/doc/libjpeg-turbo/tjexample.c
|
||||
share/doc/libjpeg-turbo/usage.txt
|
||||
share/doc/libjpeg-turbo/wizard.txt
|
||||
share/examples/jpeg/
|
||||
share/examples/jpeg/example.txt
|
||||
|
||||
Reference in New Issue
Block a user