git: 84487e9b9859 - main - audio/stmp: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Dec 2023 20:38:43 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=84487e9b98597ccda4c2f7c07dc59542ad23204e commit 84487e9b98597ccda4c2f7c07dc59542ad23204e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-12-30 19:37:44 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-12-30 20:38:28 +0000 audio/stmp: Mark DEPRECATED - Broken for more than a year - Set EXPIRATION_DATE 2024-01-31 --- audio/stmp/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/audio/stmp/Makefile b/audio/stmp/Makefile index acc8eb223d02..f305df3c1476 100644 --- a/audio/stmp/Makefile +++ b/audio/stmp/Makefile @@ -10,18 +10,16 @@ WWW= https://github.com/wildeyedskies/stmp/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Broken for more than a year +EXPIRATION_DATE= 2024-01-31 BROKEN= fails to build with mpv 0.35, see bug 267114 BUILD_DEPENDS= ${LOCALBASE}/lib/libHLSL.a:graphics/glslang LIB_DEPENDS= libmpv.so:multimedia/mpv USES= go:modules xorg gl - -USE_GL= egl - USE_GITHUB= yes GH_ACCOUNT= wildeyedskies - GH_TUPLE= \ fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ gdamore:encoding:v1.0.0:gdamore_encoding/vendor/github.com/gdamore/encoding \ @@ -45,6 +43,7 @@ GH_TUPLE= \ spf13:viper:v1.7.1:spf13_viper/vendor/github.com/spf13/viper \ subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ yourok:go-mpv:ecdfd901e332:yourok_go_mpv/vendor/github.com/yourok/go-mpv +USE_GL= egl CGO_CFLAGS= -DTAG_EGL CGO_LDFLAGS= -lEGL