Ports: Add libpng and libjpeg dependencies to imgcat
Those don't seem to be strictly required, but we already have those ports, might as well add a few more formats to the mix.
This commit is contained in:
parent
aad776048e
commit
8ffba7e2cf
Notes:
sideshowbarker
2024-07-17 17:19:09 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/8ffba7e2cf Pull-request: https://github.com/SerenityOS/serenity/pull/13063 Reviewed-by: https://github.com/linusg ✅
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=imgcat
|
||||
version=2.5.0
|
||||
depends=("ncurses")
|
||||
depends=("ncurses" "libpng" "libjpeg")
|
||||
files="https://github.com/eddieantonio/imgcat/releases/download/v${version}/imgcat-${version}.tar.gz imgcat-v${version}.tar.gz 8f18e10464ed1426b29a5b11aee766a43db92be17ba0a17fd127dd9cf9fb544b"
|
||||
auth_type=sha256
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue