| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This reverts commit f61c986d9a5a706b7bbc96c79f5eba209dd18ca5.
|
|
|
|
| |
They re-released this file with documentation and test changes. :-\
|
|
|
|
| |
ninja is more effecient/faster than make
|
| |
|
|
|
|
| |
This should allow flatpak to automatically install dependencies
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
It's version of meson is too old, so fails to build
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Upgrade to gnome 3.34
Upgrade Intel Media SDK to 19.2.1
|
|
|
|
| |
The makefile variable name for the manifest output file was wrong
|
|
|
|
| |
Cosmic is EOL so launchpad no longer accepts build requests
|
|
|
|
| |
It's only needed for the update checker which isn't used
|
| |
|
|
|
|
|
|
| |
reverts c543e6e3171954ccb5fdcc2003e30d79b6fb5b82
broke the build :(
|
|
|
|
|
|
| |
A MediaSDK flatpak plugin is also necessary to enable QSV when
running the flatpak. This plugin is built as a separate flatpak when
you 'make pkg.create.flatpak'
|
| |
|
|
|
|
| |
Fixes flatpak builds
|
|
|
|
| |
Fixes ubuntu nightly builds
|
|
|
|
|
|
|
|
|
| |
Drop back to MediaSDK 18.4.1 and Media Driver 18.4.1.
The MSS KBL 19.1.0 version of MediaSDK results in a shared lib that
can't be cached by ldconfig. We need shared object caching in the
flatpak plugin for things to work correctly. Version 18.4.1 creates a
properly versioned library that ldconfig can cache.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Defines a flatpak manifest that is used to download and build all the
dependencies for MediaSDK 19.1.pre2. These are built into a flatpak
plugin that can be installed independently from the main HandBrake flatpak.
When the plugin is installed, HandBrake gains the ability to do QSV
encoding with the latest MediaSDK and VA drivers.
When HandBrake is configured with '--flatpak --enable-qsv' and
'make pkg.create.flatpak' is run, both the HandBrake flatpak and the
MediaSDK plugin will be built.
The name of the MediaSDK plugin file is:
fr.handbrake.plugin.IntelMediaSDK-$(HB.version)-$(HB.machine).flatpak
I've also changed the the name of the HandBrake flatpak file to conform
better with flatpak naming:
fr.handbrake.ghb-$(HB.version)-$(HB.machine).flatpak
fr.handbrake.HandBrakeCLI-$(HB.version)-$(HB.machine).flatpak
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
An additional access permission is needed to access the gvfs mount
point.
For the record, the "Right" (TM) way to do this is to use
GtkFileChooserNative dialog which will automatically use the flatpak
file chooser portal to access files. But this portal currently is
missing features that would cripple HandBrake. These features are:
1. Folder selection. We require this for destination selection and for
batch processing.
2. Set current highlighted file in file chooser browser. Without this,
a user processing a series of videos that are all in the same foder has
to navigate from the default "Recent files" selection to the folder
where their files are for each file.
Also note that GtkFileChooserNative transparently falls back to a
regular file chooser when the action requested is not supported. So
sometimes the user would have access to remote filesystems, and
sometimes not with no obvious reason for the difference. Not a good
user experience.
|
|
|
|
| |
Overrides a bad version number for ubuntu cosmic in launchpad
|
|
|
|
|
|
|
| |
The freedesktop platform doesn't supply the gvfs module. So add it to
the flatpak.
Fixes https://forum.handbrake.fr/viewtopic.php?f=13&t=38383
|
| |
|
| |
|
|
|
|
| |
Artful is obsolete and the PPA no longer accepts submissions for it.
|
|
|
|
| |
It fails to rebuild things that need to be rebuilt
|
|
|
| |
Fixes a bug introduced in 70a0ad3b0088f86fa26e3f8fe9006834155c7d4d. Branch must be either `development` or `stable`, can't rely on defaults. See http://docs.flatpak.org/en/latest/flatpak-command-reference.html#flatpak-build-bundle for CLI reference.
|
|
|
|
|
| |
This allows differentiation between stable and development builds in a
flatpak repository
|
| |
|
|
|
|
|
| |
This allows us to add additional libraries or executables as separate
flatpak bundles
|
| |
|
|
|
|
|
|
|
|
| |
Rather than using HandBrake's build for libass, fontconfig, freetype,
fribidi, harfbuzz.
The runtime platform already has fontconfig, freetype and harfbuzz. We
just need to add libass and fribidi.
|