Commit Graph

16783 Commits

Author SHA1 Message Date
Andreas Müller f8d942bb52 libgsf: upgrade 1.14.46 -> 1.14.47
libgsf 1.14.47

Allin Cottrell:
	* GsfOutputMemory improvement.
	* Teach GsfOutputGzip to control compression level.

Marc-André Lureau:
	* Cleanups.  See merge request 5.

Morten:
	* Fix fuzzed-file crash.  [#19]

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-06 08:29:49 -07:00
Andreas Müller c8bbb0cc7d libsigc++-3: upgrade 3.0.2 -> 3.0.3
2020-03-25  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	3.0.3

2020-03-25  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	README.md: Better describe when maintainer-mode is necessary

	As a libsigc++-3 tarball does not contain generated source code,
	maintainer-mode is not always necessary when you build with Meson
	from a tarball that was created by Autotools.

2020-03-24  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	README.md: Improve the Build section

	and remove README_build. All build information is in README.md.

2020-03-10  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	meson.build: Update version to 3.0.2

2020-03-10  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	examples: Disable deprecated API when building with Meson

	Deprecated SIGCXX API is disabled when example programs are built
	with Autotools. Do the same when building with Meson.

2020-01-13  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	README.md, README_build: Describe building with Meson

2020-01-08  Robert Middleton  <robert.middleton@rm5248.com>

	Added example of using libsigc++ with Qt

	Pull Request #35.

2020-01-06  Lennard Berger  <lennard.berger@student.uni-tuebingen.de>

	tests: Replace C-style casts with static_cast<>

	murrayc-tuple-utils Pull Request #4 .

2020-01-02  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	docs/docs/reference/meson.build: Check if perl is found

	Don't use perl.path() when configuring Doxyfile, if perl is not found.
	Perl is not required, if build-documentation=false.
	Fixes #53

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-06 08:29:49 -07:00
Andreas Müller e29c51295c libsigc++-2.0: upgrade 2.10.2 -> 2.10.3
2020-03-25  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	2.10.3

2020-03-24  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	README: Describe building with Meson and Autotools

	and remove the description of the directory structure,
	which is not very useful.

2020-03-10  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	examples: Disable deprecated API when building with Meson

	Deprecated SIGCXX API is disabled when example programs are built
	with Autotools. Do the same when building with Meson.

2020-01-13  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	README: Describe building with Meson

2020-01-02  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	docs/reference/meson.build: Check if perl is found

	Don't use perl.path() when configuring Doxyfile, if perl is not found.
	Perl is not required, if build-documentation=false.
	Fixes #53

2019-12-30  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	meson.build: Change project name, sigc++ -> libsigc++

	Autotools make tarballs called libsigc++-x.y.z.tar.xz. No reason to
	change that. The leading "lib" is now also restored in some locations
	in the reference documentation.

2019-12-30  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	Update untracked/README

2019-12-29  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	meson.build: Check if .git is a directory or a file

	In a git worktree, .git is a regular file.

	See https://gitlab.gnome.org/GNOME/pangomm/merge_requests/8

2019-12-29  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	sigc++/meson.build: Library name is sigc-2.0

	Pointed out by Chun-wei Fan in PR #51.

2019-12-29  Chun-wei Fan  <fanchunwei@src.gnome.org>

	NMake Makefiles: Separate outdir by toolset version

	This is to reduce the likelihood of accidently mixing DLLs that are
	linked with different CRTs in the build tree.

	Also clean up rules a bit.

2019-12-29  Chun-wei Fan  <fanchunwei@src.gnome.org>

	build: Support NMake builds from Meson tarballs

	This adds inference rules to the NMake Makefiles to also look for the
	sources that are in untracked/, and to ensure that the generated MSVC
	build files (sigc++-config.h and sigc.rc) are copied into
	untracked/MSVC_NMake, so that they can be built properly even with
	NMake.

2019-12-29  Chun-wei Fan  <fanchunwei@src.gnome.org>

	meson: Build Windows .rc files on Windows

	This ensures that on Windows, the version info resources are indeed
	linked into the libsigc++ DLL.

2019-12-29  Chun-wei Fan  <fanchunwei@src.gnome.org>

	meson/Windows: Fix builds when builddir is a subdir of source tree

	It appears that Meson did not construct the paths properly for
	shutil.copy2() when building in a build directory that is a
	subdirectory of the sources, when using meson.current_build_dir(),
	possibly due how path separators are handled.

	Fix this by constructing the paths using project_build_root / 'MSVC_NMake'.

2019-12-29  Chun-wei Fan  <fanchunwei@src.gnome.org>

	meson.build: Fix 'meson dist' on Windows

	Since we are assured that we are using Python 3.x on when we run Meson, we
	do not really need to look for the 'python3' executable, but we could
	just use whatever Python interpreter that is used to run Meson.

	This will fix situations where it is commonly the case where we may have
	multiple Python 3.x installations on Windows (www.python.org, and those
	from Cygwin/mingw-w64), so that Meson really uses one and only one
	Python installation to run everything that is Python-related, which will
	thus fix '[meson|ninja] dist' on Visual Studio builds.

2019-12-29  Chun-wei Fan  <fanchunwei@src.gnome.org>

	Meson/MSVC: Support builds directly from GIT checkouts

	It appears that if one uses the m4 that is given by mingw-w64 (and
	perhaps Cygwin), that m4 is enough to generate the sources and headers
	that we need for the build.

	So, remove the lines saying building directly from GIT checkouts are not
	supported.

2019-12-24  Chun-wei Fan  <fanchunwei@src.gnome.org>

	meson: Ensure symbols are exported on MSVC builds

	Make sure the correct build macros are specified when building
	libsigc++, so that:

	-The symbols are properly exported
	-We do not break builds as a result of unecesary warnings

2019-12-24  Chun-wei Fan  <fanchunwei@src.gnome.org>

	meson: Relax MSVC version requirement to 2015

	libsigc++ requires a C++-11-compliant compiler, so we can just make the
	build look for Visual Studio 2015 instead of Visual Studio 2017 15.7.

	Visual Studio 2013 also works, but since it will spew out loads of
	warnings and the latest C++-11 version of glibmm is not buildable with
	Visual Studio 2013, let's just require Visual Studio 2015.

2019-12-24  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	Add support for building libsigc++-2.0 with Meson

	libsigc++-2.0 can be built with either Autotools or Meson.

2019-12-10  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	Make libsigc_manual.xml valid

	Fix errors reported by "xmllint --postvalid".

2019-07-03  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

	tests/test_track_obj: Fix for clang++

	clang++ complains if private members are unused, so make them protected.

	error: private field 'bar_' is not used [-Werror,-Wunused-private-field]

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-06 08:29:49 -07:00
Andreas Müller 54c32f8bf9 gjs: upgrade 1.58.5 -> 1.58.6
Version 1.58.6
--------------

- Various backports:
  * Correctly handle vfunc inout parameters [Marco Trevisan]
  * Fix failed redirect of output in CommandLine tests [Liban Parker]
  * Avoid filename conflict when tests run in parallel [Philip Chimento]

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-06 08:29:49 -07:00
Andreas Müller 6f5c0f63e8 gnome-control-center: upgrade 3.34.4 -> 3.34.5
================
Version 3.34.5
================

- Updated translations
- Remove some dead code

Display
- Fix resolution options getting stuck in a low resolution

Network
- Print warning if failed to save to libsecret
- Handle security combo box being not selected correctly
- Fix small memory leaks

Sharing:
- Fix small memory leak

User Accounts
- Fix uninitialized variable
- Fix small memory leak

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-06 08:29:49 -07:00
Andreas Müller 7a44ad2c84 gnome-shell: upgrade 3.34.4 -> 3.34.5
3.34.5

======
* Leave overview when locking the screen [Jonas D.; !1043]
* Avoid IO on the main thread [Christian; !1050]
* Fix OSK layout fallback for unsupported variants [Florian; #2471]
* Fix high-contrast/symbolic icon mix-up [Florian; #2414]
* Misc. bug fixes and cleanups [Jonas Ã…., Florian; !1032, #2386]

Contributors:
  Jonas Dreßler, Christian Hergert, Florian Müllner, Jwtiyar Nariman,
  Jonas Ã…dahl

Translators:
  Jwtiyar Nariman [ckb]

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-06 08:29:49 -07:00
Andreas Müller b84d0b000e mutter: upgrade 3.34.4 -> 3.34.5
3.34.5

======
* Fix visibility of initially hidden windows [Jonas; !1066]
* Fix hardware cursor on GPU hotplug [Pekka; !1097]
* Fix pasting images from wayland [Robert, Carlos; !1141, #1065]
* Fixed crashes [Florian, Olivier, Jonas; #1029, !1073, !1121, !1120]

Contributors:
  Olivier Fourdan, Carlos Garnacho, Robert Mader, Florian Müllner,
  Pekka Paalanen, Jonas Ã…dahl

Translators:
  Yi-Jyun Pan [zh_TW]

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-06 08:29:49 -07:00
Andreas Müller 24a7f136b8 gnome-desktop3: upgrade 3.34.4 -> 3.34.5
==============
Version 3.34.5
==============

- Translation updates: Dutch, Hebrew

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-06 08:29:49 -07:00
Leon Anavi a6e097dbc6 python-luma-oled: add new recipe
Python library interfacing OLED matrix displays with the SSD1306,
SSD1309, SSD1322, SSD1325, SSD1327, SSD1331, SSD1351 or SH1106
driver using I2C/SPI on the Raspberry Pi and other single-board
computers.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-06 08:29:49 -07:00
Leon Anavi f58a6b6b78 python-luma-core: add new recipe
Component library providing a Pillow-compatible drawing canvas,
and other functionality to support drawing primitives and
text-rendering capabilities for small displays on the Raspberry Pi
and other single board computers.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-06 08:29:49 -07:00
Leon Anavi 665b7360cb python-smbus2: Add new recipe
Drop-in replacement for smbus-cffi/smbus-python in pure Python.
It is another implementation of the python-smbus package.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-06 08:29:49 -07:00
Derek Straka b7d55818f4 python-pybluez: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 14:27:46 -07:00
Derek Straka 017ee6cb0b python-pycodestyle: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 14:27:45 -07:00
Derek Straka f5c4819e53 python-pycparser: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 14:27:45 -07:00
Derek Straka fb8ddbfe25 python-pycurl: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 14:27:45 -07:00
Derek Straka c4d22546ed python-pydbus: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 14:27:45 -07:00
Derek Straka 72eaf6a0ea python-pyelftools: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 14:27:45 -07:00
Derek Straka d8eb504d76 python-pyexpect: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 14:27:45 -07:00
Derek Straka f683d1c8fa python-pyfirmata: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 14:27:45 -07:00
Derek Straka 105b8e030d python-pyflame: remove unused inc file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 14:27:45 -07:00
Derek Straka 0f0b93a2eb python-pyiface: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 14:27:45 -07:00
Derek Straka 76a77f3662 python-py: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 14:27:45 -07:00
Derek Straka 657c3cd872 python-pyinotify: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 14:27:45 -07:00
Derek Straka 4c359aa7c2 python-pyjks: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 14:27:45 -07:00
Derek Straka 4a552db68a python-pyjwt: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 14:27:45 -07:00
Derek Straka 174fd7e019 python-pylint: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 14:27:45 -07:00
Derek Straka a20a48b1ad python-pymisp: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 14:27:45 -07:00
Derek Straka 9bf246fffc python-pymongo: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 14:27:45 -07:00
Derek Straka 202249f19b python-pymysql: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 14:27:45 -07:00
Derek Straka e2292fd8c5 python-pynetlinux: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 14:27:45 -07:00
Derek Straka 60326bc4ff python-pyopenssl: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 10:38:14 -07:00
Derek Straka e8501f1097 python-pyparsing: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 10:38:14 -07:00
Derek Straka 66080b798f python-pyperclip: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 10:38:14 -07:00
Derek Straka f4f4b23d46 python-pyperf: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 10:38:14 -07:00
Derek Straka 394857d81e python-pyrsistent: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 10:38:14 -07:00
Derek Straka 7b5d9c4f7b python-pyserial: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 10:38:14 -07:00
Pierre-Jean Texier c31bf82c59 cunit: fix upstream check URL
Fixes:

$: devtool check-upgrade-status cunit
<...>

INFO: cunit                     2.1-3           UNKNOWN_BROKEN  None

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 10:38:14 -07:00
Pierre-Jean Texier b28d5c226b libmimetic: use UPSTREAM_CHECK_COMMITS
Fixes:

$: devtool check-upgrade-status libmimetic
<...>

INFO: libmimetic                0.9.8           UNKNOWN_BROKEN  None

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 10:38:14 -07:00
Pierre-Jean Texier 34f89a5936 nano: fix upstream check URL
Fixes:

$: devtool check-upgrade-status nano
<...>

INFO: nano                      4.4             UNKNOWN_BROKEN  None

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 10:38:14 -07:00
Pierre-Jean Texier f2cb785801 libinih: use UPSTREAM_CHECK_COMMITS
Fixes:

$: devtool check-upgrade-status libinih
<...>

INFO: libinih                   0.0             UNKNOWN_BROKEN  None

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 10:38:14 -07:00
Pierre-Jean Texier 2a20b68a4f pv: fix upstream check URL
Fixes:

$: devtool check-upgrade-status pv
<...>

INFO: pv                        1.6.6           UNKNOWN_BROKEN  None

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 10:38:14 -07:00
Pierre-Jean Texier 2149b77eb8 srecord: fix upstream check URL
Fixes:

$: devtool check-upgrade-status srecord
<...>

INFO: srecord                   1.64            UNKNOWN_BROKEN  None

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 10:38:14 -07:00
Khem Raj b0598bca1a mraa: Use -fcommon
gcc10 is going to default to -fno-common which is opposite of all
previous gcc version defaults, ideally package should be fixed so it can
work with -fno-common but this is good enough for now, it does not
change default behavious with older compilers

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 10:38:14 -07:00
Khem Raj 4e423ff943 upm: Disable Werror
New compilers sometime find new warnings, its best to report them
upstream but not break distro builds

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 10:38:14 -07:00
Khem Raj 6d35e3c816 upm: Undefine PYTHON_EXECUTABLE cmake variable
upm has its own mechanism to detect python that it has inherited from
openCV, this was forked long time ago and never updated to latest from
openCV, ideally it should be fixed to entertain PYTHON_EXECUTABLE
variable passed from cmake but it does not and causes build errors,
proper fix is left for upm community, here we ensure that we can still
compile after OE-Core change

cmake: fix Python executable with cmake

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Martin Kelly <mkelly@xevo.com>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-04-05 10:38:14 -07:00
Khem Raj 1a9cb1f526 upm: Drop gcc-only warnings
This helps in compiling upm with clang, in followup patch
we wll disabled Werror too

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 10:38:14 -07:00
Derek Straka 29fc2f6030 python-pysocks: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 10:38:14 -07:00
Derek Straka 17172f0ab7 python-pysql: Remove package incorporated into standard library in python 3
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 10:38:14 -07:00
Derek Straka 13cb7939ef python-pystache: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 10:38:14 -07:00
Derek Straka f9b8affe0e python-pytest-asyncio: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-04-05 10:38:14 -07:00