# HG changeset patch # User Hans-G?nter Theisgen # Date 1659803570 -3600 # Node ID 8d40ce8afd35f56ec22de9c56c56b88990fe8433 # Parent ccaf36d9b80214537c69eaf527dd1df035e2acaf added recipes for flac and flac-dev diff -r ccaf36d9b802 -r 8d40ce8afd35 ffmpeg-dev/receipt --- a/ffmpeg-dev/receipt Sat Aug 06 17:28:21 2022 +0100 +++ b/ffmpeg-dev/receipt Sat Aug 06 17:32:50 2022 +0100 @@ -1,22 +1,26 @@ # SliTaz package receipt. PACKAGE="ffmpeg-dev" -VERSION="2.1.4" +VERSION="4.2.2" CATEGORY="development" -SHORT_DESC="Record, convert and stream audio and video, development files." +SHORT_DESC="Record, convert and stream audio and video - development files." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2 LGPL2.1" -WEB_SITE="http://ffmpeg.org/" +WEB_SITE="https://ffmpeg.org/" + +DEPENDS="ffmpeg libgnutls pkg-config" WANTED="ffmpeg" + HOST_ARCH="i486 arm" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib $fs/usr/share/ffmpeg - cp -a $install/usr/include $fs/usr - #cp -a $install/usr/lib/*.a $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib + mkdir -p $fs/usr/lib + mkdir -p $fs/usr/share/ffmpeg + + cp -a $install/usr/include $fs/usr + #cp -a $install/usr/lib/*.a $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib cp -a $install/usr/share/ffmpeg/examples $fs/usr/share/ffmpeg } -