aboutsummaryrefslogtreecommitdiff
path: root/multimedia/grilo-plugins/Makefile
Commit message (Collapse)AuthorAge
* treewide: make all GNOME URLs consistentRosen Penev2023-07-11
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* grilo-plugins: update to 0.3.16W. Michael Petullo2023-07-01
| | | | | | | This drops the opensubtitles plugin, because it is not yet compatible with libsoup3. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(AUTORELEASE) instances as this feature is deprecated and shouldn't be used. The following temporary change was made to the core: diff --git a/rules.mk b/rules.mk index 57d7995d4fa8..f16367de87a8 100644 --- a/rules.mk +++ b/rules.mk @@ -429,7 +429,7 @@ endef abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1)))) COMMITCOUNT = $(if $(DUMP),0,$(call commitcount)) -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1)) +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile)) all: FORCE: ; And this command used to fix affected packages: for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \ sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/download done Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* 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>
* grilo-plugins: update to 0.3.14Rosen Penev2021-10-24
| | | | | | | | Fix wrong option names. Removed vimeo following upstream. Fixed license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: compile with tools/mesonRosen Penev2021-09-17
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* grilo-plugins: update to 0.3.13W. Michael Petullo2021-05-10
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* grilo-plugins: add three pluginsRosen Penev2020-11-06
| | | | | | Dependencies are available now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* grilo-plugins: add all optionsRosen Penev2020-11-06
| | | | | | | | | These options are normally set to auto. Make them explicit to try to fix buildbot errors. Also make several options conditional on plugins being selected. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* grilo-plugins: update to 0.3.12Rosen Penev2020-09-20
| | | | | | Remove backport patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* grilo-plugins: backport more updates from masterW. Michael Petullo2020-07-11
| | | | | | | | | | | | | | | This commit updates the backport from grilo-plugins master to include a symbol name change. Changes to libdmapsharing modified IS_X_... symbols to read X_IS_.... This was adopted in grilo-plugins master, as there was no official release of grilo-plugins since adding support for libdmapsharing4 in the first place. The next release of grilo-plugins will be the first to include libdmapsharing4 support to include the X_IS_... name change. Fixes issue mentioned at #12766. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* grilo-plugins: don't try to download griloRosen Penev2020-03-28
| | | | | | | | | Upstream thought it was a good idea to force downloads of grilo. Disable it since it is not needed. Removed two unnecessary variables. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* grilo-plugins: update to 0.3.11W. Michael Petullo2020-03-03
| | | | | | | Backports patches from grilo-plugins master to support libdmapshare's 4.0 API. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* grilo-plugins: update to 0.3.10 and build with mesonW. Michael Petullo2020-01-20
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* grilo-plugins: Remove glib2 build dependencyRosen Penev2019-09-27
| | | | | | It should be the host build, which is already satisfied by grilo. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* grilo-plugins: remove XML::Parser build dependencyEneas U de Queiroz2018-12-13
| | | | | | | | | gnome-common.m4 and gnome-compiler-flags.m4 were taken from version 3.18.0, and match current master branch. Disable building help and test directories. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* grilo-plugins: disable dmap pluginEneas U de Queiroz2018-12-08
| | | | | | Compilation fails with current libdmapsharing (3.9.1). Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* grilo-plugins: use hostpkg glib-compile-resourcesEneas U de Queiroz2018-12-07
| | | | | | Add GLIB_COMPILE_RESOURCES to MAKE_FLAGS Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* grilo-plugins: Update to 0.3.7Rosen Penev2018-10-13
| | | | | | | | | | | | | Version .8 no longer uses Autotools and will thus take a while to be supported. Silenced the build from warnings to help fix a bunch of -Wformat ones that currently break the buildbots. Explicitly disabled all plugins that are currently unused to save on build time. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* grilo-plugins: update to 0.3.5W. Michael Petullo2018-01-07
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* grilo-plugins: update to 0.3.2W. Michael Petullo2016-07-09
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* grilo-plugins: update to 0.3.1W. Michael Petullo2016-06-12
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* grilo-plugins: update to 0.3.0W. Michael Petullo2015-12-30
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* libgee, grilo, grilo-plugins: use GNOME alias to fix downloads in buildbotHannu Nyman2015-11-24
| | | | | | | Switch grilo, grilo-plugins and libgee to use the @GNOME alias for source download in order to fix download problems in buildbot. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* grilo-plugins: add new packageW. Michael Petullo2015-09-26
Signed-off-by: W. Michael Petullo <mike@flyn.org>