Source: pipe-viewer
Maintainer: Samuel Young <samyoung12788@gmail.com>
Section: video
Build-Depends: debhelper-compat (= 13),
               imagemagick,
               libmodule-build-perl,
               perl
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/puddnheadsam/pipe-viewer
Vcs-Git: https://salsa.debian.org/puddnheadsam/pipe-viewer.git
Homepage: https://github.com/trizen/pipe-viewer

Package: pipe-viewer
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libwww-perl,
         liblwp-protocol-https-perl,
         liblwp-useragent-cached-perl,
         libdata-dump-perl,
         libjson-perl,
         yt-dlp
Recommends: libjson-xs-perl,
            libterm-readline-gnu-perl,
            libunicode-linebreak-perl | libtext-charwidth-perl,
            mpv | vlc
Suggests: libparallel-forkmanager-perl
Description: lightweight YouTube client
 pipe-viewer is a lightweight application for searching and playing videos
 from YouTube. It also supports features such as subscriptions, playlist
 management, video downloads, and more. pipe-viewer parses the YouTube site
 directly and relies on invidious instances as a fallback method.

Package: pipe-viewer-gtk
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         pipe-viewer (= ${binary:Version}),
         libgtk3-perl,
         libfile-sharedir-perl
Description: lightweight YouTube client (GTK interface)
 pipe-viewer is a lightweight application for searching and playing videos
 from YouTube. It also supports features such as subscriptions, playlist
 management, video downloads, and more. pipe-viewer parses the YouTube site
 directly and relies on invidious instances as a fallback method.
 .
 This package includes gtk-pipe-viewer, the GTK interface to pipe-viewer.
