media-libs/libmygpo-qt - 1.2.0 (gentoo)

Search

Package Information

Description:
Qt/C++ library wrapping the gpodder.net webservice
Homepage:
https://github.com/gpodder/libmygpo-qt
License:
LGPL-2.1

Ebuild Details

Version EAPI Keywords Slot
1.2.0 8 ~amd64 ~arm64 ~ppc64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="Qt/C++ library wrapping the gpodder.net webservice"
HOMEPAGE="https://github.com/gpodder/libmygpo-qt"
SRC_URI="https://github.com/gpodder/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"

RDEPEND="dev-qt/qtbase:6[network]"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"

src_configure() {
	local mycmakeargs=(
		-DBUILD_WITH_QT6=ON
		-DMYGPO_BUILD_TESTS=$(usex test)
	)
	cmake_src_configure
}

src_test() {
	local CMAKE_SKIP_TESTS=(
		# bug: 653312
		JsonCreatorTest-test
	)
	cmake_src_test
}

USE Flags

Dependencies

DEPEND

dev-qt/qtbase:6[network]

RDEPEND

dev-qt/qtbase:6[network]

BDEPEND

virtual/pkgconfig

Manifest for 1.2.0

Type File Size Source URLs
DIST libmygpo-qt-1.2.0.tar.gz 65038 bytes https://github.com/gpodder/libmygpo-qt/archive/1.2.0.tar.gz