aboutsummaryrefslogtreecommitdiff
path: root/multimedia/grilo
Commit message (Collapse)AuthorAge
* treewide: make all GNOME URLs consistentRosen Penev2023-07-11
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* grilo: update to 0.3.16W. Michael Petullo2023-07-01
| | | | 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: update to 0.3.14Rosen Penev2021-10-24
| | | | 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: update to 0.3.13Rosen Penev2020-09-20
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* grilo: back to ``Rosen Penev2020-03-19
| | | | | | $() does not work for some reason. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* grilo: update to 0.3.12Rosen Penev2020-03-15
| | | | | | | | | | | | | Fixed license information. Removed meson/host build dependency. That's included with libsoup and eventually, glib2. Added explicit Denable-grl-net. Replaced `` with more flexible $(). Signed-off-by: Rosen Penev <rosenp@gmail.com>
* grilo: update to 0.3.10 and build with mesonW. Michael Petullo2019-11-02
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* grilo: copy vapi files to versioned vala dirEneas U de Queiroz2018-12-13
| | | | | | The version is obtained via `valac --api-version` Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* grilo: update vapi files, copy to unversioned dirEneas U de Queiroz2018-12-12
| | | | | | | | | | Updates vapigen-generated vapi files to vala-0.34. Files are now copied to $(STAGING_DIR_HOSTPKG)/share/vala/vapi, without the vala version being hardcoded. Removed copyright line, and redundant PKG_BUILD_DEPENDS and TARGET_LDFLAGS. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* grilo: Remove build dependency on perl-xml-parserRosen Penev2018-12-06
| | | | | | Given that we don't enable a bunch of stuff, we can patch this out. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* grilo: Disable debug and testsRosen Penev2018-11-25
| | | | | | Turns out --disable-tests actually enables them, breaking the buildbots. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* grilo: Enable parallel buildingRosen Penev2018-11-06
| | | | | | | | Passing --disable-gtk-doc-html should fix building in parallel. Also added some extra flags to speed up build time. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* grilo: Update to 0.3.6Rosen Penev2018-08-07
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* grilo: update to 0.3.4W. Michael Petullo2018-01-06
| | | | 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>
* treewide: replace $(STAGING_DIR)/host and $(HOST_BUILD_PREFIX) with ↵Matthias Schiffer2017-01-10
| | | | | | | | | | | | | | | | | | $(STAGING_DIR_HOSTPKG) As both LEDE and OpenWrt have STAGING_DIR_HOSTPKG now, we can start to rely on it. See 73b7f55424de52d8179a9ad808252fe3bf8dcc9d for more information on STAGING_DIR_HOSTPKG. STAGING_DIR_HOSTPKG won't actually be changed before the first LEDE release (it is equivalent to $(STAGING_DIR)/host), so this simple search/replace cleanup is safe to apply. Doing this cleanup now will be useful for the Gluon project (an OpenWrt/LEDE based firmware framework) for experimenting with modifying STAGING_DIR_HOSTPKG before doing this in the LEDE upstream. Also fixes a typo in the dbus Makefile ("STAGIND_DIR"). Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* grilo: update to 0.3.1W. Michael Petullo2016-07-09
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* treewide: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST), sync with ↵Felix Fietkau2016-01-20
| | | | | | changes in trunk Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* grilo: install Vala-related filesW. Michael Petullo2015-12-30
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* grilo: 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: add new packageW. Michael Petullo2015-09-26
Signed-off-by: W. Michael Petullo <mike@flyn.org>