Port details on branch 2016Q4 |
- nordlicht Create moodbars from video files
- 0.4.4_1 multimedia
=0 0.4.4_1Version of this port present on the latest quarterly branch. - Maintainer: t@tobik.me
 - Port Added: 2016-11-04 12:06:24
- Last Update: 2016-11-04 12:06:15
- Commit Hash: 4b8a89f
- License: GPLv2
- WWW:
- https://nordlicht.github.io/
- Description:
- nordlicht is a tool that converts video files into colorful barcodes.
nordlicht is free software, supports a large number of styles, and is
optimized for speed. It comes with a software library written in C
that allows for easy integration into other programs.
WWW: https://nordlicht.github.io/
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- nordlicht>0:multimedia/nordlicht
- To install the port:
- cd /usr/ports/multimedia/nordlicht/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/nordlicht
- pkg install nordlicht
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nordlicht
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (nordlicht-nordlicht-v0.4.4_GH0.tar.gz) = f430b60426a022aad07f5064b7b046e26b18c75606de652c168d23b97cbd13f8
SIZE (nordlicht-nordlicht-v0.4.4_GH0.tar.gz) = 41252
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- help2man : misc/help2man
- cmake : devel/cmake
- pkgconf>=0.9.10 : devel/pkgconf
- Library dependencies:
-
- libavcodec.so : multimedia/ffmpeg
- libpopt.so : devel/popt
- libpng.so : graphics/png
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- multimedia_nordlicht
- USES:
- cmake:outsource pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4.4_1 04 Nov 2016 12:06:15
    |
Jan Beich (jbeich)  |
MFH: r425315
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
Approved by: ports-secteam blanket |
0.4.4_1 04 Nov 2016 12:06:15
  |
jbeich  |
MFH: r425315
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
Approved by: ports-secteam blanket |
Number of commits found: 2
|