diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2019-12-15 21:15:42 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2019-12-15 21:15:57 +0100 |
commit | 5744da87a6bf1f417179b0cd36bf647850b071a5 (patch) | |
tree | 3b7eaef1dd52113859e415e4de5b0411b6052471 /media-sound/csound/csound-9999.ebuild | |
parent | dev-cpp/cpp-hocon: 0.2.1 bump with patch (diff) | |
download | gentoo-5744da87a6bf1f417179b0cd36bf647850b071a5.tar.gz gentoo-5744da87a6bf1f417179b0cd36bf647850b071a5.tar.bz2 gentoo-5744da87a6bf1f417179b0cd36bf647850b071a5.zip |
media-sound/csound-{6.13.0,9999}: bump + more fixes
1) bumped to 6.13.0
2) updated SRC_URI to repackaged csound
3) 9999 - replaced package name in patch name with variable
4) disabled Apple specific cmake flags
5) fixed typo in files/repackage.sh
Closes: https://bugs.gentoo.org/700298
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/csound/csound-9999.ebuild')
-rw-r--r-- | media-sound/csound/csound-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/csound/csound-9999.ebuild b/media-sound/csound/csound-9999.ebuild index 04aea31ab2b1..84567ca2d8d8 100644 --- a/media-sound/csound/csound-9999.ebuild +++ b/media-sound/csound/csound-9999.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else DOC_P="Csound${PV}" - SRC_URI="https://github.com/csound/csound/archive/${PV}.tar.gz -> ${P}.tar.gz + SRC_URI="https://dev.gentoo.org/~fordfrog/distfiles/${P}-distributable.tar.xz doc? ( https://github.com/csound/csound/releases/download/${PV}/${DOC_P}_manual_pdf.zip https://github.com/csound/csound/releases/download/${PV}/${DOC_P}_manual_html.zip @@ -102,7 +102,7 @@ fi RESTRICT="test" PATCHES=( - "${FILESDIR}/csound-6.13.0-xdg-open.patch" + "${FILESDIR}/${PN}-6.13.0-xdg-open.patch" ) pkg_setup() { @@ -172,9 +172,9 @@ src_configure() { -DUSE_ALSA=$(usex alsa) #-DUSE_ATOMIC_BUILTIN=ON - #-DUSE_AUDIOUNIT=ON + -DUSE_AUDIOUNIT=OFF # Apple specific #-DUSE_COMPILER_OPTIMIZATIONS=ON - #-DUSE_COREMIDI=ON + -DUSE_COREMIDI=OFF # Apple specific -DUSE_CURL=$(usex curl) -DUSE_DOUBLE=$(usex double-precision) -DUSE_FLTK=$(usex fltk) |