[arch-commits] Commit in go-openoffice/repos (3 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun May 3 11:01:52 UTC 2009


    Date: Sunday, May 3, 2009 @ 07:01:52
  Author: andyrtr
Revision: 37585

Merged revisions 37574 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/go-openoffice/trunk

........
  r37574 | andyrtr | 2009-05-03 10:31:43 +0200 (So, 03 Mai 2009) | 2 lines
  
  upgpkg: go-openoffice 3.0.99.7-2
      with stlport causes extensions not working on x86_64, move mono and gstreamer to optdepends
........

Modified:
  go-openoffice/repos/extra-i686/	(properties)
  go-openoffice/repos/extra-i686/ChangeLog
  go-openoffice/repos/extra-i686/PKGBUILD

-----------+
 ChangeLog |    7 +++++++
 PKGBUILD  |   18 +++++++++++++-----
 2 files changed, 20 insertions(+), 5 deletions(-)


Property changes on: go-openoffice/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /go-openoffice/trunk:1-37424
   + /go-openoffice/trunk:1-37584

Modified: extra-i686/ChangeLog
===================================================================
--- extra-i686/ChangeLog	2009-05-03 10:55:29 UTC (rev 37584)
+++ extra-i686/ChangeLog	2009-05-03 11:01:52 UTC (rev 37585)
@@ -1,3 +1,10 @@
+2009-05-02 Andreas Radke <andyrtr at archlinux.org>
+
+        * 3.0.99.7-2 :
+	build without stlport on x86_64 and with on i686
+	to fix extensions (e.g. SunPDFImport)
+	try move mono and gstreamer to optdepends
+
 2009-04-25 Andreas Radke <andyrtr at archlinux.org>
 
         * 3.0.99.7-1 :

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-05-03 10:55:29 UTC (rev 37584)
+++ extra-i686/PKGBUILD	2009-05-03 11:01:52 UTC (rev 37585)
@@ -4,7 +4,7 @@
 pkgname=go-openoffice
 pkgver=3.0.99.7
 _GOver=3.0.99.7
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenOffice.org - go-oo.org enhanced version of SUN's office suite"
 arch=('i686' 'x86_64')
 _go_tree="OOO310"
@@ -13,18 +13,21 @@
 license=('LGPL3')
 url="http://go-oo.org/"
 install=${pkgname}.install
-depends=("curl>=7.19.4" "hunspell>=1.2.8" "python>=2.6.1" 'libwpd' 'redland' 'gstreamer0.10-base-plugins>=0.10.22'
-         'libxaw' "neon>=0.28.3-2" "icu>=4.0-2" 'hsqldb-java' 'libxslt' 'libxtst' 'desktop-file-utils' 'mono>=2.4')
+depends=("curl>=7.19.4" "hunspell>=1.2.8" "python>=2.6.1" 'libwpd' 'redland' 
+         'libxaw' "neon>=0.28.3-2" "icu>=4.0-2" 'hsqldb-java' 'libxslt' 'libxtst' 'desktop-file-utils')
 optdepends=('java-runtime:	adds java support'
             'libcups:		adds printing support'
             'gconf:		adds additional gnome support'
             'nss:		adds support for signed files/macros'
             'pstoedit:		translates PostScript and PDF graphics into other vector formats'
 	    'poppler:		for the pdfimport extension'
-	    'mesa:		for the OGLTrans extension')
+	    'mesa:		for the OGLTrans extension'
+	    'mono:		allows UNO automation with Mono'
+	    'gstreamer0.10-base:	+ some gstr-plugins to support multimedia content, e.g. in impress')
 makedepends=('automake' 'autoconf' 'wget' 'bison' 'findutils' 'flex' 'gawk' 'gcc-libs' 'libart-lgpl'
 	'pam' 'sane' 'perl-archive-zip' 'pkgconfig' 'unzip' "xulrunner>=1.9.0.10" 'apache-ant' 'cairo' 
-	'gperf' 'libcups' 'pstoedit' 'gconf' "openjdk6>=1.4" 'unixodbc' 'mesa>=7.4' 'poppler>=0.10.5') # 'boost' # 'libjpeg' 
+	'gperf' 'libcups' 'pstoedit' 'gconf' "openjdk6>=1.4" 'unixodbc' 'mesa>=7.4' 'poppler>=0.10.5'
+	'gstreamer0.10-base>=0.10.22'  'mono>=2.4') # 'boost' # 'libjpeg' 
 provides=('openoffice-base')
 conflicts=('openoffice-base')
 _mirror="http://download.go-oo.org/"
@@ -90,6 +93,11 @@
 
 	export ARCH_FLAGS="${CXXFLAGS}"
 
+	if [ "$CARCH" = "x86_64" ]; then
+	      EXTRAOPTS="--without-stlport"
+	 else EXTRAOPTS="--with-stlport"
+	fi
+
 	./configure --with-distro=ArchLinux \
 		--with-build-version="${_GOver} ArchLinux build-${pkgrel} (${_OO_milestone})" \
 		--with-srcdir=${srcdir} \




More information about the arch-commits mailing list