summaryrefslogtreecommitdiff
path: root/package/aumix
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-01-26 22:03:18 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-01-26 22:07:41 +0100
commit6348fcec36094a70dff9ca0f6857962a9b681cdd (patch)
tree5fdfe2ac7a8fd338c3080e3248c705a71beadeb2 /package/aumix
parent9693d44aac1251a6ae3e877a04fbc75ccce0b68c (diff)
package/aumix: bump version to 2.9.1
- rebased patch 0001 - added AUMIX_GETTEXTIZE = YES to solve *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.17 but the autoconf macros are from gettext version 0.19 Fixes http://autobuild.buildroot.net/results/c8c/c8c7f9a799d1af507a6edd5e02b0bbc8b7b5d068/ http://autobuild.buildroot.net/results/67e/67e6d29e6d6f8d4967a74ec70a754a5b24afc0ce/ and others Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/aumix')
-rw-r--r--package/aumix/0001-fix-incorrect-makefile-am.patch9
-rw-r--r--package/aumix/aumix.hash4
-rw-r--r--package/aumix/aumix.mk3
3 files changed, 8 insertions, 8 deletions
diff --git a/package/aumix/0001-fix-incorrect-makefile-am.patch b/package/aumix/0001-fix-incorrect-makefile-am.patch
index 8d55218bb..143174dee 100644
--- a/package/aumix/0001-fix-incorrect-makefile-am.patch
+++ b/package/aumix/0001-fix-incorrect-makefile-am.patch
@@ -15,15 +15,14 @@ Index: aumix-2.8/src/Makefile.am
===================================================================
--- aumix-2.8.orig/src/Makefile.am
+++ aumix-2.8/src/Makefile.am
-@@ -7,9 +7,8 @@
+@@ -9,9 +9,8 @@
mouse.c common.h curses.h gpm-xterm.h gtk.h interactive.h \
mouse.h play.xpm record.xpm
localedir = $(datadir)/locale
-INCLUDES = -I../intl -DLOCALEDIR=\"$(localedir)\" -I@includedir@
--CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ @GTK_CFLAGS@
--LDADD = -L@libdir@
+INCLUDES = -I../intl -DLOCALEDIR=\"$(localedir)\"
-+AM_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ @GTK_CFLAGS@
- LIBS = @LIBS@ @GTK_LIBS@ @INTLLIBS@
+ AM_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ @GTK_CFLAGS@
+-LDADD = -L@libdir@
+ LIBS = @LIBS@ @GTK_LIBS@ @LIBINTL@
DEFS = @DEFS@
diff --git a/package/aumix/aumix.hash b/package/aumix/aumix.hash
index dbcd1e5b5..0463ea01a 100644
--- a/package/aumix/aumix.hash
+++ b/package/aumix/aumix.hash
@@ -1,2 +1,2 @@
-# Locally calculated after checking pgp signature
-sha256 636eef7f400c2f3df489c0d2fa21507e88692113561e75a40a26c52bc422d7fc aumix-2.8.tar.bz2
+# Locally calculated
+sha256 d2ce43d532ef75072c8d4e7922e3bc06be6d97765a508d9ceb0d1766bbe70e29 aumix-2.9.1.tar.bz2
diff --git a/package/aumix/aumix.mk b/package/aumix/aumix.mk
index 8c668d2e9..eae34d0fb 100644
--- a/package/aumix/aumix.mk
+++ b/package/aumix/aumix.mk
@@ -4,10 +4,11 @@
#
################################################################################
-AUMIX_VERSION = 2.8
+AUMIX_VERSION = 2.9.1
AUMIX_SOURCE = aumix-$(AUMIX_VERSION).tar.bz2
AUMIX_SITE = http://jpj.net/~trevor/aumix/releases
AUMIX_AUTORECONF = YES
+AUMIX_GETTEXTIZE = YES
AUMIX_LICENSE = GPLv2+
AUMIX_LICENSE_FILES = COPYING