From 3bb2b8fcae61a07ccfe21f8e8cdd665e66ab7ead Mon Sep 17 00:00:00 2001 From: Tony Theodore Date: Tue, 1 Mar 2011 23:09:17 +1100 Subject: update packages glew, gtkmm, imagemagick, pangomm, suitesparse, x264, xvidcore --- src/glew.mk | 4 ++-- src/gtkmm.mk | 4 ++-- src/imagemagick.mk | 4 ++-- src/pangomm.mk | 4 ++-- src/suitesparse.mk | 4 ++-- src/x264-1-fix-bin-bash.patch | 21 +++++++++++++++++++++ src/x264-1-ifdef.patch | 24 ------------------------ src/x264-2-fix-bin-bash.patch | 21 --------------------- src/x264.mk | 4 ++-- src/xvidcore.mk | 4 ++-- 10 files changed, 35 insertions(+), 59 deletions(-) create mode 100644 src/x264-1-fix-bin-bash.patch delete mode 100644 src/x264-1-ifdef.patch delete mode 100644 src/x264-2-fix-bin-bash.patch diff --git a/src/glew.mk b/src/glew.mk index 56d639e..b9b4a46 100644 --- a/src/glew.mk +++ b/src/glew.mk @@ -4,8 +4,8 @@ # GLEW PKG := glew $(PKG)_IGNORE := -$(PKG)_VERSION := 1.5.7 -$(PKG)_CHECKSUM := 4adc816afbfb65a4969484d10343a88c117ca989 +$(PKG)_VERSION := 1.5.8 +$(PKG)_CHECKSUM := 450946935faa20ac4950cb42ff025be2c1f7c22e $(PKG)_SUBDIR := glew-$($(PKG)_VERSION) $(PKG)_FILE := glew-$($(PKG)_VERSION).tgz $(PKG)_WEBSITE := http://glew.sourceforge.net/ diff --git a/src/gtkmm.mk b/src/gtkmm.mk index b2f141a..7b976fe 100644 --- a/src/gtkmm.mk +++ b/src/gtkmm.mk @@ -4,8 +4,8 @@ # GTKMM PKG := gtkmm $(PKG)_IGNORE := -$(PKG)_VERSION := 2.22.0 -$(PKG)_CHECKSUM := 4a43945ecf20d0db7679daf95d504c2e97fb0a72 +$(PKG)_VERSION := 2.24.0 +$(PKG)_CHECKSUM := 9b9e68360fb3f5faa7f221acba56f0d75a8198d2 $(PKG)_SUBDIR := gtkmm-$($(PKG)_VERSION) $(PKG)_FILE := gtkmm-$($(PKG)_VERSION).tar.bz2 $(PKG)_WEBSITE := http://www.gtkmm.org/ diff --git a/src/imagemagick.mk b/src/imagemagick.mk index ad58dac..3121f3e 100644 --- a/src/imagemagick.mk +++ b/src/imagemagick.mk @@ -4,8 +4,8 @@ # ImageMagick PKG := imagemagick $(PKG)_IGNORE := -$(PKG)_VERSION := 6.6.7-1 -$(PKG)_CHECKSUM := 1570047f5a5980410c2c1d4064f1dadd69288cb8 +$(PKG)_VERSION := 6.6.7-10 +$(PKG)_CHECKSUM := d5f3dd26f099bab8e3e1bb0214b19263b5fed70b $(PKG)_SUBDIR := ImageMagick-$($(PKG)_VERSION) $(PKG)_FILE := ImageMagick-$($(PKG)_VERSION).tar.bz2 $(PKG)_WEBSITE := http://www.imagemagick.org/ diff --git a/src/pangomm.mk b/src/pangomm.mk index 1d803ef..93c9aef 100644 --- a/src/pangomm.mk +++ b/src/pangomm.mk @@ -4,8 +4,8 @@ # Pangomm PKG := pangomm $(PKG)_IGNORE := -$(PKG)_VERSION := 2.26.3 -$(PKG)_CHECKSUM := f38305f2419791a3cbddbd46d418ee5be19f5c45 +$(PKG)_VERSION := 2.27.1 +$(PKG)_CHECKSUM := 272ea0c12186deb95b6120e120cd64c1e7ec21c4 $(PKG)_SUBDIR := pangomm-$($(PKG)_VERSION) $(PKG)_FILE := pangomm-$($(PKG)_VERSION).tar.bz2 $(PKG)_WEBSITE := http://www.pango.org/ diff --git a/src/suitesparse.mk b/src/suitesparse.mk index 307d567..dc7ad97 100644 --- a/src/suitesparse.mk +++ b/src/suitesparse.mk @@ -4,8 +4,8 @@ # SuiteSparse PKG := suitesparse $(PKG)_IGNORE := -$(PKG)_VERSION := 3.4.0 -$(PKG)_CHECKSUM := 6de027d48a573659b40ddf57c10e32b39ab034c6 +$(PKG)_VERSION := 3.6.0 +$(PKG)_CHECKSUM := bc430a051de5681d31f819b40b7f0ea0be178e04 $(PKG)_SUBDIR := SuiteSparse $(PKG)_FILE := SuiteSparse-$($(PKG)_VERSION).tar.gz $(PKG)_WEBSITE := http://www.cise.ufl.edu/research/sparse/SuiteSparse/ diff --git a/src/x264-1-fix-bin-bash.patch b/src/x264-1-fix-bin-bash.patch new file mode 100644 index 0000000..e7c98b9 --- /dev/null +++ b/src/x264-1-fix-bin-bash.patch @@ -0,0 +1,21 @@ +This file is part of mingw-cross-env. +See doc/index.html for further information. + +diff -urN x264-snapshot-20100714-2245/configure x264-snapshot-20100714-2245.new/configure +--- x264-snapshot-20100714-2245/configure 2010-07-15 06:45:06.000000000 +1000 ++++ x264-snapshot-20100714-2245.new/configure 2010-10-03 23:58:24.000000000 +1100 +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!/bin/sh + + if test x"$1" = x"-h" -o x"$1" = x"--help" ; then + +diff -urN x264-snapshot-20100714-2245/version.sh x264-snapshot-20100714-2245.new/version.sh +--- x264-snapshot-20100714-2245/version.sh 2010-07-15 06:45:07.000000000 +1000 ++++ x264-snapshot-20100714-2245.new/version.sh 2010-10-03 23:58:24.000000000 +1100 +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!/bin/sh + git rev-list HEAD | sort > config.git-hash + LOCALVER=`wc -l config.git-hash | awk '{print $1}'` + if [ $LOCALVER \> 1 ] ; then diff --git a/src/x264-1-ifdef.patch b/src/x264-1-ifdef.patch deleted file mode 100644 index 85318f7..0000000 --- a/src/x264-1-ifdef.patch +++ /dev/null @@ -1,24 +0,0 @@ -# This file is part of mingw-cross-env. -# See doc/index.html for further information. - -diff -Nru x264-snapshot-20100706-2245.orig/x264.c x264-snapshot-20100706-2245/x264.c ---- x264-snapshot-20100706-2245.orig/x264.c 2010-07-07 09:33:15.555062464 +0200 -+++ x264-snapshot-20100706-2245/x264.c 2010-07-07 09:33:45.155061361 +0200 -@@ -195,7 +195,7 @@ - cli_opt_t opt; - int ret; - --#if PTW32_STATIC_LIB -+#ifdef PTW32_STATIC_LIB - pthread_win32_process_attach_np(); - pthread_win32_thread_attach_np(); - #endif -@@ -214,7 +214,7 @@ - - ret = Encode( ¶m, &opt ); - --#if PTW32_STATIC_LIB -+#ifdef PTW32_STATIC_LIB - pthread_win32_thread_detach_np(); - pthread_win32_process_detach_np(); - #endif diff --git a/src/x264-2-fix-bin-bash.patch b/src/x264-2-fix-bin-bash.patch deleted file mode 100644 index e7c98b9..0000000 --- a/src/x264-2-fix-bin-bash.patch +++ /dev/null @@ -1,21 +0,0 @@ -This file is part of mingw-cross-env. -See doc/index.html for further information. - -diff -urN x264-snapshot-20100714-2245/configure x264-snapshot-20100714-2245.new/configure ---- x264-snapshot-20100714-2245/configure 2010-07-15 06:45:06.000000000 +1000 -+++ x264-snapshot-20100714-2245.new/configure 2010-10-03 23:58:24.000000000 +1100 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/bin/sh - - if test x"$1" = x"-h" -o x"$1" = x"--help" ; then - -diff -urN x264-snapshot-20100714-2245/version.sh x264-snapshot-20100714-2245.new/version.sh ---- x264-snapshot-20100714-2245/version.sh 2010-07-15 06:45:07.000000000 +1000 -+++ x264-snapshot-20100714-2245.new/version.sh 2010-10-03 23:58:24.000000000 +1100 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/bin/sh - git rev-list HEAD | sort > config.git-hash - LOCALVER=`wc -l config.git-hash | awk '{print $1}'` - if [ $LOCALVER \> 1 ] ; then diff --git a/src/x264.mk b/src/x264.mk index 8e2b90d..e735c4c 100644 --- a/src/x264.mk +++ b/src/x264.mk @@ -4,8 +4,8 @@ # x264 PKG := x264 $(PKG)_IGNORE := -$(PKG)_VERSION := 20101211-2245 -$(PKG)_CHECKSUM := 528f90e8ec40c9b3c0e8e75bc7223fd1349e9bb9 +$(PKG)_VERSION := 20110227-2245 +$(PKG)_CHECKSUM := bed4017b162a6ac66e027112ab57fffd8aa15740 $(PKG)_SUBDIR := $(PKG)-snapshot-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-snapshot-$($(PKG)_VERSION).tar.bz2 $(PKG)_WEBSITE := http://www.videolan.org/developers/x264.html diff --git a/src/xvidcore.mk b/src/xvidcore.mk index b16521d..42bbff7 100644 --- a/src/xvidcore.mk +++ b/src/xvidcore.mk @@ -4,8 +4,8 @@ # xvidcore PKG := xvidcore $(PKG)_IGNORE := -$(PKG)_VERSION := 1.2.2 -$(PKG)_CHECKSUM := d6e73c725b2fe74695f9fd129966c98f81b27fea +$(PKG)_VERSION := 1.3.0 +$(PKG)_CHECKSUM := 2a5b505159245fad1d3d236dc855ca6949ead4c1 $(PKG)_SUBDIR := xvidcore/build/generic $(PKG)_FILE := xvidcore-$($(PKG)_VERSION).tar.gz $(PKG)_WEBSITE := http://www.xvid.org/ -- cgit v0.12