Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=lotesting.git;a=commitdiff;h=2f184ca8d5b2b6e6a98939d06d20a20a14adaa64
commit 2f184ca8d5b2b6e6a98939d06d20a20a14adaa64 Author: Miklos Vajna <[email protected]> Date: Fri May 23 21:36:09 2014 +0200 libreoffice-4.3.0.0.beta1-1-x86_64 - 4.3.0.0.alpha1 -> 4.3.0.0.beta1 - require newer mdds build-time - disable coinmp and gltf for now diff --git a/source/xapps/libreoffice/FrugalBuild b/source/xapps/libreoffice/FrugalBuild index 842dbea..77d9d21 100644 --- a/source/xapps/libreoffice/FrugalBuild +++ b/source/xapps/libreoffice/FrugalBuild @@ -5,7 +5,7 @@ options+=('asneeded') pkgname=libreoffice -pkgver=4.3.0.0.alpha1 +pkgver=4.3.0.0.beta1 buildfix="" minor=${pkgver:0:5} # x.y.z major=${pkgver:0:3} # x.y @@ -27,7 +27,7 @@ depends=('libxml2' 'libsndfile' 'openjre' 'fontconfig' 'libpng>=1.4.1' \ makedepends=('apache-ant' 'boost>=1.50.0' 'hunspell>=1.3.2' \ 'xalan-j' 'xorg-server' 'gstreamer1' 'gst1-plugins-base' \ 'xulrunner' "kdelibs-compiletime>=$_F_kde_ver" 'libwps>=0.2.7-2' 'mdbtools' \ - 'mdds>=0.9.0' 'junit' 'cppunit' 'vigra>=1.9.0-2' \ + 'mdds>=0.10.3' 'junit' 'cppunit' 'vigra>=1.9.0-2' \ 'postgresql' 'krb5' \ # required by e.g. the DOCX importer 'gperf' \ @@ -61,15 +61,13 @@ do signatures=("${signatures[@]}" $mirror/libreoffice-$i$pkgver$buildfix.tar.xz.asc) fi done -# TODO system-coinmp, system-gltf, system-glm +# TODO system-glm ext_source=(http://dev-www.libreoffice.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll \ http://dev-www.libreoffice.org/src/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz \ http://dev-www.libreoffice.org/src/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip \ http://dev-www.libreoffice.org/src/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip \ http://dev-www.libreoffice.org/src/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip \ http://dev-www.libreoffice.org/src/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz \ - http://dev-www.libreoffice.org/src/CoinMP-1.7.6.tgz \ - http://dev-www.libreoffice.org/src/8ac8ae9829c4fefd1ae9f715f95d4e0b-libgltf.tar.gz \ http://dev-www.libreoffice.org/src/bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip) for i in ${ext_source[@]} do @@ -227,6 +225,8 @@ build() --with-system-headers \ --without-system-hsqldb \ --without-system-glm \ + --disable-coinmp \ + --disable-gltf \ --with-external-tar=`pwd`/ext_source \ --with-system-jars \ --with-system-dicts \ _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
