1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
Source: haruna
Section: video
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Boyuan Yang <byang@debian.org>,
Build-Depends:
appstream <!nocheck>,
breeze-dev,
cmake (>= 3.15),
debhelper-compat (= 13),
dh-sequence-kf5,
extra-cmake-modules,
kirigami2-dev,
libavcodec-dev,
libavdevice-dev,
libavfilter-dev,
libavformat-dev,
libavutil-dev,
libkf5doctools-dev,
libkf5filemetadata-dev,
libkf5i18n-dev,
libkf5kio-dev,
libmpv-dev,
libqt5x11extras5-dev,
pkg-config,
pkg-kde-tools,
qtbase5-dev,
qtbase5-private-dev,
qtdeclarative5-dev,
qtquickcontrols2-5-dev,
yt-dlp | youtube-dl,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://invent.kde.org/multimedia/haruna
Vcs-Git: https://salsa.debian.org/multimedia-team/haruna.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/haruna
Package: haruna
Architecture: any
Depends:
qml-module-org-kde-kirigami2,
qml-module-org-kde-qqc2desktopstyle,
qml-module-qt-labs-platform,
qml-module-qtquick-shapes,
${misc:Depends},
${shlibs:Depends},
Recommends:
yt-dlp | youtube-dl,
Description: Video player built with Qt/QML on top of libmpv
Haruna is an open source video player built with Qt/QML on top of
libmpv.
.
Compared with other video player frontends, it provides some special
features, such as:
* play online videos, through youtube-dl
* toggle playlist with mouse-over, playlist overlays the video
* auto skip chapter containing certain words
* configurable shortcuts and mouse buttons
* quick jump to next chapter by middle click on progress bar
|