2016-09-29 01:55:44 +02:00
|
|
|
PORTNAME= mpc-qt
|
2017-07-01 17:54:24 +02:00
|
|
|
DISTVERSIONPREFIX= v
|
2020-10-16 15:06:56 +02:00
|
|
|
DISTVERSION= 20.10
|
2021-06-19 22:16:08 +02:00
|
|
|
PORTREVISION= 1
|
2016-09-29 01:55:44 +02:00
|
|
|
CATEGORIES= multimedia audio
|
|
|
|
|
|
|
|
MAINTAINER= jbeich@FreeBSD.org
|
|
|
|
COMMENT= Qt 5 clone of Media Player Classic based on libmpv
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2018-08-04 19:03:46 +02:00
|
|
|
BUILD_DEPENDS= mpv>=0.29,1:multimedia/mpv
|
2016-09-29 01:55:44 +02:00
|
|
|
LIB_DEPENDS= libmpv.so:multimedia/mpv
|
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
|
2019-11-06 19:07:22 +01:00
|
|
|
USES= compiler:c++14-lang desktop-file-utils gl pkgconfig qmake qt:5
|
2018-06-28 19:39:53 +02:00
|
|
|
USE_QT= qmake_build buildtools_build linguisttools_build \
|
2017-08-11 06:41:31 +02:00
|
|
|
core dbus gui network svg_run widgets x11extras
|
2016-09-29 01:55:44 +02:00
|
|
|
USE_GL= gl
|
|
|
|
|
2018-09-10 15:14:50 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2016-09-29 01:55:44 +02:00
|
|
|
.include <bsd.port.mk>
|