В письме от 10 декабря 2013 08:53:12 пользователь Xavier Miller написал:
> Hello,
> 
> It seems that JUCE don't provide source snapshots anymore: I cannot
> find juce_1_53.zip, and each time I am redirected to the main download
> page with no data : https://sourceforge.net/projects/juce/files/
> 
> Is there a mirror I can get it, or do I need to change the ebuild to
> be live, using their GIT repository?
> 
> Kind regards,
> Xavier Miller.
There are no ready tarballs now. They recommend to use git, claiming it is 
stable and 
always up to date. I tried to use it, but there are some changes, so it fils to 
build. 
Can't understand, how building should be done at all - fully undocumented.

Yet, what i did not try, exact versions are marked by tags in git, so simple 
replacing.

Full git-2 doc is there:
http://devmanual.gentoo.org/eclass-reference/git-2.eclass/index.html

inherit git-2
EGIT_REPO_URI="git://get.code.sf.net/p/juce/code"
EGIT_OPTIONS="--depth 1" # Recommended to get onlt requiested commit without 
even history

# And to specify commit or tag (i guess, this is way to use tags)
EGIT_COMMIT=tag_name # (tag_name is just an example tag name)

Reply via email to