media-libs/libqpsd - 2.3.0 (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
2.3.0 8 ~amd64 ~x86 0/2.3.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="PSD & PSB Plugin for Qt/C++"
HOMEPAGE="https://github.com/roniemartinez/libqpsd"
SRC_URI="https://github.com/roniemartinez/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="LGPL-2.1+"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"

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]

Manifest for 2.3.0

Type File Size Source URLs
DIST libqpsd-2.3.0.tar.gz 20123 bytes https://github.com/roniemartinez/libqpsd/archive/v2.3.0.tar.gz