From 8993b354d2c2dd0e7ec697a8cf7090ff114fcf86 Mon Sep 17 00:00:00 2001 From: juhosg Date: Mon, 25 Feb 2013 21:04:08 +0000 Subject: [PATCH] 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 git-svn-id: svn://svn.openwrt.org/openwrt/packages@35795 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- multimedia/ffmpeg/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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