Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f51bda4bf6ec295bc5b38ecd60828f6c7c82b3c1

commit f51bda4bf6ec295bc5b38ecd60828f6c7c82b3c1
Author: Elentir <elen...@frugalware.org>
Date:   Mon Sep 5 23:13:06 2011 +0200

lilypond-2.14.2-1-x86_64

* version bump
* change m8r

diff --git a/source/xapps-extra/lilypond/FrugalBuild 
b/source/xapps-extra/lilypond/FrugalBuild
index 7b4210e..ef62461 100644
--- a/source/xapps-extra/lilypond/FrugalBuild
+++ b/source/xapps-extra/lilypond/FrugalBuild
@@ -1,21 +1,19 @@
# Compiling time: 17.32 SBU
-# Maintainer: CSÉCSY László <boo...@frugalware.org>
+# Maintainer: Elentir <elen...@frugalware.org>

pkgname=lilypond
-pkgver=2.12.3
+pkgver=2.14.2
pkgrel=1
pkgdesc="Music notation for everyone"
url="http://lilypond.org/web/";
depends=('guile>=1.8.8' 'python' 'pango' 'ghostscript')
-makedepends=('netpbm' 'imagemagick' 'texi2html' 'texlive-fonts-extra' 
'texinfo' 'mftrace' 'zip' 'fontforge' 'urw-fonts')
+makedepends=('netpbm' 'imagemagick' 'texi2html' 'texlive-fonts-extra' 
'dblatex' 'mftrace' 'zip' 'fontforge' 'urw-fonts' 'cups')
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
 \
-       lilypond-gcc45.patch)
+up2date="Flasttar http://lilypond.org/source.html";
+source=(http://download.linuxaudio.org/lilypond/sources/v2.14/$pkgname-$pkgver.tar.gz)
options=('scriptlet')
-sha1sums=('f36072d5f57b2a3d3877e82879be375d548aa951' \
-          '6fe457590499c93fb0581a40d3b8c29eac56c77e')
+sha1sums=('0ea657bb184d9d6a2e3f6bca91e6b0d62a3a013e')

subpkgs=('lilypond-doc')
subdescs=('Documentation for LilyPond')
@@ -25,9 +23,6 @@ subarchs=('i686 x86_64')

build()
{
-       # fix issue with bibtex configuration
-       Fsed "tempfile = tempfile.mktemp ('bib2html')" "tempfile = 
tempfile.mktemp ('bib2html', dir=os.path.relpath('.'))" 
$Fsrcdir/$pkgname-$pkgver/scripts/build/bib2html.py
-
# don't build parallel
unset MAKEFLAGS
Fbuild --with-ncsb-dir=/usr/share/ghostscript/fonts
diff --git a/source/xapps-extra/lilypond/lilypond-gcc45.patch 
b/source/xapps-extra/lilypond/lilypond-gcc45.patch
deleted file mode 100644
index 6af391f..0000000
--- a/source/xapps-extra/lilypond/lilypond-gcc45.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-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
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to