Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
28 Sep 2020 05:05:25
0.4.5_5

|
tobik  |
Reset MAINTAINER |
05 Aug 2019 23:06:50
0.4.5_5

|
jbeich  |
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
03 May 2019 21:06:51
0.4.5_4

|
linimon  |
These ports now build on aarch64.
Where necessary, pet portlint.
Approved by: portmgr
Obtained from: aarch64 TRYBROKEN run |
25 Dec 2018 20:25:40
0.4.5_4

|
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 |
11 Dec 2018 17:03:52
0.4.5_4

|
linimon  |
These ports now build on powerpc64.
Approved by: portmgr (tier-2 blanket) |
06 Nov 2018 01:50:27
0.4.5_4

|
jbeich  |
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
10 Sep 2018 13:15:48
0.4.5_3

|
mat  |
Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
02 May 2018 15:07:27
0.4.5_3

|
jbeich  |
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175 |
21 Oct 2017 06:50:50
0.4.5_2

|
jbeich  |
multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine |
25 Apr 2017 08:20:31
0.4.5_1

|
riggs  |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
15 Feb 2017 12:28:29
0.4.5

|
tobik  |
Update MAINTAINER to tobik@FreeBSD.org for my ports
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9610 |
29 Jan 2017 13:35:57
0.4.5

|
riggs  |
Update to upstream version 0.4.5
PR: 216326
Submitted by: t@tobik.me (maintainer) |
11 Dec 2016 15:22:47
0.4.4_2

|
jbeich  |
multimedia/ffmpeg: update to 3.2.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries) |
16 Nov 2016 00:34:37
0.4.4_1

|
linimon  |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
04 Nov 2016 12:03:32
0.4.4_1

|
jbeich  |
multimedia/nordlicht: unbreak build with ffmpeg 3.x
image.c:28:24: error: use of undeclared identifier 'PIX_FMT_RGB24'; did you mean
'AV_PIX_FMT_RGB24'?
i->frame->format = PIX_FMT_RGB24; // best choice?
^~~~~~~~~~~~~
AV_PIX_FMT_RGB24
/usr/local/include/libavutil/pixfmt.h:64:5: note: 'AV_PIX_FMT_RGB24' declared
here
AV_PIX_FMT_RGB24, ///< packed RGB 8:8:8, 24bpp, RGBRGB...
^
image.c:243:32: error: use of undeclared identifier 'PIX_FMT_RGB24'; did you
mean 'AV_PIX_FMT_RGB24'?
encoder_context->pix_fmt = PIX_FMT_RGB24;
^~~~~~~~~~~~~
AV_PIX_FMT_RGB24
/usr/local/include/libavutil/pixfmt.h:64:5: note: 'AV_PIX_FMT_RGB24' declared
here
AV_PIX_FMT_RGB24, ///< packed RGB 8:8:8, 24bpp, RGBRGB...
^
PR: 214196
Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer)
Obtained from: upstream |
21 Apr 2016 16:43:15
0.4.4

|
swills  |
many ports: mark broken on powerpc64 |
01 Apr 2016 14:16:20
0.4.4

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
28 Jan 2016 22:35:50
0.4.4

|
rakuco  |
Update to 0.4.4.
PR: 206597
Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer) |
18 Jan 2016 13:16:55
0.4.3

|
miwi  |
- Update to 0.4.3
PR: 206363
Submitted by: maintainer |
03 Jan 2016 15:01:27
0.4.2

|
miwi  |
- Update to 0.4.2
PR: 205823
Submitted by: maintainer |
01 Jan 2016 16:14:28
0.4.0

|
riggs  |
Add multimedia/nordlicht
PR: 205734
Submitted by: t@tobik.me (maintainer) |