media-libs/libqpsd - 9999 (nest)

Search

Package Information

Description:
PSD & PSB Plugin for Qt/C++
Homepage:
https://github.com/roniemartinez/libqpsd
License:
LGPL-2.1+

Ebuild Details

Version EAPI Keywords Slot
9999 8 0/9999
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake git-r3

DESCRIPTION="PSD & PSB Plugin for Qt/C++"
HOMEPAGE="https://github.com/roniemartinez/libqpsd"
EGIT_REPO_URI="https://github.com/roniemartinez/libqpsd.git"

LICENSE="LGPL-2.1+"
SLOT="0/${PV}"

RDEPEND="dev-qt/qtbase:6[gui]"

src_prepare() {
	sed -i '/QT_QMAKE_EXECUTABLE/s|qmake-qt5|qmake6|' CMakeLists.txt \
		|| die "sed failed for CMakeLists.txt"
	cmake_src_prepare
}

Dependencies

RDEPEND

dev-qt/qtbase:6[gui]