Skip to content

Commit

Permalink
Merge pull request #115 from technosf/main
Browse files Browse the repository at this point in the history
Updated taglib from 1.12 to 1.13.1
  • Loading branch information
technosf authored Sep 23, 2024
2 parents 3b39dc4 + 5c8aee1 commit 2319967
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions com.github.louis77.tuner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
9 changes: 9 additions & 0 deletions data/com.github.louis77.tuner.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,15 @@
</provides>

<releases>
<release version="1.5.3" date="2024-09-22">
<description>
<p>Maintanance release:</p>
<ul>
<li>Upgrade to taglib 1.13.1</li>
<li>Corrected README (apt libs)</li>
</ul>
</description>
</release>
<release version="1.5.2" date="2024-06-22">
<description>
<p>Maintanance release:</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 2319967

Please sign in to comment.