Merge pull request #8283 from chewitt/ffmpegx

ffmpeg-tools: add long description and shorter short description
This commit is contained in:
CvH 2023-11-04 12:49:30 +01:00 committed by GitHub
commit f241fd037d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,8 @@ PKG_SITE="https://libreelec.tv"
PKG_URL="" PKG_URL=""
PKG_DEPENDS_TARGET="toolchain ffmpegx" PKG_DEPENDS_TARGET="toolchain ffmpegx"
PKG_SECTION="tools" PKG_SECTION="tools"
PKG_SHORTDESC="FFmpeg binary for transcoding and audio/video manipulating." PKG_SHORTDESC="FFmpeg binary for audio/video manipulating."
PKG_LONGDESC="FFmpeg binary for transcoding and audio/video manipulating."
PKG_TOOLCHAIN="manual" PKG_TOOLCHAIN="manual"
PKG_IS_ADDON="yes" PKG_IS_ADDON="yes"