Raspbian automatic forward porter [Thu, 20 Jun 2024 21:23:17 +0000 (22:23 +0100)]
Merge version 1.9.25+dfsg2-13+rpi1 and 1.9.25+dfsg3-1 to produce 1.9.25+dfsg3-1+rpi1
Timo Röhling [Fri, 17 May 2024 16:12:19 +0000 (18:12 +0200)]
Make fast forward from 1.9.25+dfsg2-13
[dgit --quilt=gbp]
Timo Röhling [Fri, 17 May 2024 15:58:01 +0000 (17:58 +0200)]
Fixups for spirv-*
Gbp-Pq: Name 0022-Fixups-for-spirv.patch
Timo Röhling [Sat, 4 May 2024 18:37:47 +0000 (20:37 +0200)]
Do not build spirv-* with Werror
Gbp-Pq: Name 0021-Do-not-build-spirv-with-Werror.patch
Timo Röhling [Sat, 4 May 2024 18:33:03 +0000 (20:33 +0200)]
Fix shebang to use Python 3
Gbp-Pq: Name 0020-Fix-shebang-to-use-Python-3.patch
Timo Röhling [Sun, 28 Jan 2024 13:36:13 +0000 (14:36 +0100)]
Fix build with imgui 1.90
Gbp-Pq: Name 0021-Fix-build-with-imgui-1.90.patch
Timo Röhling [Thu, 22 Jun 2023 08:57:51 +0000 (10:57 +0200)]
Do not overwrite debianized ImportExecutables
Forwarded: not-needed
Gbp-Pq: Name 0020-Do-not-overwrite-debianized-ImportExecutables.patch
Timo Röhling [Thu, 22 Jun 2023 08:54:04 +0000 (10:54 +0200)]
Fix build with gcc-13
Gbp-Pq: Name 0019-Fix-build-with-gcc-13.patch
Adrian Bunk [Sun, 17 Jul 2022 23:27:16 +0000 (02:27 +0300)]
Workaround for armel clang compiler bug
Gbp-Pq: Name 0016-Workaround-for-armel-clang-compiler-bug.patch
Timo Röhling [Thu, 16 Jun 2022 16:46:44 +0000 (18:46 +0200)]
Fix FTBFS with GCC-12
Gbp-Pq: Name 0015-Fix-FTBFS-with-GCC-12.patch
Timo Röhling [Sat, 12 Feb 2022 23:58:20 +0000 (00:58 +0100)]
Ensure proper alignment of resgen _OFFSET and _SIZE variables
Gbp-Pq: Name 0014-Ensure-proper-alignment-of-resgen-_OFFSET-and-_SIZE-.patch
Timo Röhling [Mon, 7 Feb 2022 09:30:35 +0000 (10:30 +0100)]
Avoid mips as identifier because it fails on mips* arch
Gbp-Pq: Name 0013-Avoid-mips-as-identifier-because-it-fails-on-mips-ar.patch
Timo Röhling [Mon, 7 Feb 2022 09:12:08 +0000 (10:12 +0100)]
Define M_PIf only if it is not already defined in math.h
Gbp-Pq: Name 0012-Define-M_PIf-only-if-it-is-not-already-defined-in-ma.patch
Timo Röhling [Wed, 26 Jan 2022 16:40:16 +0000 (17:40 +0100)]
Replace BlueGL with epoxy
Gbp-Pq: Name 0011-Replace-BlueGL-with-epoxy.patch
Timo Röhling [Wed, 26 Jan 2022 12:31:12 +0000 (13:31 +0100)]
Rename resgen executable to avoid conflict with mono-devel
Gbp-Pq: Name 0010-Rename-resgen-executable-to-avoid-conflict-with-mono.patch
Timo Röhling [Sat, 4 May 2024 19:06:50 +0000 (21:06 +0200)]
Fix library export for Debian
Gbp-Pq: Name 0009-Fix-library-export-for-Debian.patch
Timo Röhling [Sat, 23 Oct 2021 17:17:50 +0000 (19:17 +0200)]
Migrate to astc-encoder API from Debian package
Gbp-Pq: Name 0008-Migrate-to-astc-encoder-API-from-Debian-package.patch
Timo Röhling [Sat, 23 Oct 2021 17:54:35 +0000 (19:54 +0200)]
Link against libatomic
Gbp-Pq: Name 0007-Link-against-libatomic.patch
Timo Röhling [Sat, 23 Oct 2021 17:22:50 +0000 (19:22 +0200)]
Adjust linker flags
Gbp-Pq: Name 0006-Adjust-linker-flags.patch
Timo Röhling [Sat, 23 Oct 2021 17:20:10 +0000 (19:20 +0200)]
Fix list_licenses macro
Gbp-Pq: Name 0005-Fix-list_licenses-macro.patch
Timo Röhling [Sat, 23 Oct 2021 17:19:52 +0000 (19:19 +0200)]
Fix combine_static_libs macro
Gbp-Pq: Name 0004-Fix-combine_static_libs-macro.patch
Timo Röhling [Tue, 25 Jan 2022 20:55:31 +0000 (21:55 +0100)]
Fix libstdc++ compat
Gbp-Pq: Name 0003-Fix-libstdc-compat.patch
Timo Röhling [Sat, 23 Oct 2021 17:48:53 +0000 (19:48 +0200)]
Disable Java
Gbp-Pq: Name 0002-Disable-Java.patch
Timo Röhling [Sat, 4 May 2024 18:49:11 +0000 (20:49 +0200)]
Build against system libraries
Gbp-Pq: Name 0001-Build-against-system-libraries.patch
Timo Röhling [Fri, 17 May 2024 16:12:21 +0000 (18:12 +0200)]
Update changelog for 1.9.25+dfsg3-1 release
Timo Röhling [Fri, 17 May 2024 16:11:16 +0000 (18:11 +0200)]
Force non-executable stack
The material files which are included in the shared objects lack the GCC
sections which usually let the compiler conclude that it is safe to mark
the stack as non-executable. Therefore, we force the issue.
Timo Röhling [Fri, 17 May 2024 16:02:07 +0000 (18:02 +0200)]
Bump Standards-Version to 4.7.0
Timo Röhling [Fri, 17 May 2024 16:01:57 +0000 (18:01 +0200)]
Reformat d/control
Gbp-Dch: ignore
Timo Röhling [Sat, 4 May 2024 18:28:47 +0000 (20:28 +0200)]
Work around broken glslang in Debian
Closes: #1063143
Timo Röhling [Sat, 4 May 2024 18:27:06 +0000 (20:27 +0200)]
Update upstream source from tag 'upstream/1.9.25+dfsg3'
Update to upstream version '1.9.25+dfsg3'
with Debian dir
a20fcd502804c871241418bc19a1b4df02e402c6
Timo Röhling [Sat, 4 May 2024 18:26:53 +0000 (20:26 +0200)]
New upstream version 1.9.25+dfsg3
Raspbian automatic forward porter [Sat, 17 Feb 2024 14:25:58 +0000 (14:25 +0000)]
Merge version 1.9.25+dfsg2-12+rpi1 and 1.9.25+dfsg2-13 to produce 1.9.25+dfsg2-13+rpi1
Timo Röhling [Sun, 28 Jan 2024 14:11:13 +0000 (15:11 +0100)]
Update changelog for 1.9.25+dfsg2-13 release
Timo Röhling [Sun, 28 Jan 2024 14:11:07 +0000 (15:11 +0100)]
Declare fast forward from 1.9.25+dfsg2-12
[dgit --quilt=gbp --overwrite]
Timo Röhling [Sun, 28 Jan 2024 14:11:07 +0000 (15:11 +0100)]
Merge filament (1.9.25+dfsg2-13) import into refs/heads/workingbranch
Timo Röhling [Sun, 28 Jan 2024 13:36:13 +0000 (14:36 +0100)]
Fix build with imgui 1.90
Gbp-Pq: Name 0021-Fix-build-with-imgui-1.90.patch
Timo Röhling [Sun, 28 Jan 2024 13:36:13 +0000 (14:36 +0100)]
Fix build with imgui 1.90
Gbp-Pq: Name 0021-Fix-build-with-imgui-1.90.patch
Timo Röhling [Thu, 22 Jun 2023 08:57:51 +0000 (10:57 +0200)]
Do not overwrite debianized ImportExecutables
Forwarded: not-needed
Gbp-Pq: Name 0020-Do-not-overwrite-debianized-ImportExecutables.patch
Timo Röhling [Thu, 22 Jun 2023 08:57:51 +0000 (10:57 +0200)]
Do not overwrite debianized ImportExecutables
Forwarded: not-needed
Gbp-Pq: Name 0020-Do-not-overwrite-debianized-ImportExecutables.patch
Timo Röhling [Thu, 22 Jun 2023 08:54:04 +0000 (10:54 +0200)]
Fix build with gcc-13
Gbp-Pq: Name 0019-Fix-build-with-gcc-13.patch
Timo Röhling [Thu, 22 Jun 2023 08:54:04 +0000 (10:54 +0200)]
Fix build with gcc-13
Gbp-Pq: Name 0019-Fix-build-with-gcc-13.patch
Timo Röhling [Fri, 27 Jan 2023 23:24:04 +0000 (00:24 +0100)]
Fix compatibility with spirv-cross SDK 1.3.236
Gbp-Pq: Name 0018-Fix-compatibility-with-spirv-cross-SDK-1.3.236.patch
Timo Röhling [Fri, 27 Jan 2023 23:24:04 +0000 (00:24 +0100)]
Fix compatibility with spirv-cross SDK 1.3.236
Gbp-Pq: Name 0018-Fix-compatibility-with-spirv-cross-SDK-1.3.236.patch
Timo Röhling [Sat, 12 Nov 2022 12:26:20 +0000 (13:26 +0100)]
Fix TBuiltInResource struct
Gbp-Pq: Name 0017-Fix-TBuiltInResource-struct.patch
Timo Röhling [Sat, 12 Nov 2022 12:26:20 +0000 (13:26 +0100)]
Fix TBuiltInResource struct
Gbp-Pq: Name 0017-Fix-TBuiltInResource-struct.patch
Adrian Bunk [Sun, 17 Jul 2022 23:27:16 +0000 (02:27 +0300)]
Workaround for armel clang compiler bug
Gbp-Pq: Name 0016-Workaround-for-armel-clang-compiler-bug.patch
Adrian Bunk [Sun, 17 Jul 2022 23:27:16 +0000 (02:27 +0300)]
Workaround for armel clang compiler bug
Gbp-Pq: Name 0016-Workaround-for-armel-clang-compiler-bug.patch
Timo Röhling [Thu, 16 Jun 2022 16:46:44 +0000 (18:46 +0200)]
Fix FTBFS with GCC-12
Gbp-Pq: Name 0015-Fix-FTBFS-with-GCC-12.patch
Timo Röhling [Thu, 16 Jun 2022 16:46:44 +0000 (18:46 +0200)]
Fix FTBFS with GCC-12
Gbp-Pq: Name 0015-Fix-FTBFS-with-GCC-12.patch
Timo Röhling [Sat, 12 Feb 2022 23:58:20 +0000 (00:58 +0100)]
Ensure proper alignment of resgen _OFFSET and _SIZE variables
Gbp-Pq: Name 0014-Ensure-proper-alignment-of-resgen-_OFFSET-and-_SIZE-.patch
Timo Röhling [Sat, 12 Feb 2022 23:58:20 +0000 (00:58 +0100)]
Ensure proper alignment of resgen _OFFSET and _SIZE variables
Gbp-Pq: Name 0014-Ensure-proper-alignment-of-resgen-_OFFSET-and-_SIZE-.patch
Timo Röhling [Mon, 7 Feb 2022 09:30:35 +0000 (10:30 +0100)]
Avoid mips as identifier because it fails on mips* arch
Gbp-Pq: Name 0013-Avoid-mips-as-identifier-because-it-fails-on-mips-ar.patch
Timo Röhling [Mon, 7 Feb 2022 09:30:35 +0000 (10:30 +0100)]
Avoid mips as identifier because it fails on mips* arch
Gbp-Pq: Name 0013-Avoid-mips-as-identifier-because-it-fails-on-mips-ar.patch
Timo Röhling [Mon, 7 Feb 2022 09:12:08 +0000 (10:12 +0100)]
Define M_PIf only if it is not already defined in math.h
Gbp-Pq: Name 0012-Define-M_PIf-only-if-it-is-not-already-defined-in-ma.patch
Timo Röhling [Mon, 7 Feb 2022 09:12:08 +0000 (10:12 +0100)]
Define M_PIf only if it is not already defined in math.h
Gbp-Pq: Name 0012-Define-M_PIf-only-if-it-is-not-already-defined-in-ma.patch
Timo Röhling [Wed, 26 Jan 2022 16:40:16 +0000 (17:40 +0100)]
Replace BlueGL with epoxy
Gbp-Pq: Name 0011-Replace-BlueGL-with-epoxy.patch
Timo Röhling [Wed, 26 Jan 2022 16:40:16 +0000 (17:40 +0100)]
Replace BlueGL with epoxy
Gbp-Pq: Name 0011-Replace-BlueGL-with-epoxy.patch
Timo Röhling [Wed, 26 Jan 2022 12:31:12 +0000 (13:31 +0100)]
Rename resgen executable to avoid conflict with mono-devel
Gbp-Pq: Name 0010-Rename-resgen-executable-to-avoid-conflict-with-mono.patch
Timo Röhling [Wed, 26 Jan 2022 12:31:12 +0000 (13:31 +0100)]
Rename resgen executable to avoid conflict with mono-devel
Gbp-Pq: Name 0010-Rename-resgen-executable-to-avoid-conflict-with-mono.patch
Timo Röhling [Wed, 24 May 2023 20:47:17 +0000 (22:47 +0200)]
Fix library export for Debian
Gbp-Pq: Name 0009-Fix-library-export-for-Debian.patch
Timo Röhling [Wed, 24 May 2023 20:47:17 +0000 (22:47 +0200)]
Fix library export for Debian
Gbp-Pq: Name 0009-Fix-library-export-for-Debian.patch
Timo Röhling [Sat, 23 Oct 2021 17:17:50 +0000 (19:17 +0200)]
Migrate to astc-encoder API from Debian package
Gbp-Pq: Name 0008-Migrate-to-astc-encoder-API-from-Debian-package.patch
Timo Röhling [Sat, 23 Oct 2021 17:17:50 +0000 (19:17 +0200)]
Migrate to astc-encoder API from Debian package
Gbp-Pq: Name 0008-Migrate-to-astc-encoder-API-from-Debian-package.patch
Timo Röhling [Sat, 23 Oct 2021 17:54:35 +0000 (19:54 +0200)]
Link against libatomic
Gbp-Pq: Name 0007-Link-against-libatomic.patch
Timo Röhling [Sat, 23 Oct 2021 17:54:35 +0000 (19:54 +0200)]
Link against libatomic
Gbp-Pq: Name 0007-Link-against-libatomic.patch
Timo Röhling [Sat, 23 Oct 2021 17:22:50 +0000 (19:22 +0200)]
Adjust linker flags
Gbp-Pq: Name 0006-Adjust-linker-flags.patch
Timo Röhling [Sat, 23 Oct 2021 17:22:50 +0000 (19:22 +0200)]
Adjust linker flags
Gbp-Pq: Name 0006-Adjust-linker-flags.patch
Timo Röhling [Sat, 23 Oct 2021 17:20:10 +0000 (19:20 +0200)]
Fix list_licenses macro
Gbp-Pq: Name 0005-Fix-list_licenses-macro.patch
Timo Röhling [Sat, 23 Oct 2021 17:20:10 +0000 (19:20 +0200)]
Fix list_licenses macro
Gbp-Pq: Name 0005-Fix-list_licenses-macro.patch
Timo Röhling [Sat, 23 Oct 2021 17:19:52 +0000 (19:19 +0200)]
Fix combine_static_libs macro
Gbp-Pq: Name 0004-Fix-combine_static_libs-macro.patch
Timo Röhling [Sat, 23 Oct 2021 17:19:52 +0000 (19:19 +0200)]
Fix combine_static_libs macro
Gbp-Pq: Name 0004-Fix-combine_static_libs-macro.patch
Timo Röhling [Tue, 25 Jan 2022 20:55:31 +0000 (21:55 +0100)]
Fix libstdc++ compat
Gbp-Pq: Name 0003-Fix-libstdc-compat.patch
Timo Röhling [Tue, 25 Jan 2022 20:55:31 +0000 (21:55 +0100)]
Fix libstdc++ compat
Gbp-Pq: Name 0003-Fix-libstdc-compat.patch
Timo Röhling [Sat, 23 Oct 2021 17:48:53 +0000 (19:48 +0200)]
Disable Java
Gbp-Pq: Name 0002-Disable-Java.patch
Timo Röhling [Sat, 23 Oct 2021 17:48:53 +0000 (19:48 +0200)]
Disable Java
Gbp-Pq: Name 0002-Disable-Java.patch
Timo Röhling [Wed, 24 May 2023 21:55:51 +0000 (23:55 +0200)]
Build against system libraries
Gbp-Pq: Name 0001-Build-against-system-libraries.patch
Timo Röhling [Wed, 24 May 2023 21:55:51 +0000 (23:55 +0200)]
Build against system libraries
Gbp-Pq: Name 0001-Build-against-system-libraries.patch
Timo Röhling [Sun, 28 Jan 2024 14:11:07 +0000 (15:11 +0100)]
filament (1.9.25+dfsg2-13) unstable; urgency=medium
* Fix build with imgui 1.90 (Closes: #
1061621)
[dgit import unpatched filament 1.9.25+dfsg2-13]
Timo Röhling [Sun, 28 Jan 2024 14:11:07 +0000 (15:11 +0100)]
Import filament_1.9.25+dfsg2-13.debian.tar.xz
[dgit import tarball filament 1.9.25+dfsg2-13 filament_1.9.25+dfsg2-13.debian.tar.xz]
Timo Röhling [Sun, 28 Jan 2024 14:08:52 +0000 (15:08 +0100)]
Fix whitespace representation for dgit
Gbp-Dch: ignore
Timo Röhling [Sun, 28 Jan 2024 13:36:44 +0000 (14:36 +0100)]
Fix build with imgui 1.90
Closes: #1061621
Peter Michael Green [Sat, 30 Sep 2023 15:06:54 +0000 (15:06 +0000)]
Commit Debian 3.0 (quilt) metadata
[dgit (11.3) quilt-fixup]
Peter Michael Green [Sat, 30 Sep 2023 14:21:26 +0000 (14:21 +0000)]
Manual merge of version 1.9.25+dfsg2-10+rpi1 and 1.9.25+dfsg2-12 to produce 1.9.25+dfsg2-12+rpi1
Timo Röhling [Thu, 22 Jun 2023 12:15:29 +0000 (14:15 +0200)]
Update changelog for 1.9.25+dfsg2-12 release
Timo Röhling [Thu, 22 Jun 2023 08:57:51 +0000 (10:57 +0200)]
Do not overwrite debianized ImportExecutables
Forwarded: not-needed
Gbp-Pq: Name 0020-Do-not-overwrite-debianized-ImportExecutables.patch
Timo Röhling [Thu, 22 Jun 2023 12:15:22 +0000 (13:15 +0100)]
Merge filament (1.9.25+dfsg2-12) import into refs/heads/workingbranch
Timo Röhling [Thu, 22 Jun 2023 08:54:04 +0000 (10:54 +0200)]
Fix build with gcc-13
Gbp-Pq: Name 0019-Fix-build-with-gcc-13.patch
Timo Röhling [Thu, 22 Jun 2023 08:57:51 +0000 (10:57 +0200)]
Do not overwrite debianized ImportExecutables
Forwarded: not-needed
Gbp-Pq: Name 0020-Do-not-overwrite-debianized-ImportExecutables.patch
Timo Röhling [Fri, 27 Jan 2023 23:24:04 +0000 (00:24 +0100)]
Fix compatibility with spirv-cross SDK 1.3.236
Gbp-Pq: Name 0018-Fix-compatibility-with-spirv-cross-SDK-1.3.236.patch
Timo Röhling [Thu, 22 Jun 2023 08:54:04 +0000 (10:54 +0200)]
Fix build with gcc-13
Gbp-Pq: Name 0019-Fix-build-with-gcc-13.patch
Timo Röhling [Sat, 12 Nov 2022 12:26:20 +0000 (13:26 +0100)]
Fix TBuiltInResource struct
Gbp-Pq: Name 0017-Fix-TBuiltInResource-struct.patch
Timo Röhling [Fri, 27 Jan 2023 23:24:04 +0000 (00:24 +0100)]
Fix compatibility with spirv-cross SDK 1.3.236
Gbp-Pq: Name 0018-Fix-compatibility-with-spirv-cross-SDK-1.3.236.patch
Adrian Bunk [Sun, 17 Jul 2022 23:27:16 +0000 (02:27 +0300)]
Workaround for armel clang compiler bug
Gbp-Pq: Name 0016-Workaround-for-armel-clang-compiler-bug.patch
Timo Röhling [Sat, 12 Nov 2022 12:26:20 +0000 (13:26 +0100)]
Fix TBuiltInResource struct
Gbp-Pq: Name 0017-Fix-TBuiltInResource-struct.patch
Timo Röhling [Thu, 16 Jun 2022 16:46:44 +0000 (18:46 +0200)]
Fix FTBFS with GCC-12
Gbp-Pq: Name 0015-Fix-FTBFS-with-GCC-12.patch
Adrian Bunk [Sun, 17 Jul 2022 23:27:16 +0000 (02:27 +0300)]
Workaround for armel clang compiler bug
Gbp-Pq: Name 0016-Workaround-for-armel-clang-compiler-bug.patch
Timo Röhling [Sat, 12 Feb 2022 23:58:20 +0000 (00:58 +0100)]
Ensure proper alignment of resgen _OFFSET and _SIZE variables
Gbp-Pq: Name 0014-Ensure-proper-alignment-of-resgen-_OFFSET-and-_SIZE-.patch
Timo Röhling [Thu, 16 Jun 2022 16:46:44 +0000 (18:46 +0200)]
Fix FTBFS with GCC-12
Gbp-Pq: Name 0015-Fix-FTBFS-with-GCC-12.patch
Timo Röhling [Mon, 7 Feb 2022 09:30:35 +0000 (10:30 +0100)]
Avoid mips as identifier because it fails on mips* arch
Gbp-Pq: Name 0013-Avoid-mips-as-identifier-because-it-fails-on-mips-ar.patch
Timo Röhling [Sat, 12 Feb 2022 23:58:20 +0000 (00:58 +0100)]
Ensure proper alignment of resgen _OFFSET and _SIZE variables
Gbp-Pq: Name 0014-Ensure-proper-alignment-of-resgen-_OFFSET-and-_SIZE-.patch