mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
Flatpak: autodetect subtitle text encoding
Manually specifying text encoding is just wrong. Especially for people who have no idea what text encoding they use (or what it is). Lets try to be a little more user friendly and autodetect the encoding of each file. The detection will be done inside GStreamer when first text buffer is received, so another (but this time optional) patch is added, but who cares :-)
This commit is contained in:
14
pkgs/flatpak/lib/uchardet.json
Normal file
14
pkgs/flatpak/lib/uchardet.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "uchardet",
|
||||
"buildsystem": "cmake",
|
||||
"builddir": true,
|
||||
"config-opts": [ "-DCMAKE_INSTALL_LIBDIR=lib" ],
|
||||
"sources": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://gitlab.freedesktop.org/uchardet/uchardet.git",
|
||||
"tag": "v0.0.7",
|
||||
"commit": "59f68dbe5709d708b53ad5ea95c7349d7ee6ebe4"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user