Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
|
|
Source code |
1 2 3 4 5 |
a. Hinzufügen von i. deb http://security.debian.org/ squeeze/updates main contrib non-free ii. deb-src http://security.debian.org/ squeeze/updates main contrib non-free iii. deb http://www.debian-multimedia.org/ squeeze main iv. deb-src http://www.debian-multimedia.org/ squeeze main |
|
|
Source code |
1 2 3 4 5 6 7 8 |
1. apt-get install mercurial 2. cd /usr/local/src 3. hg clone http://www.linuxtv.org/hg/v4l-dvb 4. ln -s v4l-dvb DVB 5. cd /usr/local/src/DVB/linux/include/linux/ 6. ln -s /usr/src/linux/include/linux/compiler.h compiler.h 7. cd /usr/local/src/DVB/ 8. make all |
|
|
Source code |
1 2 3 4 5 6 |
1. cd /usr/local/src 2. apt-get install yasm git-core 3. git clone git://git.videolan.org/x264.git 4. cd x264 5. ./configure --enable-shared 6. make && make install |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
1. cd /usr/local/src/ 2. apt-get update 3. apt-get remove libxine1 libxine1-bin libxine1-dbg 4. apt-get install autoconf libtool automake autoconf pkg-config gettext subversion 5. apt-get install liba52-0.7.4-dev libmp3lame-dev libvorbis-dev zlib1g-dev libpng12-dev libx11-dev libxv-dev libasound2-dev libogg-dev 6. apt-get install libxvidcore4-dev libtheora-dev libgsm1-dev libfaac-dev libfaad-dev 7. apt-get update 8. apt-get build-dep ffmpeg 9. svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg 10. cd ffmpeg 11. ./configure --prefix=/usr --arch=x86_64 --cpu=core2 --enable-shared --enable-pthreads --enable-postproc --enable-avfilter --enable-avfilter-lavf --enable-gpl --enable-x11grab --enable-libfaac --enable-libfaad --enable-libgsm --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --extra-cflags="-mtune=native -march=native -O4 -pipe" --enable-nonfree 12. Make && make install 13. ldconfig 14. cd .. |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 |
apt-get install libmpcdec6 libmpcdec-dev apt-get install autogen cvs libXext-dev libcdio-dev libvcdinfo-dev libpostproc-dev libpng12-dev libxt-dev 1. hg clone [URL]http://hg.debian.org/hg/xine-lib/xine-lib-1.2[/URL] xine-lib-1.2 2. cd xine-lib-1.2 3. wget [URL]http://www.jusst.de/vdpau/xine-lib-1.2-vdpau-r135.diff.bz2[/URL] 4. bunzip2 xine-lib-1.2-vdpau-r135.diff.bz2 5. patch -p1 -i xine-lib-1.2-vdpau-r135.diff 6. ./autogen.sh --prefix=/usr --with-external-ffmpeg --disable-dxr3 --disable-optimizations --enable-debug 7. Make && make install 8. ldconfig |
|
|
Source code |
1 2 3 4 5 6 7 8 9 |
1. apt-get update 2. apt-get install shared-mime-info 3. cd /usr/local/src/ 4. cvs -d:pserver:anonymous@xine.cvs.sourceforge.net:/cvsroot/xine login 5. cvs -z3 -d:pserver:anonymous@xine.cvs.sourceforge.net:/cvsroot/xine co -P xine-ui 6. mv xine-ui xine-ui 7. cd xine-ui 8. ./autogen.sh --prefix=/usr --enable-vdr-keys 9. make && make install |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
1. apt-get update 2. apt-get install libncurses-dev libncursesw5-dev libfreetype6-dev libfontconfig1-dev libxft-dev libjpeg62-dev libcap-dev 3. cd /usr/local/src/ 4. wget [URL]ftp://ftp.tvdr.de/vdr/Developer/vdr-1.7.10.tar.bz2[/URL] 5. tar -xjf vdr-1.7.10.tar.bz2 6. ln -s vdr-1.7.10 VDR 7. cd VDR 8. wget [URL]http://www.wbreu.htpc-forum.de/downloads/vdr1.7.10extensions.tgz[/URL] 9. tar xvfz vdr1.7.10extensions.tgz 10. ls 11. cat vdr-1.7.10_extensions.diff | patch –p1 12. cp Make.config.template Make.config 13. Make.config editieren ### The directory environment: #change it to dvb if using multiproto or multiproto_plus DVBDIR = /usr/local/src/DVB/linux MANDIR = /usr/man BINDIR = /usr/bin …………….. VIDEODIR = /video CONFDIR = /etc/vdr/ ### The remote control: LIRC_DEVICE = /dev/lircd RCU_DEVICE = /dev/ttyS1 ## Define if you want vdr to not run as root #VDR_USER = vdr Hinzufügen: REMOTE= LIRC VFAT= 1 FFMDIR= /usr/local/src/ffmpeg FFMPEG_STATIC= 1 FFMPEG_SVN= 1 15. make && make install |
This post has been edited 6 times, last edit by "sviper" (Dec 31st 2009, 6:16pm)
Location: NRW
Occupation: "manche sagen Unterschichten Fernsehen dazu-mir macht die Gewinnbeteiligung jedes Jahr aufs neue Spaß ;-)"
Quoted
Original von sviper
... ein schönes vollständiges Howto wird, dem man gut folgen kann.
...
6. source und headers downloaden und source zu linux verlinken (ln –s linux-source…. linux)
This post has been edited 1 times, last edit by "vdr-box" (Dec 17th 2009, 12:58pm)
Location: NRW
Occupation: "manche sagen Unterschichten Fernsehen dazu-mir macht die Gewinnbeteiligung jedes Jahr aufs neue Spaß ;-)"
This post has been edited 2 times, last edit by "vdr-box" (Dec 17th 2009, 3:18pm)
Quoted
Original von vdr-box
Macht es Sinn jetzt schon mit Squeeze zu testen?
vdr-box
Location: NRW
Occupation: "manche sagen Unterschichten Fernsehen dazu-mir macht die Gewinnbeteiligung jedes Jahr aufs neue Spaß ;-)"
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 |
cd /usr/src/ hg clone http://hg.debian.org/hg/xine-lib/xine-lib-1.2 xine-lib-1.2 cd xine-lib-1.2 wget http://unix.oppserver.net/xine-lib/1.2/xine-lib-1.2-vdpau-r286_without-defineLOCKDISPLAY.diff wget http://unix.oppserver.net/xine-lib/1.2/xine-lib-1.2-vdpau-r286-extensions-v11.diff patch -p1 < xine-lib-1.2-vdpau-r286_with*.diff patch -p1 < xine-lib-1.2-vdpau-r286-extensions-v11.diff ./autogen.sh --with-external-ffmpeg --disable-dxr3 --enable-debug --disable-optimizations --disable-musepack make make install ldconfig |
|
|
Source code |
1 |
./autogen.sh --prefix=/usr --with-external-ffmpeg --disable-dxr3 --enable-w32dll --with-w32-path=/usr/lib/win32 |
Location: NRW
Occupation: "manche sagen Unterschichten Fernsehen dazu-mir macht die Gewinnbeteiligung jedes Jahr aufs neue Spaß ;-)"

Location: NRW
Occupation: "manche sagen Unterschichten Fernsehen dazu-mir macht die Gewinnbeteiligung jedes Jahr aufs neue Spaß ;-)"
Quoted
Macht es Sinn jetzt schon mit Squeeze zu testen?
.
Quoted
Arbeitest du mit 64bit oder i386?
|
|
Source code |
1 |
./autogen.sh --prefix=/usr --with-external-ffmpeg --disable-dxr3 --enable-w32dll --with-w32-path=/usr/lib/win32 |

This post has been edited 1 times, last edit by "sviper" (Dec 17th 2009, 10:09pm)
Quoted
Original von sviper
Ist das Packet x264 noch notwendig was ich installiert habe???
MFG
Location: NRW
Occupation: "manche sagen Unterschichten Fernsehen dazu-mir macht die Gewinnbeteiligung jedes Jahr aufs neue Spaß ;-)"
Quoted
Original von sviper
Xine-lib1.2
![]()
Source code
1 2 3 4 5 6 7 8 1. hg clone [URL]http://hg.debian.org/hg/xine-lib/xine-lib-1.2[/URL] xine-lib-1.2 2. cd xine-lib-1.2 3. wget [URL]http://www.jusst.de/vdpau/xine-lib-1.2-vdpau-r135.diff.bz2[/URL] 4. bunzip2 xine-lib-1.2-vdpau-r135.diff.bz2 5. patch -p1 -i xine-lib-1.2-vdpau-r135.diff 6. ./autogen.sh --with-external-ffmpeg --disable-dxr3 --enable-debug --disable-optimizations 7. Make && make install 8. ldconfig
Location: NRW
Occupation: "manche sagen Unterschichten Fernsehen dazu-mir macht die Gewinnbeteiligung jedes Jahr aufs neue Spaß ;-)"
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
make[1]: Entering directory `/data/vdr-1.7.10/PLUGINS/src/svdrpdemo' make[1]: Für das Ziel »all« ist nichts zu tun. make[1]: Leaving directory `/data/vdr-1.7.10/PLUGINS/src/svdrpdemo' cp: „./PLUGINS/lib/libvdr-hello.so.1.7.10“ und „./PLUGINS/lib/libvdr-hello.so.1.7.10“ sind die gleiche Datei cp: „./PLUGINS/lib/libvdr-osddemo.so.1.7.10“ und „./PLUGINS/lib/libvdr-osddemo.so.1.7.10“ sind die gleiche Datei cp: „./PLUGINS/lib/libvdr-pictures.so.1.7.10“ und „./PLUGINS/lib/libvdr-pictures.so.1.7.10“ sind die gleiche Datei cp: „./PLUGINS/lib/libvdr-skincurses.so.1.7.10“ und „./PLUGINS/lib/libvdr-skincurses.so.1.7.10“ sind die gleiche Datei cp: „./PLUGINS/lib/libvdr-sky.so.1.7.10“ und „./PLUGINS/lib/libvdr-sky.so.1.7.10“ sind die gleiche Datei cp: „./PLUGINS/lib/libvdr-status.so.1.7.10“ und „./PLUGINS/lib/libvdr-status.so.1.7.10“ sind die gleiche Datei cp: „./PLUGINS/lib/libvdr-svccli.so.1.7.10“ und „./PLUGINS/lib/libvdr-svccli.so.1.7.10“ sind die gleiche Datei cp: „./PLUGINS/lib/libvdr-svcsvr.so.1.7.10“ und „./PLUGINS/lib/libvdr-svcsvr.so.1.7.10“ sind die gleiche Datei cp: „./PLUGINS/lib/libvdr-svdrpdemo.so.1.7.10“ und „./PLUGINS/lib/libvdr-svdrpdemo.so.1.7.10“ sind die gleiche Datei make: *** [install-plugins] Fehler 1 squeeze:/data/VDR# l /etc/v |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
### The directory environment: DVBDIR = /usr/src/v4l-dvb/linux MANDIR = /usr/local/man BINDIR = /usr/local/bin LOCDIR = ./locale PLUGINDIR= ./PLUGINS PLUGINLIBDIR= $(PLUGINDIR)/lib VIDEODIR = /lib/var/video.00 CONFDIR = /etc/vdr/ ### The remote control: LIRC_DEVICE = /dev/lircd RCU_DEVICE = /dev/ttyS1 ## Define if you want vdr to not run as root #VDR_USER = vdr REMOTE= LIRC VFAT= 1 FFMDIR= /usr/src/ffmpeg/ FFMPEG_STATIC= 1 FFMPEG_SVN= 1 |
Quoted
sagt aber nix darueber aus ob dein linux 32 bittig oder 64 bittig ist. diesen kernel gibts fuer beide architekturen.
Quoted
![]()
Source code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 hmmm ich bekomme beim make install beim vdr immer ein: make[1]: Entering directory `/data/vdr-1.7.10/PLUGINS/src/svdrpdemo' make[1]: Für das Ziel »all« ist nichts zu tun. make[1]: Leaving directory `/data/vdr-1.7.10/PLUGINS/src/svdrpdemo' cp: „./PLUGINS/lib/libvdr-hello.so.1.7.10“ und „./PLUGINS/lib/libvdr-hello.so.1.7.10“ sind die gleiche Datei cp: „./PLUGINS/lib/libvdr-osddemo.so.1.7.10“ und „./PLUGINS/lib/libvdr-osddemo.so.1.7.10“ sind die gleiche Datei cp: „./PLUGINS/lib/libvdr-pictures.so.1.7.10“ und „./PLUGINS/lib/libvdr-pictures.so.1.7.10“ sind die gleiche Datei cp: „./PLUGINS/lib/libvdr-skincurses.so.1.7.10“ und „./PLUGINS/lib/libvdr-skincurses.so.1.7.10“ sind die gleiche Datei cp: „./PLUGINS/lib/libvdr-sky.so.1.7.10“ und „./PLUGINS/lib/libvdr-sky.so.1.7.10“ sind die gleiche Datei cp: „./PLUGINS/lib/libvdr-status.so.1.7.10“ und „./PLUGINS/lib/libvdr-status.so.1.7.10“ sind die gleiche Datei cp: „./PLUGINS/lib/libvdr-svccli.so.1.7.10“ und „./PLUGINS/lib/libvdr-svccli.so.1.7.10“ sind die gleiche Datei cp: „./PLUGINS/lib/libvdr-svcsvr.so.1.7.10“ und „./PLUGINS/lib/libvdr-svcsvr.so.1.7.10“ sind die gleiche Datei cp: „./PLUGINS/lib/libvdr-svdrpdemo.so.1.7.10“ und „./PLUGINS/lib/libvdr-svdrpdemo.so.1.7.10“ sind die gleiche Datei make: *** [install-plugins] Fehler 1 squeeze:/data/VDR# l /etc/