Changeset 4483
- Timestamp:
- 07/19/07 15:36:24 (6 years ago)
- Location:
- platform/Sound_in/trunk/Sound_in
- Files:
-
- 4 modified
-
Doxyfile (modified) (1 diff)
-
Makefile.am (modified) (1 diff)
-
configure.ac (modified) (2 diffs)
-
soundCardCapture.spd.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
platform/Sound_in/trunk/Sound_in/Doxyfile
r2872 r4483 31 31 # where doxygen was started. If left blank the current directory will be used. 32 32 33 OUTPUT_DIRECTORY = doc s33 OUTPUT_DIRECTORY = documentation 34 34 35 35 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create -
platform/Sound_in/trunk/Sound_in/Makefile.am
r1637 r4483 3 3 bin_PROGRAMS = soundCardCapture 4 4 5 soundCardCapture_SOURCES = main.cpp soundCardCapture.cpp soundCardCapture.h 5 soundCardCapture_SOURCES = \ 6 main.cpp \ 7 soundCardCapture.cpp \ 8 soundCardCapture.h 6 9 7 10 ossieName = soundCardCapture 8 xmldir = $(prefix)/ xml/$(ossieName)9 dist_xml_DATA = soundCardCapture.scd.xml soundCardCapture.spd.xml soundCardCapture.prf.xml 11 xmldir = $(prefix)/dev/xml/$(ossieName) 12 bindir = $(prefix)/dev/bin 10 13 14 dist_xml_DATA = \ 15 soundCardCapture.scd.xml \ 16 soundCardCapture.spd.xml \ 17 soundCardCapture.prf.xml 18 19 20 # ---------- documentation --------- 21 22 docs : 23 doxygen Doxyfile 24 25 -
platform/Sound_in/trunk/Sound_in/configure.ac
r2957 r4483 15 15 16 16 AC_CHECK_LIB([omniORB4], [main], [], [AC_MSG_ERROR([cannot find omniORBi4 library])]) 17 AC_CHECK_LIB([omnithread], [main], [], [AC_MSG_ERROR([cannot find omnithread library])]) 17 18 AC_CHECK_LIB([omniDynamic4], [main], [], [AC_MSG_ERROR([cannot find omniDynamic4 library])]) 18 19 AC_CHECK_HEADERS([omniORB4/CORBA.h], [], [AC_MSG_ERROR([cannot find omniORB4 header files])]) 20 21 AC_CHECK_LIB([standardInterfaces], [main], [], [AC_MSG_ERROR([cannot find standardInterfaces])]) 22 AC_CHECK_HEADERS([standardinterfaces/complexShort.h], [], [AC_MSG_ERROR([cannot find standardInterfaces header files])]) 19 23 20 24 AC_LANG_POP … … 29 33 PKG_CHECK_MODULES(ALSA, alsa >= 1.0.6,, exit) 30 34 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" 35 LIBS="$LIBS $OSSIE_LIBS -lasound" 36 36 37 37 AC_SUBST(SI_PATH) -
platform/Sound_in/trunk/Sound_in/soundCardCapture.spd.xml
r3252 r4483 1 1 <?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>