Project

General

Profile

Bug #3811

When will the raspberry pi builds come back in the apt-repository?

Added by Al Bundy over 8 years ago. Updated over 4 years ago.

Status:
Invalid
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-05-17
Due date:
% Done:

0%

Estimated time:
Found in version:
n/a
Affected Versions:

Description

I've configured the unstable builds but didn't get any update since switching to bintray.

Are there any plans to bring these builds back?

Al

History

#1

Updated by Nihil Baxter over 8 years ago

You can easily build tvheadend on your pi, maybe you could test my builds https://nihil.selfhost.eu/tvheadend/nightly/ , from time to time i build new tvheadend for myself... I setup my own repo, but thats not reachable from outside of my network ;)

#2

Updated by Al Bundy over 8 years ago

But I don't want to care about compiler options and build environments.

I just want to get the latest version with an apt-get upgrade. :)

I know - I'm lazy... :)

#3

Updated by Stefan Berger over 8 years ago

From your builds on https://nihil.selfhost.eu/tvheadend/nightly/ the last I could install on a RasPi2 was tvheadend_4.1-1727. The newer ones all bring unsatisfied dependencies like libavcodec56, libavformat56 etc. that I wasn't able to find nor install. I tried to install on the latest Jessie Lite Version (2016-05-27-raspbian-jessie-lite)
Unfortunately on nihil.selfhost.eu there are no instructions. I am almost sure the is one super package to install that includes all those missing parts. ;)
Any hints ?
Thanks for your help.

#4

Updated by Al Bundy almost 7 years ago

For all that want to build tvheadend from git here is my build.sh.

#!/bin/bash

BASE=$(dirname "$0")
(
  if [ -d "$BASE/tvheadend" ]; then
    cd "$BASE/tvheadend" 
    git pull
  else
    cd "$BASE" 
    git clone https://github.com/tvheadend/tvheadend.git tvheadend
    cd "$BASE/tvheadend" 
  fi
  #AUTOBUILD_CONFIGURE_EXTRA="--disable-libvpx --disable-bintray_cache" ./Autobuild.sh
  AUTOBUILD_CONFIGURE_EXTRA="--disable-libvpx_static --disable-bintray_cache" ./Autobuild.sh
) 2>&1 | tee "$BASE/build.log" 

#5

Updated by Flole Systems over 4 years ago

  • Status changed from New to Invalid

Also available in: Atom PDF