reStructuredText Back-End for Org-Mode Export Engine
Go porting of Sudachi
export Nikola blog posts in reStructuredText syntax from Org-Mode
An example of a single binary package with gosudachi and dictionary.
msnoigrs/docutils-htmlwriter 2
Htmlwriter is another HTML Writer module of Docutils.
msnoigrs/emacs-on-windows-patches 1
Japanese IME patch and others for building with MinGW on Windows
hiidulu overlay
msnoigrs/iText-LGPL-MPL-fork 1
The Original Code is 'iText, a free JAVA-PDF library' version 2.1.7
A Python module to read/write NFC tags or communicate with another NFC device.
create barnchshiguredo/momo
branch : fix/sdl-issue-on-raspi-and-jetson
created branch time in 13 hours
startedfontworks-fonts/Klee
started time in 2 days
startedletsencrypt/pebble
started time in 2 days
startedgo-testfixtures/testfixtures
started time in 5 days
push eventshiguredo/momo
commit sha fddbb2218b1b16d9bf8556cb1a08769bbfe525c0
変更履歴を更新する
push time in 5 days
push eventshiguredo/momo
commit sha d5f36e0a8b9916ac4d3c423d21cda13f430e0c74
変更履歴を更新する
push time in 5 days
push eventshiguredo/momo
commit sha 24309b6674a620fb658779930ffeb080d12d2f78
Update README.md
push time in 5 days
issue closedshiguredo/momo
この Issue について
いつかやるタスクとして存在しますが、もし Discord にて「対応したい」というのを言って頂ければサポートします。
モチベーション
Apple Silicon 向けの macOS ビルド Momo を用意したい。
仕様
- バージョンは GitHub Actions で利用できる OS にそろえる
- アーキテクチャは shiguredo-webrtc-build 側にそろえる
- momo-2021.1_macos-11.0.tar.gz -> momo-2021.1_macos-11.0_x86_64.tar.gz
- momo-2021.1_macos-11.0_arm64.tar.gz
closed time in 5 days
voluntasissue commentshiguredo/momo
https://github.com/shiguredo/momo/pull/192 こちらの PR で対応済みです。 @hakobera お疲れ様。
comment created time in 5 days
push eventshiguredo/momo
commit sha bff25c116035924d8ae775dfe050744af5483de3
Apple Silicon を準備中から対応済みにする
push time in 5 days
startedGoogleChrome/lighthouse-ci
started time in 6 days
push eventshiguredo/momo
commit sha 6ff285ec1c214a2d2b865d299aaf8cd69608966c
Apple Silicon に対応
commit sha 9c7f13050c4fb301365ac421b4c17f1354bb829b
Update build.sh
commit sha 1f1278e9f04d8476e6df581a83b53d473a0a38ef
Update build.sh
commit sha 23ebc657ca1332ba326827c5bb28c71c7c80356d
Windows の LINK Error を修正
commit sha d5b03f20627aab086b2e33f75d149f6704264904
Merge branch 'develop' into feature/support-macos-arm64
commit sha 9bc2579a24dc6d2791f186f634aa42ca49cfeb23
Merge pull request #192 from shiguredo/feature/support-macos-arm64 Apple Silicon に対応
push time in 6 days
PR merged shiguredo/momo
#189 を実装
-
GitHub Actions の Intel Mac インスタンスでビルドすることを前提としているため、現状はクロスコンパイするためオプションを入れています。ただし、このまま Apple Silicon Mac (M1 MacBook Air 2020) 上でもビルドできることは確認済みです。
-
今回はとりあえず Native Binary が生成できるところまでの対応です。そのため、H264以外のHWA対応は現時点ではなしです。
-
[x] 既存の
macos
をmacos_x86_64
に変更 -
[x]
macos_arm64
関連のビルドスクリプトの追加と変更 -
[x] libwebrtc を
m88.4324.3.1
に上げる -
[x] Apple Silicon 対応の入った SDL 2.0.14 に上げる
-
[x] 上記にともなうビルドエラーの修正
pr closed time in 6 days
pull request commentshiguredo/momo
@hakobera ビルド通ってるので、マージしてもらって問題ないです。
comment created time in 6 days
push eventshiguredo/momo
commit sha 178401e10b34446f270b5add1e9a192d077eb7b6
バージョンを上げる
commit sha d5b03f20627aab086b2e33f75d149f6704264904
Merge branch 'develop' into feature/support-macos-arm64
push time in 6 days
push eventshiguredo/momo
commit sha 23ebc657ca1332ba326827c5bb28c71c7c80356d
Windows の LINK Error を修正
push time in 6 days
startedigreenwood/igreenwood.org
started time in 7 days
push eventshiguredo/momo
commit sha 178401e10b34446f270b5add1e9a192d077eb7b6
バージョンを上げる
push time in 8 days
startedclauderic/react-sortable-hoc
started time in 8 days
Pull request review commentshiguredo/momo
SDLRenderer::SDLRenderer(int width, int height, bool fullscreen) SetFullScreen(true); } + renderer_ = SDL_CreateRenderer(window_, -1, SDL_RENDERER_ACCELERATED);+ if (renderer_ == nullptr) {+ RTC_LOG(LS_ERROR) << __FUNCTION__ << ": SDL_CreateRenderer failed "+ << SDL_GetError();+ return;+ }+
@tnoho @hakobera 検証が必要であれば develop に入ったタイミングで @torikizi に頼むで大丈夫ですよ。
comment created time in 9 days
push eventshiguredo/momo
commit sha 1f1278e9f04d8476e6df581a83b53d473a0a38ef
Update build.sh
push time in 9 days
push eventshiguredo/momo
commit sha 9c7f13050c4fb301365ac421b4c17f1354bb829b
Update build.sh
push time in 9 days
Pull request review commentshiguredo/momo
SDLRenderer::SDLRenderer(int width, int height, bool fullscreen) SetFullScreen(true); } + renderer_ = SDL_CreateRenderer(window_, -1, SDL_RENDERER_ACCELERATED);+ if (renderer_ == nullptr) {+ RTC_LOG(LS_ERROR) << __FUNCTION__ << ": SDL_CreateRenderer failed "+ << SDL_GetError();+ return;+ }+
いえ、特になかったと思います。
@voluntas 必要があれば他のプラットフォームで動作確認後の方が良いとは思いますが、このままでも支障ないかと思います。
comment created time in 9 days