/[svn]/gigedit/tags/release0_1_1/configure.ac
ViewVC logotype

Log of /gigedit/tags/release0_1_1/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1565 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 6 18:56:52 2007 UTC (16 years, 4 months ago) by (unknown author)
File length: 4801 byte(s)
Diff to previous 1562 , to selected 1356
This commit was manufactured by cvs2svn to create tag 'release0_1_1'.

Revision 1562 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 6 18:30:40 2007 UTC (16 years, 4 months ago) by persson
Original Path: gigedit/trunk/configure.ac
File length: 4801 byte(s)
Diff to previous 1451 , to selected 1356
* preparations for release 0.1.1


Revision 1451 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 16 16:24:16 2007 UTC (16 years, 6 months ago) by schoenebeck
Original Path: gigedit/trunk/configure.ac
File length: 4801 byte(s)
Diff to previous 1441 , to selected 1356
* added Windows installer


Revision 1441 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 15 20:02:33 2007 UTC (16 years, 6 months ago) by persson
Original Path: gigedit/trunk/configure.ac
File length: 4782 byte(s)
Diff to previous 1411 , to selected 1356
- preparations for release 0.1.0


Revision 1411 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 12 17:46:29 2007 UTC (16 years, 6 months ago) by schoenebeck
Original Path: gigedit/trunk/configure.ac
File length: 4787 byte(s)
Diff to previous 1396 , to selected 1356
* added status bar to the bottom of main window (independent area on the
  right shows whether gigedit is running stand-alone or attached to
  LinuxSampler)
* minor cosmetical fix in dimension manager widget
* regionchooser.cpp: temporary fix for a crash which occured when gigedit
  was compiled with CXXFLAGS="-g"


Revision 1396 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 10 15:48:54 2007 UTC (16 years, 6 months ago) by schoenebeck
Original Path: gigedit/trunk/configure.ac
File length: 4773 byte(s)
Diff to previous 1356
* gettext is now an optional dependency
* added Dev-C++ project files for Windows


Revision 1356 - (view) (download) (annotate) - [selected]
Modified Sat Sep 22 07:40:13 2007 UTC (16 years, 6 months ago) by persson
Original Path: gigedit/trunk/configure.ac
File length: 4324 byte(s)
Diff to previous 1331
* fix in the configure script for an intltoolize problem


Revision 1331 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 9 11:30:42 2007 UTC (16 years, 7 months ago) by persson
Original Path: gigedit/trunk/configure.ac
File length: 4301 byte(s)
Diff to previous 1322 , to selected 1356
* fixed load/save of crossfade values on big-endian systems


Revision 1322 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 4 11:04:56 2007 UTC (16 years, 7 months ago) by schoenebeck
Original Path: gigedit/trunk/configure.ac
File length: 4249 byte(s)
Diff to previous 1303 , to selected 1356
* as counterpart to latest LS commit: added experimental support to
  synchronize gigedit with LinuxSampler to avoid race conditions / crash
  while modifying data structures and playing the instrument with LS at
  the same time
* packaging fixes: don't use a hard coded path to install the LS plugin
  DLL, trying to substitute the given LS plugin directory by the
  '${libdir}' automake variable (mandatory i.e. for Gentoo ebuild) and
  include plugin/linuxsamplerplugin.h into the release tarball
  ('make dist')
* updated German translation (po/de.po)


Revision 1303 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 26 09:29:52 2007 UTC (16 years, 7 months ago) by persson
Original Path: gigedit/trunk/configure.ac
File length: 3926 byte(s)
Diff to previous 1236 , to selected 1356
* make sure samplechannel dimension gets created for stereo samples
* allow building with older versions of gtk and libsndfile
* remember selected dimension when switching regions
* fix for loop parameters for unmapped dimregions
* check if file is savable before trying to save


Revision 1236 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 16 11:28:29 2007 UTC (16 years, 10 months ago) by persson
Original Path: gigedit/trunk/configure.ac
File length: 3548 byte(s)
Diff to previous 1230 , to selected 1356
* added quick start documentation by Alexander Methke


Revision 1230 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 10 11:58:01 2007 UTC (16 years, 10 months ago) by schoenebeck
Original Path: gigedit/trunk/configure.ac
File length: 3495 byte(s)
Diff to previous 1228 , to selected 1356
* the correct plugin path of the installed LinuxSampler is now
  automatically retrieved by the configure script using LS's respective
  pkg-config variable field


Revision 1228 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 10 11:20:15 2007 UTC (16 years, 10 months ago) by schoenebeck
Original Path: gigedit/trunk/configure.ac
File length: 3001 byte(s)
Diff to previous 1226 , to selected 1356
- tiny automake fix of the previous commit batch


Revision 1226 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 10 11:01:16 2007 UTC (16 years, 10 months ago) by schoenebeck
Original Path: gigedit/trunk/configure.ac
File length: 2743 byte(s)
Diff to previous 1213 , to selected 1356
* revised directories to a more automake-friendly structure
  to avoid compilation and install errors


Revision 1213 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 30 00:14:05 2007 UTC (16 years, 10 months ago) by schoenebeck
Original Path: gigedit/trunk/configure.ac
File length: 2721 byte(s)
Diff to previous 1152 , to selected 1356
* moved instrument editor into a shared library 'libgigedit', the 'gigedit'
  binary is now just calling that shared library
* implemented an "instrument editor plugin" for LinuxSampler to allow
  on-the-fly instrument editing within the sampler's own process
  (this is an optional feature, auto detected at compile time)


Revision 1152 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 9 18:52:39 2007 UTC (17 years ago) by schoenebeck
Original Path: gigedit/trunk/configure.ac
File length: 666 byte(s)
Diff to previous 1121 , to selected 1356
* added Makefile.cvs (just for standard compliance with other projects)
* added Debian packaging infrastructure


Revision 1121 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 24 17:41:39 2007 UTC (17 years ago) by persson
Original Path: gigedit/trunk/configure.ac
File length: 650 byte(s)
Diff to previous 1085 , to selected 1356
* updated README
* require libgig 3.1.1


Revision 1085 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 8 19:18:23 2007 UTC (17 years, 1 month ago) by schoenebeck
Original Path: gigedit/trunk/configure.ac
File length: 650 byte(s)
Diff to previous 1073 , to selected 1356
- started to implement "Add Samples" function
  (not yet fully working though)


Revision 1073 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 5 20:48:23 2007 UTC (17 years, 1 month ago) by persson
Original Path: gigedit/trunk/configure.ac
File length: 521 byte(s)
Diff to previous 1072 , to selected 1356
- Yet another gettext fix (final?). Now intltool is back. I
  misunderstood, the intltool package is not needed at build time.


Revision 1072 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 5 20:01:15 2007 UTC (17 years, 1 month ago) by persson
Original Path: gigedit/trunk/configure.ac
File length: 515 byte(s)
Diff to previous 1068 , to selected 1356
- more gettext experiments: intltool is back in autogen.sh because it
  has a nicer po/Makefile.in.in. IT_PO_SUBDIR is used instead of
  IT_PROG_INTLTOOL so intltool isn't required by configure.


Revision 1068 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 4 21:03:18 2007 UTC (17 years, 1 month ago) by persson
Original Path: gigedit/trunk/configure.ac
File length: 513 byte(s)
Diff to previous 1066 , to selected 1356
- removed intltool dependency completely


Revision 1066 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 4 14:49:30 2007 UTC (17 years, 1 month ago) by schoenebeck
Original Path: gigedit/trunk/configure.ac
File length: 496 byte(s)
Diff to previous 1053 , to selected 1356
- just minor automake / autoconf fix (moved check for intltool from
  configure.ac to autogen.sh, since intltool is only needed at autogen.sh
  stage anyway)


Revision 1053 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 3 12:20:01 2007 UTC (17 years, 1 month ago) by persson
Original Path: gigedit/trunk/configure.ac
File length: 521 byte(s)
Copied from: gigedit/branches/linuxsampler_org/configure.ac revision 1052
Diff to previous 1052 , to selected 1356
This commit was generated by cvs2svn to compensate for changes in r1052,
which included commits to RCS files with non-trunk default branches.

Revision 1052 - (view) (download) (annotate) - [select for diffs]
Added Sat Mar 3 12:20:01 2007 UTC (17 years, 1 month ago) by persson
Original Path: gigedit/branches/linuxsampler_org/configure.ac
File length: 521 byte(s)
Diff to selected 1356
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