Ubuntu TVやってみる(12) unity-lens-videoを導入する

PPAにパッケージがあったので、これを入れるだけ。

linaro@linaro-ubuntu-desktop:~$ sudo apt-get install unity-lens-video
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libxcb-xfixes0 libgbm1 libwayland0 libxcb-dri2-0
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
  unity-lens-video
0 upgraded, 1 newly installed, 0 to remove and 5 not upgraded.
Need to get 28.8 kB of archives.
After this operation, 176 kB of additional disk space will be used.
Get:1 http://ppa.launchpad.net/linaro-maintainers/overlay/ubuntu/ oneiric/main unity-lens-video armel 0.5+51+201201160324~oneiric1 [28.8 kB]
Fetched 28.8 kB in 2s (13.0 kB/s)           
Selecting previously deselected package unity-lens-video.
(Reading database ... 146629 files and directories currently installed.)
Unpacking unity-lens-video (from .../unity-lens-video_0.5+51+201201160324~oneiric1_armel.deb) ...
Setting up unity-lens-video (0.5+51+201201160324~oneiric1) ...


パッケージがない場合は、以下のようにビルドが必要だった。

$ bzr branch lp:~s-team/ubuntutv/unity-lens-video
$ cd unity-lens-video
$ ./autogen.sh --prefix=/usr --sysconfdir=/etc
$ sudo make install
$ cd ..