玩物不丧志

一个主要用来记录某人折腾过程的地方

弄了块1020卡来玩,把home server换成ubuntu,上vdr录节目^^ 参考这篇文章记录下安装过程,晚上才有时间,一边编译安装一边更新吧

1. Xine and FFMpeg
FFMpeg:
1
2
3
4
5
6
7
8
9
10
11
12
cd /usr/local/src
apt-get install build-essential
apt-get install mercurial cvs subversion libncurses-dev
apt-get install autoconf libtool automake pkg-config gettext
apt-get install liba52-0.7.4-dev libmp3lame-dev libvorbis-dev zlib1g-dev libpng12-dev libx11-dev libxv-dev libasound2-dev
apt-get build-dep ffmpeg
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
cd ffmpeg/
./configure --prefix=/usr --enable-shared --enable-gpl --enable-postproc --enable-libmp3lame --enable-libvorbis --enable-pthreads
make
make install
ldconfig -v
Xine-Lib 1.2 CVS:
1
2
3
4
5
6
7
8
9
10
11
12
cd /usr/local/src
apt-get install libcdio-dev libvcdinfo-dev
hg clone http://hg.debian.org/hg/xine-lib/xine-lib-1.2
wget http://www8.mplayerhq.hu/MPlayer/releases/codecs/essential-20071007.tar.bz2
tar xivf essential-20071007.tar.bz2
mv essential-20071007 /usr/local/lib/win32
ln -s /usr/local/lib/win32 /usr/local/lib/codecs
cd xine-lib-1.2
./autogen.sh --prefix=/usr --with-external-ffmpeg --disable-dxr3 --enable-w32dll --with-w32-path=/usr/local/lib/win32
make
make install
ldconfig -v
Xine-UI CVS:
1
2
3
4
5
6
7
8
9
10
cd /usr/local/src
apt-get install libxt-dev
# WARNING! We're going to install LIRCD and with this you can configure your remote if you want it used through LIRCD
apt-get install lirc lirc-modules-source lirc-x liblircclient-dev
wget http://home.vrweb.de/~rnissl/xine-ui-cvs-20090412200000.tar.bz2
tar xivf xine-ui-cvs-20090412200000.tar.bz2
cd xine-ui
./autogen.sh --prefix=/usr --enable-vdr-keys
make
make install

to be continued…

Version 1.25

  • Fixed WL MAC address may not be set properly. This seems to have caused various connectivity problems, including a possibility of getting locked out.
    Download

5.03 ChickHEN Homebrew Enabler - Team Typhoon (Article by Granite)

So comes the release of the highly anticipated ChickHEN homebrew enabler by Team Typhoon. After 1800 Lines of code, 4 weeks of stressful developing and countless amounts of tests the dawn of a new homebrew era for all the 3000, 2000 and 1000 users is on the horizon. What was said to be impossible by many is now a reality, all styles homebrew are now running on the “unhackable” T88v3 and TA-090 motherboards rolled out by Sony.

阅读全文 »

2.1.1
  • fixed MINIMUM CLIENT VERSION check, broken since 2.1.0
  • several smartcard fixes
0%