forked from Ivasoft/docker-tvheadend
Compare commits
18 Commits
26713c1e-l
...
1c65e8b0-l
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
69dc360432 | ||
|
|
a9b8cf69af | ||
|
|
1328a5f23c | ||
|
|
609d004130 | ||
|
|
3bad190b6d | ||
|
|
7568b2268e | ||
|
|
cbe8326f34 | ||
|
|
9bb84298c0 | ||
|
|
9d819fa033 | ||
|
|
ae4e65e8b4 | ||
|
|
40101423d3 | ||
|
|
267d71999e | ||
|
|
8d64a8b941 | ||
|
|
301726296e | ||
|
|
14a02b2793 | ||
|
|
8b75535035 | ||
|
|
7cdc7d2545 | ||
|
|
c3ba5352be |
13
Dockerfile
13
Dockerfile
@@ -218,6 +218,11 @@ RUN \
|
|||||||
make -j 2 && \
|
make -j 2 && \
|
||||||
make DESTDIR=/tmp/comskip-build install
|
make DESTDIR=/tmp/comskip-build install
|
||||||
|
|
||||||
|
############## picons stage ##############
|
||||||
|
# built by https://github.com/linuxserver/picons-builder
|
||||||
|
FROM ghcr.io/linuxserver/picons-builder as piconsstage
|
||||||
|
|
||||||
|
|
||||||
############## runtime stage ##############
|
############## runtime stage ##############
|
||||||
FROM ghcr.io/linuxserver/baseimage-alpine:3.15
|
FROM ghcr.io/linuxserver/baseimage-alpine:3.15
|
||||||
|
|
||||||
@@ -315,12 +320,7 @@ RUN \
|
|||||||
wget \
|
wget \
|
||||||
x264 \
|
x264 \
|
||||||
x265 \
|
x265 \
|
||||||
zlib && \
|
zlib
|
||||||
echo "**** Add Picons ****" && \
|
|
||||||
mkdir -p /picons && \
|
|
||||||
curl -s -o \
|
|
||||||
/picons.tar.bz2 -L \
|
|
||||||
https://lsio-ci.ams3.digitaloceanspaces.com/picons/picons.tar.bz2
|
|
||||||
|
|
||||||
# copy local files and buildstage artifacts
|
# copy local files and buildstage artifacts
|
||||||
COPY --from=buildstage /tmp/argtable-build/usr/ /usr/
|
COPY --from=buildstage /tmp/argtable-build/usr/ /usr/
|
||||||
@@ -329,6 +329,7 @@ COPY --from=buildstage /tmp/tvheadend-build/usr/ /usr/
|
|||||||
COPY --from=buildstage /tmp/xmltv-build/usr/ /usr/
|
COPY --from=buildstage /tmp/xmltv-build/usr/ /usr/
|
||||||
COPY --from=buildstage /usr/local/share/man/ /usr/local/share/man/
|
COPY --from=buildstage /usr/local/share/man/ /usr/local/share/man/
|
||||||
COPY --from=buildstage /usr/local/share/perl5/ /usr/local/share/perl5/
|
COPY --from=buildstage /usr/local/share/perl5/ /usr/local/share/perl5/
|
||||||
|
COPY --from=piconsstage /picons.tar.bz2 /picons.tar.bz2
|
||||||
COPY root/ /
|
COPY root/ /
|
||||||
|
|
||||||
# ports and volumes
|
# ports and volumes
|
||||||
|
|||||||
@@ -216,6 +216,11 @@ RUN \
|
|||||||
make -j 2 && \
|
make -j 2 && \
|
||||||
make DESTDIR=/tmp/comskip-build install
|
make DESTDIR=/tmp/comskip-build install
|
||||||
|
|
||||||
|
############## picons stage ##############
|
||||||
|
# built by https://github.com/linuxserver/picons-builder
|
||||||
|
FROM ghcr.io/linuxserver/picons-builder as piconsstage
|
||||||
|
|
||||||
|
|
||||||
############## runtime stage ##############
|
############## runtime stage ##############
|
||||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.15
|
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.15
|
||||||
|
|
||||||
@@ -309,12 +314,7 @@ RUN \
|
|||||||
wget \
|
wget \
|
||||||
x264 \
|
x264 \
|
||||||
x265 \
|
x265 \
|
||||||
zlib && \
|
zlib
|
||||||
echo "**** Add Picons ****" && \
|
|
||||||
mkdir -p /picons && \
|
|
||||||
curl -o \
|
|
||||||
/picons.tar.bz2 -L \
|
|
||||||
https://lsio-ci.ams3.digitaloceanspaces.com/picons/picons.tar.bz2
|
|
||||||
|
|
||||||
# copy local files and buildstage artifacts
|
# copy local files and buildstage artifacts
|
||||||
COPY --from=buildstage /tmp/argtable-build/usr/ /usr/
|
COPY --from=buildstage /tmp/argtable-build/usr/ /usr/
|
||||||
@@ -323,6 +323,7 @@ COPY --from=buildstage /tmp/tvheadend-build/usr/ /usr/
|
|||||||
COPY --from=buildstage /tmp/xmltv-build/usr/ /usr/
|
COPY --from=buildstage /tmp/xmltv-build/usr/ /usr/
|
||||||
COPY --from=buildstage /usr/local/share/man/ /usr/local/share/man/
|
COPY --from=buildstage /usr/local/share/man/ /usr/local/share/man/
|
||||||
COPY --from=buildstage /usr/local/share/perl5/ /usr/local/share/perl5/
|
COPY --from=buildstage /usr/local/share/perl5/ /usr/local/share/perl5/
|
||||||
|
COPY --from=piconsstage /picons.tar.bz2 /picons.tar.bz2
|
||||||
COPY root/ /
|
COPY root/ /
|
||||||
|
|
||||||
# ports and volumes
|
# ports and volumes
|
||||||
|
|||||||
@@ -217,6 +217,11 @@ RUN \
|
|||||||
make -j 2 && \
|
make -j 2 && \
|
||||||
make DESTDIR=/tmp/comskip-build install
|
make DESTDIR=/tmp/comskip-build install
|
||||||
|
|
||||||
|
############## picons stage ##############
|
||||||
|
# built by https://github.com/linuxserver/picons-builder
|
||||||
|
FROM ghcr.io/linuxserver/picons-builder as piconsstage
|
||||||
|
|
||||||
|
|
||||||
############## runtime stage ##############
|
############## runtime stage ##############
|
||||||
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.15
|
FROM ghcr.io/linuxserver/baseimage-alpine:arm32v7-3.15
|
||||||
|
|
||||||
@@ -310,12 +315,7 @@ RUN \
|
|||||||
wget \
|
wget \
|
||||||
x264 \
|
x264 \
|
||||||
x265 \
|
x265 \
|
||||||
zlib && \
|
zlib
|
||||||
echo "**** Add Picons ****" && \
|
|
||||||
mkdir -p /picons && \
|
|
||||||
curl -o \
|
|
||||||
/picons.tar.bz2 -L \
|
|
||||||
https://lsio-ci.ams3.digitaloceanspaces.com/picons/picons.tar.bz2
|
|
||||||
|
|
||||||
# copy local files and buildstage artifacts
|
# copy local files and buildstage artifacts
|
||||||
COPY --from=buildstage /tmp/argtable-build/usr/ /usr/
|
COPY --from=buildstage /tmp/argtable-build/usr/ /usr/
|
||||||
@@ -324,6 +324,7 @@ COPY --from=buildstage /tmp/tvheadend-build/usr/ /usr/
|
|||||||
COPY --from=buildstage /tmp/xmltv-build/usr/ /usr/
|
COPY --from=buildstage /tmp/xmltv-build/usr/ /usr/
|
||||||
COPY --from=buildstage /usr/local/share/man/ /usr/local/share/man/
|
COPY --from=buildstage /usr/local/share/man/ /usr/local/share/man/
|
||||||
COPY --from=buildstage /usr/local/share/perl5/ /usr/local/share/perl5/
|
COPY --from=buildstage /usr/local/share/perl5/ /usr/local/share/perl5/
|
||||||
|
COPY --from=piconsstage /picons.tar.bz2 /picons.tar.bz2
|
||||||
COPY root/ /
|
COPY root/ /
|
||||||
|
|
||||||
# ports and volumes
|
# ports and volumes
|
||||||
|
|||||||
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@@ -353,9 +353,11 @@ pipeline {
|
|||||||
if [[ ("${BRANCH_NAME}" == "master") || ("${BRANCH_NAME}" == "main") ]] && [[ (! -f ${TEMPDIR}/unraid/templates/unraid/${CONTAINER_NAME}.xml) || ("$(md5sum ${TEMPDIR}/unraid/templates/unraid/${CONTAINER_NAME}.xml | awk '{ print $1 }')" != "$(md5sum ${TEMPDIR}/docker-${CONTAINER_NAME}/.jenkins-external/${CONTAINER_NAME}.xml | awk '{ print $1 }')") ]]; then
|
if [[ ("${BRANCH_NAME}" == "master") || ("${BRANCH_NAME}" == "main") ]] && [[ (! -f ${TEMPDIR}/unraid/templates/unraid/${CONTAINER_NAME}.xml) || ("$(md5sum ${TEMPDIR}/unraid/templates/unraid/${CONTAINER_NAME}.xml | awk '{ print $1 }')" != "$(md5sum ${TEMPDIR}/docker-${CONTAINER_NAME}/.jenkins-external/${CONTAINER_NAME}.xml | awk '{ print $1 }')") ]]; then
|
||||||
cd ${TEMPDIR}/unraid/templates/
|
cd ${TEMPDIR}/unraid/templates/
|
||||||
if grep -wq "${CONTAINER_NAME}" ${TEMPDIR}/unraid/templates/unraid/ignore.list; then
|
if grep -wq "${CONTAINER_NAME}" ${TEMPDIR}/unraid/templates/unraid/ignore.list; then
|
||||||
echo "Image is on the ignore list, removing Unraid template"
|
echo "Image is on the ignore list, marking Unraid template as deprecated"
|
||||||
git rm unraid/${CONTAINER_NAME}.xml || :
|
cp ${TEMPDIR}/docker-${CONTAINER_NAME}/.jenkins-external/${CONTAINER_NAME}.xml ${TEMPDIR}/unraid/templates/unraid/
|
||||||
git commit -m 'Bot Removing Deprecated Unraid Template' || :
|
git add -u unraid/${CONTAINER_NAME}.xml
|
||||||
|
git mv unraid/${CONTAINER_NAME}.xml unraid/deprecated/${CONTAINER_NAME}.xml || :
|
||||||
|
git commit -m 'Bot Moving Deprecated Unraid Template' || :
|
||||||
else
|
else
|
||||||
cp ${TEMPDIR}/docker-${CONTAINER_NAME}/.jenkins-external/${CONTAINER_NAME}.xml ${TEMPDIR}/unraid/templates/unraid/
|
cp ${TEMPDIR}/docker-${CONTAINER_NAME}/.jenkins-external/${CONTAINER_NAME}.xml ${TEMPDIR}/unraid/templates/unraid/
|
||||||
git add unraid/${CONTAINER_NAME}.xml
|
git add unraid/${CONTAINER_NAME}.xml
|
||||||
|
|||||||
33
README.md
33
README.md
@@ -48,26 +48,26 @@ Multiple EPG sources are supported (over-the-air DVB and ATSC including OpenTV D
|
|||||||
|
|
||||||
## Supported Architectures
|
## Supported Architectures
|
||||||
|
|
||||||
Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
|
We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
|
||||||
|
|
||||||
Simply pulling `lscr.io/linuxserver/tvheadend` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
Simply pulling `lscr.io/linuxserver/tvheadend:latest` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
||||||
|
|
||||||
The architectures supported by this image are:
|
The architectures supported by this image are:
|
||||||
|
|
||||||
| Architecture | Tag |
|
| Architecture | Available | Tag |
|
||||||
| :----: | --- |
|
| :----: | :----: | ---- |
|
||||||
| x86-64 | amd64-latest |
|
| x86-64 | ✅ | amd64-\<version tag\> |
|
||||||
| arm64 | arm64v8-latest |
|
| arm64 | ✅ | arm64v8-\<version tag\> |
|
||||||
| armhf | arm32v7-latest |
|
| armhf| ✅ | arm32v7-\<version tag\> |
|
||||||
|
|
||||||
## Version Tags
|
## Version Tags
|
||||||
|
|
||||||
This image provides various versions that are available via tags. `latest` tag usually provides the latest stable version. Others are considered under development and caution must be exercised when using them.
|
This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.
|
||||||
|
|
||||||
| Tag | Description |
|
| Tag | Available | Description |
|
||||||
| :----: | --- |
|
| :----: | :----: |--- |
|
||||||
| latest | Current latest release. |
|
| latest | ✅ | Current latest release. |
|
||||||
| release-4.2 | Latest release from 4.2 branch. |
|
| release-4.2 | ✅ | Latest release from 4.2 branch. |
|
||||||
|
|
||||||
## Application Setup
|
## Application Setup
|
||||||
|
|
||||||
@@ -140,7 +140,7 @@ Here are some example snippets to help you get started creating a container.
|
|||||||
version: "2.1"
|
version: "2.1"
|
||||||
services:
|
services:
|
||||||
tvheadend:
|
tvheadend:
|
||||||
image: lscr.io/linuxserver/tvheadend
|
image: lscr.io/linuxserver/tvheadend:latest
|
||||||
container_name: tvheadend
|
container_name: tvheadend
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
@@ -175,7 +175,7 @@ docker run -d \
|
|||||||
--device /dev/dri:/dev/dri `#optional` \
|
--device /dev/dri:/dev/dri `#optional` \
|
||||||
--device /dev/dvb:/dev/dvb `#optional` \
|
--device /dev/dvb:/dev/dvb `#optional` \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/tvheadend
|
lscr.io/linuxserver/tvheadend:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Host vs. Bridge
|
#### Host vs. Bridge
|
||||||
@@ -243,7 +243,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
|||||||
* container version number
|
* container version number
|
||||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' tvheadend`
|
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' tvheadend`
|
||||||
* image version number
|
* image version number
|
||||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/tvheadend`
|
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/tvheadend:latest`
|
||||||
|
|
||||||
## Updating Info
|
## Updating Info
|
||||||
|
|
||||||
@@ -261,7 +261,7 @@ Below are the instructions for updating containers:
|
|||||||
|
|
||||||
### Via Docker Run
|
### Via Docker Run
|
||||||
|
|
||||||
* Update the image: `docker pull lscr.io/linuxserver/tvheadend`
|
* Update the image: `docker pull lscr.io/linuxserver/tvheadend:latest`
|
||||||
* Stop the running container: `docker stop tvheadend`
|
* Stop the running container: `docker stop tvheadend`
|
||||||
* Delete the container: `docker rm tvheadend`
|
* Delete the container: `docker rm tvheadend`
|
||||||
* Recreate a new container with the same docker run parameters as instructed above (if mapped correctly to a host folder, your `/config` folder and settings will be preserved)
|
* Recreate a new container with the same docker run parameters as instructed above (if mapped correctly to a host folder, your `/config` folder and settings will be preserved)
|
||||||
@@ -309,6 +309,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
|||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
* **19.08.22:** - Switch to new picons builder.
|
||||||
* **16.04.22:** - Added URL XMLTV grabber.
|
* **16.04.22:** - Added URL XMLTV grabber.
|
||||||
* **05.01.22:** - Rebase to Alpine 3.15. Disable execinfo to fix builds. Update xmltv.
|
* **05.01.22:** - Rebase to Alpine 3.15. Disable execinfo to fix builds. Update xmltv.
|
||||||
* **11.05.21:** - Added Intel iHD driver support.
|
* **11.05.21:** - Added Intel iHD driver support.
|
||||||
|
|||||||
@@ -6,24 +6,24 @@ apk-tools-2.12.7-r3
|
|||||||
bash-5.1.16-r0
|
bash-5.1.16-r0
|
||||||
brotli-libs-1.0.9-r5
|
brotli-libs-1.0.9-r5
|
||||||
bsd-compat-headers-0.7.2-r3
|
bsd-compat-headers-0.7.2-r3
|
||||||
busybox-1.34.1-r5
|
busybox-1.34.1-r7
|
||||||
bzip2-1.0.8-r1
|
bzip2-1.0.8-r1
|
||||||
ca-certificates-20211220-r0
|
ca-certificates-20220614-r0
|
||||||
ca-certificates-bundle-20211220-r0
|
ca-certificates-bundle-20220614-r0
|
||||||
coreutils-9.0-r2
|
coreutils-9.0-r2
|
||||||
curl-7.80.0-r0
|
curl-7.80.0-r2
|
||||||
expat-2.4.7-r0
|
expat-2.4.7-r0
|
||||||
ffmpeg-4.4.1-r2
|
ffmpeg-4.4.1-r2
|
||||||
ffmpeg-libs-4.4.1-r2
|
ffmpeg-libs-4.4.1-r2
|
||||||
fontconfig-2.13.1-r4
|
fontconfig-2.13.1-r4
|
||||||
freetype-2.11.1-r0
|
freetype-2.11.1-r2
|
||||||
fribidi-1.0.11-r0
|
fribidi-1.0.11-r0
|
||||||
fts-1.2.7-r1
|
fts-1.2.7-r1
|
||||||
gdbm-1.22-r0
|
gdbm-1.22-r0
|
||||||
glib-2.70.1-r0
|
glib-2.70.1-r0
|
||||||
gmp-6.2.1-r1
|
gmp-6.2.1-r1
|
||||||
gnu-libiconv-1.16-r0
|
gnu-libiconv-1.16-r0
|
||||||
gnutls-3.7.1-r0
|
gnutls-3.7.1-r1
|
||||||
graphite2-1.3.14-r0
|
graphite2-1.3.14-r0
|
||||||
gzip-1.12-r0
|
gzip-1.12-r0
|
||||||
harfbuzz-3.0.0-r2
|
harfbuzz-3.0.0-r2
|
||||||
@@ -38,8 +38,8 @@ libblkid-2.37.4-r0
|
|||||||
libbsd-0.11.3-r1
|
libbsd-0.11.3-r1
|
||||||
libbz2-1.0.8-r1
|
libbz2-1.0.8-r1
|
||||||
libc-utils-0.7.2-r3
|
libc-utils-0.7.2-r3
|
||||||
libcrypto1.1-1.1.1n-r0
|
libcrypto1.1-1.1.1q-r0
|
||||||
libcurl-7.80.0-r0
|
libcurl-7.80.0-r2
|
||||||
libdav1d-0.9.2-r0
|
libdav1d-0.9.2-r0
|
||||||
libdrm-2.4.109-r0
|
libdrm-2.4.109-r0
|
||||||
libdvbcsa-1.1.0-r1
|
libdvbcsa-1.1.0-r1
|
||||||
@@ -62,7 +62,7 @@ libproc-3.3.17-r0
|
|||||||
libretls-3.3.4-r3
|
libretls-3.3.4-r3
|
||||||
libsrt-1.4.2-r1
|
libsrt-1.4.2-r1
|
||||||
libssh-0.9.6-r1
|
libssh-0.9.6-r1
|
||||||
libssl1.1-1.1.1n-r0
|
libssl1.1-1.1.1q-r0
|
||||||
libstdc++-10.3.1_git20211027-r0
|
libstdc++-10.3.1_git20211027-r0
|
||||||
libtasn1-4.18.0-r0
|
libtasn1-4.18.0-r0
|
||||||
libtheora-1.1.1-r16
|
libtheora-1.1.1-r16
|
||||||
@@ -81,7 +81,7 @@ libxcb-1.14-r2
|
|||||||
libxdmcp-1.1.3-r0
|
libxdmcp-1.1.3-r0
|
||||||
libxext-1.3.4-r0
|
libxext-1.3.4-r0
|
||||||
libxfixes-6.0.0-r0
|
libxfixes-6.0.0-r0
|
||||||
libxml2-2.9.13-r0
|
libxml2-2.9.14-r1
|
||||||
libxshmfence-1.3-r1
|
libxshmfence-1.3-r1
|
||||||
libxslt-1.1.35-r0
|
libxslt-1.1.35-r0
|
||||||
linux-headers-5.10.41-r0
|
linux-headers-5.10.41-r0
|
||||||
@@ -97,15 +97,15 @@ mesa-vdpau-gallium-21.2.6-r0
|
|||||||
mpdecimal-2.5.1-r1
|
mpdecimal-2.5.1-r1
|
||||||
musl-1.2.2-r7
|
musl-1.2.2-r7
|
||||||
musl-utils-1.2.2-r7
|
musl-utils-1.2.2-r7
|
||||||
ncurses-libs-6.3_p20211120-r0
|
ncurses-libs-6.3_p20211120-r1
|
||||||
ncurses-terminfo-base-6.3_p20211120-r0
|
ncurses-terminfo-base-6.3_p20211120-r1
|
||||||
nettle-3.7.3-r0
|
nettle-3.7.3-r0
|
||||||
nghttp2-libs-1.46.0-r0
|
nghttp2-libs-1.46.0-r0
|
||||||
openssl-1.1.1n-r0
|
openssl-1.1.1q-r0
|
||||||
opus-1.3.1-r1
|
opus-1.3.1-r1
|
||||||
p11-kit-0.24.0-r1
|
p11-kit-0.24.0-r1
|
||||||
pcre-8.45-r1
|
pcre-8.45-r1
|
||||||
pcre2-10.39-r0
|
pcre2-10.40-r0
|
||||||
perl-5.34.0-r1
|
perl-5.34.0-r1
|
||||||
perl-archive-zip-1.68-r1
|
perl-archive-zip-1.68-r1
|
||||||
perl-b-hooks-endofscope-0.25-r0
|
perl-b-hooks-endofscope-0.25-r0
|
||||||
@@ -231,7 +231,7 @@ py3-charset-normalizer-2.0.7-r0
|
|||||||
py3-idna-3.3-r0
|
py3-idna-3.3-r0
|
||||||
py3-requests-2.26.0-r1
|
py3-requests-2.26.0-r1
|
||||||
py3-urllib3-1.26.7-r0
|
py3-urllib3-1.26.7-r0
|
||||||
python3-3.9.7-r4
|
python3-3.9.13-r1
|
||||||
readline-8.1.1-r0
|
readline-8.1.1-r0
|
||||||
s6-ipcserver-2.11.0.0-r0
|
s6-ipcserver-2.11.0.0-r0
|
||||||
scanelf-1.3.3-r0
|
scanelf-1.3.3-r0
|
||||||
@@ -240,7 +240,7 @@ shadow-4.8.1-r1
|
|||||||
skalibs-2.11.0.0-r0
|
skalibs-2.11.0.0-r0
|
||||||
soxr-0.1.3-r2
|
soxr-0.1.3-r2
|
||||||
sqlite-libs-3.36.0-r0
|
sqlite-libs-3.36.0-r0
|
||||||
ssl_client-1.34.1-r5
|
ssl_client-1.34.1-r7
|
||||||
tar-1.34-r0
|
tar-1.34-r0
|
||||||
tzdata-2022a-r0
|
tzdata-2022a-r0
|
||||||
uriparser-0.9.6-r0
|
uriparser-0.9.6-r0
|
||||||
@@ -257,5 +257,5 @@ x265-libs-3.5-r0
|
|||||||
xvidcore-1.3.7-r1
|
xvidcore-1.3.7-r1
|
||||||
xz-5.2.5-r1
|
xz-5.2.5-r1
|
||||||
xz-libs-5.2.5-r1
|
xz-libs-5.2.5-r1
|
||||||
zlib-1.2.12-r0
|
zlib-1.2.12-r3
|
||||||
zstd-libs-1.5.0-r0
|
zstd-libs-1.5.0-r0
|
||||||
|
|||||||
@@ -124,6 +124,7 @@ app_setup_block: |
|
|||||||
|
|
||||||
# changelog
|
# changelog
|
||||||
changelogs:
|
changelogs:
|
||||||
|
- { date: "19.08.22:", desc: "Switch to new picons builder." }
|
||||||
- { date: "16.04.22:", desc: "Added URL XMLTV grabber." }
|
- { date: "16.04.22:", desc: "Added URL XMLTV grabber." }
|
||||||
- { date: "05.01.22:", desc: "Rebase to Alpine 3.15. Disable execinfo to fix builds. Update xmltv." }
|
- { date: "05.01.22:", desc: "Rebase to Alpine 3.15. Disable execinfo to fix builds. Update xmltv." }
|
||||||
- { date: "11.05.21:", desc: "Added Intel iHD driver support." }
|
- { date: "11.05.21:", desc: "Added Intel iHD driver support." }
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ mkdir -p \
|
|||||||
|
|
||||||
# extract picons on first run
|
# extract picons on first run
|
||||||
[[ -f /picons.tar.bz2 ]] && \
|
[[ -f /picons.tar.bz2 ]] && \
|
||||||
|
mkdir -p /picons
|
||||||
tar xf \
|
tar xf \
|
||||||
/picons.tar.bz2 -C \
|
/picons.tar.bz2 -C \
|
||||||
/picons &&
|
/picons &&
|
||||||
|
|||||||
Reference in New Issue
Block a user