Re: Add installing optional URW++ fonts (issue 315850043 bytruer...@gmail.com)

2016-11-16 Thread Phil Holmes

I can upload a tarball to lilypond.org if needed.

--
Phil Holmes

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: Add installing optional URW++ fonts (issue 315850043 by truer...@gmail.com)

2016-11-16 Thread pkx166h

On 2016/11/16 15:40:48, pkx166h wrote:

On 2016/11/16 14:35:05, trueroad_trueroad.jp wrote:
> > But, I think that the simplest way is to distribute the tarball at

the

> LilyPond site.
> > e.g.
> >
>


http://lilypond.org/downloads/gub-sources/urw-fonts/urw-core35-fonts-79bcdfb.tar.gz

> >
> > And change the warning message of configure script.
> > e.g.
> > (download tarball from
> >
>


http://lilypond.org/downloads/gub-sources/urw-fonts/urw-core35-fonts-79bcdfb.tar.gz

> > and extract it under '~/.local/share/fonts' etc., or use

--with-urwotf-dir)

>
> I've made `urw-core35-fonts-79bcdfb.tar.xz`.
>

https://drive.google.com/file/d/0ByGBX3PDrqjsbm9TOWktWjFCRmM/view?usp=sharing

>
> If someone uploads it as
>


`http://lilypond.org/downloads/gub-sources/urw-fonts/urw-core35-fonts-79bcdfb.tar.xz`,

> I will upload Patch Set 2 to Rietveld for changing the warning

message.

>
> Or should I push the current Patch Set 1?



Push patch set 1. Then we can worry about getting the download up to

LilyPond

site afterwards. I will create a tracker to document all this.



James


https://sourceforge.net/p/testlilyissues/issues/4998/

has been created to document these changes.

james

https://codereview.appspot.com/315850043/

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: Add installing optional URW++ fonts (issue 315850043 by truer...@gmail.com)

2016-11-16 Thread pkx166h

On 2016/11/16 14:35:05, trueroad_trueroad.jp wrote:

> But, I think that the simplest way is to distribute the tarball at

the

LilyPond site.
> e.g.
>


http://lilypond.org/downloads/gub-sources/urw-fonts/urw-core35-fonts-79bcdfb.tar.gz

>
> And change the warning message of configure script.
> e.g.
> (download tarball from
>


http://lilypond.org/downloads/gub-sources/urw-fonts/urw-core35-fonts-79bcdfb.tar.gz

> and extract it under '~/.local/share/fonts' etc., or use

--with-urwotf-dir)


I've made `urw-core35-fonts-79bcdfb.tar.xz`.


https://drive.google.com/file/d/0ByGBX3PDrqjsbm9TOWktWjFCRmM/view?usp=sharing


If someone uploads it as


`http://lilypond.org/downloads/gub-sources/urw-fonts/urw-core35-fonts-79bcdfb.tar.xz`,

I will upload Patch Set 2 to Rietveld for changing the warning

message.


Or should I push the current Patch Set 1?


Push patch set 1. Then we can worry about getting the download up to
LilyPond site afterwards. I will create a tracker to document all this.

James

https://codereview.appspot.com/315850043/

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: Add installing optional URW++ fonts (issue 315850043 by truer...@gmail.com)

2016-11-16 Thread Masamichi Hosoda
> But, I think that the simplest way is to distribute the tarball at the 
> LilyPond site.
> e.g.
> http://lilypond.org/downloads/gub-sources/urw-fonts/urw-core35-fonts-79bcdfb.tar.gz
> 
> And change the warning message of configure script.
> e.g.
> (download tarball from
> http://lilypond.org/downloads/gub-sources/urw-fonts/urw-core35-fonts-79bcdfb.tar.gz
> and extract it under '~/.local/share/fonts' etc., or use --with-urwotf-dir)

I've made `urw-core35-fonts-79bcdfb.tar.xz`.
https://drive.google.com/file/d/0ByGBX3PDrqjsbm9TOWktWjFCRmM/view?usp=sharing

If someone uploads it as
`http://lilypond.org/downloads/gub-sources/urw-fonts/urw-core35-fonts-79bcdfb.tar.xz`,
I will upload Patch Set 2 to Rietveld for changing the warning message.

Or should I push the current Patch Set 1?

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: Add installing optional URW++ fonts (issue 315850043 by truer...@gmail.com)

2016-11-16 Thread Masamichi Hosoda
>> I attached the shell script which can download the 12 font files from
> 
> 'http://git.ghostscript.com/?p=urw-core35-fonts.git;a=commit;h=79bcdfb34fbce12b592cce389fa7a19da6b5b018'.
> 
>> Its each download URL is just link of each font file in above URL.
>> It works fine on my environment.
> 
>> Would you try it and put the downloaded files to ~/.local/share/fonts
> etc?
> 
> Yes this works, but is this the most elegant/simplest way to get these
> files?

I've found a more simple way.
The following commands can install the font files.

$ wget --content-disposition 
"http://git.ghostscript.com/?p=urw-core35-fonts.git;a=snapshot;h=79bcdfb34fbce12b592cce389fa7a19da6b5b018;sf=tgz";
$ mkdir -p ~/.local/share/fonts
$ tar xfvz urw-core35-fonts-79bcdfb.tar.gz -C ~/.local/share/fonts

But, I think that the simplest way is to distribute the tarball at the LilyPond 
site.
e.g.
http://lilypond.org/downloads/gub-sources/urw-fonts/urw-core35-fonts-79bcdfb.tar.gz

And change the warning message of configure script.
e.g.
(download tarball from
http://lilypond.org/downloads/gub-sources/urw-fonts/urw-core35-fonts-79bcdfb.tar.gz
and extract it under '~/.local/share/fonts' etc., or use --with-urwotf-dir)

> 1. If you look here:
> http://lilypond.org/doc/v2.19/Documentation/contributor-big-page.html#requirements-for-running-lilypond
> 
> we already list a number of 'font requirements'. Does including
> TexGyre
> and now these URW++ fonts mean that all/some/none of these font
> pacakges
> we currently document can now be removed as a requirement? (e.g.
> texlive-lang-cyrillic).
> 
> 2. The same question but for
> http://lilypond.org/doc/v2.19/Documentation/contributor-big-page.html#requirements-for-building-documentation

If I understand correctly, there is no requirement that can be deleted.

`texlive-lang-cyrillic` is for Texinfo. It is not for LilyPond snippets.
The URW++ fonts are for LilyPond snippets.

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel