makedeb
A lightweight YouTube client for Linux (CLI/GTK) (fork of straw-viewer)
Click here to go back to the commit logs for pipe-viewer.
Hash: 748f6aab2f25f79f7578bd607c8f2b8e4634558e
Message: checkdepends
diff --git a/.SRCINFO b/.SRCINFO
index fec4c24..f2e274a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,10 +2,12 @@ generated-by = makedeb
pkgname = pipe-viewer
pkgbase = pipe-viewer
pkgdesc = A lightweight YouTube client for Linux (CLI/GTK) (fork of straw-viewer)
-pkgrel = 0
+pkgrel = 1
pkgver = 0.4.6
url = https://github.com/trizen/pipe-viewer
arch = all
+checkdepends = libjson-perl
+conflicts = pipe-viewer-git
depends = perl
depends = libdata-dump-perl
depends = libjson-perl
@@ -19,7 +21,7 @@ makedepends = libmodule-build-perl
optdepends = ffmpeg: conversions and MKV merging
optdepends = gnome-icon-theme: icons in menus
optdepends = libjson-xs-perl: faster JSON parsing
-optdepends = liblwp-useragent-cached-perl: local cache support
+optdepends = liblwp-useragent-cached-perl: local cache support, mpr only
optdepends = libterm-readline-gnu-perl: better STDIN support
optdepends = libtext-charwidth-perl: get widths of characters
optdepends = libparallel-forkmanager-perl: for the *_parallel config-options
@@ -31,11 +33,12 @@ optdepends = yt-dlp: play videos with encrypted signatures
optdepends = webp-pixbuf-loader: load webp images
source = pipe-viewer-0.4.6.tar.gz::https://github.com/trizen/pipe-viewer/archive/refs/tags/0.4.6.tar.gz
b2sums = 4970ff30b4a1ab08376de9a9d5f5bb3207c7c8fd39147c3bfeedfddb8ec9fdcc3443d97885bbfe163d4c9394990eb00a387a3aa709c2316c3604d367d49faa57
+checkdepends = libjson-perl
makedepends = libmodule-build-perl
optdepends = ffmpeg: conversions and MKV merging
optdepends = gnome-icon-theme: icons in menus
optdepends = libjson-xs-perl: faster JSON parsing
-optdepends = liblwp-useragent-cached-perl: local cache support
+optdepends = liblwp-useragent-cached-perl: local cache support, mpr only
optdepends = libterm-readline-gnu-perl: better STDIN support
optdepends = libtext-charwidth-perl: get widths of characters
optdepends = libparallel-forkmanager-perl: for the *_parallel config-options
diff --git a/PKGBUILD b/PKGBUILD
index b2ccd6b..f5a8044 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,21 @@
pkgname=pipe-viewer
pkgver=0.4.6
-pkgrel=0
+pkgrel=1
pkgdesc="A lightweight YouTube client for Linux (CLI/GTK) (fork of straw-viewer)"
arch=('all')
url="https://github.com/trizen/${pkgname}"
license=('Artistic2.0')
+conflicts=('pipe-viewer-git')
makedepends=('libmodule-build-perl')
+checkdepends=('libjson-perl')
depends=('perl' 'libdata-dump-perl' 'libjson-perl' 'liblwp-protocol-https-perl' 'libgtk3-perl' 'libwww-perl' 'libfile-sharedir-perl' 'libunicode-linebreak-perl')
optdepends=(
'ffmpeg: conversions and MKV merging'
'gnome-icon-theme: icons in menus'
'libjson-xs-perl: faster JSON parsing'
- 'liblwp-useragent-cached-perl: local cache support'
+ 'liblwp-useragent-cached-perl: local cache support, mpr only'
'libterm-readline-gnu-perl: better STDIN support'
'libtext-charwidth-perl: get widths of characters'
'libparallel-forkmanager-perl: for the *_parallel config-options'