Skip to content

Commit

Permalink
Use taglib 1.11.1 in rake vendor and rake swig
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobvosmaer committed Apr 7, 2024
1 parent 1aaa165 commit f950e87
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 20 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
env:
MAKEFLAGS: -j2
PLATFORM: x86_64-linux
TAGLIB_VERSION: 1.11.1
SWIG_DIR: .swig-v4.1.1

steps:
Expand Down
2 changes: 1 addition & 1 deletion ext/taglib_aiff/taglib_aiff_wrap.cxx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ext/taglib_base/taglib_base_wrap.cxx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ext/taglib_flac/taglib_flac_wrap.cxx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ext/taglib_flac_picture/taglib_flac_picture_wrap.cxx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ext/taglib_id3v1/taglib_id3v1_wrap.cxx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions ext/taglib_id3v2/taglib_id3v2_wrap.cxx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions ext/taglib_mp4/taglib_mp4_wrap.cxx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ext/taglib_mpeg/taglib_mpeg_wrap.cxx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ext/taglib_ogg/taglib_ogg_wrap.cxx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ext/taglib_vorbis/taglib_vorbis_wrap.cxx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ext/taglib_wav/taglib_wav_wrap.cxx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tasks/build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def plat
end

def version
ENV['TAGLIB_VERSION'] || '1.9.1'
ENV['TAGLIB_VERSION'] || '1.11.1'
end

def dir
Expand Down

0 comments on commit f950e87

Please sign in to comment.