freebsd-ports/multimedia/haruna/Makefile
Joseph Mingrone 80e4e8275e
Ports that depend on youtube-dl: Depend on yt-dlp
yt-dlp [1] is a youtube-dl fork with additional features and fixes.  For
ports that depend on www/youtube-dl switch the dependency to www/yt-dlp.
For ports that have an optional dependency on www/youtube-dl, create a
new OPTIONS_RADIO that includes www/yt-dlp and make it the default.

[1] https://github.com/yt-dlp/yt-dlp

Other changes:
- www/yt-dlp: Turn the symlink option on by default
- www/py-pafy: Fix build when depending on www/yt-dlp

PR:		259944
Reported by:	Oleh Vinichenko <moonlapse81@gmail.com>
Reviewed by:	diizzy, Oleh Vinichenko <moonlapse81@gmail.com>,
		VVD <vvd@unislabs.com>
Approved by:	0mp, adridg (kde@), rm, tcberner (multimedia@),
		yuri (maintainers)
		acm and nivit (maintainers, timeout)
Differential Revision:	https://reviews.freebsd.org/D33090
2021-12-06 10:09:50 -04:00

24 lines
748 B
Makefile

PORTNAME= haruna
DISTVERSION= 0.7.3
PORTREVISION= 1
MASTER_SITES= KDE/stable/${PORTNAME}/
CATEGORIES= multimedia kde
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE video player
LIB_DEPENDS= libmpv.so:multimedia/mpv
RUN_DEPENDS= kio-extras>0:devel/kio-extras \
yt-dlp:www/yt-dlp
USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz
USE_KDE= auth bookmarks codecs completion config configwidgets coreaddons \
filemetadata i18n iconthemes kirigami2 itemviews jobwidgets kio \
service solid widgetsaddons windowsystem xmlgui \
ecm_build doctools_build \
breeze_run breeze-icons_run qqc2-desktop-style_run
USE_QT= concurrent core dbus declarative gui network quickcontrols2 \
widgets xml \
buildtools_build qmake_build
.include <bsd.port.mk>