Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=openjava.git;a=commitdiff;h=8aa8b350fb7383652441007344a1b2404647d8a5
commit 8aa8b350fb7383652441007344a1b2404647d8a5 Author: Marius Cirsta <[email protected]> Date: Sun Jul 8 14:56:09 2012 +0000 jaudiotagger-1.0.8-1-x86_64 * no longer needed lib diff --git a/source/devel-extra/jaudiotagger/FrugalBuild b/source/devel-extra/jaudiotagger/FrugalBuild deleted file mode 100644 index 95663af..0000000 --- a/source/devel-extra/jaudiotagger/FrugalBuild +++ /dev/null @@ -1,27 +0,0 @@ -# Compiling Time: 0.26 SBU -# Maintainer: bouleetbil <[email protected]> - -pkgname=jaudiotagger -_F_archive_name="jaudiotaggerv" -Fpkgversep="" -pkgver=1.0.8 -pkgrel=1 -pkgdesc="Jaudiotagger is the Audio Tagging library written in Java" -url="http://www.jthink.net/$pkgname/index.jsp" -Finclude java -groups=('devel-extra') -archs=('i686' 'x86_64') -up2date="elinks -dump https://$pkgname.dev.java.net/projectpages/releases.html \ - | grep .zip | head -1 | cut -d 'v' -f2 | sed 's|.zip||'" -source=(https://$pkgname.dev.java.net/files/documents/2750/78029/${_F_archive_name}${pkgver}.zip \ - jaudiotagger-1.0.8-buildfixes.patch) -sha1sums=('c14b70bc765c2ee73a9a314c144742e9d58f37aa' \ - '1f02645b884936e16c53c72e8fda3bb133ac4712') - -build() { - Fcd - Fpatchall - Fjavacleanup - Fant build.jar - Fjar dist/$pkgname.jar -} diff --git a/source/devel-extra/jaudiotagger/jaudiotagger-1.0.8-buildfixes.patch b/source/devel-extra/jaudiotagger/jaudiotagger-1.0.8-buildfixes.patch deleted file mode 100644 index d691a88..0000000 --- a/source/devel-extra/jaudiotagger/jaudiotagger-1.0.8-buildfixes.patch +++ /dev/null @@ -1,51 +0,0 @@ ---- build.xml 2007-11-13 20:59:00.000000000 +0200 -+++ build.xml.fixed 2008-06-12 22:53:57.000000000 +0200 -@@ -9,7 +9,7 @@ - <property name="compiler.generate.no.warnings" value="off"/> - <property name="compiler.args" value=""/> - <property name="compiler.max.memory" value="128m"/> -- <property name="compiler.verbose" value="true"/> -+ <property name="compiler.verbose" value="false"/> - - <!-- Ignore these always --> - <patternset id="ignored.files"> -@@ -165,7 +165,7 @@ - </jar> - </target> - -- <target name="compile" depends="compile.production,compile.tests,run.tests" description="Compile all jaudiotagger code"/> -+ <target name="compile" depends="compile.production" description="Compile all jaudiotagger code"/> - - <target name="compile.production" description="Compile production classes"> - -@@ -197,13 +197,6 @@ - <!--Delete old file --> - <delete file="cobertura.ser" /> - -- <!--Instrument the classes for code coverage --> -- <cobertura-instrument todir="${instrumented.dir}"> -- <ignore regex="org.apache.log4j.*" /> -- <fileset dir="${output.dir}"> -- <include name="**/*.class" /> -- </fileset> -- </cobertura-instrument> - - - </target> -@@ -264,8 +257,6 @@ - </fileset> - <report format="frames" todir="${junitreport.dir}"/> - </junitreport> -- -- <cobertura-report format="html" destdir="${coveragereport.dir}" srcdir="${src.dir}" /> - </target> - - -@@ -305,4 +296,4 @@ - <!-- Build all Javadoc --> - <target name="build.javadoc" depends="build.user.javadoc,build.dev.javadoc" description="Build user and Developer javaDoc"> - </target> --</project> -\ Dosya sonunda yenisatır yok. -+</project> -
_______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
