This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # tvheadend | |
| apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61 | |
| add-apt-repository -y "deb https://dl.bintray.com/dreamcat4/ubuntu-stable vivid main" | |
| add-apt-repository -y "deb https://dl.bintray.com/dreamcat4/ubuntu-stable trusty main" | |
| apt search tvheadend | |
| Sorting... Done | |
| Full Text Search... Done | |
| tvheadend/vivid,trusty 4.1.11~gd149c5b~precise amd64 | |
| Tvheadend | |
| tvheadend-dbg/vivid,trusty 4.1.11~gd149c5b~precise amd64 | |
| Debug symbols for Tvheadend | |
where'd my comments go?
Finally, I think it is best if they appear to users like this:
# releases (git-tagged series eg `4.0.0`,`4.0.1`,`4.0.2`)
tvheadend/stable 4.0.1~trusty amd64
tvheadend/unstable 4.1.3~trusty amd64
# nightlies (commits of the two branches)
tvheadend/master 4.1.0-18~gd149c5b~trusty amd64
tvheadend/testing 4.1.0-18~gd149c5b~trusty amd64Can't really think of any way to improve further.
$ sudo add-apt-repository -y "deb https://dl.bintray.com/dreamcat4/ubuntu master main"
$ sudo apt-get update -qqy
$ apt search tvheadend
Sorting... Done
Full Text Search... Done
tvheadend/master 3.9-2883~g4019f69~trusty amd64
Tvheadend
tvheadend-dbg/master 3.9-2883~g4019f69~trusty amd64
Debug symbols for Tvheadend
$ sudo apt-get install tvheadend
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
linux-headers-3.19.0-15 linux-headers-3.19.0-15-generic linux-image-3.19.0-15-generic linux-image-extra-3.19.0-15-generic
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
libdvbcsa1 liburiparser1
The following NEW packages will be installed
libdvbcsa1 liburiparser1 tvheadend
0 to upgrade, 3 to newly install, 0 to remove and 18 not to upgrade.
Need to get 9,547 kB of archives.
After this operation, 25.0 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
$ apt search tvheadend
Sorting... Done
Full Text Search... Done
tvheadend/master,now 3.9-2883~g4019f69~trusty amd64 [installed]
Tvheadend
$ tvheadend --version
tvheadend: error while loading shared libraries: libdvben50221.so: cannot open shared object file: No such file or directory
$ sudo apt-get install dvb-apps
$ tvheadend --version
tvheadend: version 3.9-2883~g4019f69Updated to v2 Build chain.
https://bintray.com/dreamcat4/ubuntu/tvheadend/view
@ProfYaffle Please try on Linux Mint
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My thoughts...
gd149...? or 4.1rev11or similar?