From 9694f9c5ff60fcc1b04ef1054efb18e1f7fa0584 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 18 Dec 2022 22:34:31 +0000 Subject: [PATCH 1/2] Upgrade to v13.0.0 --- conf/app.arm64.src | 6 +++--- conf/app.armel.src | 6 +++--- conf/app.armhf.src | 6 +++--- conf/app.x86.src | 6 +++--- conf/app.x86_64.src | 6 +++--- manifest.json | 36 ++++++++++++++++++------------------ 6 files changed, 33 insertions(+), 33 deletions(-) diff --git a/conf/app.arm64.src b/conf/app.arm64.src index 70f3ed7..117e9b1 100644 --- a/conf/app.arm64.src +++ b/conf/app.arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/__UPSTREAM_VERSION__/UMS-__UPSTREAM_VERSION__-arm64.tgz -SOURCE_SUM=13b2aa5067c29fcb77956e0804ee96935cf731d1a88d3a24c15dd70964d45c73 -SOURCE_FORMAT=tgz +SOURCE_URL=https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.0.0/UMS-13.0.0-arm64.tgz +SOURCE_SUM=b0f3bd25e718713484e449878c8ada2f32576fb1bc10f39e57e4ec0ae0e3e04c SOURCE_SUM_PRG=sha256sum +SOURCE_FORMAT=tgz SOURCE_EXTRACT=false diff --git a/conf/app.armel.src b/conf/app.armel.src index 7e2367a..cd27c9d 100644 --- a/conf/app.armel.src +++ b/conf/app.armel.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/__UPSTREAM_VERSION__/UMS-__UPSTREAM_VERSION__-armel.tgz -SOURCE_SUM=f0f9b517fbcedd4b4883ef5de1a6bd96ba1740658220f52037fdb6a4a14d8543 -SOURCE_FORMAT=tgz +SOURCE_URL=https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.0.0/UMS-13.0.0-armel.tgz +SOURCE_SUM=c8405c8347cee916eed4d6850a4ebde28f87b5031c196106859c2f43f5f01a68 SOURCE_SUM_PRG=sha256sum +SOURCE_FORMAT=tgz SOURCE_EXTRACT=false diff --git a/conf/app.armhf.src b/conf/app.armhf.src index c9136d8..f76c51a 100644 --- a/conf/app.armhf.src +++ b/conf/app.armhf.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/__UPSTREAM_VERSION__/UMS-__UPSTREAM_VERSION__-armhf.tgz -SOURCE_SUM=864924728649edb50a0b679fd058dcf0e6e4abbcf96a4ceb0c63e48f6b5514ce -SOURCE_FORMAT=tgz +SOURCE_URL=https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.0.0/UMS-13.0.0-armhf.tgz +SOURCE_SUM=4bbf09e93b0ac2887d0e1579f320f35d701d84ed48cb02a61aa464bd5a148520 SOURCE_SUM_PRG=sha256sum +SOURCE_FORMAT=tgz SOURCE_EXTRACT=false diff --git a/conf/app.x86.src b/conf/app.x86.src index d19fdfa..75902a4 100644 --- a/conf/app.x86.src +++ b/conf/app.x86.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/__UPSTREAM_VERSION__/UMS-__UPSTREAM_VERSION__-x86_64.tgz -SOURCE_SUM=32cd336096e373bf8b05d2b654bdac688b6daba3e0317be8ae63436820bdb6a4 -SOURCE_FORMAT=tgz +SOURCE_URL=https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.0.0/UMS-13.0.0-x86.tgz +SOURCE_SUM=8de48d05cadaacc10daeaf8d0c5b317f1caf04423dc397bc68aa6990bb0452bc SOURCE_SUM_PRG=sha256sum +SOURCE_FORMAT=tgz SOURCE_EXTRACT=false diff --git a/conf/app.x86_64.src b/conf/app.x86_64.src index d19fdfa..29b00ce 100644 --- a/conf/app.x86_64.src +++ b/conf/app.x86_64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/__UPSTREAM_VERSION__/UMS-__UPSTREAM_VERSION__-x86_64.tgz -SOURCE_SUM=32cd336096e373bf8b05d2b654bdac688b6daba3e0317be8ae63436820bdb6a4 -SOURCE_FORMAT=tgz +SOURCE_URL=https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.0.0/UMS-13.0.0-x86_64.tgz +SOURCE_SUM=49fa721ad68440b73306149e02a112aae18bf114efcca997df6e919365a22c82 SOURCE_SUM_PRG=sha256sum +SOURCE_FORMAT=tgz SOURCE_EXTRACT=false diff --git a/manifest.json b/manifest.json index 4b8ca21..3cac019 100644 --- a/manifest.json +++ b/manifest.json @@ -6,10 +6,10 @@ "en": "A DLNA, UPnP and HTTP(S) Media Server", "fr": "Un Serveur Multimedia DLNA, UPnP et HTTP(S)" }, - "version": "11.5.0~ynh2", + "version": "13.0.0~ynh1", "url": "www.universalmediaserver.com", "upstream": { - "version": "11.5.0", + "version": "13.0.0", "license": "GPL-2.0-or-later", "website": "www.universalmediaserver.com", "admindoc": "https://github.com/UniversalMediaServer/UniversalMediaServer/wiki", @@ -28,28 +28,28 @@ "nginx" ], "arguments": { - "install" : [ + "install": [ { "name": "domain", "type": "domain", "help": { "en": "UMS require its own subdomain", "fr": "UMS a besoin de son propre sous-domaine" - } + } }, { "name": "is_public", "type": "boolean", "default": true, "help": { - "en" : "Everybody will be able to access your media on the internet without connecting to Yunohost", - "fr" : "Tout le monde pourra voir vos media sans se connecter à Yunohost" + "en": "Everybody will be able to access your media on the internet without connecting to Yunohost", + "fr": "Tout le monde pourra voir vos media sans se connecter à Yunohost" } }, { - "name":"server_name", - "type":"string", - "example":"MyUMS", + "name": "server_name", + "type": "string", + "example": "MyUMS", "default": "UniversalMediaServer", "ask": { "en": "By which name should UMS be identified by your renderer", @@ -61,17 +61,17 @@ } }, { - "name":"interface", + "name": "interface", "type": "string", "default": "eth0", - "ask": { - "en" : "Which network interface do you want to use?", - "fr" : "Quel réseau souhaitez vous utiliser?" - }, - "help": { - "en": "On lan, the interface is usually eth0, on wifi it s usually wlan0", - "fr": "En filaire, l interface est souvent eth0, en wifi wlan0" - } + "ask": { + "en": "Which network interface do you want to use?", + "fr": "Quel réseau souhaitez vous utiliser?" + }, + "help": { + "en": "On lan, the interface is usually eth0, on wifi it s usually wlan0", + "fr": "En filaire, l interface est souvent eth0, en wifi wlan0" + } } ] } From b2c5bc4d70df084ac6defa2def6c69cb18892702 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 18 Dec 2022 22:34:36 +0000 Subject: [PATCH 2/2] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1720f83..1db787c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Universal Media Server is a DLNA-compliant UPnP Media Server. It is capable of s The program streams or transcodes many different media formats with little or no configuration. It is powered by FFmpeg, MediaInfo, OpenSubtitles, Crowdin, MEncoder, tsMuxeR, AviSynth, VLC and more, which combine to offer support for a wide range of media formats. -**Shipped version:** 11.5.0 +**Shipped version:** 13.0.0 ## Screenshots ![Screenshot of Universal Media Server](./doc/screenshots/screenshot.png) diff --git a/README_fr.md b/README_fr.md index 8b626fb..816f02a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Universal Media Server est un serveur multimédia UPnP compatible DLNA. Il peut partager des vidéos, de l'audio et des images avec la pluparts des équipements modernes. Le programme stream ou transcode de nombreux formats média différents avec peu ou pas de configuration. Il utilise par FFmpeg, MediaInfo, OpenSubtitles, Crowdin, MEncoder, tsMuxeR, AviSynth, VLC et d'autres, qui se combinent pour offrir une grande variété de formats. -**Version incluse :** 11.5.0 +**Version incluse :** 13.0.0 ## Captures d'écran ![Capture d'écran de Universal Media Server](./doc/screenshots/screenshot.png)