summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* libtorrent: Disable instrumentation on ppc/mipsKhem Raj2019-11-181-0/+7
| | | | | | | | | | | From https://github.com/rakshasa/rtorrent/issues/156 all atomics (__sync_fetch_and_and_8) are not avaliable on mips/ppc, this patch helps workaround the build error Fixes ld: libtorrent.so: undefined reference to `__sync_add_and_fetch_8' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libtorrent: Drop 64bit atomics patch for mips/ppcKhem Raj2019-11-183-295/+0
| | | | | | These patches are no longer needed with latest gcc/clang Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rsyslog: Dont force enable atomic builtins on mipsKhem Raj2019-11-181-0/+1
| | | | | | This would ensure that checks are performed properly before using them Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libmad: Define O2 for all arches as default optimizationKhem Raj2019-11-172-31/+69
| | | | | | | | | | Extend mips inline asm fix to build on clang ../libmad-0.15.1b/layer12.c:94:10: error: invalid output constraint '=h' in asm return mad_f_mul(sample, linear_table[nb - 2]); ^ Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: add upstream-version-is-even & gsettings to inheritAndreas Müller2019-11-172-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gmime: upgrade 3.2.4 -> 3.2.5Andreas Müller2019-11-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | >From gmime-3.2.5.news [1]: * Modified GMimeParser to prevent stack overflows when parsing deeply nested messages. GMimeParser now has a limit on how deep multipart and/or message/rfc822 MIME part nesting is allowed to go before the parser will take action to prevent a stack overflow. If the max level is reached at a message/rfc822 part, then that part will be consumed by the parser as a generic GMimePart rather than a GMimeMessagePart. Likewise, if the max level is reached at any type of multipart, then the content of said multipart will be packed into the GMimeMultipart's preface and not parsed any further. * g_mime_multipart_foreach has been rewritten to avoid recursion, thereby avoiding potential stack overflows. * The gmime-port-2-6-to-3-0.sh script has been fixed to use proper sed syntax. [1] http://ftp.gnome.org/pub/gnome/sources/gmime/3.2/gmime-3.2.5.news Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gmime: move to meta-oe/recipes-gnomeAndreas Müller2019-11-173-0/+0
| | | | | | | We cannot (yet) move it to meta-gnome because pidgin-sipe depends on it Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gmime: cleanup recipeAndreas Müller2019-11-171-8/+1
| | | | | | | | | | * autotools is inherited by gnomebase * --disable-schemas-install is not set in EXTRA_OECONF so no need to remove it. Looks like a leftover from inheriting gconf * gmimeConf.sh is not installed so no need to remove it Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-terminal: Fix build for muslAndreas Müller2019-11-172-0/+36
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-terminal: re-add 3.34.2Andreas Müller2019-11-171-0/+36
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluidsynth: upgrade 2.0.7 -> 2.0.9Andreas Müller2019-11-171-3/+3
| | | | | | | | | | | | | | >From announcement 2.0.9: * an implicitly declared function caused a pointer to int truncation in CoreAudio driver (#591) * fix a stack-based overflow in CoreAudio driver (#594, thanks to @fkmclane) >From announcement 2.0.8: * fix incorrect behavior of fluid_sample_set_sound_data() (#576, thanks to @swesterfeld) * fix voices being mixed incorrectly, causing audible crackle esp. at sample-rates >48kHz (#580) * make sure that defining NDEBUG disables assertions Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* surf: Add a simple web browserLeon Anavi2019-11-172-0/+66
| | | | | | | Add a recipe for surf, a simple web browser based on WebKit2/GTK+. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gperftools: Convert static and libunwind support to packageconfigKhem Raj2019-11-171-5/+6
| | | | | | | | Disable libunwind on musl/arm gperftools is not buildable for mips in general so extend to musl as well Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pidgin-sipe: Fix another case of struct incompatiblility due to 64bit time_tKhem Raj2019-11-172-0/+51
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* poppler: Extend the c/c++ flags fix to cover clangKhem Raj2019-11-171-5/+19
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nginx: fix install pathsGaylord Charles2019-11-171-2/+2
| | | | | | | | | | | This patch fixes Nginx install paths. I tried to build the native variant for testing purpose and had errors. - Use path variable instead of /usr - Replace the absolute path symlink with a relative one Signed-off-by: Gaylord CHARLES <gaylord.charles@veo-labs.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* flatbuffers: update to 1.11.0Oleksandr Kravchuk2019-11-172-2/+42
| | | | | | | Add detection logic for strtoull_l function needed for musl builds Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgpiod: put gpio utils into an actual separate packageBartosz Golaszewski2019-11-173-8/+5
| | | | | | | | | | | | | | | | | | Currently tools are built conditionally depending on whether the corresponding PACKAGECONFIG option has been set and, although they live in a separate libgpiod-tools package, the user cannot simply select it - he has to additionally extend PACKAGECONFIG. While this makes sense for python and C++ bindings, the tools don't have any dependencies other the libgpiod. Make libgpiod-tools an actual stand-alone package: always build them but install them only if user selected libgpiod-tools. Disable setting tools in default PACKAGECONFIGS Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> s
* evince: Fix build with clangKhem Raj2019-11-171-4/+92
| | | | | | | Enhance the patch for printf format checking to make clang work as well Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* python-jsonschema: add PACKAGECONFIG nongpl optionNicola Lunghi2019-11-172-0/+107
| | | | | | | | | | | This is the backport of a patch upstream - 10f8a3e Add format validators as separate modules This will add a PACKAGECONFIG = "nongpl" option to include only dependencies not licensed under the GPL license. Signed-off-by: Nicola Lunghi <nick83ola@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-jsonschema: multiple fixesNicola Lunghi2019-11-171-4/+14
| | | | | | | | | | | | | | | - add second license file to LIC_FILES_CHKSUM for json module - add missing dependencies: six, datetime - add HOMEPAGE field Also: - add RDEPENDS for PACKAGECONFIG[format] for optional modules that are not always needed. In particular rfc3987 and strict-rfc3339 are GPLv3 modules. - add missing idna and jsonpointer modules for PACKAGECONFIG[format] Signed-off-by: Nicola Lunghi <nick83ola@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* squid: upgrade 4.6 -> 4.9Martin Balik2019-11-151-2/+2
| | | | | | Signed-off-by: Martin Balik <martin.balik@siemens.com> Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ltrace: Remove RDEPENDS on elfutilsAdrian Bunk2019-11-151-1/+0
| | | | | | | | It was added without a rationale and seems unnecessary. A runtime dependency on libelf is already automatically generated. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-settings-daemon: initial add 3.34.1Andreas Müller2019-11-141-0/+59
| | | | | | | It is a dependency for upcoming mutter Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libwacom: initial add 0.33Andreas Müller2019-11-141-0/+14
| | | | | | | | | | * it is a dependency for upcoming gnome-settings-daemon * there are later versions of libwacom availabvle but due to genaration of udev-rule at build time these versions open nasty native dependencies: libgudev-native -> udev-native Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgweather: initial add 3.34.0Andreas Müller2019-11-141-0/+24
| | | | | | | It is a dependency for upcoming gnome-settings-daemon Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* geocode-glib: initial add 3.26.1Andreas Müller2019-11-141-0/+20
| | | | | | | It is a dependency for upcoming gnome-settings-daemon Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nautilus: upgrade 3.18.5 -> 3.34.1Andreas Müller2019-11-143-73/+32
| | | | | | | | | | bumping high requires rewrite from scratch almost: * meson-build * remove backported patch Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker: initial add 2.3.1Andreas Müller2019-11-141-0/+50
| | | | | | | This is a dependenccy for upcoming nautilus 3.34 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-autoar: inital add 0.2.3Andreas Müller2019-11-141-0/+18
| | | | | | | This is a dependency for upcoming nautilus 3.34.0 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gexiv2: initial add 0.12.0Andreas Müller2019-11-141-0/+19
| | | | | | | This is an optional dependecy for upcoming nautils 3.34.0 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* file-roller: inital add 3.32.2Andreas Müller2019-11-141-0/+26
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evince: upgrade 3.28.2 -> 3.34.1Andreas Müller2019-11-146-128/+58
| | | | | | | | * remove unnecessary or upstreamed patches * add upstream-version-is-even to inherit Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-font-viewer: initial add 3.34.0Andreas Müller2019-11-141-0/+25
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: upgrade 3.26.6 -> 3.34.1 and reworkAndreas Müller2019-11-1412-289/+137
| | | | | | | | | | | | | | | | | * a native variant had to be introduced for code-generator tools * gobject-introspection builds theoretically :) Unfortunataelly qemu runs with 100% CPU load and never returns -> disable introspection for now * add PACKAGECONFIGs for new dependencies - disabled by default * give up fine grained packaging: It was broken over the years completely and nobody seemed to take care. * ICU-patch does not apply anymore and it seems upstream has fixed issues with ICU * add upstream-version-is-even to inherit * rename folder containing recipe * get rid of gconf dependency Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: give up fine grained -dev/-dbg packagesAndreas Müller2019-11-141-42/+0
| | | | | | | It is common practice to create only one -dev/-dbg package Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtksourceview2: removeAndreas Müller2019-11-142-35/+0
| | | | | | | gedit 2.x was the only recipe using it Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gedit: upgrade 2.30.4 -> 3.34.0Andreas Müller2019-11-147-219/+44
| | | | | | | | | | | * rewrite from scratch and get rid of this dinosaur * for those (like me) not happy with immediate search on weak machines: check xfce's mousepad * first use-case for gnome-help.bbclass * add upstream-version-is-even Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-dbus-next: fix recipe positionNicola Lunghi2019-11-141-0/+2
| | | | | | | | | | | | | the previous patch: 903bfb78a0 python3-dbus-next: first commit of dbus-next 0.1.2 was put in the wrong folder. This fixed that. define PYPI_PACKAGE Fixes fetch issues Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-rfc3986-validator: add recipeNicola Lunghi2019-11-144-0/+59
| | | | | | | This is an optional dependency for python-jsonschema Signed-off-by: Nicola Lunghi <nick83ola@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-rfc3339-validator: add recipeNicola Lunghi2019-11-144-0/+61
| | | | | | | This is an optional dependency for python-jsonschema Signed-off-by: Nicola Lunghi <nick83ola@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-six: Update to 1.13.0Khem Raj2019-11-131-0/+0
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-tqdm: upgrade 4.31.1 -> 4.38.0Zang Ruochen2019-11-133-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-tornado: upgrade 5.1 -> 6.0.3Zang Ruochen2019-11-133-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-requests-oauthlib: upgrade 0.8.0 -> 1.3.0Zang Ruochen2019-11-133-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pytest-tempdir: upgrade 2016.8.20 -> 2019.10.12Zang Ruochen2019-11-133-3/+3
| | | | | | | -License-Update: Update PKG-INFO. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pytest-runner: upgrade 5.1 -> 5.2Zang Ruochen2019-11-133-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pytest-helpers-namespace: upgrade 2016.7.10 -> 2019.1.8Zang Ruochen2019-11-133-3/+3
| | | | | | | -License-Update: Update PKG-INFO. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pyparsing: upgrade 2.4.2 -> 2.4.5Zang Ruochen2019-11-133-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-pycryptodome: upgrade 3.9.0 -> 3.9.3Zang Ruochen2019-11-133-2/+2
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>