notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details on branch 2016Q4
nordlicht Create moodbars from video files
0.4.4_1 multimedia on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.4.4_1Version of this port present on the latest quarterly branch.
Maintainer: t@tobik.me search for ports maintained by this maintainer
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/
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (12 items)
Collapse this list.
  1. /usr/local/share/licenses/nordlicht-0.4.4_1/catalog.mk
  2. /usr/local/share/licenses/nordlicht-0.4.4_1/LICENSE
  3. /usr/local/share/licenses/nordlicht-0.4.4_1/GPLv2
  4. bin/nordlicht
  5. include/nordlicht.h
  6. lib/libnordlicht.so
  7. lib/libnordlicht.so.0
  8. lib/libnordlicht.so.0.4.4
  9. libdata/pkgconfig/nordlicht.pc
  10. man/man1/nordlicht.1.gz
  11. @postexec /sbin/ldconfig -m /usr/local/lib
  12. @postunexec /sbin/ldconfig -R
Collapse this list.
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: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. help2man : misc/help2man
  2. cmake : devel/cmake
  3. pkgconf>=0.9.10 : devel/pkgconf
Library dependencies:
  1. libavcodec.so : multimedia/ffmpeg
  2. libpopt.so : devel/popt
  3. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/nordlicht/nordlicht/tar.gz/v0.4.4?dummy=/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.4.4_1
04 Nov 2016 12:06:15
commit hash: 4b8a89f9b40af97f042feae9c28a0a6343da1572commit hash: 4b8a89f9b40af97f042feae9c28a0a6343da1572commit hash: 4b8a89f9b40af97f042feae9c28a0a6343da1572commit hash: 4b8a89f9b40af97f042feae9c28a0a6343da1572 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
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
Revision:425316Original commit files touched by this commit
jbeich search for other commits by this committer
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