Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Drop netpbm
Browse files Browse the repository at this point in the history
Not needed anymore for LilyPond 2.21.6
  • Loading branch information
hahnjo committed Aug 28, 2020
1 parent 430097b commit 3cb1e94
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 46 deletions.
1 change: 0 additions & 1 deletion gub/sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
icoutils = join (nongnu, 'icoutils/icoutils-0.26.0.tar.gz')
libpng = join (sf, 'libpng/libpng-1.2.8-config.tar.gz')
mftrace = join (lp, 'mftrace/mftrace-1.2.14.tar.gz')
netpbm = join (gub, 'netpbm-patched-10.35.tar.bz2')
pkg_config = 'https://pkg-config' + join (freedesktop, 'pkg-config-0.29.2.tar.gz')
potrace = join (sf, 'potrace/potrace-1.7.tar.gz')
python = 'https://www.python.org/ftp/python/%(version)s/Python-2.4.2.tar.bz2'
Expand Down
1 change: 0 additions & 1 deletion gub/specs/lilypond-doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
class LilyPond_doc (lilypond.LilyPond_base):
dependencies = (lilypond.LilyPond_base.dependencies
+ [
'tools::netpbm',
'tools::imagemagick',
'tools::rsync', # ugh, we depend on *rsync* !?
#'tools::texlive',
Expand Down
1 change: 0 additions & 1 deletion gub/specs/lilypond-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ class LilyPond_test (lilypond.LilyPond_base):
dependencies = (lilypond.LilyPond_base.dependencies
+ [
'tools::imagemagick',
'tools::netpbm',
'tools::fonts-dejavu',
'tools::fonts-libertine',
'tools::fonts-bitstream-charter',
Expand Down
41 changes: 0 additions & 41 deletions gub/specs/netpbm.py

This file was deleted.

1 change: 0 additions & 1 deletion sourcefiles/lilypond.README
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ Website/documentation build requirements (lilypond-doc package):

mftrace, http://www.cs.uu.nl/people/hanwen/mftrace
potrace, http://potrace.sourceforge.net
netpbm, http://netpbm.sourceforge.net
t1utils, http://www.lcdf.org/~eddietwo/type/

Recommended website/documentation build requirements:
Expand Down
1 change: 0 additions & 1 deletion web/applications.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ <h2>GUB Build specifications</h2>
<a href="https://github.com/gperciva/gub/tree/master/gub/specs/mpfr.py">gub/specs/mpfr.py</a></br>
<a href="https://github.com/gperciva/gub/tree/master/gub/specs/msys.py">gub/specs/msys.py</a></br>
<a href="https://github.com/gperciva/gub/tree/master/gub/specs/ncurses.py">gub/specs/ncurses.py</a></br>
<a href="https://github.com/gperciva/gub/tree/master/gub/specs/netpbm.py">gub/specs/netpbm.py</a></br>
<a href="https://github.com/gperciva/gub/tree/master/gub/specs/noweb.py">gub/specs/noweb.py</a></br>
<a href="https://github.com/gperciva/gub/tree/master/gub/specs/nsis.py">gub/specs/nsis.py</a></br>
<a href="https://github.com/gperciva/gub/tree/master/gub/specs/osx-lilypad.py">gub/specs/osx-lilypad.py</a></br>
Expand Down

0 comments on commit 3cb1e94

Please sign in to comment.