Skip to content

Commit

Permalink
graphics/jpeg-turbo: enable runtime AltiVec detection
Browse files Browse the repository at this point in the history
Enables runtime AltiVec detection, which will improve performance on powerpc,
where AltiVec is not enabled by default.

Approved by:	antoine
PR:	259562
  • Loading branch information
pkubaj committed Nov 9, 2021
1 parent 7477834 commit fa175b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions graphics/jpeg-turbo/Makefile
Expand Up @@ -2,14 +2,15 @@

PORTNAME= jpeg-turbo
DISTVERSION= 2.1.1
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES= graphics
MASTER_SITES= SF/lib${PORTNAME}/${DISTVERSION}
DISTNAME= lib${PORTNAME}-${DISTVERSION}

PATCH_SITES= https://github.com/libjpeg-turbo/libjpeg-turbo/commit/
PATCHFILES= 173900b1cabb027495ae530c71250bcedc9925d5.patch:-p1 \
129f0cb76346ceede8f4d8d87dea8acb0809056c.patch:-p1
129f0cb76346ceede8f4d8d87dea8acb0809056c.patch:-p1 \
d401d6251412a2985810ffaffb90b448a6ee12a9.patch:-p1

MAINTAINER= portmgr@FreeBSD.org
COMMENT?= SIMD-accelerated JPEG codec which replaces libjpeg
Expand Down
2 changes: 2 additions & 0 deletions graphics/jpeg-turbo/distinfo
Expand Up @@ -5,3 +5,5 @@ SHA256 (173900b1cabb027495ae530c71250bcedc9925d5.patch) = 68e98cdb80e989840018fd
SIZE (173900b1cabb027495ae530c71250bcedc9925d5.patch) = 1873
SHA256 (129f0cb76346ceede8f4d8d87dea8acb0809056c.patch) = 0d0cb4e04c52151cbd44292e7d5c3c1f9bbf230123048e18125459ee8b56cc97
SIZE (129f0cb76346ceede8f4d8d87dea8acb0809056c.patch) = 1991
SHA256 (d401d6251412a2985810ffaffb90b448a6ee12a9.patch) = ddc49c56ede58e2468295ef3d8a10c10afc55e02a4101b1a62ab0266ba423117
SIZE (d401d6251412a2985810ffaffb90b448a6ee12a9.patch) = 2228
2 changes: 1 addition & 1 deletion graphics/libjpeg-turbo/Makefile
@@ -1,7 +1,7 @@
# Created by: Denis Podolskiy <bytestore@yandex.ru>

PKGNAMEPREFIX= lib
PORTREVISION= 0
PORTREVISION= 1

COMMENT= SIMD-accelerated JPEG codec library, provides libTurboJPEG

Expand Down

0 comments on commit fa175b9

Please sign in to comment.