CVS から引っ張ってきて vd_tdiary_rast-search_html-anchor.diff を当てて作成。
CSRF 攻撃対策リリースとのこと。> tDiaryの脆弱性に関する報告(2005-07-20), tDiary 2.0.2、2.1.2リリース
vd_bugzilla-jp_bug-1476_attachment-1656_for-mozfx-0.9.3.patch、vd_mozfx-0.10.1_without-gnome-and-gconf.patch、mozilla-1.8a5-gtk2-composition-fix.diff を当てて作成。
めも。
jfbtermやbtermの代わりにカーネルレベルでUTF-8文字の表示ができないかという妄想があります。
[[debian-devel:16276]より引用]
いろいろ実験はしてるけど UNICON はまだそこまで行けてないなぁ。
UNICON で利用できる文字コードとそれのバイト幅は以下の通り。
ほとんどが2バイト幅であり、実際に UNICON はバイト幅を 2 と固定した実装がなされている(cf. include/linux/fb_doublebyte.h)。一方、UTF-8 のバイト幅は 1〜4 らしいので、単純に UTF-8 用のエンコードモジュールを追加すれば済むわけではない。ということで、UNICON を UTF-8 に対応させるにはかなりの大手術が必要になりそうだ。
あまり意識して見たことがなかったのでよく見てみたところ、doublebyte や double_byte、left、right といったキーワードがかなりの場所で見られ、結構根が深そうだ。大手術というより、別物になりそう。そこまでは独りではできそうにないなぁ。
参考ページ
宣伝してきた。> [Audacious] AudKrellM 0.0.1 (GKrellM Audacious Plugin)
なんか GRUB から GRUB2 への移行予定というか移行準備ができつつあるようだ。ということで GRUB2 にしてみた。
debconf に任しておけば /boot/grub/grub.cfg を作ってくれたけど、/boot/grub/menu.lst とはかなり違うなあ。デフォルトで UUID で root を指定するようになってる。あと grub.cfg を直接書き換えずに、/etc/default/grub を編集して update-grub を実行するようだ。
Resizeable Textarea の代替として Text Area Resizer & Mover にしてみたけど、ドラッグ動作が FireGestures と干渉するなあ。メニューからだと使いにくいし...。
半年くらい前の CFD W3U1333F-8G が急にダメになってしまったので保証を使って修理に出したけど、1か月かかるらしく、その間使えないのは困るので UMAX Cetus DCDDR3-16GB-1333 を購入。
LOG_DRIVER の問題は、automake (1.15) ではなく、automake1.11 (aclocal-1.11 と automake-1.11) を使うように autogen.sh を書き換えることで対応。
残るは Qt4 と Qt5 の両立。--with-qt4-immodule はつけてて OK で、--with-qt4 をつけたらビルドできなくなる。正確には qt4/toolbar で cmake CMakeLists.txt すると、
CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: QT_QT_INCLUDE_DIR used as include directory in directory /tmp/uim-qt5/qt4/toolbar/CMakeFiles/CMakeTmp CMake Error: Internal CMake error, TryCompile configure of cmake failed CMake Error at /usr/share/kde4/apps/cmake/modules/FindKDE4Internal.cmake:1316 (message): Unable to compile a basic Qt application. Qt has not been found correctly. Call Stack (most recent call first): /usr/share/cmake-3.2/Modules/FindKDE4.cmake:108 (find_package) CMakeLists.txt:4 (find_package) -- Configuring incomplete, errors occurred! See also "/tmp/uim-qt5/qt4/toolbar/CMakeFiles/CMakeOutput.log". See also "/tmp/uim-qt5/qt4/toolbar/CMakeFiles/CMakeError.log".
となるもののここでビルド中断にはならず、この後の make で
make -f Makefile.qmake INSTALL_ROOT= all make[1]: Entering directory '/tmp/uim-qt5/qt4/toolbar' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/tmp/uim-qt5/qt4/toolbar' ( cd build; make all ) make[1]: Entering directory '/tmp/uim-qt5/qt4/toolbar/build' make[1]: *** No rule to make target 'all'. Stop. make[1]: Leaving directory '/tmp/uim-qt5/qt4/toolbar/build' Makefile:571: recipe for target 'all' failed make: *** [all] Error 2
となって初めて中断する。
と、どうやらこの CMakeLists.txt に
find_package(Qt4)
と追加してやればいいだけみたい。これは Qt5 ブランチでなくても影響ないようなので pull-req を送った。> fix CMake Error not found QT_QT_INCLUDE_DIR when specify both --with-qt4 and --with-qt5.
ひとまずこれで Qt5 対応できたかも?
これらをまとめたパッケージを入れるなら、まずは expeirmental かな?
トランスフォーマー/リベンジ [Blu-ray](アーレン・クルーガー/ロベルト・オーチー/アレックス・カーツマン)
ミセス・ダウト [AmazonDVDコレクション] [Blu-ray]
ロッキー5 [AmazonDVDコレクション] [Blu-ray]
前 | 2003年 7月 |
次 | ||||
日 | 月 | 火 | 水 | 木 | 金 | 土 |
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
[amd64 | audacious | comp | debian | gkrelluim | kip | misc | movie | research | rime | unicon | vdr | work | えふえふ]
書いてる人: dai
パッチ等(無保証)