Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2023 20:58:39 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b2915c9aad49 - main - multimedia/nordlicht: Remove expired port:
Message-ID:  <202305312058.34VKwdrt069647@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b2915c9aad4944abbe74cc8f80c196f2aa0d9949

commit b2915c9aad4944abbe74cc8f80c196f2aa0d9949
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2023-05-31 20:58:16 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2023-05-31 20:58:16 +0000

    multimedia/nordlicht: Remove expired port:
    
    2023-05-31 multimedia/nordlicht: Unmaintained for years upstream and fails to build with FFmpeg 6
---
 MOVED                                              |  1 +
 multimedia/Makefile                                |  1 -
 multimedia/nordlicht/Makefile                      | 42 ----------------------
 multimedia/nordlicht/distinfo                      |  3 --
 .../nordlicht/files/patch-cmake_FindFFmpeg.cmake   | 11 ------
 multimedia/nordlicht/pkg-descr                     |  4 ---
 multimedia/nordlicht/pkg-plist                     | 11 ------
 7 files changed, 1 insertion(+), 72 deletions(-)

diff --git a/MOVED b/MOVED
index 0efeba437fc1..6ea167d01b5e 100644
--- a/MOVED
+++ b/MOVED
@@ -7585,3 +7585,4 @@ security/keynote||2023-05-28|Has expired: Upstream last release in 2000
 security/esteidfirefoxplugin||2023-05-28|Has expired: Upstream last release in 2013 and has been migrated into other products of upstream
 devel/py-pyxb|devel/py-pyxb-x|2023-05-31|Has expired: Upstream issued End-of-Life notice. Use devel/py-pyxb-x instead
 devel/arm-none-eabi-gcc492|devel/arm-none-eabi-gcc|2023-05-31|Has expired: Long time unsupported upstream
+multimedia/nordlicht||2023-05-31|Has expired: Unmaintained for years upstream and fails to build with FFmpeg 6
diff --git a/multimedia/Makefile b/multimedia/Makefile
index 6a579dffdc32..611c43196e3a 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -252,7 +252,6 @@
     SUBDIR += naludump
     SUBDIR += navidrome
     SUBDIR += neolink
-    SUBDIR += nordlicht
     SUBDIR += nostt
     SUBDIR += nymphcast
     SUBDIR += nymphcastlib
diff --git a/multimedia/nordlicht/Makefile b/multimedia/nordlicht/Makefile
deleted file mode 100644
index 51d57c95b6cf..000000000000
--- a/multimedia/nordlicht/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-PORTNAME=	nordlicht
-PORTVERSION=	0.4.5
-DISTVERSIONPREFIX=	v
-PORTREVISION=	7
-CATEGORIES=	multimedia
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Create moodbars from video files
-WWW=		https://nordlicht.github.io/
-
-DEPRECATED=	Unmaintained for years upstream and fails to build with FFmpeg 6
-EXPIRATION_DATE=2023-05-31
-
-LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/LICENSE.md
-
-BUILD_DEPENDS=	help2man:misc/help2man
-LIB_DEPENDS=	libavcodec.so.58:multimedia/ffmpeg4 \
-		libpopt.so:devel/popt \
-		libpng.so:graphics/png
-
-USE_GITHUB=	yes
-
-USES=		cmake pathfix pkgconfig shebangfix
-USE_LDCONFIG=	yes
-
-PLIST_SUB=	PORTVERSION=${PORTVERSION}
-
-SHEBANG_FILES=	utils/mpv-nordlicht
-
-OPTIONS_DEFINE=	EXAMPLES
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|share/man/man1|man/man1|' \
-		${PATCH_WRKSRC}/CMakeLists.txt
-	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
-		${PATCH_WRKSRC}/cmake/FindFFmpeg.cmake
-
-post-install:
-	@cd ${WRKSRC}/utils && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
-
-.include <bsd.port.mk>
diff --git a/multimedia/nordlicht/distinfo b/multimedia/nordlicht/distinfo
deleted file mode 100644
index d6284eb3aa14..000000000000
--- a/multimedia/nordlicht/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1484929858
-SHA256 (nordlicht-nordlicht-v0.4.5_GH0.tar.gz) = e9f65f631496ed3f1572f74d6f471259f47fb25545b225e97e238b18c152d9d6
-SIZE (nordlicht-nordlicht-v0.4.5_GH0.tar.gz) = 42584
diff --git a/multimedia/nordlicht/files/patch-cmake_FindFFmpeg.cmake b/multimedia/nordlicht/files/patch-cmake_FindFFmpeg.cmake
deleted file mode 100644
index 9972f1ada037..000000000000
--- a/multimedia/nordlicht/files/patch-cmake_FindFFmpeg.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
---- cmake/FindFFmpeg.cmake.orig	2023-04-25 07:25:17 UTC
-+++ cmake/FindFFmpeg.cmake
-@@ -26,6 +26,8 @@
- # Redistribution and use is allowed according to the terms of the BSD license.
- # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
- 
-+set(CMAKE_PREFIX_PATH "%%LOCALBASE%%/ffmpeg4;%%LOCALBASE%%/ffmpeg4/libexec")
-+
- include(FindPackageHandleStandardArgs)
- 
- # The default components were taken from a survey over other FindFFMPEG.cmake files
diff --git a/multimedia/nordlicht/pkg-descr b/multimedia/nordlicht/pkg-descr
deleted file mode 100644
index 3d76a6012095..000000000000
--- a/multimedia/nordlicht/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-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.
diff --git a/multimedia/nordlicht/pkg-plist b/multimedia/nordlicht/pkg-plist
deleted file mode 100644
index 7f8d83d1feb3..000000000000
--- a/multimedia/nordlicht/pkg-plist
+++ /dev/null
@@ -1,11 +0,0 @@
-bin/nordlicht
-include/nordlicht.h
-lib/libnordlicht.so
-lib/libnordlicht.so.0
-lib/libnordlicht.so.%%PORTVERSION%%
-libdata/pkgconfig/nordlicht.pc
-man/man1/nordlicht.1.gz
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mpv-nordlicht
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mpv-nordlicht.lua
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nordlicht.thumbnailer
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/youtube-nordlicht



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305312058.34VKwdrt069647>