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

Log of /gigedit/trunk/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 2151 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 21 12:38:41 2010 UTC (13 years, 4 months ago) by persson
File length: 7579 byte(s)
Diff to previous 2129
* use Cairo instead of deprecated gdk drawing primitives
* avoid deprecated gtk methods when using newer gtk versions
* raised minimum supported gtkmm version to 2.8


Revision 2129 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 25 13:57:22 2010 UTC (13 years, 5 months ago) by persson
File length: 7570 byte(s)
Diff to previous 1961
* minor fix in configure for cross-compiling


Revision 1961 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 31 10:38:58 2009 UTC (14 years, 7 months ago) by schoenebeck
File length: 7569 byte(s)
Diff to previous 1959
- minor adjustments for release 0.2.0


Revision 1959 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 31 10:15:27 2009 UTC (14 years, 7 months ago) by persson
File length: 7569 byte(s)
Diff to previous 1824
* preparations for release 0.2.0


Revision 1824 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 10 11:47:00 2009 UTC (15 years, 2 months ago) by schoenebeck
File length: 7569 byte(s)
Diff to previous 1823
* added rpm packaging file
  (patch by Devin Anderson, slightly modified, fixes #88)


Revision 1823 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 28 09:58:05 2008 UTC (15 years, 2 months ago) by persson
File length: 7555 byte(s)
Diff to previous 1809
* Windows fixes: find translation files after install. Don't open
  a console window.


Revision 1809 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 14 15:52:10 2008 UTC (15 years, 3 months ago) by persson
File length: 7413 byte(s)
Diff to previous 1793
* fixes for building the plugin with MinGW


Revision 1793 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 16 19:23:57 2008 UTC (15 years, 4 months ago) by persson
File length: 7392 byte(s)
Diff to previous 1679
* fixed configure check for libsndfile loop support


Revision 1679 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 12 14:13:46 2008 UTC (16 years, 1 month ago) by schoenebeck
File length: 7380 byte(s)
Diff to previous 1645
* in "Save As..." dialog set inital filename to "copy_of_<filename>" and
  show a warning message that saving to the same .gig file will corrupt
  the sample wave data
* added autoconf test for the recent virtual MIDI device support on LS
  side to prevent compile time errors when compiling gigedit against an
  old LS version


Revision 1645 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 19 20:07:39 2008 UTC (16 years, 2 months ago) by schoenebeck
File length: 5639 byte(s)
Diff to previous 1562
* autoconf fix: LS plugin dirs with digits in their prefix
  (e.g. "/usr/lib64/foo") are now resolved in relative dirs as well
  (show a warning when resolving the relative path failed)


Revision 1562 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 6 18:30:40 2007 UTC (16 years, 3 months ago) by persson
File length: 4801 byte(s)
Diff to previous 1451
* 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, 5 months ago) by schoenebeck
File length: 4801 byte(s)
Diff to previous 1441
* added Windows installer


Revision 1441 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 15 20:02:33 2007 UTC (16 years, 5 months ago) by persson
File length: 4782 byte(s)
Diff to previous 1411
- 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, 5 months ago) by schoenebeck
File length: 4787 byte(s)
Diff to previous 1396
* 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, 5 months ago) by schoenebeck
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) - [select for diffs]
Modified Sat Sep 22 07:40:13 2007 UTC (16 years, 6 months ago) by persson
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, 6 months ago) by persson
File length: 4301 byte(s)
Diff to previous 1322
* 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, 6 months ago) by schoenebeck
File length: 4249 byte(s)
Diff to previous 1303
* 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, 6 months ago) by persson
File length: 3926 byte(s)
Diff to previous 1236
* 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, 9 months ago) by persson
File length: 3548 byte(s)
Diff to previous 1230
* 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, 9 months ago) by schoenebeck
File length: 3495 byte(s)
Diff to previous 1228
* 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, 9 months ago) by schoenebeck
File length: 3001 byte(s)
Diff to previous 1226
- 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, 9 months ago) by schoenebeck
File length: 2743 byte(s)
Diff to previous 1213
* 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, 9 months ago) by schoenebeck
File length: 2721 byte(s)
Diff to previous 1152
* 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 (16 years, 11 months ago) by schoenebeck
File length: 666 byte(s)
Diff to previous 1121
* 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 (16 years, 11 months ago) by persson
File length: 650 byte(s)
Diff to previous 1085
* 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 ago) by schoenebeck
File length: 650 byte(s)
Diff to previous 1073
- 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 ago) by persson
File length: 521 byte(s)
Diff to previous 1072
- 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 ago) by persson
File length: 515 byte(s)
Diff to previous 1068
- 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 ago) by persson
File length: 513 byte(s)
Diff to previous 1066
- removed intltool dependency completely


Revision 1066 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 4 14:49:30 2007 UTC (17 years ago) by schoenebeck
File length: 496 byte(s)
Diff to previous 1053
- 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 ago) by persson
File length: 521 byte(s)
Copied from: gigedit/branches/linuxsampler_org/configure.ac revision 1052
Diff to previous 1052
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 ago) by persson
Original Path: gigedit/branches/linuxsampler_org/configure.ac
File length: 521 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