mirror of
https://github.com/YunoHost-Apps/photoview_ynh.git
synced 2024-09-03 20:05:55 +02:00
Update to v2.3.5
This commit is contained in:
parent
00d316b464
commit
eb419dc07c
5 changed files with 6 additions and 6 deletions
|
@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
## Overview
|
## Overview
|
||||||
Photoview is a simple and user-friendly photo gallery that's made for photographers and aims to provide an easy and fast way to navigate directories, with thousands of high resolution photos.
|
Photoview is a simple and user-friendly photo gallery that's made for photographers and aims to provide an easy and fast way to navigate directories, with thousands of high resolution photos.
|
||||||
|
|
||||||
**Shipped version:** 2.3.4
|
**Shipped version:** 2.3.5
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install
|
||||||
## Vue d'ensemble
|
## Vue d'ensemble
|
||||||
Photoview est une galerie photos simple et facile à utiliser, conçue pour les photographes et qui vise à fournir un moyen simple et rapide pour naviguer dans les dossiers contenant des milliers de photos haute résolution.
|
Photoview est une galerie photos simple et facile à utiliser, conçue pour les photographes et qui vise à fournir un moyen simple et rapide pour naviguer dans les dossiers contenant des milliers de photos haute résolution.
|
||||||
|
|
||||||
**Version incluse :** 2.3.4
|
**Version incluse :** 2.3.5
|
||||||
|
|
||||||
## Captures d'écran
|
## Captures d'écran
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/photoview/photoview/archive/refs/tags/v2.3.4.tar.gz
|
SOURCE_URL=https://github.com/photoview/photoview/archive/refs/tags/v2.3.5.tar.gz
|
||||||
SOURCE_SUM=c3b9f09e65af1d8116730d9b88b2430c71ba01e4cd8294d205056d81d822f5d0
|
SOURCE_SUM=d6fc5f1496eb698325af2844ee201db1ab55cecdbe2b4e9928e9299598ed47a8
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Simple and user-friendly photo gallery that's made for photographers ",
|
"en": "Simple and user-friendly photo gallery that's made for photographers ",
|
||||||
"fr": "Galerie photos simple et facile à utiliser, faite pour les photographes"
|
"fr": "Galerie photos simple et facile à utiliser, faite pour les photographes"
|
||||||
},
|
},
|
||||||
"version": "2.3.4~ynh1",
|
"version": "2.3.5~ynh1",
|
||||||
"url": "https://photoview.github.io/",
|
"url": "https://photoview.github.io/",
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# dependencies used by the app
|
# dependencies used by the app
|
||||||
pkg_dependencies="curl gpg libdlib19 ffmpeg exiftool libheif1 ca-certificates golang libdlib-dev libblas-dev liblapack-dev libjpeg-dev libheif-dev build-essential pkg-config autoconf automake libx265-dev libde265-dev libaom-dev"
|
pkg_dependencies="curl gpg libdlib19 ffmpeg exiftool libheif1 ca-certificates golang libdlib-dev libblas-dev libatlas-base-dev liblapack-dev libjpeg-dev libheif-dev build-essential pkg-config autoconf automake libx265-dev libde265-dev libaom-dev"
|
||||||
|
|
||||||
if ! (apt-cache -q=0 show darktable |& grep ': No packages found' &>/dev/null); then
|
if ! (apt-cache -q=0 show darktable |& grep ': No packages found' &>/dev/null); then
|
||||||
pkg_dependencies="$pkg_dependencies darktable"
|
pkg_dependencies="$pkg_dependencies darktable"
|
||||||
|
|
Loading…
Add table
Reference in a new issue