git: 45cc712c1ddc - main - multimedia/mpvqt: new port -- MpvQt is a libmpv wrapper for QtQuick2 and QML
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Jan 2024 17:03:49 UTC
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=45cc712c1ddcae9f90e3e926d5023a424d2eb36b commit 45cc712c1ddcae9f90e3e926d5023a424d2eb36b Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2024-01-05 17:03:01 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2024-01-05 17:03:34 +0000 multimedia/mpvqt: new port -- MpvQt is a libmpv wrapper for QtQuick2 and QML --- multimedia/Makefile | 1 + multimedia/mpvqt/Makefile | 17 +++++++++++++++++ multimedia/mpvqt/distinfo | 3 +++ multimedia/mpvqt/pkg-descr | 1 + multimedia/mpvqt/pkg-plist | 14 ++++++++++++++ 5 files changed, 36 insertions(+) diff --git a/multimedia/Makefile b/multimedia/Makefile index da53f7b6d583..786b07fff6e6 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -238,6 +238,7 @@ SUBDIR += mpv SUBDIR += mpv-mpris SUBDIR += mpvpaper + SUBDIR += mpvqt SUBDIR += msdl SUBDIR += msopenh264 SUBDIR += mswebrtc diff --git a/multimedia/mpvqt/Makefile b/multimedia/mpvqt/Makefile new file mode 100644 index 000000000000..8f395df4b999 --- /dev/null +++ b/multimedia/mpvqt/Makefile @@ -0,0 +1,17 @@ +PORTNAME= mpvqt +DISTVERSION= 1.0.0 +MASTER_SITES= KDE/stable/${PORTNAME}/ +CATEGORIES= multimedia kde + +COMMENT= MpvQt is a libmpv wrapper for QtQuick2 and QML +WWW= https://invent.kde.org/libraries/mpvqt +MAINTAINER= kde@FreeBSD.org + +LIB_DEPENDS= libmpv.so:multimedia/mpv + +USES= cmake gl kde:6 qt:6 tar:xz +USE_GL= gl opengl +USE_KDE= ecm:build +USE_QT= base declarative + +.include <bsd.port.mk> diff --git a/multimedia/mpvqt/distinfo b/multimedia/mpvqt/distinfo new file mode 100644 index 000000000000..87dcdb13540b --- /dev/null +++ b/multimedia/mpvqt/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1704473945 +SHA256 (mpvqt-1.0.0.tar.xz) = 9131d2a925e5f33e19b9d081dfd5f30d576abd87464d67c70bef41a486f54eb9 +SIZE (mpvqt-1.0.0.tar.xz) = 36172 diff --git a/multimedia/mpvqt/pkg-descr b/multimedia/mpvqt/pkg-descr new file mode 100644 index 000000000000..59608fd79b9f --- /dev/null +++ b/multimedia/mpvqt/pkg-descr @@ -0,0 +1 @@ +MpvQt is a libmpv wrapper for QtQuick2 and QML diff --git a/multimedia/mpvqt/pkg-plist b/multimedia/mpvqt/pkg-plist new file mode 100644 index 000000000000..75f03f01505a --- /dev/null +++ b/multimedia/mpvqt/pkg-plist @@ -0,0 +1,14 @@ +include/MpvQt/MpvAbstractItem +include/MpvQt/MpvController +include/MpvQt/mpvabstractitem.h +include/MpvQt/mpvcontroller.h +include/MpvQt/mpvqt_export.h +include/MpvQt/mpvqt_version.h +lib/cmake/MpvQt/FindLibmpv.cmake +lib/cmake/MpvQt/MpvQtConfig.cmake +lib/cmake/MpvQt/MpvQtConfigVersion.cmake +lib/cmake/MpvQt/MpvQtTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/MpvQt/MpvQtTargets.cmake +lib/libMpvQt.so +lib/libMpvQt.so.1 +lib/libMpvQt.so.1.0.0