diff options
author | Azat Bahawi <azahi@teknik.io> | 2021-06-25 20:19:52 +0300 |
---|---|---|
committer | Azat Bahawi <azahi@teknik.io> | 2021-06-25 20:19:52 +0300 |
commit | 7528d3496154cd0a8daf8ada7891928798a57565 (patch) | |
tree | 62ea3674f48cb378364f6721f77f768ad8299297 /media-sound | |
parent | ci: Update TravisCI runner (diff) |
meta: Refactor ebuilds and directory structure
- Drop "-rn" (revisions) fork 9999 (live) versions. - Versioned ebuilds are now symlinked to 9999 (live) versions. This should be followed for every package from now on. - Apply `shfmt` on all ebuilds. - Update metadata.
Diffstat (limited to 'media-sound')
l---------[-rw-r--r--] | media-sound/cava/cava-0.7.4.ebuild | 73 | ||||
-rw-r--r-- | media-sound/cava/cava-9999.ebuild | 5 |
2 files changed, 2 insertions, 76 deletions
diff --git a/media-sound/cava/cava-0.7.4.ebuild b/media-sound/cava/cava-0.7.4.ebuild index 7203355..93c5d03 100644..120000 --- a/media-sound/cava/cava-0.7.4.ebuild +++ b/media-sound/cava/cava-0.7.4.ebuild @@ -1,72 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - SCM="git-r3" - EGIT_REPO_URI="https://github.com/karlstav/cava.git" -fi - -inherit autotools ${SCM} - -DESCRIPTION="Console-based audio visualizer for ALSA" -HOMEPAGE="https://github.com/karlstav/cava" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/karlstav/cava/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="alsa debug portaudio pulseaudio sndio system-iniparser" - -DEPEND=" - alsa? ( media-libs/alsa-lib ) - portaudio? ( media-libs/portaudio ) - pulseaudio? ( media-sound/pulseaudio ) - sndio? ( media-sound/sndio ) - system-iniparser? ( dev-libs/iniparser:4 ) - sys-libs/ncurses - sci-libs/fftw:3.0 -" -RDEPEND="${DEPEND}" -BDEPEND="" - -DOCS=( - README.md - example_files/ -) - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - econf \ - $(use_enable debug) \ - $(use_enable alsa input-alsa) \ - $(use_enable portaudio input-portaudio) \ - $(use_enable pulseaudio input-pulse) \ - $(use_enable sndio input-sndio) \ - $(use_enable system-iniparser) \ - --prefix="${EPREFIX}/usr" \ - --docdir="${EPREFIX}/usr/share/doc/${PF}" -} - -src_compile() { - emake -} - -src_install() { - emake install \ - DESTDIR="${D}" - - einstalldocs -} +cava-9999.ebuild \ No newline at end of file diff --git a/media-sound/cava/cava-9999.ebuild b/media-sound/cava/cava-9999.ebuild index 7203355..7becac2 100644 --- a/media-sound/cava/cava-9999.ebuild +++ b/media-sound/cava/cava-9999.ebuild @@ -37,10 +37,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="" -DOCS=( - README.md - example_files/ -) +DOCS=(README.md example_files/) src_prepare() { default |