New paste Repaste Download
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake xdg
DESCRIPTION="A customizable music player, Qt clone of foobar2000"
HOMEPAGE="https://github.com/ludouzi/fooyin"
SRC_URI="https://github.com/ludouzi/fooyin/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="sdl"
RDEPEND="
dev-qt/kdsingleapplication
dev-qt/qtbase:6[gui,network,widgets]
media-libs/alsa-lib
media-libs/taglib
media-video/ffmpeg
# pipewire? ( media-video/pipewire:= )
sdl? ( media-libs/libsdl2 )
"
DEPEND="${RDEPEND}"
# To Do:
# Docs
# Tests
# Deps
# use ccache + plugins
src_configure() {
local mycmakeargs=(
-DDOC_INSTALL_DIR=/usr/share/doc/"${PF}"
)
cmake_src_configure
}
Filename: fooyin-0.4.2.ebuild. Size: 780b. View raw, , hex, or download this file.

This paste expires on 2024-05-24 09:13:49.208733. Pasted through v1-api.