Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gmp5.git;a=commitdiff;h=c6ceba42e4723edad07efe21624a1aa63d8338c3
commit c6ceba42e4723edad07efe21624a1aa63d8338c3 Author: Elentir <[email protected]> Date: Sat Feb 12 01:11:27 2011 +0100 lilypond-2.12.3-1-i686 * version bump diff --git a/source/xapps-extra/lilypond/FrugalBuild b/source/xapps-extra/lilypond/FrugalBuild index 1a66d5a..dcf2d3c 100644 --- a/source/xapps-extra/lilypond/FrugalBuild +++ b/source/xapps-extra/lilypond/FrugalBuild @@ -2,8 +2,8 @@ # Maintainer: CSÉCSY László <[email protected]> pkgname=lilypond -pkgver=2.12.1 -pkgrel=3 +pkgver=2.12.3 +pkgrel=1 pkgdesc="music notation for everyone" url="http://lilypond.org/web/" depends=('fontforge' 'mftrace>=1.2.3' 'guile>=1.8.8' 'texinfo' 'python' 'gettext' 'pango' 'ghostscript' 'urw-fonts' 'fontconfig' 'freetype2' 'libtool>=2.2.2') @@ -11,7 +11,8 @@ makedepends=('netpbm' 'imagemagick>=6.4.8_9' 'rsync' 'zip') groups=('xapps-extra') archs=('i686' 'x86_64') up2date="lynx -dump 'http://lilypond.org/web/' | grep 'Stable.*Docum' | sed 's/.* \([0-9\.]\+\) .*/\1/'" -source=(http://download.linuxaudio.org/lilypond/sources/v2.12/$pkgname-$pkgver.tar.gz) +source=(http://download.linuxaudio.org/lilypond/sources/v2.12/$pkgname-$pkgver.tar.gz \ + lilypond-gcc45.patch) options=('scriptlet') docpkg=lilypond-doc @@ -33,4 +34,5 @@ build() } # optimization OK -sha1sums=('203bead967f8409dbac00fd835d2a411694f408b') +sha1sums=('f36072d5f57b2a3d3877e82879be375d548aa951' \ + '6fe457590499c93fb0581a40d3b8c29eac56c77e') diff --git a/source/xapps-extra/lilypond/lilypond-gcc45.patch b/source/xapps-extra/lilypond/lilypond-gcc45.patch new file mode 100644 index 0000000..6af391f --- /dev/null +++ b/source/xapps-extra/lilypond/lilypond-gcc45.patch @@ -0,0 +1,16 @@ +diff --git a/lily/spacing-spanner.cc b/lily/spacing-spanner.cc +index 99fe982..6949458 100644 +--- a/lily/spacing-spanner.cc ++++ b/lily/spacing-spanner.cc +@@ -38,8 +38,8 @@ Spacing_spanner::get_columns (Grob *me_grob) + vsize end = binary_search (all, (Grob*) me->get_bound (RIGHT), + &Paper_column::less_than); + +- all = vector<Grob*>::vector<Grob*> (all.begin () + start, +- all.begin () + end + 1); ++ all = vector<Grob*> (all.begin () + start, ++ all.begin () + end + 1); + return all; + } + +--
_______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
