Re: [proaudio] fetch errors |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
* alex stone [2010-04-12 17:35]:
> Failed to fetch, so couldn't install. (obviously)
>
> Yoshimi
Yoshimi had a new release earlier today, and it seems the developer
deleted the previous release package since it was buggy. Bumping the
ebuild to version 0.056 installs and runs fine. Be careful, because the
version is hard-coded in the SRC_URI - if there's no reason for this any
longer, maybe the following change should be made:
--- yoshimi-0.055.6.ebuild 2010-04-12 18:00:11.991486937 +0300
+++ yoshimi-0.056.ebuild 2010-04-12 18:00:00.580479178 +0300
@@ -9,7 +9,7 @@
DESCRIPTION="A software synthesizer for Linux, based on ZynAddSubFX"
HOMEPAGE="http://yoshimi.sourceforge.net"
RESTRICT="mirror"
-SRC_URI="mirror://sourceforge/${PN}/${PN}-0.055.6.tar.bz2"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"