/ 雑記帳

死んでいくヤツ静かに消えて行け

自分で出来ないから理想を書きます。消え去る死に方で行きたい。
もう、希望は無いから静かに深い湖に沈むがごとくに

— posted by くま at 01:22 am   pingTrackBack [0]

banshee-2.0.1-2.el6.x86_64 インストール

rhythmboxと似ているがこっち方が表示が賑やかでいいかも

banshee


    
$ rpm -qi banshee
Name : banshee Relocations: (not relocatable)
Version : 2.0.1 Vendor: (none)
Release : 2.el6 Build Date: 2011年10月06日 06時11分47秒
Install Date: 2013年08月19日 23時45分38秒 Build Host: c6build.plnet.rs
Group : Applications/Multimedia Source RPM: banshee-2.0.1-2.el6.src.rpm
Size : 11553197 License: MIT
Signature : DSA/SHA1, 2011年10月07日 18時10分50秒, Key ID d40370f438137efe
URL : http://banshee.fm/
Summary : Easily import, manage, and play selections from your music collection
Description :
Banshee allows you to import CDs, sync your music collection to an iPod,
play music directly from an iPod, create playlists with songs from your
library, and create audio and MP3 CDs from subsets of your library.

— posted by くま at 04:58 pm   pingTrackBack [0]

 

「インストール済み(ただし未伸張)ファイルが見つかりました」の対応

# rpmbuild -bb hoge.spec
<省略>
伸張ファイルの検査中:
エラー: インストール済み(ただし未伸張)ファイルが見つかりました:
RPM ビルドエラー:
インストール済み(ただし未伸張)ファイルが見つかりました:

こんなエラーの時は

# rpmbuild -bb --define="__check_files %{nil}" hoge.spec

— posted by くま at 04:50 pm   pingTrackBack [0]

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]

<< 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.0830 sec.