Changeset 4483

Show
Ignore:
Timestamp:
07/19/07 15:36:24 (6 years ago)
Author:
jgaeddert
Message:

updating .spd.xml file, docuementation

Location:
platform/Sound_in/trunk/Sound_in
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • platform/Sound_in/trunk/Sound_in/Doxyfile

    r2872 r4483  
    3131# where doxygen was started. If left blank the current directory will be used. 
    3232 
    33 OUTPUT_DIRECTORY       = docs 
     33OUTPUT_DIRECTORY       = documentation 
    3434 
    3535# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create  
  • platform/Sound_in/trunk/Sound_in/Makefile.am

    r1637 r4483  
    33bin_PROGRAMS = soundCardCapture 
    44 
    5 soundCardCapture_SOURCES = main.cpp soundCardCapture.cpp soundCardCapture.h 
     5soundCardCapture_SOURCES =          \ 
     6    main.cpp                        \ 
     7    soundCardCapture.cpp            \ 
     8    soundCardCapture.h 
    69 
    710ossieName = soundCardCapture 
    8 xmldir = $(prefix)/xml/$(ossieName) 
    9 dist_xml_DATA = soundCardCapture.scd.xml soundCardCapture.spd.xml soundCardCapture.prf.xml 
     11xmldir = $(prefix)/dev/xml/$(ossieName) 
     12bindir = $(prefix)/dev/bin 
    1013 
     14dist_xml_DATA =                     \ 
     15    soundCardCapture.scd.xml        \ 
     16    soundCardCapture.spd.xml        \ 
     17    soundCardCapture.prf.xml 
     18 
     19 
     20# ---------- documentation --------- 
     21 
     22docs : 
     23        doxygen Doxyfile 
     24 
     25 
  • platform/Sound_in/trunk/Sound_in/configure.ac

    r2957 r4483  
    1515 
    1616AC_CHECK_LIB([omniORB4], [main], [], [AC_MSG_ERROR([cannot find omniORBi4 library])]) 
     17AC_CHECK_LIB([omnithread], [main], [], [AC_MSG_ERROR([cannot find omnithread library])]) 
    1718AC_CHECK_LIB([omniDynamic4], [main], [], [AC_MSG_ERROR([cannot find omniDynamic4 library])]) 
    1819AC_CHECK_HEADERS([omniORB4/CORBA.h], [], [AC_MSG_ERROR([cannot find omniORB4 header files])]) 
     20 
     21AC_CHECK_LIB([standardInterfaces], [main], [], [AC_MSG_ERROR([cannot find standardInterfaces])]) 
     22AC_CHECK_HEADERS([standardinterfaces/complexShort.h], [], [AC_MSG_ERROR([cannot find standardInterfaces header files])]) 
    1923 
    2024AC_LANG_POP 
     
    2933PKG_CHECK_MODULES(ALSA, alsa >= 1.0.6,, exit) 
    3034 
    31 PKG_CHECK_MODULES(SI, standardInterfaces >= 0.6.0,,exit) 
    32  
    33 SI_PATH=`pkg-config --variable=includedir standardInterfaces` 
    34  
    35 LIBS="$LIBS $OSSIE_LIBS $SI_LIBS -lasound" 
     35LIBS="$LIBS $OSSIE_LIBS -lasound" 
    3636 
    3737AC_SUBST(SI_PATH) 
  • platform/Sound_in/trunk/Sound_in/soundCardCapture.spd.xml

    r3252 r4483  
    11<?xml version="1.0" encoding="us-ascii"?> 
    2         <!DOCTYPE softpkg SYSTEM "../dtd/softpkg.dtd"> 
    3         <!-- 
    4             Generated by Zeligsoft Component Enabler 2.0.2 (Build: 200510131317) 
    5             http://www.zeligsoft.com 
    6         --> 
    7         <softpkg id="DCE:f171d2db-0e8f-4a82-a687-19f76a64c079" name="SoundCardCapture" type="sca_compliant" version=""> 
    8             <title /> 
    9             <author> 
    10                 <name>Ossie Team</name> 
    11                 <company>Va Tech/MPRG</company> 
    12                 <webpage>http://ossie.mprg.org/</webpage> 
    13             </author> 
    14             <descriptor name=""> 
    15                 <localfile name="xml/soundCardCapture/soundCardCapture.scd.xml" /> 
    16             </descriptor> 
    17             <propertyfile type="PRF"> 
    18                 <localfile name="xml/soundCardCapture/soundCardCapture.prf.xml" /> 
    19             </propertyfile> 
    20             <!--[Implementation Sound_in_linux]--> 
    21             <implementation id="DCE:cfbeaba2-026c-46bd-98db-7f86ff80030d" aepcompliance="aep_compliant"> 
    22                 <code type="Executable"> 
    23                     <localfile name="bin/soundCardCapture" /> 
    24                 </code> 
    25                 <os name="Linux" version="5.5.1" /> 
    26                 <processor name="x86" /> 
    27             </implementation> 
    28         </softpkg> 
     2<!DOCTYPE softpkg SYSTEM "../dtd/softpkg.dtd"> 
     3<!-- 
     4    Generated by Zeligsoft Component Enabler 2.0.2 (Build: 200510131317) 
     5    http://www.zeligsoft.com 
     6--> 
     7<softpkg id="DCE:f171d2db-0e8f-4a82-a687-19f76a64c079" name="SoundCardCapture" type="sca_compliant" version=""> 
     8    <title /> 
     9    <description>This device uses ALSA (www.alsa-project.org) to capture audio from the sound card</description> 
     10    <author> 
     11        <name>OSSIE Team</name> 
     12        <company>VA Tech/MPRG</company> 
     13        <webpage>http://ossie.mprg.org/</webpage> 
     14    </author> 
     15    <descriptor name=""> 
     16        <localfile name="soundCardCapture.scd.xml" /> 
     17    </descriptor> 
     18    <propertyfile type="PRF"> 
     19        <localfile name="soundCardCapture.prf.xml" /> 
     20    </propertyfile> 
     21    <!--[Implementation Sound_in_linux]--> 
     22    <implementation id="DCE:cfbeaba2-026c-46bd-98db-7f86ff80030d" aepcompliance="aep_compliant"> 
     23        <code type="Executable"> 
     24            <localfile name="bin/soundCardCapture" /> 
     25        </code> 
     26        <os name="Linux" version="5.5.1" /> 
     27        <processor name="x86" /> 
     28    </implementation> 
     29</softpkg>