From: Gabor Juhos Date: Mon, 25 Feb 2013 21:04:08 +0000 (+0000) Subject: ffmpeg: version bump to 0.11.2 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a7915bbd127b92a3c4f6eada8d98ae7156843386;p=openwrt%2Fsvn-archive%2Fpackages.git ffmpeg: version bump to 0.11.2 Update FFmpeg to version 0.11.2. The API changed from 0.8. Minidlna in the feeds works with this, and a patch is forthcoming for libdlna. I'm not aware of what other packages might break with this update. Two new ffmpeg tools, aviocat and ffeval, are not included in the package. ffeval is used for their development tests. Aviocat is used for dumping media streams. Signed-off-by: Ian Leonard Signed-off-by: Gabor Juhos SVN-Revision: 35795 --- diff --git a/multimedia/ffmpeg/Makefile b/multimedia/ffmpeg/Makefile index ccff8a5c4..d8ba2c447 100644 --- a/multimedia/ffmpeg/Makefile +++ b/multimedia/ffmpeg/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2012 OpenWrt.org +# Copyright (C) 2006-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ffmpeg -PKG_VERSION:=0.8.12 +PKG_VERSION:=0.11.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://ffmpeg.org/releases/ -PKG_MD5SUM:=c2e5a219e0c845fe11f9dae9c169640f +PKG_MD5SUM:=93c1908022567b321df74db7214da6ac PKG_LICENSE:=LGPLv2.1+ GPLv2+ LGPLv3 PKG_LICENSE_FILES:=COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv2.1 COPYING.LGPLv3