- bugfix update to gnome-speech 0.4.24

This commit is contained in:
ajacoutot 2009-02-15 17:23:17 +00:00
parent bfacff7241
commit 43801f99c7
3 changed files with 12 additions and 13 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.7 2009/02/11 15:47:51 jasper Exp $
# $OpenBSD: Makefile,v 1.8 2009/02/15 17:23:17 ajacoutot Exp $
COMMENT= GNOME speech module
GNOME_PROJECT= gnome-speech
GNOME_VERSION= 0.4.23
GNOME_VERSION= 0.4.24
SHARED_LIBS += gnomespeech 0.1 # .7.1
PKGNAME= ${DISTNAME}p1
# LGPLv2
PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,5 +1,5 @@
MD5 (gnome/gnome-speech-0.4.23.tar.bz2) = VAQc+H995W3QgYSOhqCNTA==
RMD160 (gnome/gnome-speech-0.4.23.tar.bz2) = sOJ/eoQAjMOuARXdYBcyyYWvA9U=
SHA1 (gnome/gnome-speech-0.4.23.tar.bz2) = i45hWspsNrlI6W+gHLJ2arkJOGk=
SHA256 (gnome/gnome-speech-0.4.23.tar.bz2) = KPHe1+hZLM7ORzLLlM29XG/31XzLne7/pXzGvKg2SLE=
SIZE (gnome/gnome-speech-0.4.23.tar.bz2) = 309213
MD5 (gnome/gnome-speech-0.4.24.tar.bz2) = vw/q2VFwwyklpEQuoh/whQ==
RMD160 (gnome/gnome-speech-0.4.24.tar.bz2) = aucmTWTUdt45iWpQn7Y+8LCREjs=
SHA1 (gnome/gnome-speech-0.4.24.tar.bz2) = +oPFG484QXsU0ynJ/o1Dy3AisCM=
SHA256 (gnome/gnome-speech-0.4.24.tar.bz2) = NclI0YU2ozyQGH2AM1w3Q/sFVo/jxxtXwCwBLzHdPrI=
SIZE (gnome/gnome-speech-0.4.24.tar.bz2) = 340482

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-configure,v 1.3 2008/11/21 18:20:05 jasper Exp $
$OpenBSD: patch-configure,v 1.4 2009/02/15 17:23:17 ajacoutot Exp $
Force disable Java support. Configure script is broken and doesn't
correctly disable it.
--- configure.orig Sun Nov 16 17:25:05 2008
+++ configure Tue Nov 18 12:25:13 2008
@@ -12358,7 +12358,7 @@ fi
--- configure.orig Sun Feb 15 17:22:14 2009
+++ configure Sun Feb 15 18:19:11 2009
@@ -12485,7 +12485,7 @@ fi
# Java support
@ -14,7 +14,7 @@ correctly disable it.
# Check whether --with-java_home was given.
if test "${with_java_home+set}" = set; then
withval=$with_java_home; if test "$withval" = "no" ; then
@@ -12831,8 +12831,11 @@ else
@@ -12958,8 +12958,11 @@ else
BUILD_JAVA_PACKAGE_FALSE=
fi