You are not logged in.

#1 2007-10-06 13:53:03

Eradest
Member
From: Germany
Registered: 2007-07-18
Posts: 56

[Update] Lilypond

Hi folks!
I'm not exactly shure whether I'm posting in the right place here, but nevertheless, the package "lilypond" (a music typesetter) in community needs upgrading.
The version in [community] and the AUR is 2.10.25, the newest is 2.10.33. I the package was already tagged as outdated, but as nothing happend I didn't find any information on such cases in the wiki, I decided posting here. Please correct me if i'm wrong wink

Here's the updated PKGBUILD:

pkgname=lilypond
pkgver=2.10.33
pkgrel=1
pkgdesc="An automated music engraving system"
arch=('i686' 'x86_64')
url="http://lilypond.org"
license=('GPL')
depends=('ec-fonts-mftraced' 'guile' 'python' 'tetex' 'ghostscript' 'pango' 'fontforge')
makedepends=('flex' 'bison' 'gettext' 'mftrace' 'texinfo')
source=("http://lilypond.org/download/v2.10/$pkgname-$pkgver.tar.gz")
md5sums=('86a67fcc404e942be723f8a72988b286')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr --with-ncsb-dir=/usr/share/fonts/Type1
  #Stop from making info pages
  sed -i "s:SUBDIRS=user bibliography pictures topdocs  misc:SUBDIRS=bibliography pictures topdocs  misc:" \
      Documentation/GNUmakefile
  make || return 1
  make DESTDIR=$startdir/pkg install || return 1
  install -D -m755 buildscripts/out/lilypond-words $startdir/pkg/usr/share/lilypond/$pkgver/buildscripts/out/lilypond-words
  find $startdir/pkg -name 'fonts.cache-1' -exec rm {} \;
}

Just changed the version and md5sum, compiles and runs fine here.

Hope the package get's updated now wink

Thx and bye
Eradest

Offline

#2 2007-10-06 18:16:39

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: [Update] Lilypond

Look in the PKGBUILD for the email address of the maintainer , in this case filoktetes, and mail them.

You could also add a comment to AUR that all that's needed is a change of the version number and md5sums.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2008-02-05 23:22:08

schmoemi
Member
From: Gersthofen, BY, Germany
Registered: 2004-10-17
Posts: 51
Website

Re: [Update] Lilypond

Is it possible that the 'ec-fonts-mftraced' dependency can be removed? Anyway, I cannot find any sources on the web any more.


The time when Microsoft starts making something that doesn't suck will be when they start making vacuum cleaners.

Offline

#4 2008-02-06 02:45:56

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: [Update] Lilypond

Submit a bug report (in the section for community packages).

Offline

Board footer

Powered by FluxBB