Compare commits

..

2 Commits
151 ... 155

Author SHA1 Message Date
saarg
0ddbdd0c08 Merge pull request #82 from linuxserver/dvbcsa
Add dvbcsa package
2018-03-24 11:17:24 +01:00
tobbenb
df6da18c15 Add dvbcsa package 2018-03-24 10:56:39 +01:00
2 changed files with 4 additions and 1 deletions

View File

@@ -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 \

View File

@@ -162,6 +162,7 @@ You need to enable minimum advanced view level to see the picons options.
## Versions ## Versions
+ **24.03.18:** Add dvbcsa package.
+ **04.03.18:** Use sourceforge master rather than mirror for xmltv. + **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.