Skip to content

Commit

Permalink
Merge pull request #143 from robinst/jv-taglib-2
Browse files Browse the repository at this point in the history
Get TagLib 2.0.1 working
  • Loading branch information
jacobvosmaer authored Apr 17, 2024
2 parents c477cf8 + 998ac5b commit 989c619
Show file tree
Hide file tree
Showing 28 changed files with 4,346 additions and 3,274 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
env:
MAKEFLAGS: -j2
PLATFORM: x86_64-linux
TAGLIB_VERSION: 1.11.1
TAGLIB_VERSION: 2.0.1
SWIG_DIR: .swig-v4.1.1

steps:
Expand Down
4 changes: 4 additions & 0 deletions ext/taglib_aiff/taglib_aiff.i
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@
%ignore TagLib::RIFF::AIFF::Properties::length;
%ignore TagLib::RIFF::AIFF::Properties::sampleWidth;

%ignore TagLib::RIFF::File;
%include <taglib/rifffile.h>

%include <taglib/aiffproperties.h>

%freefunc TagLib::RIFF::AIFF::File "free_taglib_riff_aiff_file";

// Ignore IOStream and all the constructors using it.
%ignore IOStream;
%ignore TagLib::RIFF::AIFF::File::File(IOStream *, bool, Properties::ReadStyle, ID3v2::FrameFactory *);
%ignore TagLib::RIFF::AIFF::File::File(IOStream *, bool, Properties::ReadStyle);
%ignore TagLib::RIFF::AIFF::File::File(IOStream *, bool);
%ignore TagLib::RIFF::AIFF::File::File(IOStream *);
Expand Down
Loading

0 comments on commit 989c619

Please sign in to comment.