# HG changeset patch # User John Donoghue # Date 1464022216 14400 # Node ID ced655daa7ad82194e7b869c2f070fadc2487cec # Parent e9a40603c0548df9fbd303c4c1c76fd48c55b2b2 ffmpeg: update to v2.8.7, gdb: update to 7.11 * src/ffmpeg.mk: update version, checksum * src/gdb.mk: update version, checksum * src/gdb-1-fix-termcap.patch: removed * dist-files.mk: removed src/gdb-1-fix-termcap.patch diff -r e9a40603c054 -r ced655daa7ad dist-files.mk --- a/dist-files.mk Mon May 23 12:50:15 2016 -0400 +++ b/dist-files.mk Mon May 23 12:50:16 2016 -0400 @@ -106,7 +106,6 @@ gd-test.c \ gd.mk \ gdal.mk \ - gdb-1-fix-termcap.patch \ gdb.mk \ gdcm-1-nosecapi.patch \ gdcm.mk \ diff -r e9a40603c054 -r ced655daa7ad src/ffmpeg.mk --- a/src/ffmpeg.mk Mon May 23 12:50:15 2016 -0400 +++ b/src/ffmpeg.mk Mon May 23 12:50:16 2016 -0400 @@ -3,8 +3,8 @@ PKG := ffmpeg $(PKG)_IGNORE := -$(PKG)_VERSION := 2.8.2 -$(PKG)_CHECKSUM := 1952aeb9ec3f569514d8db4f30c195b765392639 +$(PKG)_VERSION := 2.8.7 +$(PKG)_CHECKSUM := 7f532c56723028e244c9f31b6d7578a3c9326165 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2 $(PKG)_URL := http://www.ffmpeg.org/releases/$($(PKG)_FILE) diff -r e9a40603c054 -r ced655daa7ad src/gdb-1-fix-termcap.patch --- a/src/gdb-1-fix-termcap.patch Mon May 23 12:50:15 2016 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ -This file is part of MXE. -See index.html for further information. - -diff --git a/gdb/windows-termcap.c b/gdb/windows-termcap.c -index caafc47..809ae6d 100644 ---- a/gdb/windows-termcap.c -+++ b/gdb/windows-termcap.c -@@ -19,9 +19,16 @@ - You should have received a copy of the GNU General Public License - along with this program. If not, see . */ - -- - #include "defs.h" -- -+#include "config.h" -+ -+#if defined (HAVE_NCURSES_TERM_H) -+#elif defined (HAVE_TERM_H) -+#else -+/* On MinGW, a real termcap library is usually not present. Stub versions -+ of the termcap functions will be built from windows-termcap.c. Readline -+ provides its own extern declarations when there's no termcap.h; do the -+ same here for the termcap functions used in GDB. */ - #include - - /* -Wmissing-prototypes */ -@@ -74,3 +81,4 @@ tgoto (const char *cap, int col, int row) - { - return NULL; - } -+#endif diff -r e9a40603c054 -r ced655daa7ad src/gdb.mk --- a/src/gdb.mk Mon May 23 12:50:15 2016 -0400 +++ b/src/gdb.mk Mon May 23 12:50:16 2016 -0400 @@ -2,8 +2,8 @@ # See index.html for further information. PKG := gdb -$(PKG)_VERSION := 7.9.1 -$(PKG)_CHECKSUM := 04ba2906279b16b5f99c4f6b25942843a3717cdb +$(PKG)_VERSION := 7.11 +$(PKG)_CHECKSUM := 466208d771d97d3dfcf965d5c835a669cff8d847 $(PKG)_SUBDIR := gdb-$($(PKG)_VERSION) $(PKG)_FILE := gdb-$($(PKG)_VERSION).tar.xz $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/$(PKG)/$($(PKG)_FILE)