From ee23d70dcc4e79f9c06a90a9e2d4fe2fd94c409c Mon Sep 17 00:00:00 2001 From: "Patrick M. Howard" Date: Tue, 3 Nov 2020 10:02:27 -0500 Subject: [PATCH 1/3] Section on Proton 5.13-1 --- content/posts/newsletter-015/index.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/content/posts/newsletter-015/index.md b/content/posts/newsletter-015/index.md index 8ab268ec9..c82bc42e6 100644 --- a/content/posts/newsletter-015/index.md +++ b/content/posts/newsletter-015/index.md @@ -166,6 +166,21 @@ Join the [Discord server](https://discord.com/invite/ajour) and say hi. [Ajour]: https://getajour.com [Iced]: https://github.com/hecrj/iced +### [Proton][Proton-Github] 5.13-1 +In addition to adding Linux Support for more Windows-exclusive games, +Valve Software's wine-based translation layer for Linux: Proton now +includes Rust as part of its build system. +[Media Converter][Proton-Media-Converter-Github], is a Proton module +written in Rust as a gstreamer plugin to convert certain media encodings +from one format to another. + +Doucmentation for building Proton is available on [Github][Proton-Github]. +Further documentation on Media Converter and its source code is available +on the module's [repository][Proton-Media-Converter-Github] + +[Proton-Github]: https://github.com/ValveSoftware/Proton +[Proton-Media-Converter-Github]: https://github.com/ValveSoftware/Proton/tree/proton_5.13/media-converter + ## Popular Workgroup Issues in Github From 9d670f4a3edfff6a7c9961148e68fb5ef5d4b9fd Mon Sep 17 00:00:00 2001 From: "Patrick M. Howard" Date: Tue, 3 Nov 2020 11:02:41 -0500 Subject: [PATCH 2/3] Address feedback --- content/posts/newsletter-015/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/posts/newsletter-015/index.md b/content/posts/newsletter-015/index.md index c82bc42e6..97a564b5d 100644 --- a/content/posts/newsletter-015/index.md +++ b/content/posts/newsletter-015/index.md @@ -167,14 +167,14 @@ Join the [Discord server](https://discord.com/invite/ajour) and say hi. [Iced]: https://github.com/hecrj/iced ### [Proton][Proton-Github] 5.13-1 -In addition to adding Linux Support for more Windows-exclusive games, -Valve Software's wine-based translation layer for Linux: Proton now -includes Rust as part of its build system. -[Media Converter][Proton-Media-Converter-Github], is a Proton module -written in Rust as a gstreamer plugin to convert certain media encodings +In addition to adding Linux Support for more Windows-exclusive games, +Valve Software's wine-based translation layer for Linux: Proton now +includes Rust as part of its build system. +[Media Converter][Proton-Media-Converter-Github], is a Proton module +written in Rust as a gstreamer plugin to convert certain media encodings from one format to another. -Doucmentation for building Proton is available on [Github][Proton-Github]. +Doucmentation for building Proton is available on [Github][Proton-Github]. Further documentation on Media Converter and its source code is available on the module's [repository][Proton-Media-Converter-Github] From d6c90190ee76af8f5f635e88ee98abdbf644ec3e Mon Sep 17 00:00:00 2001 From: "Patrick M. Howard" Date: Tue, 3 Nov 2020 11:05:03 -0500 Subject: [PATCH 3/3] Fix additional lint checks --- content/posts/newsletter-015/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/posts/newsletter-015/index.md b/content/posts/newsletter-015/index.md index 97a564b5d..1814acadb 100644 --- a/content/posts/newsletter-015/index.md +++ b/content/posts/newsletter-015/index.md @@ -167,6 +167,7 @@ Join the [Discord server](https://discord.com/invite/ajour) and say hi. [Iced]: https://github.com/hecrj/iced ### [Proton][Proton-Github] 5.13-1 + In addition to adding Linux Support for more Windows-exclusive games, Valve Software's wine-based translation layer for Linux: Proton now includes Rust as part of its build system.