2013/8/12
カテゴリー » Raspberry Pi 2 Model B
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)
PS3コントローラーを使うためのソフト(無線OK)
— posted by くま at 12:03 pm
TrackBack [0]
2013/8/10
カテゴリー » Raspberry Pi 2 Model B
$ 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
TrackBack [0]
カテゴリー » Raspberry Pi 2 Model B
$ 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
TrackBack [0]
カテゴリー » Raspberry Pi 2 Model B
$ 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
TrackBack [0]
2013/8/7
カテゴリー » Raspberry Pi 2 Model B
— posted by くま at 03:55 pm
TrackBack [0]
2013/8/4
カテゴリー » Raspberry Pi 2 Model B
$ 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
TrackBack [0]
Comments