Page MenuHomeFreeBSD

multimedia/mediaelch: New port
ClosedPublic

Authored by jbo on Jan 17 2024, 1:44 PM.
Tags
None
Referenced Files
F110248699: D43477.diff
Sat, Feb 15, 5:25 PM
F110198192: D43477.id132873.diff
Fri, Feb 14, 11:39 PM
Unknown Object (File)
Dec 14 2024, 7:14 AM
Unknown Object (File)
Dec 13 2024, 5:05 AM
Unknown Object (File)
Dec 8 2024, 1:11 PM
Unknown Object (File)
Dec 3 2024, 6:37 AM
Unknown Object (File)
Sep 27 2024, 9:09 AM
Unknown Object (File)
Sep 16 2024, 12:54 PM
Subscribers
None

Details

Summary

Desktop utility to manage metadata and artwork for Kodi and Jellyfin.

PR: 275962

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 55778
Build 52667: arc lint + arc unit

Event Timeline

jbo requested review of this revision.Jan 17 2024, 1:44 PM
jbo created this revision.
multimedia/mediaelch/Makefile
30

I prefer to do flavors without ifs at the moment

USES= [...] qt:${FLAVOR:S/qt//} [...]
_USE_QT_qt5=	buildtools:build qmake:build linguisttools:build \
		concurrent core gui multimedia network opengl qmake sql svg \
		widgets xml
_USE_qt_qt6= 	5compat base multimedia svg tools
USE_QT=${_USE_QT_${FLAVOR}}

see for example audio/pulseaudio-qt/Makefile

jbo marked an inline comment as done.

Improve flavor handling.

stlgtm

multimedia/mediaelch/Makefile
29

^minor nit-pick, I would put the build-deps at the end here... but that really does not matter :)

This revision is now accepted and ready to land.Feb 4 2024, 10:34 AM
This revision was automatically updated to reflect the committed changes.