forked from Ivasoft/docker-tvheadend
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
01c0439c90 | ||
|
|
17ff5fcca4 | ||
|
|
0ddbdd0c08 | ||
|
|
df6da18c15 | ||
|
|
83f2893d22 | ||
|
|
b41cde8174 | ||
|
|
a306c49d7a |
@@ -30,6 +30,7 @@ RUN \
|
|||||||
gcc \
|
gcc \
|
||||||
gettext-dev \
|
gettext-dev \
|
||||||
git \
|
git \
|
||||||
|
libdvbcsa-dev \
|
||||||
libgcrypt-dev \
|
libgcrypt-dev \
|
||||||
libhdhomerun-dev \
|
libhdhomerun-dev \
|
||||||
libtool \
|
libtool \
|
||||||
@@ -63,7 +64,8 @@ RUN \
|
|||||||
ffmpeg-libs \
|
ffmpeg-libs \
|
||||||
gzip \
|
gzip \
|
||||||
libcrypto1.0 \
|
libcrypto1.0 \
|
||||||
libcurl \
|
libcurl \
|
||||||
|
libdvbcsa \
|
||||||
libhdhomerun-libs \
|
libhdhomerun-libs \
|
||||||
libssl1.0 \
|
libssl1.0 \
|
||||||
libva \
|
libva \
|
||||||
@@ -183,7 +185,7 @@ RUN \
|
|||||||
echo "**** build XMLTV ****" && \
|
echo "**** build XMLTV ****" && \
|
||||||
curl -o \
|
curl -o \
|
||||||
/tmp/xmtltv-src.tar.bz2 -L \
|
/tmp/xmtltv-src.tar.bz2 -L \
|
||||||
"http://kent.dl.sourceforge.net/project/xmltv/xmltv/${XMLTV_VER}/xmltv-${XMLTV_VER}.tar.bz2" && \
|
"https://sourceforge.net/projects/xmltv/files/xmltv/${XMLTV_VER}/xmltv-${XMLTV_VER}.tar.bz2" && \
|
||||||
tar xf \
|
tar xf \
|
||||||
/tmp/xmtltv-src.tar.bz2 -C \
|
/tmp/xmtltv-src.tar.bz2 -C \
|
||||||
/tmp --strip-components=1 && \
|
/tmp --strip-components=1 && \
|
||||||
|
|||||||
@@ -162,6 +162,9 @@ You need to enable minimum advanced view level to see the picons options.
|
|||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
+ **21.04.18:** Add JSON::XS Perl package for grab_tv_huro.
|
||||||
|
+ **24.03.18:** Add dvbcsa package.
|
||||||
|
+ **04.03.18:** Use sourceforge master rather than mirror for xmltv.
|
||||||
+ **22.02.18:** Add lost libva-intel-driver.
|
+ **22.02.18:** Add lost libva-intel-driver.
|
||||||
+ **21.02.18:** Fix wrong version of iconv used.
|
+ **21.02.18:** Fix wrong version of iconv used.
|
||||||
+ **18.02.18:** Add vaapi support, some cleanup and dropping of deprecated options.
|
+ **18.02.18:** Add vaapi support, some cleanup and dropping of deprecated options.
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ requires 'HTML::TableExtract' ;
|
|||||||
requires 'HTTP::Cache::Transparent' => ">= 1.3, != 1.4" ;
|
requires 'HTTP::Cache::Transparent' => ">= 1.3, != 1.4" ;
|
||||||
requires 'inc' ;
|
requires 'inc' ;
|
||||||
requires 'JSON::PP' ;
|
requires 'JSON::PP' ;
|
||||||
|
requires 'JSON::XS' ;
|
||||||
requires 'LWP::Simple' ;
|
requires 'LWP::Simple' ;
|
||||||
requires 'LWP::UserAgent' ;
|
requires 'LWP::UserAgent' ;
|
||||||
requires 'PerlIO::gzip' ;
|
requires 'PerlIO::gzip' ;
|
||||||
|
|||||||
Reference in New Issue
Block a user