Debian Patches

Status for mozc/2.29.5160.102+dfsg-1.4

Patch Description Author Forwarded Bugs Origin Last update
0002-Support-fcitx.patch Support fcitx - From "add readme" (commit: cd2b1e010315) in fcitx branch
to "Fix the sound mark key" (commit: a0fc18bc99ef).
Weng Xuetian <wengxt@gmail.com> not-needed https://github.com/fcitx/mozc (git diff cd2b1e010315..a0fc18bc99ef scripts src/unix/fcitx src/unix/fcitx5) 2024-11-13
0003-Change-compiler-from-clang-to-gcc.patch Change compiler from clang to gcc Debian default c++ compiler is g++. This changes to it.

It seems that upstream fixes it in another approach.
https://github.com/google/mozc/commit/aba090da42a8366e72bc320dfafc3f9f93755edf
Kentaro Hayashi <kenhys@gmail.com> not-needed 2022-05-05
0004-Add-usage_dict.txt.patch Japanese usage dictionary Copyright (c) 2011, Hiroyuki Komatsu, Shoji Ogura, Tsuyoshi Horo not-needed https://github.com/hiroyuki-komatsu/japanese-usage-dictionary.git 2015-09-20
0005-Enable-verbose-build.patch Enable verboase build Nobuhiro Iwamatsu <iwamatsu@debian.org> not-needed 2022-05-05
0006-Update-gyp-using-absl.patch Update gyp using absl Upstream Mozc uses absl library onoself. This updates the GYP configuration
file to use the absl of the Debian package.
Kentaro Hayashi <kenhys@gmail.com> not-needed 2024-10-16
0007-common.gypi-Use-command-v-instead-of-which.patch Use 'command -v' instead of which Kentaro Hayashi <kenhys@gmail.com> not-needed 2024-10-16
0009-protobuf.gyp-Add-latomic-to-link_settings.patch protobuf.gyp: Add -latomic to link_settings Nobuhiro Iwamatsu <iwamatsu@debian.org> not-needed 2022-12-09
0010-Fix-the-compile-error-of-ParseCommandLineFlags-with.patch Fix the compile error of ParseCommandLineFlags with Abseil LTS 20230802. * Added the check of the Abseil version to the arguments of ParseCommandLineImpl.
* https://github.com/google/mozc/issues/790
#codehealth
PiperOrigin-RevId: 561867167

Released in 2.29.5374.102
Hiroyuki Komatsu <komatsu@google.com> not-needed https://github.com/google/mozc/commit/cad4064c8884eb711e0e19b4b79d2ff5610823dc 2024-05-17
0011-enable-deprecated-gtk-renderer.patch Enable deprecated GTK renderer Kentaro Hayashi <kenhys@xdump.org> not-needed 2024-11-21
0012-Enable-use_gyp_for_ibus_build-again.patch enable --use_gyp_for_ibus_build again Kentaro Hayashi <kenhys@gmail.com> not-needed https://github.com/google/mozc/commit/59cdfc191159a2e6d1e9a344e7fb8868c21c09cb 2024-11-17
0013-ibus-drop-needless-client_mock.patch Fix the following error:
gyp: Dependency 'client/client.gyp:client_mock#target' not found
while trying to load target unix/ibus/ibus.gyp:ibus_mozc_test#target

By commit 428e724802d3cce75f2333f2044f8f93eff1d7d2, ClientMock was
replaced with gmock in .bazel, but not for ibus.gyp.
Kentaro Hayashi <kenhys@xdump.org> not-needed 2024-11-17
0014-protobuf-revert-internal-cleanup.patch Revert cleanup for older protobuf 3.21.12-10 Kentaro Hayashi <kenhys@gmail.com> not-needed https://github.com/google/mozc/commit/f86d8b6d3e1ed34b2e5f359f236c978cf5e50840 2024-11-17
0015-uim-mozc-fix-ftbfs.patch unix/uim: try to fix compile error * use std::string
* replace arraysize with std::size
* replace DISALLOW_COPY_AND_ASSIGN(KeyTranslator);
* use uint64_t, int32_t
Kentaro Hayashi <kenhys@xdump.org> not-needed 2024-11-17
fcitx5-backport/e13338a41329f58e724801771f0cecf7338e24fb.patch [PATCH] rename mozc icon Weng Xuetian <wengxt@gmail.com> not-needed debian 2024-04-29
0016-Fix-FTBFS-with-absl-20240722.0.patch Fix the following error: FAILED: obj.host/dictionary/file/codec.codec.o /usr/bin/g++ -MMD -MF
obj.host/dictionary/file/codec.codec.o.d -DMOZC_GYP_BUILD -DOS_LINUX
-DMOZC_BUILD -DCHANNEL_DEV -DENABLE_GTK_RENDERER -DNDEBUG
-DQT_NO_DEBUG -DMOZC_NO_LOGGING -DIGNORE_HELP_FLAG
-DIGNORE_INVALID_FLAG -I../../third_party/abseil-cpp
'-I/build/reproducible-path/mozc-2.29.5160.102+dfsg/src' -Igen
-Igen/proto_out -fmessage-length=0 -fno-strict-aliasing
-funsigned-char -pipe -pthread -fno-omit-frame-pointer
-fstack-protector --param=ssp-buffer-size=4 -Wall -Wno-char-subscripts
-Wno-sign-compare -Wno-deprecated-declarations -Wwrite-strings
-Wno-unknown-warning-option -Wno-inconsistent-missing-override -fPIC
-fno-exceptions -O2 -Wno-deprecated -c ../../dictionary/file/codec.cc
-o obj.host/dictionary/file/codec.codec.o
../../dictionary/file/codec.cc: In member function ‘virtual
absl::debian7::Status
mozc::dictionary::DictionaryFileCodec::ReadSections(const char*, int,
std::vector<mozc::dictionary::DictionaryFileSection>*) const’:
../../dictionary/file/codec.cc:121:15: error: ‘StrCat’ is not a
member of ‘absl’ 121 | absl::StrCat("codec.cc: Insufficient data
size: ", length, " bytes")); | ^~~~~~
../../dictionary/file/codec.cc:126:15: error: ‘StrCat’ is not a
member of ‘absl’ 126 | absl::StrCat("codec.cc: memory block of size
", length, | ^~~~~~
Kentaro Hayashi <kenhys@xdump.org> not-needed 2025-03-10
0001-Support-uim.patch Support uim framework From "update prop list even the last context is self" (commit: 8f031d688434)
to "Merge pull request #10 from iwamatsu/update-mozc". (commit: 7beac7ba000e)
(git diff 8f031d688434..7beac7ba000e Mozc/uim Mozc/scm > ../support-uim.patch)
Note that macuim directory structure was different from Mozc, so
change macuim/Mozc/uim to src/unix/uim, macuim/Mozc/scm to src/unix/uim/scm.
uim Project http://code.google.com/p/uim/ not-needed macuim project: https://github.com/e-kato/macuim.git 7beac7ba000e0459a4dc933f3873b521664d2665 2024-11-14

All known versions for source package 'mozc'

Links