Date: Saturday, April 12, 2014 @ 20:31:08
  Author: bpiotrowski
Revision: 210241

upgpkg: libreoffice 4.2.3-2

disable gstreamer0.10 support (FS#39817)

Modified:
  libreoffice/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-04-12 17:56:22 UTC (rev 210240)
+++ PKGBUILD    2014-04-12 18:31:08 UTC (rev 210241)
@@ -20,7 +20,7 @@
        'libreoffice-extension-nlpsolver') # svn up -r 142692 (last one with 
all extensions built)
 _LOver=4.2.3.3
 pkgver=4.2.3
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/";
@@ -38,8 +38,7 @@
                         'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 
'libodfgen'
                         'hicolor-icon-theme' 'desktop-file-utils' 
'shared-mime-info'
                         'gtk2' 'orbit2' 'translate-toolkit' 'xdg-utils' 
#'telepathy-glib'
-                        'gstreamer0.10-base' 'gst-plugins-base-libs' 'glu'
-                'ttf-liberation' # to satisfy regression tests
+                        'gst-plugins-base-libs' 'glu' 'ttf-liberation' # to 
satisfy regression tests
                 'git')
 # there's only one single static library in libreoffice-sdk,
 # the next build that removes it may lead to trouble if people may use it
@@ -130,9 +129,9 @@
        libabw-0.0.2.tar.bz2)
 md5sums=('0347f2c919e809b3f3794ed509caa902'
          'SKIP'
-         '11a2381971a7444fe5154ab9ae9578d6'
+         'fa82b4c4510c78fe22a3a56d53fb9752'
          'SKIP'
-         '21f4ff9b4e49c2b1a6464b4dae6cfb42'
+         '81759541de9ce626a02d652399cd1ffe'
          'SKIP'
          '15cb8c0803064faef0c4ddf5bc5ca279'
          '1f24ab1d39f4a51faf22244c94a6203f'
@@ -239,6 +238,7 @@
                --enable-kde4\
                --enable-gtk3 \
                --enable-gstreamer \
+               --disable-gstreamer-0-10 \
                --enable-lockdown\
                --enable-opencl \
                --enable-opengl \
@@ -322,7 +322,7 @@
                  'graphite' "icu>=52.1" 'clucene' 'lcms2' "poppler>=0.24.0"
                  #'telepathy-glib' # (calc telepathy-glib libtubeslo.so)
           'libodfgen'  'libvisio' 'harfbuzz-icu' 'hicolor-icon-theme' 'glu'
-                 'desktop-file-utils' 'shared-mime-info' 'xdg-utils' 
'gstreamer0.10-base')
+                 'desktop-file-utils' 'shared-mime-info' 'xdg-utils')
  optdepends=('libreoffice-langpack: additional language support'
              'java-runtime:     adds java support'
              'pstoedit:         translates PostScript and PDF graphics into 
other vector formats'

Reply via email to