| Commit message (Expand) | Author | Age | Files | Lines |
* | Better fix for issue 1875: use -lsupc++ if required. | David Kastrup | 2011-12-05 | 1 | -3/+13 |
* | Work around compiler bug, Issue 1997: segfault in tablature-negative-fret.ly | David Kastrup | 2011-12-02 | 1 | -0/+1 |
* | Build: don't check gcc version numbers with clang...Joy, this was totally worth an hour. :( I hate build systems.
| Graham Percival | 2011-12-01 | 1 | -2/+6 |
* | Fix autoconf fallout from yaffut fix | David Kastrup | 2011-11-12 | 1 | -8/+4 |
* | Don't let yaffut try to demangle when autoconf figures this won't work | David Kastrup | 2011-11-11 | 1 | -0/+12 |
* | configure: require fontforge 20100501 or higher. | Graham Percival | 2011-06-09 | 1 | -4/+2 |
* | Guile compat: support scm_t_subr, a new typedef in v2.0.0...This typedef was added to Guile between versions 1.9.15 and 2.0.0.
For backward compatibility with Guile 1.9.15 and earlier, conditionally
define the typedef using a configure check.
| Patrick McCarty | 2011-02-21 | 1 | -1/+4 |
* | Build: fix 775 configure should detect doc reqs....It's a trivial patch, but I feel a bit sheepish proposing any
changes to the build system after making such a big deal about a
"build system freeze" back in June and July. :|
| Graham Percival | 2010-09-02 | 1 | -0/+6 |
* | Lilypond-book: Check for dblatex and pdflatex for the regtests...Generate pdf from tex/xml only if they exist. Otherwise, simply link
to the .tex and .xml files in collated-files.html rather than to
the resulting pdf.
| Reinhold Kainhofer | 2010-07-03 | 1 | -0/+2 |
* | Svg with woff fonts: revert FontForge requirement update....Apparently noone knows what version of FontForge is required. Previous
versions used in GUB were
20090923 unpatched, necessary for --enable-double
20080927 with patch
20080309
| Jan Nieuwenhuizen | 2010-06-24 | 1 | -1/+1 |
* | Experimental support for woff fonts in svg....WOFF files are a new w3c font standard esp. for embedding in
web pages and svg and allow being downloaded on the fly, see
http://en.wikipedia.org/wiki/Web_Open_Font_Format
http://www.w3.org/Submission/WOFF/
Use
out/bin/lilypond -d backend=svg example-1.ly
out/bin/lilypond -d backend=svg -d svg-woff --output=woff example-1.ly
cp example-1.svg woff.svg mf/out/emmentaler-20.woff /var/www/woff
and use firefox 3.6 or later to browse http://localhost/woff
(chromium-browser 5.0.375 does not have it yet, but it should be there
shortly, see http://code.google.com/p/chromium/issues/detail?id=25543 )
Or see the current results at
http://lilypond.org/people/janneke/woff/
| Jan Nieuwenhuizen | 2010-06-24 | 1 | -1/+4 |
* | Configure: Fix Guile 1.9 typedef checks....I forgot to update these checks after switching the test language to C++.
| Patrick McCarty | 2010-06-02 | 1 | -3/+3 |
* | Build: Bump Fontconfig minimum version....LilyPond currently uses an interface from Fontconfig that was
obsoleted in Fontconfig 2.3.96. To prepare for a code cleanup (in
the next commit), bump Fontconfig to 2.4.0, the next stable
release following 2.3.96.
| Patrick McCarty | 2010-05-08 | 1 | -1/+1 |
* | Build: Remove obsolete function checks. | Patrick McCarty | 2010-05-08 | 1 | -1/+1 |
* | Build: Use AS_HELP_STRING for configure options. | Patrick McCarty | 2010-05-08 | 1 | -5/+10 |
* | Build: Use documented AC_CONFIG_HEADERS instead. | Patrick McCarty | 2010-05-08 | 1 | -1/+1 |
* | Build: Bump the Autoconf minimum version....There are issues with Autoconf < 2.60 and checking for gettext
(see issue #805), so let's try a more modern version.
| Patrick McCarty | 2010-05-08 | 1 | -1/+1 |
* | Build: Set C++ as the default language for tests....We already check for C/C++ compilers, but the feature tests
should use g++, not gcc.
| Patrick McCarty | 2010-05-08 | 1 | -4/+1 |
* | Build: Remove commented configure check. | Patrick McCarty | 2010-05-06 | 1 | -1/+0 |
* | Build: Remove obsolete `gui' configure option. | Patrick McCarty | 2010-05-06 | 1 | -10/+0 |
* | Build: Move Autoconf version check to standard location. | Patrick McCarty | 2010-05-06 | 1 | -0/+2 |
* | Build: Update configure.in with `autoupdate'. | Patrick McCarty | 2010-05-06 | 1 | -7/+4 |
* | Configure: Add backward compat fix for Guile 1.8....Guile 1.9 introduces two new typedefs that are used with the
scm_internal_hash_fold() and scm_internal_hash_for_each_handle()
functions.
To preserve backward compatibility with Guile 1.8, we must check for
these typedefs in Guile's API, and conditionally compile them.
According to the Guile team, these two functions were intended for
internal use (thus their naming convention), so LilyPond should
eventually migrate away from using them.
| Patrick McCarty | 2010-04-16 | 1 | -0/+7 |
* | Configure: Remove unused header check. | Patrick McCarty | 2010-04-16 | 1 | -1/+1 |
* | Update program requirements....New running requirements:
* guile 1.8.2
* ghostscript 8.60
| Mark Polesky | 2010-01-21 | 1 | -6/+4 |
* | Remove outdated configure checks....mbrtowc() is no longer used, so remove the appropriate checks.
| Patrick McCarty | 2009-11-12 | 1 | -3/+1 |
* | configure: Match one PFB font if duplicates are found...If fc-list finds more than one identical PFB font, we only want to match
one of them. This case is probably rare, but we should be defensive
anyway.
| Patrick McCarty | 2009-08-27 | 1 | -1/+2 |
* | Fix `make install', and fix #812 | Patrick McCarty | 2009-08-27 | 1 | -5/+2 |
* | [config] Use fc-list....In case there are different Century fonts available on the system (for
example, in both PFB and OTF format), fc-match only lists the first match
which can be the non-PFB one, while fc-list lists them all.
| Werner Lemberg | 2009-08-27 | 1 | -4/+4 |
* | [configure]: Reject OTF versions from Century fonts too. | Werner Lemberg | 2009-08-25 | 1 | -1/+3 |
* | Autoconf: fix CFLAGS/CXXFLAGS recognition...For Autoconf 2.64, we require a workaround to preserve correct M4 macro
nesting, yet still keep the correct CFLAGS and CXXFLAGS.
This fixes --disable-optimising, for example.
I've also tested Autoconf 2.63 and 2.62.
| Patrick McCarty | 2009-08-10 | 1 | -3/+0 |
* | Building documentation in Japanese requires Texi2html >= 1.82 | John Mandereau | 2009-08-10 | 1 | -1/+1 |
* | Fix build with Autoconf 2.64 | Patrick McCarty | 2009-08-06 | 1 | -0/+3 |
* | Update documentation targets...- remove old target 'doc': text documentation is already generated
by 'make all'.
- user target name changes:
web -> doc
web-1 -> doc-stage-1
web-clean -> doc-clean
web-install -> install-doc
web-uninstall -> uninstall-doc
info-install -> install-info
- internal target names changes:
do-top-doc -> top-doc
localpo -> local-po
- protect private documentation targets with conditional testing
of out==www;
- automatically generate README.txt and INSTALL.txt even for a Git
checkout when autogen.sh and configure are successful.
| John Mandereau | 2009-04-27 | 1 | -0/+5 |
* | Make fc-match prefer Type 1 over TTF for NCSB files...This fixes font selection on some Debian systems with a Canorus
package that installs NCSB in TTF format, which makes fc-match prefer
TTF over Type 1 (reported by David Kastrup). Setting the foundry
field to "urw" restores fc-match selection of Type 1.
| John Mandereau | 2009-03-20 | 1 | -1/+1 |
* | Revert texi2html to OPTIONAL: only needed for building web. Fixes gub3 build. | Jan Nieuwenhuizen | 2009-02-08 | 1 | -1/+1 |
* | Remove support for HTML output by makeinfo | John Mandereau | 2009-02-05 | 1 | -1/+1 |
* | Rename aux 'directories' to 'auxiliar' for Windows compatibility...Rename scripts/aux/ to scripts/auxiliar/
and python/aux/ to python/auxiliar/.
| John Mandereau | 2009-01-06 | 1 | -1/+1 |
* | Clean up buildscripts...- move scripts from buildscripts/ according to the new ROADMAP, create
three directories for this purpose: scripts/aux/, scripts/build/ and
python/aux;
- make permissions and interpreter specs clearer: all scripts in
scripts/build are non-executable and use an interpreter determined in
config.make, all scripts in scripts/aux use hard-coded interpreters;
- always use built avatars of scripts in scripts/build, as a
consequence remove interpreter invocations which are no longer needed;
- keep old scripts in buildscripts/ which are junked in the very next
commits.
| John Mandereau | 2009-01-05 | 1 | -1/+1 |
* | Append /../lib to default rpath. | Jan Nieuwenhuizen | 2008-11-08 | 1 | -1/+1 |
* | Add --enable-rpath feature, defaulting to $ORIGIN/../lib. Default off. | Jan Nieuwenhuizen | 2008-11-08 | 1 | -2/+19 |
* | Fix trailing spaces and split long Python lines...Also remove commented out duplicate makeinfo configure check,
and remove duplicate stalled Texinfo macros.
All these nitpicks have been caught by checking output from
git diff master dev/texi2html
| John Mandereau | 2008-09-02 | 1 | -2/+0 |
* | Make texi2html optional...For details, see email thread
http://lists.gnu.org/archive/html/lilypond-devel/2008-08/msg00479.html
| John Mandereau | 2008-08-31 | 1 | -1/+1 |
* | Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into... | Reinhold Kainhofer | 2008-07-19 | 1 | -0/+2 |
|\ |
|
| * | Add configure check for t1asm | John Mandereau | 2008-07-18 | 1 | -0/+2 |
* | | Merge branch 'master' into dev/texi2html | Reinhold Kainhofer | 2008-07-07 | 1 | -1/+1 |
|\| |
|
| * | Add HAVE_FPU_CONTROL_H, so compile does not fail on FreeBSD. | Han-Wen Nienhuys | 2008-06-07 | 1 | -1/+1 |
* | | Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into... | Reinhold Kainhofer | 2008-04-18 | 1 | -2/+2 |
|\| |
|
| * | Relax gcc/g++ version requirement to 3.4....Enables GUB building for Cygwin with 3.4. Using gcc 4.x is recommended.
| Jan Nieuwenhuizen | 2008-04-18 | 1 | -2/+2 |
* | | Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into... | Reinhold Kainhofer | 2008-04-15 | 1 | -2/+0 |
|\| |
|