AptRepositories » History » Revision 51
« Previous |
Revision 51/148
(diff)
| Next »
Mark Clarkstone, 2017-04-21 21:27
Official Repositories¶
The repositories are provided by Bintray containing packages built by Doozer.io.
DEB - Debian & Ubuntu¶
This repository provides Debian and Ubuntu packages.
Please note that with the changes to the build system, the list of supported distros has changed. Please check the Supported Distributions / Platforms list below, if your distribution isn't listed, there may be an older version available, new build targets will be added as soon as possible.
4.2¶
This is the current-stable release.
Supported Distributions / Platforms¶
- Debian
- Jessie "jessie" (8.x) - i386 / amd64
- Ubuntu
- Xenial "xenial" (16.04.x) - i386 / amd64 / armhf / arm64.
- Trusty "trusty" (14.04.x) - i386 / amd64 - see note 1.
- The armhf and arm64 builds do not have transcoding built in at the moment.
Build types¶
- stable-4.2 - The latest official / stable code including changes between releases (like 4.2.2-10~gHASH).
- release-4.2 - The latest version marked as release. (like 4.2.2).
4.0¶
This is the old-stable release. Please note, there will be no further updates to this version.
Supported Distributions / Platforms¶
- Debian
- Jessie "jessie" (8.x) - i386 / amd64
- Ubuntu
- Xenial "xenial" (16.04.x) - i386 / amd64
- Wily Werewolf "wily" (15.10.x) - i386 / amd64
- Trusty (14.04.x) "trusty" - i386 / amd64
Build types¶
There is currently only one build type for 4.0.
- stable - An old-stable build from the 4.0 release branch.
Development/Unstable¶
This is the current development "bleeding-edge" release. It contains builds from the development (master) branch on Github. Only use this build if you want bleeding-edge & don't mind breakages!
Supported Distributions / Platforms¶
- Debian
- Jessie "jessie" (8.x) - i386 / amd64
- Ubuntu
- Xenial "xenial" (16.04.x) - i386 / amd64 / armhf / arm64 - see note 1 + 2.
- Trusty "trusty" (14.04.x) - i386 / amd64 - see note 1.
- Due to issues with building x264, i386 builds have limited transcoding support.
- armhf and arm64 builds do not have transcoding built in at the moment.
Build types¶
There is currently only one build type for unstable.
- unstable - This will contain a nightly build from the development branch (master)
Usage¶
First install bintray's GPG key:
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61
Select which build type you want and add the repository accordingly:
echo "deb https://dl.bintray.com/tvheadend/deb DISTRO BUILDTYPE" | sudo tee -a /etc/apt/sources.list
Replace DISTRO with the distribution's code name (as quoted in the Supported Distro's / Platforms list).
Replace BUILDTYPE with the desired build type.
Example:
echo "deb https://dl.bintray.com/tvheadend/deb xenial stable-4.2" | sudo tee -a /etc/apt/sources.list
Refresh the available packages and install:
sudo apt-get update sudo apt-get install tvheadend
Note: if you install more than one suite you will only ever get packages from the one holding the most recent version number, so the order of priority would be:
unstable > stable-4.2 > stable
Help!¶
Where are the builds for my distro/arch?
At the moment the Doozer build system only has support for a limited number of build targets. New targets will be added as soon as possible. If you're impatient you may build your own packages.
What happened to nightly builds?
They're no longer being provided. packages are now built on the fly once a commit to the branch has been pushed.
Is there an Ubuntu PPA?
Not an official one, but there is one provided by Michael Marley that provides unstable packages for Artful (untested), Zesty, Yakkety, and Xenial - amd64, arm64, armhf, i386, ppc64el.
You can install it by doing the following:
- Add the PPA to your system:
sudo apt-add-repository ppa:mamarley/tvheadend-git
- Update your packages.
sudo apt update
- Install
sudo apt install tvheadend
If you experience issues with this PPA please contact Michael on Launchpad.
Updated by Mark Clarkstone over 7 years ago · 51 revisions