aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/nordlicht
Commit message (Collapse)AuthorAgeFilesLines
* Add EXAMPLES options to ports that should have one.mat2018-09-101-0/+2
| | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
* multimedia/ffmpeg: update to 4.0jbeich2018-05-021-1/+1
| | | | | | | | | | | | - 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
* multimedia/ffmpeg: update to 3.4jbeich2017-10-211-1/+1
| | | | | | | | | | | | | | | | | | | 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
* Chase ffmpeg 3.3 update (ABI changes)riggs2017-04-251-0/+1
| | | | | PR: 218658 Submitted by: riggs
* Update MAINTAINER to tobik@FreeBSD.org for my portstobik2017-02-151-1/+1
| | | | | Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9610
* Update to upstream version 0.4.5riggs2017-01-296-153/+22
| | | | | PR: 216326 Submitted by: t@tobik.me (maintainer)
* multimedia/ffmpeg: update to 3.2.2jbeich2016-12-111-1/+1
| | | | | | | 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)
* Mark as broken on various tier-2 archs.linimon2016-11-161-2/+3
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* multimedia/nordlicht: unbreak build with ffmpeg 3.xjbeich2016-11-043-0/+135
| | | | | | | | | | | | | | | | | | | | | 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
* many ports: mark broken on powerpc64swills2016-04-221-0/+2
|
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-4/+4
| | | | | With hat: portmgr Sponsored by: Absolight
* Update to 0.4.4.rakuco2016-01-294-7/+8
| | | | | PR: 206597 Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer)
* - Update to 0.4.3miwi2016-01-183-12/+13
| | | | | PR: 206363 Submitted by: maintainer
* - Update to 0.4.2miwi2016-01-032-3/+3
| | | | | PR: 205823 Submitted by: maintainer
* Add multimedia/nordlichtriggs2016-01-025-0/+51
PR: 205734 Submitted by: t@tobik.me (maintainer)