Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
01 Dec 2020 14:58:11
2.0.6

|
antoine  |
Update to 2.0.6 |
11 Oct 2020 06:44:46
2.0.5

|
antoine  |
Update to 2.0.5
PR: 250190
MFH: 2020Q4 |
22 Jan 2020 06:01:48
2.0.4

|
antoine  |
Update to 2.0.4 |
19 Sep 2019 11:50:01
2.0.3

|
antoine  |
Update to 2.0.3 |
16 Feb 2019 17:34:42
2.0.2

|
antoine  |
Update to 2.0.2
With hat: portmgr |
25 Dec 2018 20:25:40
2.0.1

|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
29 Nov 2018 18:59:57
2.0.1

|
antoine  |
Update to 2.0.1 |
13 Aug 2018 20:22:39
2.0.0

|
antoine  |
Update graphics/jpeg-turbo and graphics/libjpeg-turbo to 2.0.0
Upstream switched build system to CMake
PR: 230143
With hat: portmgr |
24 Dec 2017 17:35:25
1.5.3

|
antoine  |
Update to 1.5.3 |
06 Aug 2017 08:07:54
1.5.2

|
antoine  |
Update to 1.5.2 |
22 Mar 2017 19:16:36
1.5.1

|
antoine  |
tjbench links against libjpeg.so |
12 Oct 2016 18:52:43
1.5.1

|
antoine  |
- Update jpeg-turbo to 1.5.1
- Add LICENSE
- Use the framework for tests |
01 Apr 2016 14:00:57
1.4.2

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
18 Mar 2016 13:28:04
1.4.2

|
feld  |
Revert MAINTAINER update
These ports were intentionally set to portmgr@FreeBSD.org as MAINTAINER;
it was not a mistake. They require exp-runs and special care when
updating.
Submitted by: antoine |
18 Mar 2016 11:48:40
1.4.2

|
feld  |
MAINTAINER reset should be ports@FreeBSD.org, not portmgr |
14 Oct 2015 16:52:20
1.4.2

|
antoine  |
Update to 1.4.2
PR: 203634 |
16 Sep 2015 20:35:14
1.4.1

|
antoine  |
- Update jpeg-turbo to 1.4.1 and grab maintainership after several timeouts
- Change default jpeg implementation from jpeg to jpeg-turbo
Reviewed by: bapt, mat
Differential Revision: https://reviews.freebsd.org/D2884 |
13 Sep 2015 20:27:08
1.4.0_1

|
antoine  |
Fix negative shift with IFAST FDCT and qual=100
This fixes regression tests with clang 3.7.0
PR: 202762
Obtained
from: https://github.com/libjpeg-turbo/libjpeg-turbo/commit/4cfa3f4c39c2e46eca3a65c67411d15e08a3fc70
Approved by: maintainer timeout (15 days) |
01 Jun 2015 19:13:39
1.4.0

|
antoine  |
- Update to 1.4.0
- Allow building on non i386/amd64 [1]
PR: 200095
Approved by: maintainer timeout (3 weeks)
Tested on: ia64 and sparc64 [1] |
10 Jan 2015 13:51:51
1.3.1_2

|
antoine  |
Add CPE information |
10 Jan 2015 12:23:24
1.3.1_2

|
antoine  |
Fix possible Huffman local buffer overrun
MFH: 2015Q1
Security: CVE-2014-9092 |
08 Dec 2014 16:48:41
1.3.1_1

|
tijl  |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
20 Oct 2014 17:04:21
1.3.1

|
bapt  |
Cleanup plist |
30 Aug 2014 14:34:03
1.3.0_2

|
adamw  |
Fix a docs conflict from libjpeg-turbo not excluding the DOCS option.
PR: 193145
Submitted by: Jan Beich |
23 Aug 2014 19:40:21
1.3.0_2

|
adamw  |
libjpeg-turbo installs its own unique library (libturbojpeg.so) and
a drop-in replacement for libjpeg.so.
This commit splits them apart into two ports:
graphics/libjpeg-turbo which installs only libturbojpeg.so
graphics/jpeg-turbo which installs the libjpeg.so replacement
This will allow ports to depend on libturbojpeg.so without causing
pkg conflicts.
Approved by: maintainer |