svn commit: r405005 - in head/multimedia: . nordlicht nordlicht/files

Thomas Zander riggs at FreeBSD.org
Fri Jan 1 16:14:30 UTC 2016


Author: riggs
Date: Fri Jan  1 16:14:28 2016
New Revision: 405005
URL: https://svnweb.freebsd.org/changeset/ports/405005

Log:
  Add multimedia/nordlicht
  
  PR:		205734
  Submitted by:	t at tobik.me (maintainer)

Added:
  head/multimedia/nordlicht/
  head/multimedia/nordlicht/Makefile   (contents, props changed)
  head/multimedia/nordlicht/distinfo   (contents, props changed)
  head/multimedia/nordlicht/files/
  head/multimedia/nordlicht/files/patch-CMakeLists.txt   (contents, props changed)
  head/multimedia/nordlicht/pkg-descr   (contents, props changed)
  head/multimedia/nordlicht/pkg-plist   (contents, props changed)
Modified:
  head/multimedia/Makefile

Modified: head/multimedia/Makefile
==============================================================================
--- head/multimedia/Makefile	Fri Jan  1 15:54:38 2016	(r405004)
+++ head/multimedia/Makefile	Fri Jan  1 16:14:28 2016	(r405005)
@@ -262,6 +262,7 @@
     SUBDIR += mythtv
     SUBDIR += mythtv-frontend
     SUBDIR += naludump
+    SUBDIR += nordlicht
     SUBDIR += nxtvepg
     SUBDIR += obs-studio
     SUBDIR += oggvideotools

Added: head/multimedia/nordlicht/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/nordlicht/Makefile	Fri Jan  1 16:14:28 2016	(r405005)
@@ -0,0 +1,24 @@
+# Created by: Tobias Kortkamp <t at tobik.me>
+# $FreeBSD$
+
+PORTNAME=	nordlicht
+PORTVERSION=	0.4.0
+DISTVERSIONPREFIX=	v
+CATEGORIES=	multimedia
+
+MAINTAINER=	t at tobik.me
+COMMENT=	Create moodbars from video files
+
+LICENSE=	GPLv2
+
+BUILD_DEPENDS=	help2man:${PORTSDIR}/misc/help2man
+LIB_DEPENDS=	libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \
+		libpopt.so:${PORTSDIR}/devel/popt \
+		libpng.so:${PORTSDIR}/graphics/png
+
+USE_GITHUB=	yes
+
+USES=		cmake:outsource pkgconfig
+USE_LDCONFIG=	yes
+
+.include <bsd.port.mk>

Added: head/multimedia/nordlicht/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/nordlicht/distinfo	Fri Jan  1 16:14:28 2016	(r405005)
@@ -0,0 +1,2 @@
+SHA256 (nordlicht-nordlicht-v0.4.0_GH0.tar.gz) = dce586372b66959f158ba86739b66f0c7f6285306c8779b29ddb89eac9c31cdd
+SIZE (nordlicht-nordlicht-v0.4.0_GH0.tar.gz) = 37743

Added: head/multimedia/nordlicht/files/patch-CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/nordlicht/files/patch-CMakeLists.txt	Fri Jan  1 16:14:28 2016	(r405005)
@@ -0,0 +1,13 @@
+--- CMakeLists.txt.orig	2015-12-30 13:35:04 UTC
++++ CMakeLists.txt
+@@ -39,8 +39,8 @@ add_custom_command(TARGET nordlicht POST
+ install(TARGETS libnordlicht DESTINATION ${LIB_INSTALL_DIR})
+ install(TARGETS nordlicht DESTINATION bin)
+ install(FILES nordlicht.h DESTINATION include)
+-install(FILES ${CMAKE_BINARY_DIR}/nordlicht.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig)
+-install(FILES ${CMAKE_BINARY_DIR}/nordlicht.1 DESTINATION share/man/man1)
++install(FILES ${CMAKE_BINARY_DIR}/nordlicht.pc DESTINATION libdata/pkgconfig)
++install(FILES ${CMAKE_BINARY_DIR}/nordlicht.1 DESTINATION man/man1)
+ 
+ add_custom_target(check testsuite)
+ add_custom_target(download_testfile ${CMAKE_COMMAND} -P ${CMAKE_SOURCE_DIR}/cmake/download_testfile.cmake)

Added: head/multimedia/nordlicht/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/nordlicht/pkg-descr	Fri Jan  1 16:14:28 2016	(r405005)
@@ -0,0 +1,6 @@
+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/

Added: head/multimedia/nordlicht/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/multimedia/nordlicht/pkg-plist	Fri Jan  1 16:14:28 2016	(r405005)
@@ -0,0 +1,6 @@
+bin/nordlicht
+include/nordlicht.h
+lib/libnordlicht.so
+lib/libnordlicht.so.0
+libdata/pkgconfig/nordlicht.pc
+man/man1/nordlicht.1.gz


More information about the svn-ports-head mailing list