libvpx: updated to 1.4.0
authorLuiz Angelo Daros de Luca <redacted>
Mon, 6 Apr 2015 13:51:26 +0000 (10:51 -0300)
committerLuiz Angelo Daros de Luca <redacted>
Mon, 6 Apr 2015 13:58:59 +0000 (10:58 -0300)
This update brings some fixes for VP9.
https://chromium.googlesource.com/webm/libvpx/+/v1.4.0

Also, it is ABI incompatible but the only known user of libvpx
is gst1-plugins-good, which is already compatile:
https://bugzilla.gnome.org/show_bug.cgi?id=739476
gst1-plugins-good has released bumped in order to rebuild.

Signed-off-by: Luiz Angelo Daros de Luca <redacted>
libs/libvpx/Makefile
multimedia/gst1-plugins-good/Makefile

index 4d8bb46b69a72233e20e396832e5288b4b81106e..ae25bddf99702837ab3a04397299814235b95a84 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2008-2014 OpenWrt.org
+# Copyright (C) 2008-2015 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libvpx
-PKG_VERSION:=1.3.0
+PKG_VERSION:=1.4.0
 PKG_RELEASE:=1
 
 PKG_REV:=v$(PKG_VERSION)
index f5965e493d3a7d61accc7c5d4d0d149e946a793b..f52d82fc3f1447568e3d05143d3c461ee5fde99b 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=gst1-plugins-good
 PKG_VERSION:=1.4.5
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
 
git clone https://git.99rst.org/PROJECT