Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

taglib: update to 2.0.2 #1692

Merged
merged 1 commit into from
Sep 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -3405,6 +3405,7 @@
"taglib"
],
"versions": [
"2.0.2-1",
"2.0-1",
"1.13.1-1",
"1.13-4",
Expand Down
2 changes: 1 addition & 1 deletion subprojects/packagefiles/taglib/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ project(
'taglib',
'cpp',
license: 'LGPL-2.1-or-later OR MPL-1.1',
version: '2.0',
version: '2.0.2',
meson_version: '>=0.55',
default_options: ['cpp_std=c++17', 'warning_level=1'],
)
Expand Down
2 changes: 1 addition & 1 deletion subprojects/packagefiles/taglib/taglib/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ taglib = library(
dependencies: [atomic_dep, utfcpp_dep, zlib_dep],
cpp_args: '-DHAVE_CONFIG_H',
install: true,
version: '1.18.0',
version: '2.0.2',
)

pkg = import('pkgconfig')
Expand Down
8 changes: 4 additions & 4 deletions subprojects/taglib.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
directory = taglib-2.0
source_url = https://github.com/taglib/taglib/archive/refs/tags/v2.0.tar.gz
source_filename = taglib-2.0.tar.gz
source_hash = e36ea877a6370810b97d84cf8f72b1e4ed205149ab3ac8232d44c850f38a2859
directory = taglib-2.0.2
source_url = https://github.com/taglib/taglib/archive/refs/tags/v2.0.2.tar.gz
source_filename = taglib-2.0.2.tar.gz
source_hash = 0de288d7fe34ba133199fd8512f19cc1100196826eafcb67a33b224ec3a59737
patch_directory = taglib

[provide]
Expand Down
Loading