summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update Russian translationHEADmasterAleksandr Melman2023-04-141-8/+3
|
* Update ru.poAleksandr Melman2023-04-111-1/+6
|
* Удалить .gitkeepAleksandr Melman2023-04-111-0/+0
|
* Загрузить новый файлAleksandr Melman2023-04-111-0/+806
|
* Добавить новый каталогAleksandr Melman2023-04-111-0/+0
|
* Удалить .gitkeepAleksandr Melman2023-04-111-0/+0
|
* Добавить новый каталогAleksandr Melman2023-04-111-0/+0
|
* Update LINGUASAleksandr Melman2023-04-111-0/+1
|
* Update Georgian translationEkaterine Papava2023-04-101-33/+33
|
* Release 0.3.16grilo-plugins-0.3.16Victor Toso2023-04-033-1/+24
|
* dmap: fix memory handling surrounding DPAP thumbnailsW. Michael Petullo2023-04-011-3/+3
| | | | | | | | | The reference counting of a DPAP record's thumbnail property was off. This commit makes proper use of g_(byte)_array_ref. Libdmapsharing's dmap-image-connection.c:_handle_mlcl() makes this necessary: it unrefs the thumbnail pointer after passing it to g_object_set(record, ...). Signed-off-by: W. Michael Petullo <mike@flyn.org>
* ci: fix libsoup dependenciesVictor Toso2023-03-311-1/+2
| | | | | libdmapsharing4-devel is libsoup3 compatible while libdmapsharing-devel is libsoup2 compatible.
* build: dmap: fix usage of unset variableVictor Toso2023-03-311-1/+2
| | | | | | | | | | If we are on libsoup2 enviroment but with dmap enable, meson will error out due a check in libdmapsharing4_dep: src/dmap/meson.build:39:7: ERROR: Unknown variable "libdmapsharing4_dep". This patch fixes this error. libdmapsharing4_dep is set only with libsoup3 but it only checks for libdmapsharing-4.0, so we can do that always and fix the error.
* Update Turkish translationSabri Ünal2023-02-221-19/+19
|
* Tracker3: Update the query for fts searchKrifa752023-02-111-1/+1
| | | | | | The previous query was only searching in the metadatas of the media. So if one doesn't have any metadata and we do a research by name, the results was empty.
* build: Build dmap plugin when soup 3 is usedW. Michael Petullo2022-12-142-9/+5
| | | | | | | | Versions of libdmapsharing >= 3.9.11 (API 4.0) support libsoup 3.0. Building against libsoup 2.4 requires libdmapsharing's older 3.0 API, which grilo-plugins will now select when building against libsoup 2.4. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* Update Turkish translationSabri Ünal2022-12-121-16/+16
|
* grl-lua-factory: Add support for lua-5.4Bastien Nocera2022-12-091-0/+2
|
* grl-lua-factory: Use a loop to test all the lua pkg-config namesBastien Nocera2022-12-091-5/+13
| | | | This will make it easier to support new pkg-config names and versions.
* ci: Add gstreamer1-devel packageBastien Nocera2022-09-291-0/+1
| | | | | It's needed for the gstreamer-1.0.pc pkg-config file used to gate the chromaprint plugin being built.
* ci: Remove direct rest-devel dependencyBastien Nocera2022-09-291-1/+0
| | | | | | rest-devel isn't directly used by grilo or grilo-plugins, so don't install it manually. If it is required by another library, it will pull it in.
* ci: Don't install libsoup-devel when building soup3 variantBastien Nocera2022-09-291-5/+4
|
* build: Don't build dmap plugin when soup 3 is usedEmmanuele Bassi2022-09-271-6/+11
| | | | | | | | As libdmapsharing doesn't support libsoup3 yet. Original patch by: Bastien Nocera <hadess@hadess.net> See: #85
* build: Fix libsoup dependency detectionEmmanuele Bassi2022-09-271-1/+5
| | | | | | | | | | | | | | | | | | | | | | The current check fails in multiple ways: - the variable 'soupapiversion' needs to be checked in the pkg-config file; using get_variable() will only check inside the dependency's build system when used as a subproject - grilo does not have a variable named 'soupapiversion' anyway; it's called 'soup_api_version' - this is far from being idiomatic Meson We need to split the check into two: - check for pkg-config variables when using a system dependency - check for a variable in the internal dependency when using grilo as a subproject In order to make this work we are going to need the following MR in Grilo: https://gitlab.gnome.org/GNOME/grilo/-/merge_requests/95
* Revert "build: Don't build dmap plugin when soup 3 is used"Michael Catanzaro2022-09-231-9/+6
| | | This reverts commit 8bcf29ed63c05257df3703bb91bdd6680a9ae850
* build: Don't build dmap plugin when soup 3 is usedBastien Nocera2022-09-211-6/+9
| | | | | | As libdmapsharing doesn't support libsoup3 yet. Closes: #85
* Update Turkish translationSabri Ünal2022-09-181-155/+39
|
* flickr: remove GOA supportVictor Toso2022-08-272-203/+1
| | | | | | | | | | GNOME Online accounts removed flicker backend so we need to remove it here too. https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/merge_requests/86 This basically reverts 2b973109 "flickr: use GOA to get user's accounts"
* tmdb: without config, run a single requestVictor Toso2022-08-212-1/+10
| | | | | | | | | | | | When we need to request the config, the request's callback will flush out the queue of requests. So, when we need the config, be sure to only run_pending_requests with max_num_request set to 1. Also, to avoid reuse of the same GrlTmdbRequest, I've added a warning to its grl_tmdb_request_run_async(). Found this after switching internals of GrlNetWc to use GTask instead of GSimpleAsyncResult.
* Release 0.3.15grilo-plugins-0.3.15Victor Toso2022-08-133-1/+43
| | | | Signed-off-by: Victor Toso <victortoso@gnome.org>
* Add Georgian translationZurab Kargareteli2022-07-312-0/+532
|
* Update Abkhazian translationNart Tlisha2022-07-291-561/+549
|
* youtube: Update to YouTube and libgdata API changesBastien Nocera2022-07-182-38/+2
| | | | | | | Since libgdata 0.17.0 and the switch to the YouTube v3 API, all feed types except GDATA_YOUTUBE_MOST_POPULAR_FEED have been deprecated. See the gdata_youtube_service_query_standard_feed() API documentation.
* ci: Enable tmdb plugin in soup3 portBastien Nocera2022-07-061-1/+1
|
* tmdb: Port to GUri and remove libsoup dependencyBastien Nocera2022-07-063-21/+53
|
* ci: Enable dleyna plugin in soup3 portBastien Nocera2022-07-061-1/+1
|
* dleyna: Port to GUri and remove libsoup dependencyBastien Nocera2022-07-063-15/+12
| | | | | Remove libsoup dependency and bump glib dependency to 2.66 so we can use GUri instead of SoupURI.
* ci: Add a new job to compile and test against libsoup3Bastien Nocera2022-07-051-2/+52
|
* build: Disable libgdata dependent plugins when using libsoup3Bastien Nocera2022-07-051-1/+2
| | | | | | As libgdata isn't ported to libsoup3 yet. See https://gitlab.gnome.org/GNOME/libgdata/-/merge_requests/28
* build: Detect libsoup version from grl-net if availableBastien Nocera2022-07-051-4/+17
|
* ci: Remove jamendo from the list plugins to testBastien Nocera2022-07-051-1/+0
| | | | It was removed in 2ce6c6e90f631357b6204bd10803f8641cb25db4.
* ci: Remove vimeo from the list plugins to testBastien Nocera2022-07-051-1/+0
| | | | It was removed in d6d91c7cf27de78b0b0575daeeddb1ae7f69cc94.
* Update Dutch translationNathan Follens2022-06-291-5/+2
|
* Add Dutch translationNathan Follens2022-06-282-0/+776
|
* Update Nepali translationPawan Chitrakar2022-05-221-358/+313
|
* Add Hungarian translationBalázs Úr2022-03-302-0/+823
|
* Update Bulgarian translationAlexander Shopov2022-03-221-233/+183
|
* Add Abkhazian translationNaala Nanba2022-03-212-0/+562
|
* Add Galician translationFran Dieguez2022-01-272-0/+826
|
* Updated Danish translationAlan Mortensen2022-01-261-25/+22
|