[arch-commits] Commit in binutils/trunk (binutils-2.19-as-needed.patch)

2010-04-05 Thread Allan McRae
Date: Monday, April 5, 2010 @ 08:22:47
  Author: allan
Revision: 75990

remove old patch

Deleted:
  binutils/trunk/binutils-2.19-as-needed.patch

---+
 binutils-2.19-as-needed.patch |   38 --
 1 file changed, 38 deletions(-)

Deleted: binutils-2.19-as-needed.patch
===
--- binutils-2.19-as-needed.patch   2010-04-05 06:13:15 UTC (rev 75989)
+++ binutils-2.19-as-needed.patch   2010-04-05 12:22:47 UTC (rev 75990)
@@ -1,38 +0,0 @@
-===
-RCS file: /cvs/src/src/bfd/elflink.c,v
-retrieving revision 1.328
-retrieving revision 1.329
-diff -u -r1.328 -r1.329
 src/bfd/elflink.c  2009/01/29 16:35:03 1.328
-+++ src/bfd/elflink.c  2009/01/31 11:44:37 1.329
-@@ -3199,6 +3199,16 @@
-   return 0;
- }
- 
-+static bfd_boolean
-+on_needed_list (const char *soname, struct bfd_link_needed_list *needed)
-+{
-+  for (; needed != NULL; needed = needed->next)
-+if (strcmp (soname, needed->name) == 0)
-+  return TRUE;
-+
-+  return FALSE;
-+}
-+
- /* Sort symbol by value and section.  */
- static int
- elf_sort_symbol (const void *arg1, const void *arg2)
-@@ -4434,8 +,11 @@
- 
- if (!add_needed
- && definition
--&& dynsym
--&& h->ref_regular)
-+&& ((dynsym
-+ && h->ref_regular)
-+|| (h->ref_dynamic
-+&& (elf_dyn_lib_class (abfd) & DYN_AS_NEEDED) != 0
-+&& !on_needed_list (elf_dt_name (abfd), htab->needed
-   {
- int ret;
- const char *soname = elf_dt_name (abfd);



[arch-commits] Commit in sdl/trunk (sdl-1.2.13-dynaminc-esd.patch)

2010-04-05 Thread Allan McRae
Date: Monday, April 5, 2010 @ 08:53:30
  Author: allan
Revision: 75991

remove old patch

Deleted:
  sdl/trunk/sdl-1.2.13-dynaminc-esd.patch

---+
 sdl-1.2.13-dynaminc-esd.patch |   12 
 1 file changed, 12 deletions(-)

Deleted: sdl-1.2.13-dynaminc-esd.patch
===
--- sdl-1.2.13-dynaminc-esd.patch   2010-04-05 12:22:47 UTC (rev 75990)
+++ sdl-1.2.13-dynaminc-esd.patch   2010-04-05 12:53:30 UTC (rev 75991)
@@ -1,12 +0,0 @@
-diff -Naur SDL-1.2.13-old/configure SDL-1.2.13/configure
 SDL-1.2.13-old/configure   2007-12-31 15:09:39.0 +1000
-+++ SDL-1.2.13/configure   2008-10-20 22:22:36.0 +1000
-@@ -25382,7 +25382,7 @@
-   enable_esd_shared=yes
- fi
- 
--esd_lib_spec=`echo $ESD_LIBS | sed 's/.*-L\([^ 
]*\).*/\1\/libesd.so.*/'`
-+esd_lib_spec="/usr/lib/libesd.so.*"
- esd_lib=`ls -- $esd_lib_spec | sed 's/.*\/\(.*\)/\1/; q'`
- echo "-- $esd_lib_spec -> $esd_lib"
- 



[arch-commits] Commit in valgrind/trunk (glibc211.diff)

2010-04-05 Thread Allan McRae
Date: Monday, April 5, 2010 @ 08:56:36
  Author: allan
Revision: 75992

remove old patch

Deleted:
  valgrind/trunk/glibc211.diff

---+
 glibc211.diff |   33 -
 1 file changed, 33 deletions(-)

Deleted: glibc211.diff
===
--- glibc211.diff   2010-04-05 12:53:30 UTC (rev 75991)
+++ glibc211.diff   2010-04-05 12:56:36 UTC (rev 75992)
@@ -1,33 +0,0 @@
 configure.in   2009-08-19 13:37:48.0 +
-+++ configure.in.new   2009-11-01 19:13:18.809940246 +
-@@ -656,6 +656,16 @@
- ],
- GLIBC_VERSION="2.10")
- 
-+AC_EGREP_CPP([GLIBC_211], [
-+#include 
-+#ifdef __GNU_LIBRARY__
-+ #if (__GLIBC__ == 2 && __GLIBC_MINOR__ == 11)
-+  GLIBC_211
-+ #endif
-+#endif
-+],
-+GLIBC_VERSION="2.11")
-+
- AC_EGREP_CPP([AIX5_LIBC], [
- #include 
- #if defined(_AIXVERSION_510) || defined(_AIXVERSION_520) || 
defined(_AIXVERSION_530)
-@@ -752,6 +752,13 @@
-   DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
-   DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
-   ;;
-+ 2.11)
-+  AC_MSG_RESULT(2.11 family)
-+  AC_DEFINE([GLIBC_2_11], 1, [Define to 1 if you're using glibc 2.11.x])
-+  DEFAULT_SUPP="glibc-2.X.supp ${DEFAULT_SUPP}"
-+  DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
-+  DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
-+  ;;
-  aix5)
-   AC_MSG_RESULT(AIX 5.1 or 5.2 or 5.3)
-   AC_DEFINE([AIX5_LIBC], 1, [Define to 1 if you're using AIX 5.1 or 5.2 
or 5.3])



[arch-commits] Commit in go-openoffice/trunk (ChangeLog PKGBUILD)

2010-04-05 Thread andyrtr
Date: Monday, April 5, 2010 @ 11:10:34
  Author: andyrtr
Revision: 75993

rebuild for heimdal/icu; back to internal redland to solve some bugs

Modified:
  go-openoffice/trunk/ChangeLog
  go-openoffice/trunk/PKGBUILD

---+
 ChangeLog |6 ++
 PKGBUILD  |   11 ++-
 2 files changed, 12 insertions(+), 5 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2010-04-05 12:56:36 UTC (rev 75992)
+++ ChangeLog   2010-04-05 15:10:34 UTC (rev 75993)
@@ -1,3 +1,9 @@
+2010-04-04 Andreas Radke 
+
+* 3.2.0.9-2 :
+   - rebuild for icu 4.4
+   - use internal redland. system one is still too broken
+
 2010-03-26 Andreas Radke 
 
 * 3.2.0.9-1 :

Modified: PKGBUILD
===
--- PKGBUILD2010-04-05 12:56:36 UTC (rev 75992)
+++ PKGBUILD2010-04-05 15:10:34 UTC (rev 75993)
@@ -4,7 +4,7 @@
 pkgname=go-openoffice
 _GOver=3.2.0.9 # = post OOo 3.2.0 final bugfix
 pkgver=${_GOver}
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenOffice.org - go-oo.org enhanced version of SUN's office suite"
 arch=('i686' 'x86_64')
 _go_tree="OOO320"
@@ -12,10 +12,10 @@
 license=('LGPL3')
 url="http://go-oo.org/";
 install=${pkgname}.install
-depends=("curl>=7.19.6" "hunspell>=1.2.8" "python>=2.6.4" 'libwpd' 
'redland>=1.0.10' 
+depends=("curl>=7.19.6" "hunspell>=1.2.8" "python>=2.6.4" 'libwpd'
  'libxaw' "neon>=0.28.6" "icu>=4.2.1" 'hsqldb-java' 'libxslt' 
'libxtst' 'lpsolve'
  'beanshell' 'saxon' 'vigra' 'hyphen' 'libmspack' 'libldap' 'gtk2' 
'lucene'
-'hicolor-icon-theme' 'shared-mime-info' 'desktop-file-utils') #   
'libmythes' 'libgraphite' 
+'hicolor-icon-theme' 'shared-mime-info' 'desktop-file-utils') #   
'libmythes' 'libgraphite' 'redland>=1.0.10'
 optdepends=('java-runtime: adds java support'
 'libcups:  adds printing support'
 'gconf:adds additional gnome support'
@@ -54,7 +54,7 @@
system-redland.patch
localize-ooo.diff)
 #options=('!distcc' '!ccache' '!makeflags')
-options=('!makeflags')
+#options=('!makeflags')
 noextract=(ooo-cli-prebuilt-3.2.tar.bz2 cairo-1.4.10.tar.gz 
mdbtools-0.6pre1.tar.gz extras-3.tar.bz2 biblio.tar.bz2 unowinreg.dll 
scsolver.2008-10-30.tar.bz2 libwpd-0.8.14.tar.gz 
libwps-0.1.2.tar.gz libwpg-0.1.3.tar.gz ooo_oxygen_images-2009-06-17.tar.gz)
 
@@ -86,7 +86,7 @@
patch -Np0 -i ${srcdir}/localize-ooo.diff || return 1
 
# fix bugs with recent system redland
-   patch -Np1 -i ${srcdir}/system-redland.patch || return 1
+#  patch -Np1 -i ${srcdir}/system-redland.patch || return 1
 
# hotfixes not yet upstream
 #  cp ${srcdir}/*.diff ${srcdir}/ooo-build-${_GOver}/patches/hotfixes/
@@ -140,6 +140,7 @@
--with-system-vigra\
--with-system-altlinuxhyph\
--with-system-lpsolve\
+   --without-system-redland \
$EXTRAOPTS || return 1
 
 #  --with-system-mythes\



[arch-commits] Commit in chromium/trunk (PKGBUILD createSource)

2010-04-05 Thread Pierre Schmitz
Date: Monday, April 5, 2010 @ 12:20:21
  Author: pierre
Revision: 75994

upstream update

Modified:
  chromium/trunk/PKGBUILD
  chromium/trunk/createSource

--+
 PKGBUILD |6 +++---
 createSource |6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-05 15:10:34 UTC (rev 75993)
+++ PKGBUILD2010-04-05 16:20:21 UTC (rev 75994)
@@ -3,8 +3,8 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=5.0.342.8
-pkgrel=3
+pkgver=5.0.342.9
+pkgrel=1
 pkgdesc='The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser.'
 arch=('i686' 'x86_64')
 url='http://www.chromium.org/'
@@ -17,7 +17,7 @@
 source=("ftp://ftp.archlinux.org/other/chromium/chromium-${pkgver}.tar.xz";
 'chromium.desktop' 'chromium.sh'
 'drop_sse2.patch' 'ffmpeg_branding_mime.patch' 'libpng-1.4.patch')
-md5sums=('66d6ff274b7a2d0a8e66ad2621a950cb'
+md5sums=('cb96a81e31d38fad1d220216e71ffbbf'
  '897de25e9c25a01f8b1b67abe554a6b7'
  '93cd6f5f53b15546dc9d3de49118534c'
  'dfbc18bb26dffa2dc6d4d3a857730902'

Modified: createSource
===
--- createSource2010-04-05 15:10:34 UTC (rev 75993)
+++ createSource2010-04-05 16:20:21 UTC (rev 75994)
@@ -22,7 +22,7 @@
 cd $tmp/chromium-$pkgver
 
 # this should be updated to a more recent revision on major updates
-svn co -r42797 -q http://src.chromium.org/svn/trunk/tools/depot_tools/ 
depot_tools
+svn co -r43113 -q http://src.chromium.org/svn/trunk/tools/depot_tools/ 
depot_tools
 
 export PATH=./depot_tools/:$PATH
 chmod +x ./depot_tools/gclient.py
@@ -39,7 +39,7 @@
 svnversion src > src/build/LASTCHANGE.in
 
 for i in ${nonessential_di...@]}; do
-   rm -rf $i
+   [ -d "$i" ] && rm -rf "$i"
 done
 
 find . -name '.svn' -type d -exec rm -rf {} \;
@@ -49,7 +49,7 @@
 find . -iname '*.nexe' -delete
 
 cd ..
-bsdtar cJf $current/chromium-$pkgver.tar.xz chromium-$pkgver
+bsdtar cJvf $current/chromium-$pkgver.tar.xz chromium-$pkgver
 cd $current
 
 rm -rf $tmp



[arch-commits] Commit in chromium/repos (extra-i686)

2010-04-05 Thread Pierre Schmitz
Date: Monday, April 5, 2010 @ 14:32:26
  Author: pierre
Revision: 75995

archrelease: remove extra-i686

Deleted:
  chromium/repos/extra-i686/



[arch-commits] Commit in chromium/repos (extra-i686)

2010-04-05 Thread Pierre Schmitz
Date: Monday, April 5, 2010 @ 14:32:41
  Author: pierre
Revision: 75996

archrelease: copy trunk to extra-i686

Added:
  chromium/repos/extra-i686/



[arch-commits] Commit in chromium/repos (extra-x86_64)

2010-04-05 Thread Pierre Schmitz
Date: Monday, April 5, 2010 @ 14:35:35
  Author: pierre
Revision: 75997

archrelease: remove extra-x86_64

Deleted:
  chromium/repos/extra-x86_64/



[arch-commits] Commit in chromium/repos (extra-x86_64)

2010-04-05 Thread Pierre Schmitz
Date: Monday, April 5, 2010 @ 14:35:50
  Author: pierre
Revision: 75998

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/



[arch-commits] Commit in kernel26-lts/trunk (PKGBUILD)

2010-04-05 Thread andyrtr
Date: Monday, April 5, 2010 @ 14:40:48
  Author: andyrtr
Revision: 75999

upgpkg: kernel26-lts 2.6.27.46-1
new version 2.6.27.46

Modified:
  kernel26-lts/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-05 18:35:50 UTC (rev 75998)
+++ PKGBUILD2010-04-05 18:40:48 UTC (rev 75999)
@@ -5,7 +5,7 @@
 pkgname=('kernel26-lts' 'kernel26-lts-headers') # Build stock -lts kernel
 _kernelname=${pkgname#kernel26}
 _basekernel=2.6.27
-pkgver=${_basekernel}.45
+pkgver=${_basekernel}.46
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -21,7 +21,7 @@
linux-2.6.27-ext4-rename-ext4dev-to-ext4.patch
linux-2.6.27.9-ext4-cap-check-delay.patch)
 md5sums=('b3e78977aa79d3754cb7f8143d7ddabd'
- '9ad766753f54ba0a4df7c42873e7aa16'
+ '9ba438c8ab695b92fed5c170e257bebd'
  '1d80e3f9eeef198d4e914c31e96b54c2'
  '0fc7d1d87c855d74799cc7689186cb6e'
  'a13338958d1b241f8dfd4c6014cad3d4'



[arch-commits] Commit in kernel26-lts/repos (testing-i686)

2010-04-05 Thread andyrtr
Date: Monday, April 5, 2010 @ 14:44:15
  Author: andyrtr
Revision: 76000

archrelease: copy trunk to testing-i686

Added:
  kernel26-lts/repos/testing-i686/



[arch-commits] Commit in kernel26-lts/repos (testing-x86_64)

2010-04-05 Thread andyrtr
Date: Monday, April 5, 2010 @ 14:47:41
  Author: andyrtr
Revision: 76001

archrelease: copy trunk to testing-x86_64

Added:
  kernel26-lts/repos/testing-x86_64/



[arch-commits] Commit in sqlite3/trunk (PKGBUILD)

2010-04-05 Thread andyrtr
Date: Monday, April 5, 2010 @ 15:07:30
  Author: andyrtr
Revision: 76002

upgpkg: sqlite3 3.6.23.1-1
new version 3.6.23.1

Modified:
  sqlite3/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-05 18:47:41 UTC (rev 76001)
+++ PKGBUILD2010-04-05 19:07:30 UTC (rev 76002)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=sqlite3
-pkgver=3.6.23
+pkgver=3.6.23.1
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 source=(http://www.sqlite.org/sqlite-$pkgver.tar.gz
license.txt)
 options=(!libtool)
-md5sums=('5ab08907643eda2aa8bf4e72e7eb31e9'
+md5sums=('d99f1b31da0eb33271464bee15cec701'
  'c1cdbc5544034d9012e421e75a5e4890')
 
 build() {



[arch-commits] Commit in sqlite3/repos (testing-i686)

2010-04-05 Thread andyrtr
Date: Monday, April 5, 2010 @ 15:08:06
  Author: andyrtr
Revision: 76003

archrelease: copy trunk to testing-i686

Added:
  sqlite3/repos/testing-i686/



[arch-commits] Commit in sqlite3/repos (testing-x86_64)

2010-04-05 Thread andyrtr
Date: Monday, April 5, 2010 @ 15:08:39
  Author: andyrtr
Revision: 76004

archrelease: copy trunk to testing-x86_64

Added:
  sqlite3/repos/testing-x86_64/



[arch-commits] Commit in libwebkit/trunk (PKGBUILD)

2010-04-05 Thread andyrtr
Date: Monday, April 5, 2010 @ 15:56:43
  Author: andyrtr
Revision: 76005

upgpkg: libwebkit 1.2.0-1
1.2.0

Modified:
  libwebkit/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-05 19:08:39 UTC (rev 76004)
+++ PKGBUILD2010-04-05 19:56:43 UTC (rev 76005)
@@ -2,13 +2,13 @@
 # Maintainer: Andreas Radke 
 
 pkgname=libwebkit
-pkgver=1.1.90
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="an opensource web content engine, derived from KHTML and KJS from KDE"
 arch=('i686' 'x86_64')
 url="http://webkitgtk.org/";
 license=('custom')
-depends=('libxt' 'libxslt' 'sqlite3' 'gtk2' 'icu' 'gstreamer0.10-base' 
'libsoup' 'enchant')
+depends=('libxt' 'libxslt' 'sqlite3' 'gtk2' 'icu>=4.4' 'gstreamer0.10-base' 
'libsoup' 'enchant')
 makedepends=('gperf' 'gtk-doc' 'gir-repository')
 provides=('webkitgtk-svn')
 conflicts=('webkitgtk-svn')
@@ -16,7 +16,7 @@
 options=('!libtool')
 source=("http://webkitgtk.org/webkit-${pkgver}.tar.gz";
 'icu-4.4.patch')
-md5sums=('839bea95a10119332c8a6574e6aa329b'
+md5sums=('b2bfcbc4bbf1d0a51f848cb54c21ee66'
  'ea289da2a03857e946cb835fd9e95097')
 
 build() {



[arch-commits] Commit in libwebkit/repos (testing-i686)

2010-04-05 Thread andyrtr
Date: Monday, April 5, 2010 @ 15:57:35
  Author: andyrtr
Revision: 76006

archrelease: remove testing-i686

Deleted:
  libwebkit/repos/testing-i686/



[arch-commits] Commit in libwebkit/repos (testing-i686)

2010-04-05 Thread andyrtr
Date: Monday, April 5, 2010 @ 15:57:56
  Author: andyrtr
Revision: 76007

archrelease: copy trunk to testing-i686

Added:
  libwebkit/repos/testing-i686/



[arch-commits] Commit in libwebkit/repos (testing-x86_64)

2010-04-05 Thread andyrtr
Date: Monday, April 5, 2010 @ 15:58:50
  Author: andyrtr
Revision: 76008

archrelease: remove testing-x86_64

Deleted:
  libwebkit/repos/testing-x86_64/



[arch-commits] Commit in libwebkit/repos (testing-x86_64)

2010-04-05 Thread andyrtr
Date: Monday, April 5, 2010 @ 15:59:10
  Author: andyrtr
Revision: 76009

archrelease: copy trunk to testing-x86_64

Added:
  libwebkit/repos/testing-x86_64/



[arch-commits] Commit in xine-ui/trunk (6 files)

2010-04-05 Thread Eric Bélanger
Date: Monday, April 5, 2010 @ 23:06:42
  Author: eric
Revision: 76010

Commiting local changes to trunk: Upstream update, Cleaned up depends, Removed 
optdepends, Replaced lirc makedepends by lirc-utils, Added shared-mime-info 
depends

Added:
  xine-ui/trunk/fix_lirc.diff
  xine-ui/trunk/lirc-check-a89347673097.patch
  xine-ui/trunk/lirc-makefile-a68dd15ff7ae.patch
Modified:
  xine-ui/trunk/ChangeLog
  xine-ui/trunk/PKGBUILD
  xine-ui/trunk/xine-ui.install

--+
 ChangeLog|9 +
 PKGBUILD |   31 +
 fix_lirc.diff|   13 +++
 lirc-check-a89347673097.patch|   64 +
 lirc-makefile-a68dd15ff7ae.patch |   19 ++
 xine-ui.install  |7 ++--
 6 files changed, 126 insertions(+), 17 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2010-04-05 19:59:10 UTC (rev 76009)
+++ ChangeLog   2010-04-06 03:06:42 UTC (rev 76010)
@@ -1,3 +1,12 @@
+2010-03-23  Eric Belanger  
+
+   * xine-ui 0.99.6-1
+   * Upstream update
+   * Cleaned up depends
+   * Removed optdepends
+   * Replaced lirc makedepends by lirc-utils
+   * Added shared-mime-info depends
+
 2010-01-19  Eric Belanger  
 
* xine-ui 0.99.5-6

Modified: PKGBUILD
===
--- PKGBUILD2010-04-05 19:59:10 UTC (rev 76009)
+++ PKGBUILD2010-04-06 03:06:42 UTC (rev 76010)
@@ -2,31 +2,34 @@
 # Maintainer: Eric Belanger 
 
 pkgname=xine-ui
-pkgver=0.99.5
-pkgrel=6
+pkgver=0.99.6
+pkgrel=1
 pkgdesc="A free video player for Unix"
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://www.xine-project.org";
-depends=('xine-lib' 'curl' 'libxtst' 'libxinerama' 'libxv' 'libpng' 'libxft' 
'libsm' 'libxxf86vm' 'ncurses' 'readline' 'xdg-utils')
-makedepends=('lirc' 'libxt')
-optdepends=('lirc')
-options=('!emptydirs')
+depends=('xine-lib' 'curl' 'libxtst' 'libxinerama' 'libxv' 'libpng' 'libxft' 
'libxxf86vm' 'readline' 'xdg-utils' 'shared-mime-info' 'hicolor-icon-theme' 
'lirc-utils')
+makedepends=('libxt')
+options=('!emptydirs' !strip)
 install=xine-ui.install
-source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.gz
 libpng14.patch)
-md5sums=('e643cd1fcad4d98a5ae4eb877ce5087b' 'b533aa5a5847ecabad28cc15879e1966')
-sha1sums=('4f452516319f31cda01d08ea2779f195933af0bb' 
'67db0d243e4fe482456db5efe174eaf4c6c50de6')
+source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz
 \
+lirc-check-a89347673097.patch lirc-makefile-a68dd15ff7ae.patch 
fix_lirc.diff)
+md5sums=('d468b4e7fe39ff19888261e1da9be914' '4f06f63f5fd55b08a648e5d63f881898'\
+ '9f5acaf14f3945aa2ce428631d09cd47' '0174bd096756b9c6f47e9b8b5ff6e145')
+sha1sums=('abbdb331898c14025ee6b132f63ab7d3c1b5b31e' 
'b2df43ede3a9d1a34b80139704a4cbbc7295c584'\
+ '8bbd39f61de7b6991385457a4944b8ea104da88b' 
'2361df9ddad59c426b0f863414c6d527b463a38a')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -p1 < ../libpng14.patch || return 1
-  #add missing constant (defined in xine.h from xine-lib cvs)
-  echo '#define XINE_MSG_AUDIO_OUT_UNAVAILABLE 11' >> src/xitk/common.h || 
return 1
+  patch -p1 < "${srcdir}/lirc-check-a89347673097.patch" || return 1
+  patch -p1 < "${srcdir}/lirc-makefile-a68dd15ff7ae.patch" || return 1
+  patch -p1 < "${srcdir}/fix_lirc.diff" || return 1
+  autoconf || return 1
+
   ./configure --prefix=/usr --mandir=/usr/share/man \
---with-curses --with-x --enable-lirc --without-aalib || return 1
+--with-x --enable-lirc --without-aalib --enable-debug || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
   install -d "${pkgdir}/usr/share/applications"
-  echo "Categories=Application;AudioVideo;" >> 
"${pkgdir}/usr/share/xine/desktop/xine.desktop" || return 1
   mv "${pkgdir}/usr/share/xine/desktop/xine.desktop" 
"${pkgdir}/usr/share/applications"
 }

Added: fix_lirc.diff
===
--- fix_lirc.diff   (rev 0)
+++ fix_lirc.diff   2010-04-06 03:06:42 UTC (rev 76010)
@@ -0,0 +1,13 @@
+diff --git a/m4/_xine.m4 b/m4/_xine.m4
+--- a/m4/_xine.m4
 b/m4/_xine.m4
+@@ -46,7 +46,8 @@ AC_DEFUN([AC_CHECK_LIRC],
+ fi
+ for llirc in $lirc_libprefix /lib /usr/lib /usr/local/lib; do
+   AC_CHECK_FILE(["$llirc/liblirc_client.so"],
+- [LIRC_LIBS="$llirc/liblirc_client.so"]
++ [LIRC_LIBS="$llirc/liblirc_client.so"
++  found_lirc=yes]
+  AC_DEFINE([HAVE_LIRC],,[Define this if you have LIRC 
(liblirc_client) installed]),
+  AC_CHECK_FILE(["$llirc/liblirc_client.a"],
+ [LIRC_LIBS="$llirc/liblirc_client.a"

Added: lirc-check-a89347673097.patch
==

[arch-commits] Commit in go-openoffice/trunk (PKGBUILD)

2010-04-05 Thread andyrtr
Date: Monday, April 5, 2010 @ 23:07:11
  Author: andyrtr
Revision: 76011

upgpkg: go-openoffice 3.2.0.9-2
rebuild for heimdal/icu; back to internal redland to solve some bugs

Modified:
  go-openoffice/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-06 03:06:42 UTC (rev 76010)
+++ PKGBUILD2010-04-06 03:07:11 UTC (rev 76011)
@@ -54,7 +54,7 @@
system-redland.patch
localize-ooo.diff)
 #options=('!distcc' '!ccache' '!makeflags')
-#options=('!makeflags')
+options=('!makeflags')
 noextract=(ooo-cli-prebuilt-3.2.tar.bz2 cairo-1.4.10.tar.gz 
mdbtools-0.6pre1.tar.gz extras-3.tar.bz2 biblio.tar.bz2 unowinreg.dll 
scsolver.2008-10-30.tar.bz2 libwpd-0.8.14.tar.gz 
libwps-0.1.2.tar.gz libwpg-0.1.3.tar.gz ooo_oxygen_images-2009-06-17.tar.gz)
 



[arch-commits] Commit in go-openoffice/repos (testing-i686)

2010-04-05 Thread andyrtr
Date: Monday, April 5, 2010 @ 23:27:08
  Author: andyrtr
Revision: 76012

archrelease: copy trunk to testing-i686

Added:
  go-openoffice/repos/testing-i686/



[arch-commits] Commit in go-openoffice/repos (testing-x86_64)

2010-04-05 Thread andyrtr
Date: Monday, April 5, 2010 @ 23:46:01
  Author: andyrtr
Revision: 76013

archrelease: copy trunk to testing-x86_64

Added:
  go-openoffice/repos/testing-x86_64/



[arch-commits] Commit in lvm2/trunk (ChangeLog PKGBUILD)

2010-04-05 Thread Eric Bélanger
Date: Tuesday, April 6, 2010 @ 00:43:37
  Author: eric
Revision: 76014

upgpkg: lvm2 2.02.62-1
Upstream update, Fixed license

Modified:
  lvm2/trunk/ChangeLog
  lvm2/trunk/PKGBUILD

---+
 ChangeLog |6 ++
 PKGBUILD  |   10 +-
 2 files changed, 11 insertions(+), 5 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2010-04-06 03:46:01 UTC (rev 76013)
+++ ChangeLog   2010-04-06 04:43:37 UTC (rev 76014)
@@ -1,3 +1,9 @@
+2010-04-05  Eric Belanger  
+
+   * lvm2/device-mapper 2.02.62-1
+   * Upstream update
+   * Fixed license
+
 2010-02-27  Eric Belanger  
 
* lvm2/device-mapper 2.02.61-1

Modified: PKGBUILD
===
--- PKGBUILD2010-04-06 03:46:01 UTC (rev 76013)
+++ PKGBUILD2010-04-06 04:43:37 UTC (rev 76014)
@@ -3,21 +3,21 @@
 
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
-pkgver=2.02.61
-_pkgverdm=1.02.44
+pkgver=2.02.62
+_pkgverdm=1.02.45
 _pkgverlvm=${pkgver}
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://sourceware.org/lvm2/";
-license=('GPL')
+license=('GPL2' 'LGPL2.1')
 groups=('base')
 conflicts=('mkinitcpio<0.5.99')
 source=(ftp://sources.redhat.com/pub/lvm2/LVM2.${_pkgverlvm}.tgz
 lvm2_install
 lvm2_hook)
-md5sums=('0fdac768c78d96525d47b5a3df4c67de' 'f781c9f5dd4f9934952c687b73d26a18'\
+md5sums=('72e3d66dc42aaf67dca475196a113528' 'f781c9f5dd4f9934952c687b73d26a18'\
  '95bed25bdbc2c2d8500e7a07aeff7f65')
-sha1sums=('a699c9497db438227c552f1821281ce583b9ea5b' 
'583424bb0a6f89ffe4e4ea446b912f0fedac7050'\
+sha1sums=('0b179b599324c5d3607b29bb0b07b8723e1e4070' 
'583424bb0a6f89ffe4e4ea446b912f0fedac7050'\
  '0dc0c0d620f634c4d078afdb78e3bae15ccf957b')
   
 build() {



[arch-commits] Commit in lvm2/repos (testing-i686)

2010-04-05 Thread Eric Bélanger
Date: Tuesday, April 6, 2010 @ 00:44:32
  Author: eric
Revision: 76015

archrelease: copy trunk to testing-i686

Added:
  lvm2/repos/testing-i686/



[arch-commits] Commit in lvm2/repos (testing-x86_64)

2010-04-05 Thread Eric Bélanger
Date: Tuesday, April 6, 2010 @ 00:45:39
  Author: eric
Revision: 76016

archrelease: copy trunk to testing-x86_64

Added:
  lvm2/repos/testing-x86_64/