Changeset 73
- Timestamp:
- 12/12/05 18:21:30 (3 years ago)
- Files:
-
- trunk/.classpath (modified) (1 diff)
- trunk/build.xml (modified) (4 diffs)
- trunk/source/org/kolaka/freecast/ogg/OggDecoder.java (modified) (3 diffs)
- trunk/source/org/kolaka/freecast/ogg/test/OggDecoderTest.java (modified) (2 diffs)
- trunk/track/mp3spi/patches (deleted)
- trunk/track/tritonus/patches (added)
- trunk/track/tritonus/patches/0.3.6 (added)
- trunk/track/tritonus/patches/0.3.6/build.xml (added)
- trunk/track/tritonus/patches/0.3.6/lib (added)
- trunk/track/tritonus/patches/0.3.6/lib/cpptasks.jar (added)
- trunk/track/tritonus/patches/0.3.6/libtritonusvorbis.so (added)
- trunk/track/tritonus/patches/0.3.6/source (added)
- trunk/track/tritonus/patches/0.3.6/source/org (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/lowlevel (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/lowlevel/ogg (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/lowlevel/ogg/Buffer.java (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/lowlevel/ogg/Ogg.java (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/lowlevel/ogg/Packet.java (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/lowlevel/ogg/Page.java (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/lowlevel/ogg/StreamState.java (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/lowlevel/ogg/SyncState.java (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/lowlevel/ogg/native (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/lowlevel/ogg/native/common.h (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/lowlevel/ogg/native/org_tritonus_lowlevel_ogg_Buffer.c (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/lowlevel/ogg/native/org_tritonus_lowlevel_ogg_Packet.c (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/lowlevel/ogg/native/org_tritonus_lowlevel_ogg_Page.c (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/lowlevel/ogg/native/org_tritonus_lowlevel_ogg_StreamState.c (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/lowlevel/ogg/native/org_tritonus_lowlevel_ogg_SyncState.c (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/lowlevel/ogg/package.html (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/lowlevel/vorbis (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/lowlevel/vorbis/Block.java (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/lowlevel/vorbis/Comment.java (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/lowlevel/vorbis/DspState.java (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/lowlevel/vorbis/Info.java (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/lowlevel/vorbis/native (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/lowlevel/vorbis/native/common.h (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/lowlevel/vorbis/native/org_tritonus_lowlevel_vorbis_Block.c (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/lowlevel/vorbis/native/org_tritonus_lowlevel_vorbis_Comment.c (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/lowlevel/vorbis/native/org_tritonus_lowlevel_vorbis_DspState.c (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/lowlevel/vorbis/native/org_tritonus_lowlevel_vorbis_Info.c (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/lowlevel/vorbis/package.html (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/native (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/native/HandleFieldHandler.h (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/native/common.c (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/native/common.h (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/native/debug.h (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/share (added)
- trunk/track/tritonus/patches/0.3.6/source/org/tritonus/share/TDebug.java (added)
- trunk/track/tritonus/patches/0.3.6/tritonus-share.jar (added)
- trunk/track/tritonus/patches/0.3.6/tritonus-vorbis.jar (added)
- trunk/track/tritonus/releases (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/.classpath
r70 r73 21 21 <classpathentry kind="lib" path="track/jetty/releases/5.1.4rc0/lib/org.mortbay.jetty.jar"/> 22 22 <classpathentry kind="lib" path="track/commons-httpclient/releases/3.0-rc3/commons-httpclient-3.0-rc3.jar"/> 23 <classpathentry kind="lib" path="track/tritonus/releases/0.3.6/tritonus_core-0.3.6.jar"/>24 <classpathentry kind="lib" path="track/tritonus/releases/0.3.6/tritonus_share-0.3.6.jar"/>25 <classpathentry sourcepath="/tritonus/src/classes" kind="lib" path="track/tritonus/releases/0.3.6/tritonus_vorbis-0.3.6.jar"/>26 23 <classpathentry kind="lib" path="track/vorbisspi/releases/1.0.2/lib/jogg-0.0.7.jar"/> 27 24 <classpathentry kind="lib" path="track/vorbisspi/releases/1.0.2/lib/jorbis-0.0.15.jar"/> 28 <classpathentry kind="lib" path="track/vorbisspi/patches/1.0.2/vorbisspi1.0.2.jar"/> 25 <classpathentry kind="lib" path="track/vorbisspi/releases/1.0.2/vorbisspi1.0.2.jar"/> 26 <classpathentry kind="lib" path="track/tritonus/patches/0.3.6/tritonus-vorbis.jar"/> 27 <classpathentry kind="lib" path="track/vorbisspi/releases/1.0.2/lib/tritonus_share.jar"/> 29 28 <classpathentry kind="output" path=".eclipse"/> 30 29 </classpath> trunk/build.xml
r72 r73 171 171 <lib-entry groupid="vorbisspi" version="1.0.2" artifactid="jogg-0.0.7" /> 172 172 <lib-entry groupid="vorbisspi" version="1.0.2" artifactid="jorbis-0.0.15" /> 173 <lib-entry groupid="tritonus" version="0.3.6" artifactid="tritonus_share" /> 174 <lib-entry groupid="tritonus" version="0.3.6" artifactid="tritonus_core" /> 173 <lib-entry groupid="vorbisspi" version="1.0.2" artifactid="tritonus_share" /> 175 174 </library> 176 175 … … 178 177 <lib-entry groupid="mp3spi" version="1.9.4" artifactid="mp3spi1.9.4" /> 179 178 <lib-entry groupid="mp3spi" version="1.9.4" artifactid="jl1.0" /> 180 <lib-entry groupid="tritonus" version="0.3.6" artifactid="tritonus_share" /> 181 <lib-entry groupid="tritonus" version="0.3.6" artifactid="tritonus_core" /> 179 <lib-entry groupid="mp3spi" version="1.9.4" artifactid="tritonus_share" /> 182 180 </library> 183 181 184 182 <library id="lib.tritonus"> 185 <lib-entry artifactid="tritonus_core" groupid="tritonus" version="0.3.6" /> 186 <lib-entry artifactid="tritonus_share" groupid="tritonus" version="0.3.6" /> 187 <lib-entry artifactid="tritonus_vorbis" groupid="tritonus" version="0.3.6" /> 183 <lib-entry artifactid="tritonus-share" groupid="tritonus" version="0.3.6" /> 184 <lib-entry artifactid="tritonus-vorbis" groupid="tritonus" version="0.3.6" /> 188 185 </library> 189 186 … … 236 233 237 234 <property name="track.docbook.dir" value="${track.dir}/docbook-xsl/releases/1.69.1" /> 238 <property name="track.tritonus.dir" value="${track.dir}/tritonus/ releases/0.3.6" />235 <property name="track.tritonus.dir" value="${track.dir}/tritonus/patches/0.3.6" /> 239 236 </target> 240 237 … … 684 681 <sysproperty key="java.library.path" path="${track.tritonus.dir}" /> 685 682 </junit> 686 </target>687 688 <target name="test.oggdecoders" depends="build.test">689 <property name="build.test.results.dir" value="build/test/results" />690 <mkdir dir="${build.test.results.dir}" />691 <property name="test.oggdecoders.resource" value="default" />692 693 <macrodef name="junit.oggdecoders">694 <attribute name="name" />695 <element name="paths" optional="false" />696 <element name="properties" optional="true" />697 <sequential>698 <path id="path.test.oggdecoders.@{name}">699 <pathelement path="build/core/classes" />700 <pathelement path="build/test/classes" />701 <path refid="path.core" />702 <paths />703 </path>704 <pathconvert property="path.test.oggdecoders.@{name}"705 refid="path.test.oggdecoders.@{name}">706 <map from="${basedir}/" to=""/>707 </pathconvert>708 <!-- <echo message="path ${path.test.oggdecoders.@{name}}"/> -->709 <junit printsummary="yes" haltonfailure="${test.haltonfailure}" includeantruntime="yes" fork="yes" showoutput="true">710 <formatter type="plain" />711 <test name="org.kolaka.freecast.ogg.test.OggDecoderTest" todir="${build.test.results.dir}" outfile="TEST-OggProviders-@{name}" />712 <classpath refid="path.test.oggdecoders.@{name}"/>713 <sysproperty key="log4.configuration" value="org/kolaka/freecast/test/log4j.xml" />714 <sysproperty key="java.library.path" path="${track.tritonus.dir}" />715 <sysproperty key="org.kolaka.freecast.ogg.test.OggProviderTest.resource" value="${test.oggdecoders.resource}" />716 <properties />717 </junit>718 </sequential>719 </macrodef>720 721 <junit.oggdecoders name="all">722 <paths>723 <path refid="path.lib.vorbisspi" />724 <path refid="path.lib.tritonus" />725 </paths>726 </junit.oggdecoders>727 <junit.oggdecoders name="javazoom">728 <paths>729 <path refid="path.lib.vorbisspi" />730 </paths>731 <properties>732 <sysproperty key="org.kolaka.freecast.ogg.test.OggDecoderTest.tritonus" value="false" />733 </properties>734 </junit.oggdecoders>735 <junit.oggdecoders name="tritonus">736 <paths>737 <path refid="path.lib.tritonus" />738 </paths>739 <properties>740 <sysproperty key="org.kolaka.freecast.ogg.test.OggDecoderTest.javazoom" value="false" />741 </properties>742 </junit.oggdecoders>743 <junit.oggdecoders name="all-reverse">744 <paths>745 <path refid="path.lib.tritonus" />746 <path refid="path.lib.vorbisspi" />747 </paths>748 </junit.oggdecoders>749 683 </target> 750 684 trunk/source/org/kolaka/freecast/ogg/OggDecoder.java
r71 r73 44 44 45 45 private static final List INSTANCE_NAMES = Arrays.asList(new String[] { 46 "javazoom" , "tritonus"});46 "javazoom" }); 47 47 48 48 private static OggDecoder instance; … … 233 233 } 234 234 235 /* 235 236 public static class Tritonus extends Direct { 236 237 … … 242 243 243 244 } 245 */ 244 246 245 247 } trunk/source/org/kolaka/freecast/ogg/test/OggDecoderTest.java
r71 r73 66 66 } 67 67 68 /* 68 69 public void testTritonus() throws Exception { 69 70 if (isEnabled("tritonus")) { … … 71 72 } 72 73 } 74 */ 73 75 74 76 public void testDefault() throws Exception {
