aboutsummaryrefslogtreecommitdiff
path: root/libs/totem-pl-parser
Commit message (Collapse)AuthorAge
* treewide: make all GNOME URLs consistentRosen Penev2023-07-11
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* totem-pl-parser: depend on shared-mime-infoW. Michael Petullo2022-07-02
| | | | | | | | The totem-pl-parser library seems to rely on freedesktop.org's MIME-type definitions to parse playlist files. Without them, parsing will produce a TOTEM_PL_PARSER_RESULT_IGNORED error. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* treewide: remove PKG_INSTALL for meson projectsRosen Penev2022-06-15
| | | | | | It doesn't seem to be used by meson. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* totem-pl-parser: disable libgcryptJosef Schlehofer2022-02-23
| | | | | | | | | | If libgcrypt is compiled first, then it is automatically picked up during the building totem-pl-parser [1]. Let's disable AmazonAMZ decoding for now. [1] https://gitlab.gnome.org/GNOME/totem-pl-parser/-/blob/c6c1c51aefeac28499da9fe5cec4af2278ed1564/meson_options.txt#L3 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* totem-pl-parser: disable libarchiveJosef Schlehofer2022-02-23
| | | | | | | | | | | | | If the libarchive is present within the build environment, it is automatically detected and enabled [1]. This causes that totem-pl-parser is not compiled with this error: Package totem-pl-parser is missing dependencies for the following libraries: libarchive.so.18 [1] https://gitlab.gnome.org/GNOME/totem-pl-parser/-/blob/c6c1c51aefeac28499da9fe5cec4af2278ed1564/meson_options.txt#L1 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* totem-pl-parser: new packageW. Michael Petullo2022-02-15
Signed-off-by: W. Michael Petullo <mike@flyn.org>