| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: libgig-tools | Distribution: openSUSE Tumbleweed |
| Version: 4.5.1 | Vendor: openSUSE |
| Release: 1.1 | Build date: Thu Nov 13 19:41:02 2025 |
| Group: Productivity/Multimedia/Sound/Utilities | Build host: reproducible |
| Size: 563596 | Source RPM: libgig-4.5.1-1.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: https://linuxsampler.org/ | |
| Summary: Example applications for libgig | |
Some example applications for the libgig package. * gigdump: demo app that prints out the content of a .gig file * gigextract: extracts samples from a .gig file * dlsdump: demo app that prints out the content of a DLS file * rifftree: tool that prints out the RIFF tree of an arbitrary RIFF file
GPL-2.0-or-later
* Thu Nov 13 2025 Edgar Aichinger <edogawa@aon.at>
- Update to version 4.5.1 (07 Nov 2025)
* general changes:
* Fix typos in man page of wav2gig.
* Fix locale triggered misbehaviours (affecting floating point to string
conversions and vice versa).
* src/Serialization.cpp, src/Serialization.h:
* Fix compilation errors when serializing pointers.
* Fix serializing pointers by identifying whether they are strong or weak
pointers (bump encoded data stream format to Srx v1.2).
* Implement Object::setNativeValueFromString() for pointer types.
* Fix compiler error when using pointers as key type for Set and Map
containers.
* Fix serialization of pointer types for Map and Set containers.
* Fix serialization of Set and Map containers with strong pointers.
* Fix serialization of polymorphic strong pointers.
* Fix compiler warnings about uninitialized variables.
* Fix serializing polymorphic classes overriding the serialize() method.
* packaging changes:
* Debian: Raise compatibility level from 9 to 10.
- Update to version 4.5.0 (02 Jun 2025)
* general changes:
* Make: add 'make check' rule which compiles and runs all test cases.
* Make: integrate helper functions tests into 'make check' rule.
* Pacify pedantic 'unused parameter' compiler warnings.
* Drop dependency to cppunit (optional test cases).
* Tests: add test cases for Serialization classes.
* Tests: add test cases for RIFF classes.
* Drop hopelessly outdated KDevelop files (these files haven't been
updated for the KDevelop IDE in years and the KDevelop project file
is written in a file format that's no longer supported by KDevelop
for many years).
* src/gig.cpp, src/gig.h:
* const-ify method Exception::PrintMessage().
* src/DLS.cpp, src/DLS.h:
* Mark Info::UseFixedLengthStrings member variable as deprecated on
compiler level (it was already marked deprecated on API doc level).
* Add new method File::CountSamples().
* Fix File::Save() from having calculated garbage progress values.
* Improve accuracy of File::Save() progress values.
* Fix undefined behaviour if File::Save() was called from another thread
than file was opened on and IsIOPerThread() being enabled.
* File::Save(): provide current, ongoing action as text with new
progress_t::activity member variable.
* Pacify false -Wdeprecated-declarations warning raised by GCC bug when
initializing Info::UseFixedLengthStrings member variable.
* const-ify method Exception::PrintMessage().
* src/RIFF.cpp, src/RIFF.h:
* Improve accuracy of File::Save() progress values.
* Raise compiler warning when trying to compile against libgig
without C++11 (or higher).
* Add progress_t::__private member variable (reserved for libgig internal
purposes only).
* Fix read() / write() calls to hang on POSIX systems by using -1 (instead
of 0) as invalid file descriptor (as 0 refers to stdin on POSIX systems).
* Add methods File::totalDataChunkCount(), File::totalListChunkCount() and
File::totalChunkCount().
* Add member variable 'activity' to struct progress_t, providing a text
describing the current, ongoing action (e.g. to be displayed along a
progress bar).
* Add (virtual) destructor to struct progress_t.
* const-ify method Exception::PrintMessage().
* Move Exception destructor implementation from header file to unit.
* const-ify methods progress_t::subdivide().
* Simplify Chunk::convertToString() implementation.
* Fix File::Save() progress jumping back and forth.
* src/Korg.cpp, src/Korg.h:
* const-ify method Exception::PrintMessage().
* src/Serialization.h:
* Fix an assertion fault with GCC when deserializing a member of native data
type std::vector<>.
* const-ify method Exception::PrintMessage().
* src/tools/gigdump.cpp:
* Replace deprecated GetFirstInstrument() / GetNextInstrument() calls by
GetInstrument() calls.
* Replace deprecated GetFirstRegion() / GetNextRegion() calls by
GetRegionAt() calls.
* Replace deprecated GetFirstSample() / GetNextSample() calls by
GetSample() calls.
* Replace deprecated GetFirstGroup() / GetNextGroup() calls by GetGroup()
calls.
* src/tools/gigextract.cpp:
* Replace deprecated GetFirstSample() / GetNextSample() calls by
GetSample() calls.
* src/tools/gig2stereo.cpp:
* Replace deprecated GetFirstInstrument() / GetNextInstrument() calls by
GetInstrument() calls.
* Replace deprecated GetFirstRegion() / GetNextRegion() calls by
GetRegionAt() calls.
* Replace deprecated GetFirstSample() / GetNextSample() calls by
GetSample() calls.
* Replace deprecated GetFirstGroup() / GetNextGroup() calls by GetGroup()
calls.
* src/tools/gig2mono.cpp:
* Replace deprecated GetFirstInstrument() / GetNextInstrument() calls by
GetInstrument() calls.
* Replace deprecated GetFirstRegion() / GetNextRegion() calls by
GetRegionAt() calls.
* Replace deprecated GetFirstSample() / GetNextSample() calls by
GetSample() calls.
* Use gig::File::CountSamples() instead of counting samples in a loop.
* src/tools/dlsdump.cpp:
* Replace deprecated GetFirstInstrument() / GetNextInstrument() calls by
GetInstrument() calls.
* Replace deprecated GetFirstRegion() / GetNextRegion() calls by
GetRegionAt() calls.
* Replace deprecated GetFirstSample() / GetNextSample() calls by
GetSample() calls.
* src/tools/rifftree.cpp:
* Replace deprecated GetFirstSubChunk() / GetNextSubChunk() calls by
GetSubChunkAt() calls.
* Tue Apr 23 2024 Andreas Stieger <andreas.stieger@gmx.de>
- update to version 4.4.1:
* Fix build errors with some compilers
- drop unused rpmlintrc
* Sat Jan 27 2024 Edgar Aichinger <edogawa@aon.at>
- update to version 4.4.0 (libgig.so.11):
* add new command line tool "wav2gig"
* see libgig's ChangeLog for a list of source and API changes
* Tue May 18 2021 Andreas Stieger <andreas.stieger@gmx.de>
- update to version 4.3.0 (libgig.so.10):
* requires a C++11 compliant compiler
* gig file format extensions used by recent versions of
LinuxSampler
* Fix compatibility with GigaStudio 3
* Extend Serialization framework o support common C++ STL classes
* Fri Oct 18 2019 Edgar Aichinger <edogawa@aon.at>
- Update to version 4.2.0
new libgig soversion
use %license for COPYING
* Wed Feb 21 2018 olaf@aepfle.de
- Update to version 4.1.0
CVE-2017-12950, CVE-2017-12951, CVE-2017-12952, CVE-2017-12953,
CVE-2017-12954, bsc#1056143
- Split libakai.so.0 from devel pkg
* Tue Mar 28 2017 olaf@aepfle.de
- ExclusiveArch Intel
* Sun Feb 12 2017 olaf@aepfle.de
- Update to version 4.0.0
* Mon Sep 05 2016 edogawa@aon.at
- removed version strings from date/email lines in libgig.changes
- ran spec-cleaner on libgig.spec
* Fri Sep 02 2016 edogawa@aon.at
- fixed crippled mail addresses in libgig.changes
/usr/bin/akaidump /usr/bin/akaiextract /usr/bin/dlsdump /usr/bin/gig2mono /usr/bin/gig2stereo /usr/bin/gigdump /usr/bin/gigextract /usr/bin/gigmerge /usr/bin/korg2gig /usr/bin/korgdump /usr/bin/rifftree /usr/bin/sf2dump /usr/bin/sf2extract /usr/bin/wav2gig /usr/share/doc/packages/libgig-tools /usr/share/doc/packages/libgig-tools/AUTHORS /usr/share/doc/packages/libgig-tools/ChangeLog /usr/share/doc/packages/libgig-tools/NEWS /usr/share/doc/packages/libgig-tools/README /usr/share/doc/packages/libgig-tools/TODO /usr/share/licenses/libgig-tools /usr/share/licenses/libgig-tools/COPYING /usr/share/man/man1/akaidump.1.gz /usr/share/man/man1/akaiextract.1.gz /usr/share/man/man1/dlsdump.1.gz /usr/share/man/man1/gig2mono.1.gz /usr/share/man/man1/gig2stereo.1.gz /usr/share/man/man1/gigdump.1.gz /usr/share/man/man1/gigextract.1.gz /usr/share/man/man1/gigmerge.1.gz /usr/share/man/man1/korg2gig.1.gz /usr/share/man/man1/korgdump.1.gz /usr/share/man/man1/rifftree.1.gz /usr/share/man/man1/sf2dump.1.gz /usr/share/man/man1/sf2extract.1.gz /usr/share/man/man1/wav2gig.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Nov 19 23:14:28 2025