Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lilypond/
Date: Mon, 03 Apr 2017 08:34:59
Message-Id: 1491208465.906ad545e8d1f6dd3e5ed71149341294ef1612bf.radhermit@gentoo
1 commit: 906ad545e8d1f6dd3e5ed71149341294ef1612bf
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 3 08:22:52 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 3 08:34:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=906ad545
7
8 media-sound/lilypond: version bump to 2.19.58
9
10 media-sound/lilypond/Manifest | 1 +
11 media-sound/lilypond/lilypond-2.19.58.ebuild | 147 +++++++++++++++++++++++++++
12 2 files changed, 148 insertions(+)
13
14 diff --git a/media-sound/lilypond/Manifest b/media-sound/lilypond/Manifest
15 index 2efef68c449..9c634e5ce47 100644
16 --- a/media-sound/lilypond/Manifest
17 +++ b/media-sound/lilypond/Manifest
18 @@ -3,3 +3,4 @@ DIST lilypond-2.19.54.tar.gz 17068093 SHA256 0ee709f1e58caf13cf5abea9bb74179ba5c
19 DIST lilypond-2.19.55.tar.gz 17138603 SHA256 fe39c2ce7ff5c1945e4bf96deffdf17fe962d681aa9aeb585e5691e301acb31b SHA512 4e3c8f408a3508bd6f82951a417aa67cbbcf11d9d77e128cb52512418d3f91df781ac07356ea96a1b60b67ce42c48ee7dcad44100ddf64584a6f4e0f58f1e0a5 WHIRLPOOL ef60cd6bd5043f5d22f97513e0c93a96ea6698bcf26ebadf204bf30ce19aed70bfb7114d158f23b36370543858bda44e7fb660f778ecd420fa9430801681c55c
20 DIST lilypond-2.19.56.tar.gz 17157260 SHA256 71e53cb4a7c1fe33f383be1af186b40a9b42d81784f6fb5e605c29be5359265c SHA512 e56dc3dab2768d0056e2525d19ab9e2e0c74e781a2bc914ac910a4c85f770ef55561e6110386211025de34fa608d16988cc0a3ae398e8f347ac993013ef832af WHIRLPOOL a042048bea43ee2cfe49612b6ec1ae550d3abfa7e4ed0a62c0c805ac429340f2fa4979e1c3995aa516796aadf6135d2c714212d971a087bdb725fa6d89f8f567
21 DIST lilypond-2.19.57.tar.gz 17182103 SHA256 be86019ae91cf78267081e96f35cf682931d0219215e160b16b03b907cac755a SHA512 12fed797591e95452d628291c95a5a22fadd6f54a3d98fbb40d2e1e1061153cfdb555a843a7f036139194d8e4a8bd6ac0a27ad94bec7fe632aa4e8cca5a328da WHIRLPOOL fdb8b80a008e076494a3fec50cc79e4436b6f9765837b99394911e7416642f5063497690490f591569f6c312f7cdaa30e2d4dc6c6c768f9da0d1c3f4d32c3366
22 +DIST lilypond-2.19.58.tar.gz 17188063 SHA256 074ee50299c7791403c8354a3604a0f0b3d35b8440fc53726d181b17c7ba4a72 SHA512 e5117a02c0a18b335fc74aa864c8432fe8dcf91691ad592cae7991e1097063397b82bdfbab6b24439e0027ce946059f2169534d998e63f2230fcbbba0fcc8e91 WHIRLPOOL fe301dc4c357adba53cf5bc247d9ecfa8384d2d21d39fe6d735ada1c4a180907bf576763fe7eaeb1f1eab80833bdd25e27399a8fd3fb28148790cfa799fa5558
23
24 diff --git a/media-sound/lilypond/lilypond-2.19.58.ebuild b/media-sound/lilypond/lilypond-2.19.58.ebuild
25 new file mode 100644
26 index 00000000000..4b68761a09e
27 --- /dev/null
28 +++ b/media-sound/lilypond/lilypond-2.19.58.ebuild
29 @@ -0,0 +1,147 @@
30 +# Copyright 1999-2016 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +PYTHON_COMPAT=( python2_7 )
35 +
36 +[[ "${PV}" = "9999" ]] && inherit git-r3
37 +inherit elisp-common autotools python-single-r1 xdg-utils
38 +
39 +if [[ "${PV}" = "9999" ]]; then
40 + EGIT_REPO_URI="git://git.sv.gnu.org/lilypond.git"
41 +else
42 + SRC_URI="http://download.linuxaudio.org/lilypond/sources/v${PV:0:4}/${P}.tar.gz"
43 + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86"
44 +fi
45 +
46 +DESCRIPTION="GNU Music Typesetter"
47 +HOMEPAGE="http://lilypond.org/"
48 +
49 +LICENSE="GPL-3 FDL-1.3"
50 +SLOT="0"
51 +LANGS=" ca cs da de el eo es fi fr it ja nl ru sv tr uk vi zh_TW"
52 +IUSE="debug emacs guile2 profile vim-syntax ${LANGS// / linguas_}"
53 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
54 +
55 +RDEPEND=">=app-text/ghostscript-gpl-8.15
56 + >=dev-scheme/guile-1.8.2:12[deprecated,regex]
57 + media-fonts/tex-gyre
58 + media-libs/fontconfig
59 + media-libs/freetype:2
60 + >=x11-libs/pango-1.12.3
61 + emacs? ( virtual/emacs )
62 + guile2? ( >=dev-scheme/guile-2:12 )
63 + !guile2? (
64 + >=dev-scheme/guile-1.8.2:12[deprecated,regex]
65 + <dev-scheme/guile-2.0:12
66 + )
67 + ${PYTHON_DEPS}"
68 +DEPEND="${RDEPEND}
69 + app-text/t1utils
70 + dev-lang/perl
71 + dev-libs/kpathsea
72 + >=dev-texlive/texlive-metapost-2013
73 + || (
74 + >=app-text/texlive-core-2013
75 + >=dev-tex/metapost-1.803
76 + )
77 + virtual/pkgconfig
78 + media-gfx/fontforge[png]
79 + >=sys-apps/texinfo-4.11
80 + >=sys-devel/bison-2.0
81 + sys-devel/flex
82 + sys-devel/gettext
83 + sys-devel/make"
84 +
85 +# Correct output data for tests isn't bundled with releases
86 +RESTRICT="test"
87 +
88 +DOCS=( DEDICATION HACKING README.txt ROADMAP )
89 +
90 +pkg_setup() {
91 + # make sure >=metapost-1.803 is selected if it's installed, bug 498704
92 + if [[ ${MERGE_TYPE} != binary ]] && has_version ">=dev-tex/metapost-1.803" ; then
93 + if [[ $(readlink "${EROOT}"/usr/bin/mpost) =~ mpost-texlive-* ]] ; then
94 + einfo "Updating metapost symlink"
95 + eselect mpost update || die
96 + fi
97 + fi
98 +
99 + python-single-r1_pkg_setup
100 +}
101 +
102 +src_prepare() {
103 + default
104 +
105 + if ! use vim-syntax ; then
106 + sed -i 's/vim//' GNUmakefile.in || die
107 + fi
108 +
109 + # respect CFLAGS
110 + sed -i 's/OPTIMIZE -g/OPTIMIZE/' aclocal.m4 || die
111 +
112 + for lang in ${LANGS}; do
113 + use linguas_${lang} || rm po/${lang}.po || die
114 + done
115 +
116 + # respect AR
117 + sed -i "s/^AR=ar/AR=$(tc-getAR)/" stepmake/stepmake/library-vars.make || die
118 +
119 + # remove bundled texinfo file (fixes bug #448560)
120 + rm tex/texinfo.tex || die
121 +
122 + eautoreconf
123 +
124 + xdg_environment_reset #586592
125 +}
126 +
127 +src_configure() {
128 + # documentation generation currently not supported since it requires a newer
129 + # version of texi2html than is currently in the tree
130 +
131 + local myeconfargs=(
132 + --with-texgyre-dir=/usr/share/fonts/tex-gyre
133 + --disable-documentation
134 + --disable-optimising
135 + --disable-pipe
136 + $(use_enable debug debugging)
137 + $(use_enable guile2)
138 + $(use_enable profile profiling)
139 + )
140 +
141 + econf "${myeconfargs[@]}"
142 +}
143 +
144 +src_compile() {
145 + default
146 +
147 + if use emacs ; then
148 + elisp-compile elisp/lilypond-{font-lock,indent,mode,what-beat}.el \
149 + || die "elisp-compile failed"
150 + fi
151 +}
152 +
153 +src_install () {
154 + emake DESTDIR="${D}" vimdir=/usr/share/vim/vimfiles install
155 +
156 + # remove elisp files since they are in the wrong directory
157 + rm -r "${ED}"/usr/share/emacs || die
158 +
159 + if use emacs ; then
160 + elisp-install ${PN} elisp/*.{el,elc} elisp/out/*.el \
161 + || die "elisp-install failed"
162 + elisp-site-file-install "${FILESDIR}"/50${PN}-gentoo.el
163 + fi
164 +
165 + python_fix_shebang "${ED}"
166 +
167 + einstalldocs
168 +}
169 +
170 +pkg_postinst() {
171 + use emacs && elisp-site-regen
172 +}
173 +
174 +pkg_postrm() {
175 + use emacs && elisp-site-regen
176 +}