From bf1dcea52420603122dc6c20e6a00848752f978a Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 27 Nov 2019 01:15:17 +0100 Subject: [PATCH 1/3] More accurate description ? (It's focused on music) --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 4675b3d..cc13997 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "airsonic", "packaging_format": 1, "description": { - "en": "Airsonic is an open source, web-based media server.", - "fr": "Airsonic est un server multimedia open-source." + "en": "Stream and manage your music collection", + "fr": "Streamez et gérez votre collection de musique" }, "version": "10.5.0~ynh1", "url": "http://airsonic.github.io", From edaf38c9b8ee9bf6a517b1214657dc173002904a Mon Sep 17 00:00:00 2001 From: Kayou Date: Thu, 28 Nov 2019 15:40:13 +0900 Subject: [PATCH 2/3] Bump package version --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index cc13997..1cf0d73 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Stream and manage your music collection", "fr": "Streamez et gérez votre collection de musique" }, - "version": "10.5.0~ynh1", + "version": "10.5.0~ynh2", "url": "http://airsonic.github.io", "license": "GPL-3.0-or-later", "maintainer": { From bf40b3dd1eb2c668e46637cf485cb5902ad26971 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 15 Mar 2020 05:36:57 +0100 Subject: [PATCH 3/3] openjdk-8-jre doesn't exist on buster, request openjdk-11-jre instead --- scripts/_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 1b0b660..a24a23d 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="openjdk-8-jre ffmpeg" +pkg_dependencies="openjdk-8-jre|openjdk-11-jre ffmpeg" #================================================= # PERSONAL HELPERS @@ -59,4 +59,4 @@ ynh_multimedia_addfolder () { ynh_handle_getopts_args "$@" ./yunohost.multimedia-master/script/ynh_media_addfolder.sh --source="$source_dir" --dest="$dest_dir" -} \ No newline at end of file +}