parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

tuxguitar-1.5.1.patch (3197B)


      1 --- a/TuxGuitar-gpx/build.xml	2018-06-15 00:08:16.846582120 +0300
      2 +++ b/TuxGuitar-gpx/build.xml	2018-06-15 00:42:29.823353256 +0300
      3 @@ -10,11 +10,13 @@
      4  	<property name="build.share.path" value="share${file.separator}" />
      5  	<property name="build.path" value="build${file.separator}" />
      6  	<property name="build.jar" value="tuxguitar-gpx.jar" />
      7 +	<property name="lib.commons_compress" value="/usr/share/commons-compress"></property>
      8  	
      9  	<path id="class.path">
     10  		<pathelement location="${path.tuxguitar-lib}"/>
     11  		<pathelement location="${path.tuxguitar-gm-utils}"/>
     12  		<pathelement location="${path.tuxguitar}"/>
     13 +		<fileset dir="${lib.commons_compress}" includes="**/*.jar"/>
     14  	</path >
     15  	
     16  	<target name="init" depends="clean">
     17 --- a/TuxGuitar-gtp-ui/build.xml	2018-06-17 18:27:50.009821143 +0300
     18 +++ b/TuxGuitar-gtp-ui/build.xml	2018-06-17 18:28:06.731886968 +0300
     19 @@ -9,7 +9,7 @@
     20  	<property name="build.src.path" value="src${file.separator}" />
     21  	<property name="build.share.path" value="share${file.separator}" />
     22  	<property name="build.path" value="build${file.separator}" />
     23 -	<property name="build.jar" value="tuxguitar-gtp.jar" />
     24 +	<property name="build.jar" value="tuxguitar-gtp-ui.jar" />
     25  	
     26  	<path id="class.path">
     27  		<pathelement location="${path.tuxguitar-lib}"/>
     28 --- a/TuxGuitar-image/build.xml	2018-06-16 16:38:40.372607993 +0300
     29 +++ b/TuxGuitar-image/build.xml	2018-06-16 16:40:01.296913057 +0300
     30 @@ -18,6 +18,7 @@
     31  		<pathelement location="${path.tuxguitar-ui-toolkit}"/>
     32  		<pathelement location="${path.tuxguitar-ui-toolkit-swt}"/>
     33  		<pathelement location="${path.swt}"/>
     34 +		<fileset dir="../" includes="**/*.jar"/>
     35  	</path>
     36  	
     37  	<target name="init" depends="clean">
     38 --- a/TuxGuitar-jsa/build.xml	2018-06-17 18:22:22.370532155 +0300
     39 +++ b/TuxGuitar-jsa/build.xml	2018-06-17 18:21:48.876400461 +0300
     40 @@ -16,6 +16,7 @@
     41  		<pathelement location="${path.tuxguitar-gm-utils}"/>
     42  		<pathelement location="${path.tuxguitar}"/>
     43  		<pathelement location="${path.tuxguitar-ui-toolkit}"/>
     44 +		<fileset dir="../" includes="**/*.jar"/>
     45  	</path >
     46  	
     47  	<target name="init" depends="clean">
     48 --- a/TuxGuitar-ui-toolkit-swt/build.xml	2018-06-15 20:28:24.832778356 +0300
     49 +++ b/TuxGuitar-ui-toolkit-swt/build.xml	2018-06-15 20:29:08.295947053 +0300
     50 @@ -15,6 +15,7 @@
     51  		<pathelement location="${path.tuxguitar-ui-toolkit}"/>
     52  		<pathelement location="${path.tuxguitar-ui-toolkit-swt}"/>
     53  		<pathelement location="${path.swt}"/>
     54 +		<pathelement location="../TuxGuitar-lib/tuxguitar-lib.jar"></pathelement>
     55  	</path>
     56  	
     57  	<target name="init" depends="clean">
     58 --- a/TuxGuitar-ui-toolkit/build.xml	2018-06-14 13:15:19.157119252 +0300
     59 +++ b/TuxGuitar-ui-toolkit/build.xml	2018-06-14 13:15:52.863509043 +0300
     60 @@ -19,6 +19,14 @@
     61  		<echo>|          B U I L D I N G   L I B R A R Y        |</echo>
     62  		<echo>+-------------------------------------------------+</echo>
     63  		
     64 +    <javac srcdir="${build.src.path}" destdir="${build.path}">
     65 +      <classpath>
     66 +        <fileset dir="../">
     67 +          <include name="**/*.jar"/>
     68 +        </fileset>
     69 +      </classpath>
     70 +    </javac>
     71 +
     72  		<javac srcdir="${build.src.path}" destdir="${build.path}" debug="false" >
     73  			<include name="**/*.java"/>
     74  		</javac>
     75