forked from Ivasoft/docker-tvheadend
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3a054b8a57 | ||
|
|
6d486e90d0 |
@@ -34,10 +34,12 @@ RUN \
|
|||||||
libhdhomerun-dev \
|
libhdhomerun-dev \
|
||||||
libressl-dev \
|
libressl-dev \
|
||||||
libtool \
|
libtool \
|
||||||
|
libvpx-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
libxslt-dev \
|
libxslt-dev \
|
||||||
make \
|
make \
|
||||||
mercurial \
|
mercurial \
|
||||||
|
opus-dev \
|
||||||
patch \
|
patch \
|
||||||
pcre2-dev \
|
pcre2-dev \
|
||||||
perl-dev \
|
perl-dev \
|
||||||
@@ -45,6 +47,8 @@ RUN \
|
|||||||
sdl-dev \
|
sdl-dev \
|
||||||
uriparser-dev \
|
uriparser-dev \
|
||||||
wget \
|
wget \
|
||||||
|
x264-dev \
|
||||||
|
x265-dev \
|
||||||
zlib-dev && \
|
zlib-dev && \
|
||||||
apk add --no-cache --virtual=build-dependencies \
|
apk add --no-cache --virtual=build-dependencies \
|
||||||
--repository http://nl.alpinelinux.org/alpine/edge/testing \
|
--repository http://nl.alpinelinux.org/alpine/edge/testing \
|
||||||
@@ -63,9 +67,11 @@ RUN \
|
|||||||
libhdhomerun-libs \
|
libhdhomerun-libs \
|
||||||
libressl \
|
libressl \
|
||||||
libssl1.0 \
|
libssl1.0 \
|
||||||
|
libvpx \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
libxslt \
|
libxslt \
|
||||||
linux-headers \
|
linux-headers \
|
||||||
|
opus \
|
||||||
pcre2 \
|
pcre2 \
|
||||||
perl \
|
perl \
|
||||||
perl-archive-zip \
|
perl-archive-zip \
|
||||||
@@ -123,6 +129,8 @@ RUN \
|
|||||||
tar \
|
tar \
|
||||||
uriparser \
|
uriparser \
|
||||||
wget \
|
wget \
|
||||||
|
x264 \
|
||||||
|
x265 \
|
||||||
zlib && \
|
zlib && \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
--repository http://nl.alpinelinux.org/alpine/edge/testing \
|
--repository http://nl.alpinelinux.org/alpine/edge/testing \
|
||||||
|
|||||||
@@ -160,6 +160,7 @@ You need to enable minimum advanced view level to see the picons options.
|
|||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
+ **02.09.2017:** Add codec dependencies.
|
||||||
+ **13.07.2017:** Increase uniformity across all archs.
|
+ **13.07.2017:** Increase uniformity across all archs.
|
||||||
+ **08.07.2017:** Update README with full path for comskip.
|
+ **08.07.2017:** Update README with full path for comskip.
|
||||||
+ **02.07.2017:** Move to one branch for all 4.2 releases.
|
+ **02.07.2017:** Move to one branch for all 4.2 releases.
|
||||||
|
|||||||
Reference in New Issue
Block a user