Hi Bob
Tried to install tvheadend-3.9.2618-git.e5dc86b.1.fc21.armv7hl.rpm with rpm -Uvh and it failed because of missing dependencies:
libavcodec.so.56
libavformat.so.56
libresample.so.2
libavutil.so.54
libswscale.so.3
So as I suspect I will not get further with this until libav becomes available in rpmfusion for Rawhide (I am using FC22 on armv7hl). I.e. my problem not the rpm's.
Next tried rpm -ivv tvheadend-3.9.20150319-5.fc21.src.rpm
but one of the things I saw was :
install: tvheadend-3.9.20150319-5.fc21.x86_64 has 2 files
tvheadend-3.9.20150319-5.fc21.x86_64 so maybe wrong arch components? but tar xvfz ran without error.
Used ./configure --disable-dvbscan and it grizzled about No package 'libavcodec' found but ok.
Make and make install ran ok without error. But on firing up tvheadend & it came back with
error while loading shared libraries: libiconv.so.2: cannot open shared object file: No such file or directory
but it's present at /usr/local/lib/libiconv.so.2
so I then added /usr/local/lib to my PATH without success.
Copied this to /usr/lib and then tvh fired up. It ran without an access login so crashed the browser when I clicked on "Configuration".
I think I can copy some profile files to overcome this.
Thanks for the help with this.