forked from HandBrake/HandBrake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flatpak: automatically add <release> tag to LinGui appdata
Also add translation support for appdata
- Loading branch information
Showing
4 changed files
with
34 additions
and
22 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 |
---|---|---|
|
@@ -47,3 +47,5 @@ endif | |
ifeq (1,$(FEATURE.flatpak)) | ||
GTK.CONFIGURE.extra += --enable-flatpak | ||
endif | ||
|
||
export HB.version HB.repo.date |
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 |
---|---|---|
|
@@ -2,22 +2,21 @@ | |
<!-- Copyright 2018 John Stebbins <[email protected]> --> | ||
<component type="desktop-application"> | ||
<id>fr.handbrake.ghb</id> | ||
<translation>ghb</translation> | ||
<update_contact>jstebbins.hb_AT_gmail.com</update_contact> | ||
<launchable type="desktop-id">fr.handbrake.ghb.desktop</launchable> | ||
<metadata_license>CC0</metadata_license> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>GPL-2.0+</project_license> | ||
<name>HandBrake</name> | ||
<summary>Video Transcoder</summary> | ||
<_name>HandBrake</_name> | ||
<_summary>Video Transcoder</_summary> | ||
|
||
<description> | ||
<p> | ||
HandBrake is a tool for converting video from nearly any format to a | ||
selection of modern, widely supported codecs. | ||
</p> | ||
<p>Reasons you'll love Handbrake:</p> | ||
<_p>HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs.</_p> | ||
<_p>Reasons you'll love Handbrake:</_p> | ||
<ul> | ||
<li>Convert video from nearly any format</li> | ||
<li>Free and Open Source</li> | ||
<li>Multi-Platform (Windows, Mac and Linux)</li> | ||
<_li>Convert video from nearly any format</_li> | ||
<_li>Free and Open Source</_li> | ||
<_li>Multi-Platform (Windows, Mac and Linux)</_li> | ||
</ul> | ||
</description> | ||
|
||
|
@@ -60,21 +59,25 @@ | |
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://handbrake.fr/img/slides/slide1_lin.jpg</image> | ||
<caption>Main window and settings summary</caption> | ||
<_caption>Main window and settings summary</_caption> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://handbrake.fr/img/slides/slide2_lin.jpg</image> | ||
<caption>Video encoder settings</caption> | ||
<_caption>Video encoder settings</_caption> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://handbrake.fr/img/slides/slide3_lin.jpg</image> | ||
<caption>Audio track selection and settings</caption> | ||
<_caption>Audio track selection and settings</_caption> | ||
</screenshot> | ||
</screenshots> | ||
|
||
<provides> | ||
<binary>ghb</binary> | ||
</provides> | ||
|
||
<releases> | ||
RELEASE_TAG | ||
</releases> | ||
|
||
</component> | ||
|