Project

General

Profile

This project is closed and read-only.

Actions

Bug #3811

closed

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

Bug #3811: When will the raspberry pi builds come back in the apt-repository?

Added by Al Bundy over 10 years ago. Updated over 6 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

Updated by Nihil Baxter over 10 years ago Actions #1

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 ;)

Updated by Al Bundy over 10 years ago Actions #2

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... :)

Updated by Stefan Berger over 10 years ago Actions #3

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.

Updated by Al Bundy almost 9 years ago Actions #4

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" 

Updated by Flole Systems over 6 years ago Actions #5

  • Status changed from New to Invalid
Actions

Also available in: PDF Atom