From ec5811a8922ad3aec8c200610e4092dcf3ec66c0 Mon Sep 17 00:00:00 2001 From: technosf <535060+technosf@users.noreply.github.com> Date: Sun, 22 Sep 2024 21:05:57 -0700 Subject: [PATCH 1/2] Updated taglib from 1.12 to 1.13.1 Corrected apt-get libs in README Updated version to 1.5.3 --- README.md | 2 +- com.github.louis77.tuner.yml | 4 ++-- meson.build | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fb4c852..766c5c7 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ Make sure you have the dependencies installed: ```bash sudo apt install git valac meson -sudo apt install libgtk-3-dev libgee-0.8-dev libgranite-dev libgstreamer1.0-dev libgstreamer-plugins-bad1.0-dev libsoup3.0-dev libjson-glib-dev +sudo apt install libgtk-3-dev libgee-0.8-dev libgranite-dev libgstreamer1.0-dev libgstreamer-plugins-bad1.0-dev libsoup-3.0-dev libjson-glib-dev ``` Then clone this repo and build it locally: diff --git a/com.github.louis77.tuner.yml b/com.github.louis77.tuner.yml index 675c4b3..b929659 100644 --- a/com.github.louis77.tuner.yml +++ b/com.github.louis77.tuner.yml @@ -34,8 +34,8 @@ modules: - "-DCMAKE_BUILD_TYPE=Release" sources: - type: archive - url: https://github.com/taglib/taglib/releases/download/v1.12/taglib-1.12.tar.gz - sha256: 7fccd07669a523b07a15bd24c8da1bbb92206cb19e9366c3692af3d79253b703 + url: https://github.com/taglib/taglib/releases/download/v1.13.1/taglib-1.13.1.tar.gz + sha256: c8da2b10f1bfec2cd7dbfcd33f4a2338db0765d851a50583d410bacf055cfd0b - name: tuner buildsystem: meson config-opts: diff --git a/meson.build b/meson.build index 9488111..5977853 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project ( 'com.github.louis77.tuner', 'vala', 'c', - version: '1.5.2' + version: '1.5.3' ) # if meson.get_compiler ('vala').get_id() == 'valac' From 5c8aee12d15c9421f896210ef133b4c9cb77c9e6 Mon Sep 17 00:00:00 2001 From: technosf <535060+technosf@users.noreply.github.com> Date: Sun, 22 Sep 2024 22:10:51 -0700 Subject: [PATCH 2/2] Bump version --- data/com.github.louis77.tuner.appdata.xml.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/com.github.louis77.tuner.appdata.xml.in b/data/com.github.louis77.tuner.appdata.xml.in index a52895d..20f4f1e 100644 --- a/data/com.github.louis77.tuner.appdata.xml.in +++ b/data/com.github.louis77.tuner.appdata.xml.in @@ -62,6 +62,15 @@ + + +

Maintanance release:

+
    +
  • Upgrade to taglib 1.13.1
  • +
  • Corrected README (apt libs)
  • +
+
+

Maintanance release: