-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media-video/penguin-subtitle-player: new package, add 1.6.0
Signed-off-by: Xin Yang <yangmame@icloud.com>
- Loading branch information
Showing
2 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
26 changes: 26 additions & 0 deletions
26
media-video/penguin-subtitle-player/penguin-subtitle-player-1.6.0.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |