changeset 4144:ced655daa7ad

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
author John Donoghue
date Mon, 23 May 2016 12:50:16 -0400
parents e9a40603c054
children 3688299d3f3e
files dist-files.mk src/ffmpeg.mk src/gdb-1-fix-termcap.patch src/gdb.mk
diffstat 4 files changed, 4 insertions(+), 36 deletions(-) [+]
line wrap: on
line diff
--- 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 \
--- 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)
--- 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 <http://www.gnu.org/licenses/>.  */
- 
--
- #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 <stdlib.h>
- 
- /* -Wmissing-prototypes */
-@@ -74,3 +81,4 @@ tgoto (const char *cap, int col, int row)
- {
-   return NULL;
- }
-+#endif
--- 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)