[ User ] Login

Package: ffmpeg 2014.10.31

Download SUP Hub
Cmdline tools to record, convert and stream audio and video
∗ Maintainer: Christophe Lincoln - Build date: 2017-02-28 23:16 - License: GPL3

Receip

# SliTaz User Package receip

PACKAGE="ffmpeg"
VERSION="2014.10.31"
SHORT_DESC="Cmdline tools to record, convert and stream audio and video"
MAINTAINER="pankso@slitaz.org"
LICENSE="GPL3"
WEB_SITE="http://ffmpeg.org/"

# Sup dependencies will be automatically downloaded but system wide 
# deps must be manually installed by root.
SUP_DEPS=""
DEPENDS=""

# Here are the optional install rules (download, configure, etc)
sup_install() {		
	tarball="ffmpeg.static.32bit.2014-10-31.tar.gz"
	
	wget http://ffmpeg.gusari.org/static/32bit/${tarball}
	tar xzf ${tarball}
	
	echo "Moving exucutables to: .local/bin"
	mkdir -p .local/bin
	mv ffmpeg ffprobe .local/bin
	rm -f ${tarball}
}
cook_date="2017-02-28 23:16"