]> git.pld-linux.org Git - packages/gnome-speech.git/commitdiff
- adds missing GNOME_Speech.idl file
authorgrzegol <grzegol@pld-linux.org>
Tue, 12 Aug 2003 11:14:50 +0000 (11:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-speech-idl.patch -> 1.1

gnome-speech-idl.patch [new file with mode: 0644]

diff --git a/gnome-speech-idl.patch b/gnome-speech-idl.patch
new file mode 100644 (file)
index 0000000..05ec6c0
--- /dev/null
@@ -0,0 +1,50 @@
+diff -urN aaa/gnome-speech-0.2.4/idl/GNOME_Speech.idl gnome-speech-0.2.4/idl/GNOME_Speech.idl
+--- aaa/gnome-speech-0.2.4/idl/GNOME_Speech.idl        1970-01-01 01:00:00.000000000 +0100
++++ gnome-speech-0.2.4/idl/GNOME_Speech.idl    2003-08-12 13:09:52.000000000 +0200
+@@ -0,0 +1,46 @@
++/*
++ * GNOME Speech - Speech services for the GNOME desktop
++ *
++ * Copyright 2002 Sun Microsystems Inc.
++ *
++ * This library is free software; you can redistribute it and/or
++ * modify it under the terms of the GNU Library General Public
++ * License as published by the Free Software Foundation; either
++ * version 2 of the License, or (at your option) any later version.
++ *
++ * This library is distributed in the hope that it will be useful,
++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
++ * Library General Public License for more details.
++ *
++ * You should have received a copy of the GNU Library General Public
++ * License along with this library; if not, write to the
++ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
++ * Boston, MA 02111-1307, USA.
++ *
++ * GNOME_Speech.idl: Container for all GNOME Speech IDL.
++ *
++ */
++
++#ifndef _GNOME_SPEECH_IDL
++#define _GNOME_SPEECH_IDL
++#ifndef  __GNOME_SPEECH_COMPILATION__
++#ifdef   __ORBIT_IDL__
++%{
++#pragma include_defs Accessibility.h
++%}
++#pragma inhibit push
++#endif
++#endif
++#include <Bonobo_Unknown.idl>
++#include <GNOME_Speech_SpeechCallback.idl>
++#include <GNOME_Speech_Speaker.idl>
++#include <GNOME_Speech_SynthesisDriver.idl>
++
++#ifndef __GNOME_SPEECH_COMPILATION__
++#ifdef  __ORBIT_IDL__
++#pragma inhibit pop
++#endif
++#endif
++
++#endif
This page took 0.047357 seconds and 4 git commands to generate.