Hallo,
Seit Sonntag steht Handbrake 🇬🇧 in der neuen Version 0.9.3 🇬🇧 zur Verfügung. Für Intrepid werden zwar fertige Pakete zum Download angeboten, aber alle anderen müssen sich die Software selber kompilieren. Genau das habe ich heute auch versucht. Dabei musste ich feststellen, dass der Wiki-Artikel HandBrake so nicht mehr zu stimmen scheint. Falls es relevant sein sollte, ich hab ein 64bit Hardy.
Nach der Anleitung im Wiki hab ich die Pakete nasm, yasm und jam installiert und die Datei /HandBrake-0.9.3/libhb/Jamfile angepasst. Der Aufruf von ./configure ergab dann folgende Ausgabe:
$ ./configure System: Linux Endian: little ./configure: 119: svnversion: not found Don't run configure by hand, make runs it automatically. No, really. That's it. Just type 'make' and hit return. You're supposed to be building with make, not jam. If you were going to use jam--which you shouldn't--you'd run: './jam' on a Mac, or 'jam' on Linux or Windows To make jam, boil fruit with sugar and an acid until pectins are released.
Der Aufruf von make endet so:
16:15:54 (1.22 MB/s) - »./xvidcore.tar.gz« gespeichert [739835/739835] LibXvidCore ./lib/libxvidcore.a /bin/sh: patch: not found cd `dirname ./xvidcore.tar.gz` && CONTRIB=`pwd` && rm -rf xvidcore && (gzip -dc xvidcore.tar.gz | tar xf - ) && cd xvidcore && patch -p1 < ../patch-xvidcore-nasm-2.00-configure.patch && patch -p1 < ../patch-xvidcore-fdct.patch && cd build/generic/ && ./configure --prefix=$CONTRIB --cache-file=$CONTRIB/config.cache && make libxvidcore.a && cp ./=build/libxvidcore.a $CONTRIB/lib/ && cp ../../src/xvid.h $CONTRIB/include/ && strip -S $CONTRIB/lib/libxvidcore.a ...failed LibXvidCore ./lib/libxvidcore.a ... ...failed updating 11 target(s)... ...skipped 4 target(s)... ...updated 19 target(s)... make[1]: *** [.contrib] Fehler 1 make: *** [contrib/.contrib] Fehler 2
Und der Aufruf von ./jam ergibt:
bash: ./jam: cannot execute binary file
bzw.
$ sudo ./jam [sudo] password for heubi: ./jam: 1: ����� �� ����: not found ./jam: 2: Syntax error: "(" unexpected
Die Ausgabe von jam ist sehr lang geworden. Deshalb ist sie unter HandBrake zu finden.
Kann mir jemand einen Tipp geben an welcher Schraube man da drehen kann? Danke schon mal. ☺
Gruß
heubi