Skip to content

Commit

Permalink
media-video/penguin-subtitle-player: new package, add 1.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Yang <yangmame@icloud.com>
  • Loading branch information
YangMame committed Jun 10, 2024
1 parent 360aab6 commit aa65a37
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-video/penguin-subtitle-player/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST penguin-subtitle-player-1.6.0.tar.gz 166330 BLAKE2B fabc4bcb2891386bd0af043d73f46c3c55d675d3ebc168832f3b625964d676248eb090cfa3e792ed65dafa9e50585a1a284f2ee5653879f8b5018a1fa5a8e53d SHA512 2ec21bc77ecdab062b4b09d9bd60f75ed823b819d3898d515b0ec7ad076ba197a2f171c0cf6ebeba2d431a0034684a60929f0fbd35428871496198c96ea5742d
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit git-r3 qmake-utils desktop xdg

DESCRIPTION="An open-source, cross-platform standalone subtitle player"
HOMEPAGE="https://github.com/carsonip/Penguin-Subtitle-Player"
EGIT_REPO_URI="https://github.com/carsonip/Penguin-Subtitle-Player.git"
EGIT_COMMIT="v${PV}"
EGIT_SUBMODULES=(src/uchardet)

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
x11-themes/hicolor-icon-theme
dev-qt/qtcore
"
RDEPEND="${DEPEND}"

src_configure() {
eqmake5 PREFIX=${D} PenguinSubtitlePlayer.pro
}

0 comments on commit aa65a37

Please sign in to comment.