From fb4048631ea1cfcf141ff7dd745e92427f3a542c Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sun, 20 Aug 2023 19:44:35 +0200 Subject: [PATCH 1/5] Add mencoder, vlc & mplayer --- doc/PRE_UPGRADE.d/13.5.0~ynh3.md | 1 + manifest.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 doc/PRE_UPGRADE.d/13.5.0~ynh3.md diff --git a/doc/PRE_UPGRADE.d/13.5.0~ynh3.md b/doc/PRE_UPGRADE.d/13.5.0~ynh3.md new file mode 100644 index 0000000..0afec16 --- /dev/null +++ b/doc/PRE_UPGRADE.d/13.5.0~ynh3.md @@ -0,0 +1 @@ +This new version brings new transcoders in the dependency : vlc, mencoder & mplayer \ No newline at end of file diff --git a/manifest.toml b/manifest.toml index f4a166a..28ec5b8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -21,7 +21,7 @@ architectures = "all" multi_instance = false ldap = false sso = false -disk = "270M" +disk = "1G" ram.build = "350M" ram.runtime = "350M" @@ -90,4 +90,4 @@ ram.runtime = "350M" main.auth_header=false [resources.apt] - packages = "mediainfo dcraw" + packages = "mediainfo dcraw mencoder mplayer vlc" From 20423f53efa8d9657e2411e87d9c24f2153c4740 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sun, 20 Aug 2023 19:45:03 +0200 Subject: [PATCH 2/5] bump version --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 28ec5b8..054cf9f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Universal Media Server" description.en = "A DLNA, UPnP and HTTP(S) Media Server" description.fr = "Un Serveur Multimedia DLNA, UPnP et HTTP(S)" -version = "13.5.0~ynh2" +version = "13.5.0~ynh3" maintainers = ["Krakinou"] From bfbadbf083a2956850a4f2bbba05ea13dfdb6d2c Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sun, 20 Aug 2023 19:48:33 +0200 Subject: [PATCH 3/5] typo --- doc/PRE_UPGRADE.d/13.5.0~ynh3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/PRE_UPGRADE.d/13.5.0~ynh3.md b/doc/PRE_UPGRADE.d/13.5.0~ynh3.md index 0afec16..193ba38 100644 --- a/doc/PRE_UPGRADE.d/13.5.0~ynh3.md +++ b/doc/PRE_UPGRADE.d/13.5.0~ynh3.md @@ -1 +1 @@ -This new version brings new transcoders in the dependency : vlc, mencoder & mplayer \ No newline at end of file +This new package version brings new transcoders in the dependencies : vlc, mencoder & mplayer. \ No newline at end of file From e07a2cf3fd8a8bd07ee53d02403fcba60e3878f8 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 20 Aug 2023 17:48:37 +0000 Subject: [PATCH 4/5] 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 9095444..1389b0f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Universal Media Server is a DLNA-compliant UPnP Media Server. It is capable of sharing video, audio and images between most modern devices. 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:** 13.5.0~ynh2 +**Shipped version:** 13.5.0~ynh3 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 5d758de..8b5f69e 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po 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 :** 13.5.0~ynh2 +**Version incluse :** 13.5.0~ynh3 ## Captures d’écran From 8cfeffe08c3865de0dc1eb1c829eaf0da885d143 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 20 Aug 2023 20:20:57 +0200 Subject: [PATCH 5/5] manifest: fix autoupdate regex syntax --- manifest.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 054cf9f..9c802dc 100644 --- a/manifest.toml +++ b/manifest.toml @@ -67,10 +67,10 @@ ram.runtime = "350M" autoupdate.strategy = "latest_github_release" - autoupdate.asset.arm64 = "*-arm64.tgz" - autoupdate.asset.amd64 = "*-x86_64.tgz" - autoupdate.asset.armhf = "*-armhf.tgz" - autoupdate.asset.i386 = "*-x86.tgz" + autoupdate.asset.arm64 = ".*-arm64.tgz" + autoupdate.asset.amd64 = ".*-x86_64.tgz" + autoupdate.asset.armhf = ".*-armhf.tgz" + autoupdate.asset.i386 = ".*-x86.tgz" [resources.ports] main.default = 9001