1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/multimedia/mpc-qt/Makefile
Jan Beich 276b32c59a multimedia/mpv: update to 0.30.0
ABI is compatible but rebuild consumers anyway in case some can take
advantage of new APIs e.g., https://github.com/mpv-player/mpv/commit/e08f235578aa

- DVDREAD is no longer supported after https://github.com/mpv-player/mpv/commit/622940498525
- DVDNAV needs libdvdred after https://github.com/mpv-player/mpv/commit/34e6a26f4d5a
- TEST needs newer dependency after https://github.com/mpv-player/mpv/commit/293dfc782552
- V4L can no longer use tv:// after https://github.com/mpv-player/mpv/commit/b30e85508a30
- VULKAN option uses libplacebo after https://github.com/mpv-player/mpv/commit/7006d6752d7d
- ZIMG to support --vf=fingerprint after https://github.com/mpv-player/mpv/commit/9cfeafa89e2e
- ZSH option is no longer needed after https://github.com/mpv-player/mpv/commit/2712db823884
- Drop --disable-vapoursynth-lazy after https://github.com/mpv-player/mpv/commit/fb8d240c4d04
- Add --disable-shaderc to avoid no longer used dependency brought via libplacebo

Changes:	https://github.com/mpv-player/mpv/releases/tag/v0.30.0
2019-12-22 00:36:01 +00:00

30 lines
677 B
Makefile

# $FreeBSD$
PORTNAME= mpc-qt
DISTVERSIONPREFIX= v
DISTVERSION= 18.08
PORTREVISION= 5
CATEGORIES= multimedia audio
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Qt 5 clone of Media Player Classic based on libmpv
LICENSE= GPLv2
BUILD_DEPENDS= mpv>=0.29,1:multimedia/mpv
LIB_DEPENDS= libmpv.so:multimedia/mpv
USE_GITHUB= yes
GH_ACCOUNT= wm4 # mirror
GH_TAGNAME= 4bf2ca5
GH_TUPLE= Argon-:mpv-stats:1.1-28-gf42aa68:mpv_stats/external/mpv-stats
USES= compiler:c++14-lang desktop-file-utils gl pkgconfig qmake qt:5
USE_QT= qmake_build buildtools_build linguisttools_build \
core dbus gui network svg_run widgets x11extras
USE_GL= gl
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>