wok diff ffmpeg-dev/receipt @ rev 21591

mhwaveedit: add stuff/mhwaveedit.png
author Richard Dunbar <mojo@slitaz.org>
date Mon May 20 19:48:02 2019 -0400 (2019-05-20)
parents fc9203de5ff2
children 89ccfcf84ad1
line diff
     1.1 --- a/ffmpeg-dev/receipt	Tue Feb 21 15:50:51 2017 +0100
     1.2 +++ b/ffmpeg-dev/receipt	Mon May 20 19:48:02 2019 -0400
     1.3 @@ -1,24 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ffmpeg-dev"
     1.7 -VERSION="2.8.10"
     1.8 +VERSION="4.1.3"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Record, convert and stream audio and video, development files."
    1.11 +SHORT_DESC="Record, convert and stream audio and video - development files."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2 LGPL2.1"
    1.14 -WEB_SITE="http://ffmpeg.org/"
    1.15 -WANTED="ffmpeg"
    1.16 -HOST_ARCH="i486 arm"
    1.17 +WEB_SITE="https://ffmpeg.org/"
    1.18  
    1.19  DEPENDS="ffmpeg pkg-config"
    1.20 +WANTED="ffmpeg"
    1.21 +
    1.22 +HOST_ARCH="i486 arm"
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27 -	mkdir -p $fs/usr/lib $fs/usr/share/ffmpeg
    1.28 -	cp -a $install/usr/include $fs/usr
    1.29 -	#cp -a $install/usr/lib/*.a $fs/usr/lib
    1.30 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.31 +	mkdir -p $fs/usr/lib
    1.32 +	mkdir -p $fs/usr/share/ffmpeg
    1.33 +
    1.34 +	cp -a $install/usr/include		$fs/usr
    1.35 +	#cp -a $install/usr/lib/*.a		$fs/usr/lib
    1.36 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.37  	cp -a $install/usr/share/ffmpeg/examples $fs/usr/share/ffmpeg
    1.38  }
    1.39 -