forked from Ivasoft/docker-tvheadend
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dc1d442d96 | ||
|
|
a7c57ecc35 | ||
|
|
ec5307ef63 |
@@ -1,4 +1,4 @@
|
|||||||
FROM lsiobase/alpine
|
FROM lsiobase/alpine:3.5
|
||||||
MAINTAINER saarg
|
MAINTAINER saarg
|
||||||
|
|
||||||
# package version
|
# package version
|
||||||
@@ -164,8 +164,8 @@ RUN \
|
|||||||
# build dvb-apps
|
# build dvb-apps
|
||||||
hg clone http://linuxtv.org/hg/dvb-apps /tmp/dvb-apps && \
|
hg clone http://linuxtv.org/hg/dvb-apps /tmp/dvb-apps && \
|
||||||
cd /tmp/dvb-apps && \
|
cd /tmp/dvb-apps && \
|
||||||
make && \
|
make -C lib && \
|
||||||
make install && \
|
make -C lib install && \
|
||||||
|
|
||||||
# build tvheadend
|
# build tvheadend
|
||||||
git clone https://github.com/tvheadend/tvheadend.git /tmp/tvheadend && \
|
git clone https://github.com/tvheadend/tvheadend.git /tmp/tvheadend && \
|
||||||
|
|||||||
@@ -144,6 +144,7 @@ You need to enable minimum advanced view level to see the picons options.
|
|||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
+ **05.02.2017:** Update to alpine 3.5 and change dvb-apps to only compile needed libs.
|
||||||
+ **14.11.2016:** Add picons from picons.xyz to /picons folder and add info to README.
|
+ **14.11.2016:** Add picons from picons.xyz to /picons folder and add info to README.
|
||||||
+ **22.09.2016:** Fix broken tv_grab_wg, libs for xmltv and update README.
|
+ **22.09.2016:** Fix broken tv_grab_wg, libs for xmltv and update README.
|
||||||
+ **18.09.2016:** Update XMLTV to 0.5.68 and update README.
|
+ **18.09.2016:** Update XMLTV to 0.5.68 and update README.
|
||||||
|
|||||||
Reference in New Issue
Block a user