sci-astronomy/ser-player - 1.8.0 (hamari)

Search

Install

Install this version:

emerge -a =sci-astronomy/ser-player-1.8.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sci-astronomy/ser-player-1.8.0

Or alternatively:

emerge --autounmask-write -a =sci-astronomy/ser-player-1.8.0

Package Information

Description:
Video player for SER files used for solar, lunar and planetary astronomy-imaging
Homepage:
https://free-astro.org/index.php?title=SER_Player#Linux https://github.com/lock042/ser-player
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
1.8.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit qmake-utils xdg

DESCRIPTION="Video player for SER files used for solar, lunar and planetary astronomy-imaging"
HOMEPAGE="
	https://free-astro.org/index.php?title=SER_Player#Linux
	https://github.com/lock042/ser-player
"

if [[ ${PV} = "9999" ]]; then
	inherit git-r3
	EGIT_REPO_URI="git@github.com:lock042/ser-player.git"
else
	SRC_URI="https://github.com/lock042/ser-player/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
	KEYWORDS="~amd64"
fi

LICENSE="GPL-3+"
SLOT="0"

DEPEND="
	dev-qt/qtbase:6[gui,widgets]
	media-libs/libpng:=
"
RDEPEND="${DEPEND}"

src_compile() {
	eqmake6 \
		DEFINES+=DISABLE_NEW_VERSION_CHECK \
		CONFIG+=release
}

src_install() {
	emake INSTALL_ROOT="${ED}" install
}

Inherited Eclasses

xdg

Dependencies

DEPEND

	dev-qt/qtbase:6[gui,widgets]
	media-libs/libpng:=

RDEPEND

	dev-qt/qtbase:6[gui,widgets]
	media-libs/libpng:=

Manifest for 1.8.0

Type File Size Source URLs
DIST ser-player-1.8.0.tar.gz 3234942 bytes https://github.com/lock042/ser-player/archive/refs/tags/v1.8.0.tar.gz