/[svn]/libgig/trunk/configure.ac
ViewVC logotype

Log of /libgig/trunk/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 2985 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 20 22:13:37 2016 UTC (7 years, 5 months ago) by schoenebeck
File length: 4651 byte(s)
Diff to previous 2984
* gig.cpp/gig.h: Added new method Sample::VerifyWaveData() which
  allows to check whether a sample had been damaged for some
  reason.
* gigdump tool: added and implemented new parameter "--verify"
  which allows to check the raw wave form data integrity of all
  samples.
* gigdump tool: added and implemented new parameter
  "--rebuild-checksums" which allows to recalculate the CRC32
  checksum of all samples' raw wave data and rebuilding the gig
  file's global checksum table (i.e. in case the file's checksum
  table was damaged).
* Bumped version (4.0.0.svn8).


Revision 2984 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 20 15:13:58 2016 UTC (7 years, 5 months ago) by schoenebeck
File length: 4651 byte(s)
Diff to previous 2923
* src/tools/gigextract.cpp: Fix: if sample name contains a path separator
  (slash or backslash) then replace them by a minus sign to avoid file
  system issues.
* src/tools/gigdump.cpp: additionally print RIFF chunk file offset and
  RIFF chunk size of sample data.
* Bumped version (4.0.0.svn7).


Revision 2923 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 21 08:54:32 2016 UTC (7 years, 9 months ago) by schoenebeck
File length: 4651 byte(s)
Diff to previous 2922
* gig.cpp: Fixed Region::UpdateUpdateVelocityTable() which did not work
  correctly if there were dimensions after the velocity dimension: it
  only created valid velocity tables for cases of dimensions lower than
  the velocity dimension.
* gigdump: Additionally print VelocityUpperLimit and
  DimensionUpperLimits of all dimension regions.
* Bumped version (4.0.0.svn6).


Revision 2922 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 18 18:04:49 2016 UTC (7 years, 10 months ago) by schoenebeck
File length: 4651 byte(s)
Diff to previous 2913
* Using now native integer size where appropriate.
* Bumped version (4.0.0.svn5).


Revision 2913 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 17 15:19:33 2016 UTC (7 years, 10 months ago) by schoenebeck
File length: 4651 byte(s)
Diff to previous 2912
* Revised previous commit: Instead of using a custom new RIFF chunk, check
  the overall file size and in case .gig file is >= 2GB expect a large
  monolithic file, otherwise if .gig file is < 2 GB check for "extension"
  files (.gx01, .gx02, ...) instead.
* Bumped version (4.0.0.svn4).


Revision 2912 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 17 14:30:10 2016 UTC (7 years, 10 months ago) by schoenebeck
File length: 4651 byte(s)
Diff to previous 2909
* gig.cpp/.h: GIG FORMAT EXTENSION: Added support for saving gig file
  larger than 4 GB as one single monolithic gig file. A new custom RIFF
  chunk "FFmt" was added to distinguish such monolithic large .gig files
  from old ones which were splitted over several (.gx01, .gx02, ...)
  "extension" files before.
* DLS.cpp/.h: Sample class: wave pool offsets are now 64 bits (to allow
  support for files larger than 4 GB).
* RIFF.cpp/.h: Addded support for RIFF files larger than 4 GB, by default
  the required internal RIFF file offset size is automatically detected
  (that is RIFF files < 4 GB automatically use 32 bit offsets while
  files >= 4 GB automatically use 64 bit offsets), a particular offset
  size can be forced with a new option added to the RIFF File constructor
  though.
* RIFF.cpp/.h: When saving a modified, grown RIFF file, the temporary file
  size during Save() operation will no longer be larger than the final
  grown file size.
* Automake: Set environment variable GCC_COLORS=auto to allow GCC to auto
  detect whether it (sh/c)ould output its messages in color.
* Bumped version (4.0.0.svn3).


Revision 2909 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 12 19:34:17 2016 UTC (7 years, 10 months ago) by schoenebeck
File length: 4651 byte(s)
Diff to previous 2864
* gig/DLS: Removed 2GB limitation when loading a gig or DLS file.
* korg2gig: Fixed fine tuning which was not translated at all.
* Bumped version (4.0.0.svn2).


Revision 2864 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 6 11:46:17 2016 UTC (7 years, 11 months ago) by schoenebeck
File length: 4651 byte(s)
Diff to previous 2785
* Bumped version (4.0.0.svn1).


Revision 2785 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 14 13:19:11 2015 UTC (8 years, 8 months ago) by schoenebeck
File length: 4646 byte(s)
Diff to previous 2780
* Preparations for new release (libgig 4.0.0).


Revision 2780 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 2 20:04:16 2015 UTC (8 years, 8 months ago) by schoenebeck
File length: 4653 byte(s)
Diff to previous 2703
* src/SF.cpp, src/SF.h:
- Added new method Sample::ReadNoClear().
* Added new command line tool "sf2extract" (and a man page for it).
* Bumped version (3.3.0.svn29).


Revision 2703 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 13 15:28:37 2015 UTC (9 years, 2 months ago) by schoenebeck
File length: 4630 byte(s)
Diff to previous 2702
* RIFF: Cleanup of an old DLL binary backward compatibility hack.
* Bumped version (3.3.0.svn28).


Revision 2702 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 13 00:32:30 2015 UTC (9 years, 2 months ago) by schoenebeck
File length: 4630 byte(s)
Diff to previous 2700
* Bugfix of previous commit.
* Bumped version (3.3.0.svn27).


Revision 2700 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 12 23:22:29 2015 UTC (9 years, 2 months ago) by schoenebeck
File length: 4630 byte(s)
Diff to previous 2698
* gig: Added new method Instrument::MoveTo() which allows to rearrange the
  order of instruments within the same gig file.
* Bumped version (3.3.0.svn26).


Revision 2698 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 11 17:47:57 2015 UTC (9 years, 2 months ago) by schoenebeck
File length: 4630 byte(s)
Diff to previous 2693
* Bugfix: Adding a new region in between two existing regions caused the
  new one being dropped after save operation and the gig file (or DLS file)
  being tainted (chunks were at wrong location in the RIFF tree).
* Bumped version (3.3.0.svn25).


Revision 2693 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 6 15:48:59 2015 UTC (9 years, 2 months ago) by schoenebeck
File length: 4630 byte(s)
Diff to previous 2685
* Bug fix in "gig2stereo" command line tool, and added an additional
  option "--incompatible" for this tool.
* Bumped version (v3.3.0.svn24).


Revision 2685 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 3 21:44:42 2015 UTC (9 years, 2 months ago) by schoenebeck
File length: 4630 byte(s)
Diff to previous 2682
* RIFF: Fixed embarrassing old bug: POSIX read() errors were never detected
  on Chunk::Read() calls due to signment incompatible variable.
* Added new command line tool "gig2stereo" (and a man page for it).
* Bumped version (v3.3.0.svn23).


Revision 2682 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 29 16:25:51 2014 UTC (9 years, 2 months ago) by schoenebeck
File length: 4607 byte(s)
Diff to previous 2675
* gig: Added support for custom progress notification while saving to
  gig file.
* DLS: Added support for custom progress notification while saving to
  DLS file.
* RIFF: Added support for custom progress notification while saving to
  RIFF file.
* Bumped version (3.3.0.svn22).


Revision 2675 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 14 16:07:34 2014 UTC (9 years, 6 months ago) by schoenebeck
File length: 4607 byte(s)
Diff to previous 2667
* RIFF.cpp, POSIX: only assume -1 result value as error on open() calls.
* RIFF.cpp, POSIX: show operating system's error reason if opening a file
  failed.
* Bumped version (3.3.0.svn21).


Revision 2667 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 7 15:20:22 2014 UTC (9 years, 8 months ago) by schoenebeck
File length: 4607 byte(s)
Diff to previous 2648
* gig: Fixed crash when saving a gig file after all
  instrument scripts have been explicitly deleted.
* Bumped version (3.3.0.svn20).


Revision 2648 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 18 14:32:33 2014 UTC (9 years, 9 months ago) by schoenebeck
File length: 4607 byte(s)
Diff to previous 2639
* gig: Fixed file corruption if instrument(s) with script slot(s)
  were loaded and saved before their scripts were ever referenced.
* gig: Backward compatibility fix: Remove own custom RIFF chunks
  if all script slots were deleted.
* Bumped version (3.3.0.svn19).


Revision 2639 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 16 13:22:50 2014 UTC (9 years, 9 months ago) by schoenebeck
File length: 4607 byte(s)
Diff to previous 2609
* gig.h/.cpp: Added new method Region::SetDimensionType().
* Bumped version (3.3.0.svn18).


Revision 2609 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 8 19:00:30 2014 UTC (9 years, 9 months ago) by schoenebeck
File length: 4607 byte(s)
Diff to previous 2603
* gig: Fixed instrument script slot saving/loading.
* gigdump tool: Show scripts and script slots.
* Bumped version (3.3.0.svn17).


Revision 2603 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 7 22:28:34 2014 UTC (9 years, 9 months ago) by schoenebeck
File length: 4607 byte(s)
Diff to previous 2601
- forgot to commit this one with previous commit


Revision 2601 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 7 15:19:58 2014 UTC (9 years, 9 months ago) by schoenebeck
File length: 4607 byte(s)
Diff to previous 2599
* gig.h/.cpp: Added new method Script::GetGroup().
* Bumped version (3.3.0.svn15).


Revision 2599 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 7 00:00:10 2014 UTC (9 years, 9 months ago) by schoenebeck
File length: 4607 byte(s)
Diff to previous 2584
* gig.cpp/.h: Added new method Region::GetDimensionRegionIndexByValue().
* Bumped version (3.3.0.svn14).


Revision 2584 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 31 20:54:39 2014 UTC (9 years, 9 months ago) by schoenebeck
File length: 4607 byte(s)
Diff to previous 2572
* gig.h/.cpp: GIG FORMAT EXTENSION: added support for real-time
  instrument scripts.
* RIFF.h/.cpp: added 2nd alternative method for List::MoveSubChunk(),
  the old 1st one allows to move a subchunk within the current List
  whereas the new 2nd one allows to move the subchunk from the
  current list to another list.
* Bumped version (3.3.0.svn13).


Revision 2572 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 22 12:14:04 2014 UTC (9 years, 9 months ago) by schoenebeck
File length: 4607 byte(s)
Diff to previous 2571
* Added fork of libakai (this fork provides Linux support) which
  allows reading AKAI medias. Comes with two command line tools
  'akaidump' and 'akaiextract'. Also added a man page for each
  tool.


Revision 2571 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 21 20:33:45 2014 UTC (9 years, 10 months ago) by schoenebeck
File length: 4139 byte(s)
Diff to previous 2557
* moved source files of command line tools to new subdir src/tools


Revision 2557 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 17 23:31:20 2014 UTC (9 years, 10 months ago) by schoenebeck
File length: 4114 byte(s)
Diff to previous 2555
* gig.cpp: update velocity table at the end of
  Region::DeleteDimensionZone() and
  Region::SplitDimensionZone()
* bumped version (3.3.0.svn12)


Revision 2555 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 16 23:08:42 2014 UTC (9 years, 10 months ago) by schoenebeck
File length: 4114 byte(s)
Diff to previous 2547
* gig.h/.cpp: Added new method Region::DeleteDimensionZone(dimension_t, int)
* gig.h/.cpp: Added new method Region::SplitDimensionZone(dimension_t, int)
* Bumped version (3.3.0.svn11)


Revision 2547 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 13 11:17:24 2014 UTC (9 years, 10 months ago) by schoenebeck
File length: 4114 byte(s)
Diff to previous 2543
* Fix: don't alter region pointer in gig::DimensionRegion::CopyAssign()
  (caused crash with the new "combine instruments" feature in gigedit).
* Added new method gig::Region::GetDimensionDefinition(dimension_t type).
* Added some more sanity checks in gig::Region::AddDimension().
* Added inline helper methods overlaps() for struct DLS::range_t.
* Added more API doc comments.
* Bumped version (3.3.0.svn10).



Revision 2543 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 10 02:06:58 2014 UTC (9 years, 10 months ago) by schoenebeck
File length: 4113 byte(s)
Diff to previous 2540
* Initial support for sample based instruments in KORG's file format (.KMP
  and .KSF files) -> Korg.h, Korg.cpp.
* Added new command line tool "korgdump" (and a man page for it).
* Added new command line tool "korg2gig" (and a man page for it), for
  converting KORG sounds to Giga format.
* riftree tool: Added more command line options for being able to also dump
  other kind of file formats similar but not equal to the RIFF format.
* gig.h/.cpp: Added new method File::GetGroup(String name) for retrieving
  group by name.
* RIFF.h/.cpp: Added support for loading RIFF-like files with a bit
  different layout than "real" RIFF files (used for KORG format support).
* RIFF.h/.cpp: Added new method Chunk::GetFile().
* RIFF.h/.cpp: Added new method Chunk::GetLayout().
* Bumped version (3.3.0.svn9).


Revision 2540 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 23 16:39:43 2014 UTC (9 years, 10 months ago) by schoenebeck
File length: 4071 byte(s)
Diff to previous 2495
* GIG SOUND FORMAT EXTENSION: added additional MIDI controllers for
  leverage controller types (only works with LinuxSampler & gigedit,
  will not work with Gigasampler/GigaStudio).
* Bumped version (3.3.0.svn8).


Revision 2495 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 1 23:14:59 2014 UTC (10 years, 2 months ago) by schoenebeck
File length: 4071 byte(s)
Diff to previous 2484
* Added man page for "sf2dump".
* Debian: updated package descriptions.


Revision 2484 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 31 00:13:20 2013 UTC (10 years, 2 months ago) by schoenebeck
File length: 4051 byte(s)
Diff to previous 2482
* Added new command line tool "gig2mono" (and a new man page for it).
* src/gig.cpp: Delete "ewav" chunk of Sample if "Compression" attribute was
  toggled to false.
* Bumped version to 3.3.0.svn7.


Revision 2482 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 25 02:22:38 2013 UTC (10 years, 3 months ago) by schoenebeck
File length: 4030 byte(s)
Diff to previous 2467
* Added new command line tool "gigmerge" which allows to merge
  a list of gig files to one single gig file.
* Added new "man" page for new tool "gigmerge".
* src/gig.h: Added new method File::AddContentOf().
* src/DLS.h: Added new method File::SetFileName().
* src/RIFF.h: Added new method File::SetFileName().
* src/RIFF.h: Added new method File::IsNew().
* Added "const" keyword to several methods.
* Bumped version to 3.3.0.svn6.


Revision 2467 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 8 16:25:42 2013 UTC (10 years, 6 months ago) by schoenebeck
File length: 4009 byte(s)
Diff to previous 2394
* bugfix: sample groups were sometimes created multiple times or with
  wrong textual group name
* bumped library version to v3.3.0.svn5


Revision 2394 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 7 23:23:58 2013 UTC (11 years, 2 months ago) by schoenebeck
File length: 4009 byte(s)
Diff to previous 2367
* implemented gig::File::AddDuplicateInstrument()
* bumped version to 3.3.0.svn4


Revision 2367 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 8 17:33:01 2012 UTC (11 years, 6 months ago) by persson
File length: 4009 byte(s)
Diff to previous 2364
* fixed configure mistake in previous commit


Revision 2364 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 8 17:21:34 2012 UTC (11 years, 6 months ago) by persson
File length: 4009 byte(s)
Copied from: libgig/trunk/configure.in revision 2363
Diff to previous 2329
* modernized configure script


Revision 2329 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 12 14:59:10 2012 UTC (12 years ago) by schoenebeck
Original Path: libgig/trunk/configure.in
File length: 3872 byte(s)
Diff to previous 2274
* added new method DLS::File::GetExtensionFile(int index)
* bumped version to 3.3.0svn3


Revision 2274 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 19 21:41:34 2011 UTC (12 years, 6 months ago) by schoenebeck
Original Path: libgig/trunk/configure.in
File length: 3872 byte(s)
Diff to previous 2182
* src/DLS.cpp, src/DLS.h: added new method File::GetFileName()
* bumped version to 3.3.0.svn2


Revision 2182 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 11 17:53:24 2011 UTC (12 years, 9 months ago) by persson
Original Path: libgig/trunk/configure.in
File length: 3872 byte(s)
Diff to previous 2016
* Mac OS X fix: link with CoreFoundation (for the UUID function)


Revision 2016 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 27 18:34:06 2009 UTC (14 years, 4 months ago) by iliev
Original Path: libgig/trunk/configure.in
File length: 3764 byte(s)
Diff to previous 1953
* merged libsf2 into libgig


Revision 1953 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 30 08:16:02 2009 UTC (14 years, 7 months ago) by schoenebeck
Original Path: libgig/trunk/configure.in
File length: 3759 byte(s)
Diff to previous 1894
* preparations for release 3.3.0


Revision 1894 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 3 10:47:09 2009 UTC (14 years, 10 months ago) by persson
Original Path: libgig/trunk/configure.in
File length: 3758 byte(s)
Diff to previous 1549
* minor fix in configure for building DLL on Windows


Revision 1549 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 5 15:01:11 2007 UTC (16 years, 3 months ago) by schoenebeck
Original Path: libgig/trunk/configure.in
File length: 3737 byte(s)
Diff to previous 1417
* preparations for release 3.2.1


Revision 1417 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 14 14:20:50 2007 UTC (16 years, 5 months ago) by persson
Original Path: libgig/trunk/configure.in
File length: 3737 byte(s)
Diff to previous 1416
* removed a warning about dlfcn.h from configure script


Revision 1416 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 14 12:06:32 2007 UTC (16 years, 5 months ago) by schoenebeck
Original Path: libgig/trunk/configure.in
File length: 3737 byte(s)
Diff to previous 1330
* minor code refactoring regarding fixed string lenghts of
  fields in class DLS::Info
* preparations for release 3.2.0


Revision 1330 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 9 10:36:23 2007 UTC (16 years, 6 months ago) by persson
Original Path: libgig/trunk/configure.in
File length: 3737 byte(s)
Diff to previous 1209
* the configure script can now be used in Windows with MSYS


Revision 1209 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 27 13:54:24 2007 UTC (16 years, 9 months ago) by persson
Original Path: libgig/trunk/configure.in
File length: 3567 byte(s)
Diff to previous 1186
* added DLSID support


Revision 1186 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 13 19:03:34 2007 UTC (16 years, 10 months ago) by schoenebeck
Original Path: libgig/trunk/configure.in
File length: 3128 byte(s)
Diff to previous 1173
- Dev-C++ (win32) project file is automatically updated with
  the version info from configure.in


Revision 1173 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 6 16:20:51 2007 UTC (16 years, 10 months ago) by schoenebeck
Original Path: libgig/trunk/configure.in
File length: 2912 byte(s)
Diff to previous 1123
- forgot to commit configure.in with recent commit batch


Revision 1123 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 24 18:20:09 2007 UTC (16 years, 11 months ago) by schoenebeck
Original Path: libgig/trunk/configure.in
File length: 2869 byte(s)
Diff to previous 1116
- forgot to include win32 files into release tarball(s)


Revision 1116 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 24 11:55:06 2007 UTC (16 years, 11 months ago) by schoenebeck
Original Path: libgig/trunk/configure.in
File length: 2854 byte(s)
Diff to previous 933
* preparations for release 3.1.1


Revision 933 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 24 12:50:05 2006 UTC (17 years, 3 months ago) by schoenebeck
Original Path: libgig/trunk/configure.in
File length: 2854 byte(s)
Diff to previous 917
* preparations for release 3.1.0


Revision 917 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 20 14:50:36 2006 UTC (17 years, 7 months ago) by schoenebeck
Original Path: libgig/trunk/configure.in
File length: 2854 byte(s)
Diff to previous 854
* added CPPUnit test cases (at the moment primarily for automatic check
  of Gigasampler write support)


Revision 854 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 28 17:51:27 2006 UTC (17 years, 10 months ago) by schoenebeck
Original Path: libgig/trunk/configure.in
File length: 2831 byte(s)
Diff to previous 732
* preparations for release 3.0.0


Revision 732 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 15 17:26:02 2005 UTC (18 years, 7 months ago) by schoenebeck
Original Path: libgig/trunk/configure.in
File length: 2831 byte(s)
Diff to previous 646
* preparations for release 2.0.2


Revision 646 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 13 00:08:10 2005 UTC (18 years, 9 months ago) by schoenebeck
Original Path: libgig/trunk/configure.in
File length: 2831 byte(s)
Diff to previous 644
decoupled release version from libtool version


Revision 644 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 12 23:52:05 2005 UTC (18 years, 9 months ago) by schoenebeck
Original Path: libgig/trunk/configure.in
File length: 2478 byte(s)
Diff to previous 634
fixed libgig's libtool version


Revision 634 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 12 13:58:24 2005 UTC (18 years, 9 months ago) by schoenebeck
Original Path: libgig/trunk/configure.in
File length: 2478 byte(s)
Diff to previous 632
- include debian/ directory on 'make dist'
- create a bzip2 tarball on 'make dist'


Revision 632 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 12 13:06:57 2005 UTC (18 years, 9 months ago) by schoenebeck
Original Path: libgig/trunk/configure.in
File length: 2462 byte(s)
Diff to previous 546
* preparations for release 2.0.1


Revision 546 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 16 18:19:27 2005 UTC (18 years, 10 months ago) by schoenebeck
Original Path: libgig/trunk/configure.in
File length: 2462 byte(s)
Diff to previous 530
check for libaudiofile only if libsndfile was not found


Revision 530 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 9 14:09:16 2005 UTC (18 years, 10 months ago) by schoenebeck
Original Path: libgig/trunk/configure.in
File length: 2407 byte(s)
Diff to previous 522
preparations for release 2.0.0


Revision 522 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 8 23:37:47 2005 UTC (18 years, 10 months ago) by schoenebeck
Original Path: libgig/trunk/configure.in
File length: 2407 byte(s)
Diff to previous 518
minor fix and cleanup of configure.in


Revision 518 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 8 16:19:34 2005 UTC (18 years, 10 months ago) by schoenebeck
Original Path: libgig/trunk/configure.in
File length: 2485 byte(s)
Diff to previous 496
* added functions libraryName() and libraryVersion() to each of the three
  library units (RIFF,DLS,gig)
* all tools now offer a command line switch -v to show the tools revision
  and the used libgig version
* man pages are now auto generated with the correct libgig version


Revision 496 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 10 11:54:58 2005 UTC (18 years, 11 months ago) by persson
Original Path: libgig/trunk/configure.in
File length: 2264 byte(s)
Diff to previous 383
* removed build warnings


Revision 383 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 14 18:22:42 2005 UTC (19 years, 1 month ago) by schoenebeck
Original Path: libgig/trunk/configure.in
File length: 2266 byte(s)
Diff to previous 315
* fixed conditional linkage of either libsndfile or libaudiofile
  (if none of the two exist, configure will abort)


Revision 315 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 26 19:29:05 2004 UTC (19 years, 3 months ago) by schoenebeck
Original Path: libgig/trunk/configure.in
File length: 1504 byte(s)
Diff to previous 220
preparation for release 1.0.0


Revision 220 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 18 12:11:26 2004 UTC (19 years, 7 months ago) by schoenebeck
Original Path: libgig/trunk/configure.in
File length: 1563 byte(s)
Diff to previous 196
* added support for libsndfile to the 'gigextract' tool


Revision 196 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 10 09:52:24 2004 UTC (19 years, 8 months ago) by schoenebeck
Original Path: libgig/trunk/configure.in
File length: 1311 byte(s)
Diff to previous 186
* renamed 'libgig.pc.in' -> 'gig.pc.in' and renamed pkg-config lib name
  'libgig' -> 'gig' as it's common practice to omit the 'lib' prefix


Revision 186 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 7 12:03:54 2004 UTC (19 years, 8 months ago) by schoenebeck
Original Path: libgig/trunk/configure.in
File length: 1314 byte(s)
Diff to previous 168
* added support for generating Debian packages
* version of shared library can be set in configure.in


Revision 168 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 2 19:37:09 2004 UTC (19 years, 8 months ago) by capela
Original Path: libgig/trunk/configure.in
File length: 210 byte(s)
Diff to previous 11
* packaging changes:
  - added libgig.spec and libgig.pc package configurations.
  - header files included on installation.
  - autotools-generated files removed from CVS repository.


Revision 11 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 16 17:47:00 2003 UTC (20 years, 4 months ago) by schoenebeck
Original Path: libgig/trunk/configure.in
File length: 176 byte(s)
Diff to previous 2
* src/gig.cpp: fixed bug in decompression algorithm which caused it not to
  detect the end of a stream
* various endian corrections (successfully tested now on ppc)
* minor adjustments to avoid compile errors on some systems
  (using now pow() instead of powl() and --pedantic g++ compiler switch)
* src/RIFF.cpp, src/RIFF.h: added additional API documentation


Revision 2 - (view) (download) (annotate) - [select for diffs]
Added Sat Oct 25 20:15:04 2003 UTC (20 years, 4 months ago) by schoenebeck
Original Path: libgig/trunk/configure.in
File length: 161 byte(s)
Initial revision


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC