ffmpeg-tools: update to 109

This commit is contained in:
CvH 2019-11-18 23:27:34 +01:00
parent 7daee4bacd
commit 8628b74a0e
2 changed files with 13 additions and 7 deletions

View File

@ -1,10 +1,16 @@
109
- Update AV1 to 2019-11-15
- Update FFmpeg to 4.2.1
- Update VPX to 1.8.1
- Update x265 to 3.2
108
- Update FFmpeg to 4.1.4
- Update libopus to 1.3.1
- Update gnutls to 3.6.10
107
- Update aom to 2019-03-05
- Update AV1 to 2019-03-05
- Update FFmpeg to 4.1.3
- Update x264 to 2019-03-06
- Update x265 to 3.0
@ -18,7 +24,7 @@
- Update AV1 to 2019-01-09
104
- Update aom to d2a592e
- Update AV1 to d2a592e
- Update FFmpeg to 4.1
- Update opus to 1.3
- Update x264 to 2018-11-16

View File

@ -3,7 +3,7 @@
PKG_NAME="ffmpeg-tools"
PKG_VERSION="1.0"
PKG_REV="108"
PKG_REV="109"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="https://libreelec.tv"
@ -23,8 +23,8 @@ addon() {
# copy gnutls lib that is needed for ffmpeg
mkdir -p $ADDON_BUILD/$PKG_ADDON_ID/lib
cp -PL $(get_build_dir gmp)/.install_pkg/usr/lib/libgmp.so.10 $ADDON_BUILD/$PKG_ADDON_ID/lib
cp -PL $(get_build_dir gnutls)/.INSTALL_PKG/usr/lib/libgnutls.so.30 $ADDON_BUILD/$PKG_ADDON_ID/lib
cp -PL $(get_build_dir nettle)/.install_pkg/usr/lib/libhogweed.so.4 $ADDON_BUILD/$PKG_ADDON_ID/lib
cp -PL $(get_build_dir nettle)/.install_pkg/usr/lib/libnettle.so.6 $ADDON_BUILD/$PKG_ADDON_ID/lib
cp -PL $(get_build_dir gmp)/.install_pkg/usr/lib/libgmp.so.10 \
$(get_build_dir gnutls)/.INSTALL_PKG/usr/lib/libgnutls.so.30 \
$(get_build_dir nettle)/.install_pkg/usr/lib/{libhogweed.so.4,libnettle.so.6} \
$ADDON_BUILD/$PKG_ADDON_ID/lib
}