Ich habe mir heute die neuste Version von tvheadend für mein Debian gebastelt.
Hilfreich war die Anleitung die ich hier unten veröffentliche. Damit nicht jeder seinen Rechner am arbeiten halten muss, habe ich die deb zum Download hochgeladen.
Zum Paket bauen / for building packet
apt-get install build-essential pkg-config libssl-dev git
Die Codecs / codecs (maybe not needed with static flag on autobuild script…)
apt-get install libavahi-client-dev libavcodec-dev libavfilter-dev libavformat-dev libavutil-dev libswscale-dev libavcodec-extra-53 liburiparser1 liburiparser-dev debhelper libcurl4-gnutls-dev a52dec
- Auf „root“ wechseln (su), oder alle Befehle mit „sudo“ machen…
- Zum Paket bauen / for building packet
apt-get install build-essential pkg-config libssl-dev git - TVHeadEnd vom GIT herunterladen / download from git
cd /usr/src - git clone https://github.com/tvheadend/tvheadend.git
cd tvheadend - Paket bauen / building packet
./Autobuild.sh -t precise-amd64
AUTOBUILD_CONFIGURE_EXTRA=–enable-libffmpeg_static ./Autobuild.sh -t debian - Paket installieren / install packet
cd ..
dpkg –i PAKETNAME
Maybe someone has a tutorial for Ubuntu 12 / 14, for Version >3.9.18xx
*Erros with Version >= 3.9.18xx*
With the current Version, and the same steps, I got this „error“:
Checking support/features
checking for cc execinfo.h … ok
checking for cc -mmmx … ok
checking for cc -msse2 … ok
checking for cc getloadavg … ok
checking for cc atomic64 … ok
checking for cc lockowner … ok
checking for cc qsort_r … ok
checking for cc recvmmsg … ok
checking for cc libiconv … fail
checking for py module gzip … ok
checking for bzip2 … ok
checking for pkg openssl … ok (detected 1.0.1)
checking for cc linux/dvb/version.h … ok
checking for cc libhdhomerun/hdhomerun.h … fail
checking for pkg zlib … ok (detected 1.2.3.4)
checking for pkg liburiparser … ok (detected 0.7.5)
checking for pkg avahi-client … ok (detected 0.6.30)
checking for ffmpeg libraries … ok
checking for pkg libavcodec >=55.18.102 … fail (detected 53.61.100)
WARNING: none or old libav or libffmpeg libraries were detected
* use –disable-libav or –enable-libffmpeg_static
** supported ffmpeg libs n1.2+
** supported libav libs v10+
checking for cc sys/inotify.h … ok
fetching dvb-scan files … ok
checking for pkg dbus-1 … ok (detected 1.4.18)
tvheadend_4.1-2399~g806a5b7~precise_amd64.deb