Trying create my first ebuild for the main tree of the unique music player with waveform as a seekbar

This page summarizes the projects mentioned and recommended in the original post on /r/Gentoo

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • nulloy

    Music player with a waveform progress bar

  • # Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Music player with a waveform progress bar" HOMEPAGE="https://nulloy.com" inherit git-r3 EGIT_REPO_URI="https://github.com/nulloy/nulloy" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="gstreamer taglib skins" DEPEND=" dev-qt/qtcore dev-qt/designer dev-qt/linguist dev-qt/qtscript dev-qt/qtx11extras taglib? ( media-libs/taglib ) gstreamer? ( media-libs/gstreamer ) " RDEPEND="${DEPEND}" src_configure() { local myconfargs=( $(use gstreamer || echo --no-gstreamer) $(use taglib || echo --no-taglib) $(use skins || echo --no-skins) --no-update-check --prefix "${EPREFIX}/usr" --libdir $(get_libdir) ) ./configure ${myconfargs[@]} || die }

  • gentoo

    [MIRROR] Official Gentoo ebuild repository

  • Thank you. I think that nulloy-9999.ebuild would be better, so I renamed the file. As an example of 9999-ebuild I see Alacritty which has EGIT_REPO_URI="https://github.com/alacritty/alacritty" - I must use the same pattern?

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts