Project

General

Profile

AptRepositories » History » Version 68

Mark Clarkstone, 2017-09-16 10:17

1 54 Mark Clarkstone
h1. Official APT Repository
2 1 Adam Sutton
3 68 Mark Clarkstone
*We are aware that +stable-4.2+ packages are currently missing from Bintray, please see #4547 for details.* Packages can be directly downloaded from "here (Doozer.io)":https://doozer.io/tvheadend/tvheadend/builds/e195d1845f6ce0c3031c4f4f9de465693d82842a.
4
5 54 Mark Clarkstone
The repository is provided by "Bintray":https://bintray.com/tvheadend containing packages built by "Doozer.io":https://doozer.io/tvheadend/tvheadend. 
6 50 Jaroslav Kysela
7 54 Mark Clarkstone
*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.
8 50 Jaroslav Kysela
9 54 Mark Clarkstone
h2. 4.2
10 50 Jaroslav Kysela
11
This is the current-stable release.
12
13 54 Mark Clarkstone
h3. Supported Distributions / Platforms
14 50 Jaroslav Kysela
15 1 Adam Sutton
* Debian
16 50 Jaroslav Kysela
** Jessie "jessie" (8.x) - i386 / amd64
17 62 Mark Clarkstone
** Jessie "stretch" (9.x) - i386 / amd64
18 1 Adam Sutton
19
* Ubuntu
20 50 Jaroslav Kysela
** Xenial "xenial" (16.04.x) - i386 / amd64 / armhf / arm64.
21
** Trusty "trusty" (14.04.x) - i386 / amd64 - see note 1.
22 53 Mark Clarkstone
** Precise "precise" (12.04.x) - i386 / amd64 - see note 2.
23 1 Adam Sutton
24 62 Mark Clarkstone
If you're looking for Raspbian "raspbianjessie/raspbianstretch" packages, please see the Help! below.
25 58 Mark Clarkstone
26 50 Jaroslav Kysela
Notes:
27
# The armhf and arm64 builds do not have transcoding built in at the moment.
28 1 Adam Sutton
# The i386 builds for precise do not have transcoding built in, and seeing as this version of Ubuntu is now EOL it will eventually be removed.
29 53 Mark Clarkstone
30 1 Adam Sutton
h4. Build types
31
32 61 Mark Clarkstone
* release-4.2 - The latest version marked as release (like 4.2.2). This is currently 4.2.3.
33 1 Adam Sutton
* stable-4.2 - The latest official / stable code including changes between releases (like 4.2.2-10~gHASH).
34 53 Mark Clarkstone
35 54 Mark Clarkstone
h2. 4.0
36 1 Adam Sutton
37 50 Jaroslav Kysela
This is the old-stable release. Please note, there will be no further updates to this version.
38 1 Adam Sutton
39 54 Mark Clarkstone
h3. Supported Distributions / Platforms
40 1 Adam Sutton
41 50 Jaroslav Kysela
* Debian
42 1 Adam Sutton
** Jessie "jessie" (8.x) - i386 / amd64
43 28 Adam Sutton
44 1 Adam Sutton
* Ubuntu
45 50 Jaroslav Kysela
** Xenial "xenial" (16.04.x) - i386 / amd64
46 1 Adam Sutton
** Wily Werewolf "wily" (15.10.x) - i386 / amd64
47 50 Jaroslav Kysela
** Trusty (14.04.x) "trusty" - i386 / amd64
48
49 1 Adam Sutton
h4. Build types
50 50 Jaroslav Kysela
51 1 Adam Sutton
There is currently only one build type for 4.0.
52 50 Jaroslav Kysela
53
* stable - An old-stable build from the 4.0 release branch.
54
55 54 Mark Clarkstone
h2. Development/Unstable
56 50 Jaroslav Kysela
57
This is the current development "bleeding-edge" release. It contains builds from the development (master) branch on "Github":https://github.com/tvheadend/tvheadend. *Only use this build if you want bleeding-edge & don't mind breakages!*
58
59 54 Mark Clarkstone
h3. Supported Distributions / Platforms
60 50 Jaroslav Kysela
61
* Debian
62 1 Adam Sutton
** Jessie "jessie" (8.x) - i386 / amd64
63 62 Mark Clarkstone
** Jessie "stretch" (9.x) - i386 / amd64
64 50 Jaroslav Kysela
65
* Ubuntu
66
** Xenial "xenial" (16.04.x) - i386 / amd64 / armhf / arm64 - see note 1 + 2.
67
** Trusty "trusty" (14.04.x) - i386 / amd64 - see note 1.
68 1 Adam Sutton
69 50 Jaroslav Kysela
Notes:
70 21 Mark Clarkstone
# Due to issues with building x264, i386 builds have limited transcoding support.
71 50 Jaroslav Kysela
# armhf and arm64 builds do not have transcoding built in at the moment.
72 28 Adam Sutton
73 50 Jaroslav Kysela
h4. Build types
74 28 Adam Sutton
75 50 Jaroslav Kysela
There is currently only one build type for unstable.
76
77
* unstable - This will contain a nightly build from the development branch (master)
78
79 54 Mark Clarkstone
h2. Usage
80 50 Jaroslav Kysela
81 1 Adam Sutton
First install bintray's GPG key:
82
83
<pre>
84
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61 
85
</pre>
86
87
Select which build type you want and add the repository accordingly:
88
89 21 Mark Clarkstone
<pre>
90 28 Adam Sutton
echo "deb https://dl.bintray.com/tvheadend/deb DISTRO BUILDTYPE" | sudo tee -a /etc/apt/sources.list
91 21 Mark Clarkstone
</pre>
92
93 33 Mark Clarkstone
Replace DISTRO with the distribution's code name (as quoted in the _Supported Distro's / Platforms_ list). 
94 21 Mark Clarkstone
Replace BUILDTYPE with the desired build type.
95 1 Adam Sutton
 
96 35 Mark Clarkstone
> Example:
97 34 Mark Clarkstone
> <pre>
98 50 Jaroslav Kysela
echo "deb https://dl.bintray.com/tvheadend/deb xenial stable-4.2" | sudo tee -a /etc/apt/sources.list
99 21 Mark Clarkstone
</pre>
100
101
Refresh the available packages and install:
102 1 Adam Sutton
103 28 Adam Sutton
<pre>
104 21 Mark Clarkstone
sudo apt-get update
105
sudo apt-get install tvheadend
106 28 Adam Sutton
</pre>
107 21 Mark Clarkstone
108
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:
109
110 28 Adam Sutton
<pre>
111 50 Jaroslav Kysela
unstable > stable-4.2 > stable
112 28 Adam Sutton
</pre>
113
114 54 Mark Clarkstone
h2. Help!
115 1 Adam Sutton
116 50 Jaroslav Kysela
*Where are the builds for my distro/arch?*
117 1 Adam Sutton
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. 
118
119 50 Jaroslav Kysela
*What happened to nightly builds?*
120 53 Mark Clarkstone
They're no longer being provided, packages are now built on-the-fly once a commit to the branch has been pushed.
121 58 Mark Clarkstone
122 63 Mark Clarkstone
*Are there packages for Raspbian?*
123 58 Mark Clarkstone
Yes! However it's not official, but pretty close. To use it, you simply follow the usage instructions above but change the apt source URL..
124
* From 
125
<pre>
126
deb https://dl.bintray.com/tvheadend/deb
127
</pre>
128
129
* To 
130
<pre>
131
deb https://dl.bintray.com/mpmc/deb
132 1 Adam Sutton
</pre>
133 58 Mark Clarkstone
> Example:
134 62 Mark Clarkstone
> <pre>echo "deb https://dl.bintray.com/mpmc/deb raspbianstretch stable-4.2" | sudo tee -a /etc/apt/sources.list</pre>
135 58 Mark Clarkstone
136
Please read the following:
137
* These builds are done *manually* and may lag behind, however I'll do my best to keep them updated until the official repo is able to provide the packages.
138 1 Adam Sutton
* Only *stable-4.2* and *unstable* builds are available. *There is no release-4.2 build*.
139 58 Mark Clarkstone
* There is no transcoding support, mainly because the Pi isn't powerful enough to do software transcoding & hardware transcoding is not yet available. 
140
* There is no changes to the code whatsoever for these builds.
141 62 Mark Clarkstone
* Make sure to enter the distro as "raspbianjessie"/"raspbianstretch" and not "jessie"/"stretch".
142 58 Mark Clarkstone
* If you experience an issue please contact me on "github":http://github.com/mpmc, or send me a message on IRC - I idle as mpmc in #hts on Freenode.
143 28 Adam Sutton
144 50 Jaroslav Kysela
*Is there an Ubuntu PPA?*
145 57 Mark Clarkstone
Unofficial PPAs are provided by Michael Marley that provide packages for Artful, Zesty, Yakkety, and Xenial for the amd64, arm64, armhf, i386 and ppc64el architectures.
146 1 Adam Sutton
147 57 Mark Clarkstone
First, pick either the Stable or Unstable builds:
148 1 Adam Sutton
149 57 Mark Clarkstone
* For the Stable PPA containing daily builds from the latest stable branch:
150
<pre>sudo apt-add-repository ppa:mamarley/tvheadend-git-stable</pre>
151
152
* For the Unstable PPA containing daily builds from master:
153 1 Adam Sutton
<pre>sudo apt-add-repository ppa:mamarley/tvheadend-git</pre>
154 50 Jaroslav Kysela
155 57 Mark Clarkstone
Then, for both:
156
157 50 Jaroslav Kysela
* Update your packages:
158 1 Adam Sutton
<pre>sudo apt update</pre>
159
160 52 Mark Clarkstone
* Install:
161 50 Jaroslav Kysela
<pre>sudo apt install tvheadend</pre>
162 1 Adam Sutton
163 57 Mark Clarkstone
If you experience issues with this PPA please contact Michael on IRC (mamarley in #hts on Freenode) or "Launchpad":https://launchpad.net/~mamarley.