[neon/neon-packaging/haruna/Neon/release] debian: Add missing youtube-dl runtime.

Scarlett Moore null at kde.org
Fri Oct 27 12:43:17 BST 2023


Git commit ad7fc7536a5bc3eab77aa31ac9ddfd4959718a10 by Scarlett Moore.
Committed on 27/10/2023 at 13:42.
Pushed by scarlettmoore into branch 'Neon/release'.

Add missing youtube-dl runtime.

M  +3    -2    debian/control

https://invent.kde.org/neon/neon-packaging/haruna/-/commit/ad7fc7536a5bc3eab77aa31ac9ddfd4959718a10

diff --git a/debian/control b/debian/control
index 89e0a22..3bc814f 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,8 @@ Build-Depends: breeze-dev,
                qtbase5-private-dev,
                qtdeclarative5-dev,
                qtquickcontrols2-5-dev,
-               yt-dlp
+               yt-dlp,
+               youtube-dl
 Standards-Version: 4.5.1
 Rules-Requires-Root: no
 Homepage: https://invent.kde.org/multimedia/haruna
@@ -34,7 +35,7 @@ Depends: qml-module-org-kde-kirigami2,
          qml-module-qtquick-shapes,
          ${misc:Depends},
          ${shlibs:Depends}
-Recommends: yt-dlp
+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.


More information about the Neon-commits mailing list