From eb419dc07c8a705e53b5484c2773fabcc7932244 Mon Sep 17 00:00:00 2001 From: Jules Bertholet Date: Sat, 24 Jul 2021 15:14:09 +0200 Subject: [PATCH] Update to v2.3.5 --- README.md | 2 +- README_fr.md | 2 +- conf/app.src | 4 ++-- manifest.json | 2 +- scripts/_common.sh | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b396bbc..b5ea3eb 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## 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. -**Shipped version:** 2.3.4 +**Shipped version:** 2.3.5 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 479b673..fd6e920 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install ## 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. -**Version incluse :** 2.3.4 +**Version incluse :** 2.3.5 ## Captures d'écran diff --git a/conf/app.src b/conf/app.src index 86e16e3..77272ec 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/photoview/photoview/archive/refs/tags/v2.3.4.tar.gz -SOURCE_SUM=c3b9f09e65af1d8116730d9b88b2430c71ba01e4cd8294d205056d81d822f5d0 +SOURCE_URL=https://github.com/photoview/photoview/archive/refs/tags/v2.3.5.tar.gz +SOURCE_SUM=d6fc5f1496eb698325af2844ee201db1ab55cecdbe2b4e9928e9299598ed47a8 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index d387bbe..35ce0b0 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Simple and user-friendly photo gallery that's made for photographers ", "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/", "license": "AGPL-3.0-only", "maintainer": { diff --git a/scripts/_common.sh b/scripts/_common.sh index 20723d9..9c82385 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # 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 pkg_dependencies="$pkg_dependencies darktable"