File: build.patch

package info (click to toggle)
libvorbisspi-java 1.0.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 228 kB
  • sloc: java: 1,481; xml: 66; makefile: 15
file content (20 lines) | stat: -rw-r--r-- 840 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: setting the classpath in build.xml for a Debian build
Author: Pierre Gruet <pgt@debian.org>
Forwarded: not-needed
Last-Update: 2025-01-27

--- a/build.xml
+++ b/build.xml
@@ -24,9 +24,9 @@
     <echo message="------ Compiling application"/>
     <javac srcdir="${sources}" destdir="${classes}" includes="**" source="${jdksource}" target="${jdktarget}">
       <classpath>            
-        <pathelement location="${oggjar}"/>        
-        <pathelement location="${jorbisjar}"/>
-        <pathelement location="${tritonusjar}"/>
+        <pathelement location="/usr/share/java/jogg.jar"/>        
+        <pathelement location="/usr/share/java/jorbis.jar"/>
+        <pathelement location="/usr/share/java/tritonus_share.jar"/>
         <pathelement location="${sources}"/>
       </classpath>
     </javac>