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 61 62 63 64
|
Source: haruna
Section: video
Priority: optional
Maintainer: Debian KDE Extras Team <pkg-kde-extras@alioth-lists.debian.net>
Uploaders: Aurélien COUDERC <coucouf@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-kf6,
dh-sequence-qmldeps,
breeze-dev,
cmake (>= 3.15),
extra-cmake-modules (>= 6.0.0~),
kirigami2-dev,
libavcodec-dev,
libavdevice-dev,
libavfilter-dev,
libavformat-dev,
libavutil-dev,
libkdsingleapplication-qt6-dev,
libkf6colorscheme-dev (>= 6.0.0~),
libkf6config-dev (>= 6.0.0~),
libkf6coreaddons-dev (>= 6.0.0~),
libkf6crash-dev (>= 6.0.0~),
libkf6filemetadata-dev (>= 6.0.0~),
libkf6i18n-dev (>= 6.0.0~),
libkf6iconthemes-dev (>= 6.0.0~),
libkf6kio-dev (>= 6.0.0~),
libkf6windowsystem-dev (>= 6.0.0~),
libkirigami-dev (>= 6.0.0~),
libmpvqt-dev,
pkg-kde-tools (>= 0.18.10~),
pkgconf,
qml6-module-org-kde-desktop,
qml6-module-org-kde-kquickcontrols,
qml6-module-qt-labs-platform,
qml6-module-qt5compat-graphicaleffects,
qml6-module-qtcore,
qml6-module-qtquick,
qml6-module-qtquick-window,
qt6-5compat-dev (>= 6.6.0~),
qt6-base-dev (>= 6.6.0~),
qt6-declarative-dev (>= 6.6.0~),
qt6-declarative-private-dev,
yt-dlp,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://haruna.kde.org/
Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/haruna.git
Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/haruna
Package: haruna
Architecture: any
Depends: ${misc:Depends}, ${qml6:Depends}, ${shlibs:Depends},
Recommends: yt-dlp,
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
|