Diff
Differences From Artifact [e53ef85abe]:
- File Makefile — part of check-in [90b1672010] at 2015-04-18 20:41:06 on branch trunk — Add [feeds] support for Jamendo. (Pretty much only albums, so track lookup works.) Better support for configured audio format/mime. Ogg Vorbis now works in albums and playlists. (user: mario, size: 2595) [annotate] [blame] [check-ins using]
To Artifact [50b1c88694]:
- File Makefile — part of check-in [6135c7ecac] at 2015-04-27 23:45:27 on branch trunk — Document command line flags in manual. (user: mario, size: 2548) [annotate] [blame] [check-ins using]
︙ | |||
26 27 28 29 30 31 32 | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | - + - | gzip -c9 < gtk3.xml > gtk3.xml.gz glade: gzip -dc > gtk3.xml < gtk3.xml.gz glade gtk3.xml 2>/dev/null gzip -c9 < gtk3.xml > gtk3.xml.gz # Prepare packaging |
︙ |