[neon/neon-packaging/haruna/Neon/release] debian: Add yt-dlp as runtime as youtube-dl is unmaintained. add to build deps so cmake finds it.

Scarlett Moore null at kde.org
Mon Oct 23 16:10:06 BST 2023


Git commit d172a4a5027311b9cda864ac2835f3f109d8d4bf by Scarlett Moore.
Committed on 23/10/2023 at 17:08.
Pushed by scarlettmoore into branch 'Neon/release'.

Add yt-dlp as runtime as youtube-dl is unmaintained. add to build deps so cmake finds it.

M  +3    -2    debian/control

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

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


More information about the Neon-commits mailing list