/ 雑記帳

yum で再インストールが出来る様になった。

# yum reinstall XXXXX
updateでしかリカバーできなかったが
これで出来る様になった。うれしい!!

— posted by くま at 02:46 pm   pingTrackBack [0]

 

winffをインストール

NONALNUM-53637265656E73686F742D57696E4646E381ABE381A4E38184E381A6


    
必要となったパッケージ
fpc-src-2.6.2-130317.x86_64
fpc-2.6.2-130317.x86_64
lazarus-1.0.10-0.x86_64
インストールのやり方
lazarus(パスカルコンパイルソフト)でpotranslator.pasを開いて実行すると
実行ファイルが出来上がる。




Screenshot-2


NONALNUM-53637265656E73686F742DE383A1E38383E382BBE383BCE382B8



— posted by くま at 02:20 pm   pingTrackBack [0]

 

CentOS6.4 /dev/input/js0 PS3 コントローラーの認識

CentOS6.4では何をやっても認識しなかったが
以下をインストールして再起動すると認識できた。
http://pkgs.org/centos-6-rhel-6/elrepo-x86_64/kmod-joydev-0.0-1.el6.elrepo.x86_64.rpm.html
#yum install --enablerepo=elrepo kmod-joydev-0.0-1.el6.elrepo.x86_64
    
$ ls /dev/input/js*
/dev/input/js0
   
その他インストールしたもの
ソースインストール
qjoypad-4.1.0-20130812-1.x86_64
スペックファイルを少々いじる→Requires: PyQt4
qtsixa-1.2.1-29.1.x86_64
sixad-1.2.1-29.1.x86_64
Fedora20のsrcからリビルド
bluez-hcidump-2.5-3.el6.x86_64
yumでインストール
scons-2.0.1-1.el6.noarch
sourceからコンパイル
jstest-gtk (http://github.com/Grumbel/jstest-gtk/tree/master)

joy


QJoyPad41


     
PS3コントローラーを使うためのソフト(無線OK)

Screenshot-QtSixA



— posted by くま at 12:03 pm   pingTrackBack [0]

ffmpeg.spec

$ diff -u ffmpeg.spec.ori ffmpeg.spec > ffmpeg.patch
$ cat ffmpeg.patch
--- ffmpeg.spec.ori 2013-06-21 18:34:46.000000000 +0900
+++ ffmpeg.spec 2013-07-20 13:06:57.000000000 +0900
@@ -114,7 +114,7 @@
--mandir=%{_mandir} ¥¥¥
--arch=%{_target_cpu} ¥¥¥
--optflags="$RPM_OPT_FLAGS" ¥¥¥
- %{?_with_amr:--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvo-amrwbenc --enable-version3} ¥¥¥
+ --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvo-amrwbenc --enable-version3 ¥¥¥
--enable-bzlib ¥¥¥
%{!?_with_crystalhd:--disable-crystalhd} ¥¥¥
%{!?_without_frei0r:--enable-frei0r} ¥¥¥
@@ -124,7 +124,7 @@
%{!?_without_celt:--enable-libcelt} ¥¥¥
--enable-libdc1394 ¥¥¥
%{?_with_dirac:--enable-libdirac} ¥¥¥
- %{?_with_faac:--enable-libfaac --enable-nonfree} ¥¥¥
+ --enable-libfaac --enable-nonfree ¥¥¥
%{!?_with_jack:--disable-indev=jack} ¥¥¥
--enable-libfreetype ¥¥¥
--enable-libgsm ¥¥¥
@@ -140,8 +140,8 @@
--enable-libtheora ¥¥¥
--enable-libvorbis ¥¥¥
--enable-libv4l2 ¥¥¥
- %{!?_without_vpx:--enable-libvpx} ¥¥¥
- %{!?_without_x264:--enable-libx264} ¥¥¥
+ --enable-libvpx ¥¥¥
+ --enable-libx264 ¥¥¥
--enable-libxvid ¥¥¥
--enable-x11grab ¥¥¥
--enable-avfilter ¥¥¥

— posted by くま at 09:49 pm   pingTrackBack [0]

 

ffmpeg 現状(2)

$ rpm -qa --last | grep ffmpeg-
ffmpeg-libs_0.6-0.6.6-3.el6.x86_64 2013年07月20日 17時24分52秒
ffmpeg-devel-1.2.1-3.el6.x86_64 2013年07月20日 17時20分22秒
ffmpeg-1.2.1-3.el6.x86_64 2013年07月20日 17時20分20秒
ffmpeg-libs-1.2.1-3.el6.x86_64 2013年07月20日 17時20分19秒
gstreamer-ffmpeg-0.10.11-1.el6.rf.x86_64 2011年08月28日 19時54分05秒
ffmpeg-spice-libs-0.4.9-0.15.5spice.20080908.el6.x86_64 2011年08月28日 03時29分37秒
src.rpmからスペックファイルを取り出して無効になっているオプションを有効にしてリビルド、インストールした。
この方法だとdevelファイルも一緒に作成インストールが出来る。他のソースをコンパイルする時に有利である。

— posted by くま at 09:26 pm   pingTrackBack [0]

 

ffmpeg 現状(1)

$ ffmpeg
ffmpeg version 1.2.1 Copyright (c) 2000-2013 the FFmpeg developers
built on Jul 20 2013 13:22:02 with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-3)
configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man --arch=x86_64 --optflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvo-amrwbenc --enable-version3 --enable-bzlib --disable-crystalhd --enable-gnutls --enable-libass --enable-libcdio --enable-libdc1394 --enable-libfaac --enable-nonfree --disable-indev=jack --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-openal --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libv4l2 --enable-libvpx --enable-libx264 --enable-libxvid --enable-x11grab --enable-avfilter --enable-postproc --enable-pthreads --disable-static --enable-shared --enable-gpl --disable-debug --disable-stripping --shlibdir=/usr/lib64 --enable-runtime-cpu
 libavutil 52. 18.100 / 52. 18.100
libavcodec 54. 92.100 / 54. 92.100
libavformat 54. 63.104 / 54. 63.104
libavdevice 54. 3.103 / 54. 3.103
libavfilter 3. 42.103 / 3. 42.103
libswscale 2. 2.100 / 2. 2.100
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 2.100 / 52. 2.100
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...

— posted by くま at 09:21 pm   pingTrackBack [0]

指紋認証

http://www.amazon.com/Digital-Privacy-Manager-Fingerprint-Reader/dp/B000PELLGS/ref=pd_sim_sbs_e_6
これが欲しいのですがアマゾンでは船で発送できないので
購入できません。
中国に関わらない安全な形で購入する方法はないものでしょうか?
パスワード忘れ入力間違いが最近多いため購入したいと考えています。


    
参考リンク:
http://biometric-solutions.com/devices/reviews.php?story=upek_eikon

eikon



— posted by くま at 03:55 pm   pingTrackBack [0]

最新 PT1/PT2 Driver install CentOS release 6.4 (Final)

$ uname -a
Linux kkuma-i5 2.6.32-358.14.1.el6.x86_64 #1 SMP Tue Jul 16 23:51:20 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
   
$ cd
$ wget https://github.com/stz2012/libarib25/archive/master.zip
$ mv master master.zip
$ unzip master.zip
$ cd libarib25-master/src/
$ make
# make install
$ cd
$ wget http://hg.honeyplanet.jp/pt1/archive/tip.tar.bz2
$ tar xazf tip.tar.bz2
$ cd pt1-b14397800eae
$ cd ../..recpt1/
$ ./autogen.sh
$ ./configure --enable-b25
$ make
# make install
$ cd ../driver
$ make
# make install
$ cd ../recpt1
$ make
# make install

— posted by くま at 01:52 pm   pingTrackBack [0]

<< 2013.8 >>
SMTWTFS
    123
4 567 8910
1112 1314151617
181920 21 222324
25 2627 28 2930 31
 
























T: Y: ALL: Online:
ThemePanel
Created in 0.0818 sec.