Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-dicts/stardict/files: stardict-3.0.1-configure.in-EST.diff stardict-3.0.1-gconf-m4.diff
Date: Mon, 25 Feb 2008 16:51:12
Message-Id: E1JTgXm-0008Pn-3U@stork.gentoo.org
1 pva 08/02/25 16:51:10
2
3 Added: stardict-3.0.1-configure.in-EST.diff
4 stardict-3.0.1-gconf-m4.diff
5 Log:
6 Missed patches are added now, thank Alexxy for report.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.1 app-dicts/stardict/files/stardict-3.0.1-configure.in-EST.diff
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/files/stardict-3.0.1-configure.in-EST.diff?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/files/stardict-3.0.1-configure.in-EST.diff?rev=1.1&content-type=text/plain
14
15 Index: stardict-3.0.1-configure.in-EST.diff
16 ===================================================================
17 --- configure.in.orig 2007-08-13 20:44:31.000000000 +0800
18 +++ configure.in 2007-08-13 22:12:33.000000000 +0800
19 @@ -131,7 +131,7 @@
20 else
21 AC_MSG_RESULT(yes)
22 FESTIVAL_LIBS="-lFestival -lestools -lestbase -leststring"
23 - FESTIVAL_CFLAGS="-I/usr/include/speech-tools/EST -ffriend-injection -Wno-deprecated"
24 + FESTIVAL_CFLAGS="-I/usr/include/speech-tools -ffriend-injection -Wno-deprecated"
25 FESTIVAL_PLUGIN_DIR="stardict-festival-tts-plugin"
26 fi
27 else
28
29
30
31 1.1 app-dicts/stardict/files/stardict-3.0.1-gconf-m4.diff
32
33 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/files/stardict-3.0.1-gconf-m4.diff?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/stardict/files/stardict-3.0.1-gconf-m4.diff?rev=1.1&content-type=text/plain
35
36 Index: stardict-3.0.1-gconf-m4.diff
37 ===================================================================
38 diff -urN stardict-3.0.0.orig/m4/gconf-2.m4 stardict-3.0.0/m4/gconf-2.m4
39 --- m4/gconf-2.m4 1970-01-01 08:00:00.000000000 +0800
40 +++ m4/gconf-2.m4 2007-11-10 14:48:00.000000000 +0800
41 @@ -0,0 +1,39 @@
42 +dnl AM_GCONF_SOURCE_2
43 +dnl Defines GCONF_SCHEMA_CONFIG_SOURCE which is where you should install schemas
44 +dnl (i.e. pass to gconftool-2
45 +dnl Defines GCONF_SCHEMA_FILE_DIR which is a filesystem directory where
46 +dnl you should install foo.schemas files
47 +dnl
48 +
49 +AC_DEFUN([AM_GCONF_SOURCE_2],
50 +[
51 + if test "x$GCONF_SCHEMA_INSTALL_SOURCE" = "x"; then
52 + GCONF_SCHEMA_CONFIG_SOURCE=`gconftool-2 --get-default-source`
53 + else
54 + GCONF_SCHEMA_CONFIG_SOURCE=$GCONF_SCHEMA_INSTALL_SOURCE
55 + fi
56 +
57 + AC_ARG_WITH(gconf-source,
58 + [ --with-gconf-source=sourceaddress Config database for installing schema files.],GCONF_SCHEMA_CONFIG_SOURCE="$withval",)
59 +
60 + AC_SUBST(GCONF_SCHEMA_CONFIG_SOURCE)
61 + AC_MSG_RESULT([Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation])
62 +
63 + if test "x$GCONF_SCHEMA_FILE_DIR" = "x"; then
64 + GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas'
65 + fi
66 +
67 + AC_ARG_WITH(gconf-schema-file-dir,
68 + [ --with-gconf-schema-file-dir=dir Directory for installing schema files.],GCONF_SCHEMA_FILE_DIR="$withval",)
69 +
70 + AC_SUBST(GCONF_SCHEMA_FILE_DIR)
71 + AC_MSG_RESULT([Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files])
72 +
73 + AC_ARG_ENABLE(schemas-install,
74 + [ --disable-schemas-install Disable the schemas installation],
75 + [case ${enableval} in
76 + yes|no) ;;
77 + *) AC_MSG_ERROR(bad value ${enableval} for --enable-schemas-install) ;;
78 + esac])
79 + AM_CONDITIONAL([GCONF_SCHEMAS_INSTALL], [test "$enable_schemas_install" != no])
80 +])
81
82
83
84 --
85 gentoo-commits@l.g.o mailing list