-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added snap stuff * add snap info * add snap badge Co-authored-by: kristbaum <max@kristenonline.de>
- Loading branch information
Showing
4 changed files
with
36 additions
and
2 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
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,5 @@ | ||
[Desktop Entry] | ||
Type=Application | ||
Name=Penguin Subtitle Player | ||
Exec=penguin-subtitle-player | ||
Icon=${SNAP}/meta/gui/penguin-subtitle-player.png |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,27 @@ | ||
name: penguin-subtitle-player # you probably want to 'snapcraft register <name>' | ||
base: core18 | ||
version: '1.3.0' | ||
summary: An open-source, cross-platform standalone subtitle player # 79 char long summary | ||
description: | | ||
You download the subtitle file (.srt, .ssa, .ass) file from any sites you like and load it into the subtitle player. | ||
The subtitle player provides a translucent window which always stays on the top so that subtitles can be shown on top of the video without blocking anything. | ||
With Penguin Subtitle Player, just open your favorite online streaming site, load the subtitle file into the player, and enjoy. | ||
grade: stable | ||
confinement: strict | ||
|
||
apps: | ||
penguin-subtitle-player: | ||
extensions: | ||
- kde-neon | ||
command: bin/PenguinSubtitlePlayer | ||
plugs: [home] | ||
|
||
parts: | ||
penguin-subtitle-player: | ||
source: https://github.com/carsonip/Penguin-Subtitle-Player.git | ||
options: | ||
- "target.path=/bin" | ||
- "INSTALLS+=target" | ||
plugin: qmake | ||
project-files: [PenguinSubtitlePlayer.pro] |