diff --git a/README.md b/README.md index b8dab88..3eda5dd 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 LibrePhotos is a Google Photos-like app. It supports automatic classification of faces, grouping photos by date, location, or objects present, and album creation. -**Shipped version:** 2020-05-16 +**Shipped version:** 2021-05-25 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 6403e33..79a9b4b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -3,7 +3,7 @@ [![Niveau d'intégration](https://dash.yunohost.org/integration/librephotos.svg)](https://dash.yunohost.org/appci/app/librephotos) ![](https://ci-apps.yunohost.org/ci/badges/librephotos.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/librephotos.maintain.svg) [![Installer librephotos avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=librephotos) -*[Read this readme in english.](./README.md)* +*[Read this readme in english.](./README.md)* > *Ce package vous permet d'installer LibrePhotos rapidement et simplement sur un serveur YunoHost. Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install) pour apprendre comment l'installer.* @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install ## Vue d'ensemble LibrePhotos est un sercice inspiré par Google Photos. Il prend en charge la classification des visages, le groupement des photos par date, la localisation géographique, ou objets présents, et la création d'albums. -**Version incluse :** 2020-05-16 +**Version incluse :** 2021-05-25 ## Captures d'écran diff --git a/conf/backend.src b/conf/backend.src index 516f84e..a5ec116 100644 --- a/conf/backend.src +++ b/conf/backend.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://github.com/LibrePhotos/librephotos/tarball/e73c44cc118b3f61459700883d2d1b71308b8ea0 -SOURCE_SUM=d1cf8f6637e46edf1eb1938ffda29953a847d0168289766ef795fa814aaa9c3e +SOURCE_URL=https://github.com/LibrePhotos/librephotos/tarball/483a90bc61196364b2d37ea7749e501cb9de50b7 +SOURCE_SUM=1d838a739f16a994b25f4511334f65c5a246b46a746831611fe4296ffdc117fb SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=e73c44cc118b3f61459700883d2d1b71308b8ea0 +SOURCE_FILENAME=483a90bc61196364b2d37ea7749e501cb9de50b7 SOURCE_EXTRACT=true diff --git a/conf/frontend.src b/conf/frontend.src index db33ece..41d09c1 100644 --- a/conf/frontend.src +++ b/conf/frontend.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://github.com/LibrePhotos/librephotos-frontend/tarball/6719e24e30bf83243788a87ed5dd95cbff34a51e -SOURCE_SUM=a2bacbfde466a6820ba3148adf09c15e41b5961c9cee0b087c04d5444eafe8bc +SOURCE_URL=https://github.com/LibrePhotos/librephotos-frontend/tarball/ab1c9e3fe7157580f440338b5b7b1096c055dea8 +SOURCE_SUM=00df92d233492f6a29c5faf900116fb09646dc099edc268d70a019eb4240e411 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=6719e24e30bf83243788a87ed5dd95cbff34a51e +SOURCE_FILENAME=ab1c9e3fe7157580f440338b5b7b1096c055dea8 SOURCE_EXTRACT=true diff --git a/manifest.json b/manifest.json index e13d480..b28b8a6 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "A photo viewer and manager similar to Google Photos", "fr": "Un gestionnaire de photos semblable à Google Photos" }, - "version": "0.0.20210516~ynh1", + "version": "0.0.20210525~ynh1", "url": "https://github.com/LibrePhotos/librephotos", "license": "MIT", "maintainer": { diff --git a/scripts/_common.sh b/scripts/_common.sh index 935990f..7696b97 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="acl swig libpq-dev postgresql postgresql-contrib postgresql-common curl libopenblas-dev libmagic1 libboost-all-dev libxrender-dev liblapack-dev git bzip2 cmake build-essential libsm6 libglib2.0-0 libgl1-mesa-glx gfortran gunicorn libheif-dev libssl-dev rustc liblzma-dev python3 python3-pip python3-venv imagemagick xsel nodejs npm redis-server libmagickwand-dev libldap2-dev libsasl2-dev ufraw-batch" +pkg_dependencies="acl swig libpq-dev postgresql postgresql-contrib postgresql-common ffmpeg libimage-exiftool-perl curl libopenblas-dev libmagic1 libboost-all-dev libxrender-dev liblapack-dev git bzip2 cmake build-essential libsm6 libglib2.0-0 libgl1-mesa-glx gfortran gunicorn libheif-dev libssl-dev rustc liblzma-dev python3 python3-pip python3-venv imagemagick xsel nodejs npm redis-server libmagickwand-dev libldap2-dev libsasl2-dev ufraw-batch" #================================================= # PERSONAL HELPERS