[arch-commits] Commit in gcc/trunk (PKGBUILD r158095.patch)

2010-07-22 Thread Allan McRae
Date: Thursday, July 22, 2010 @ 05:25:54
  Author: allan
Revision: 85909

upgpkg: gcc 4.5.0-7
fix FS#20249 and FS#20242

Added:
  gcc/trunk/r158095.patch
Modified:
  gcc/trunk/PKGBUILD

---+
 PKGBUILD  |   30 ++
 r158095.patch |   13 +
 2 files changed, 31 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-22 04:50:42 UTC (rev 85908)
+++ PKGBUILD2010-07-22 09:25:54 UTC (rev 85909)
@@ -7,9 +7,9 @@
 
 pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada')
 pkgver=4.5.0
-pkgrel=6
+pkgrel=7
 _snapshot=4.5-20100610
-_libstdcppmanver=20100312  # Note: check source directory name when 
updating this
+_libstdcppmanver=20100719  # Note: check source directory name when 
updating this
 pkgdesc="The GNU Compiler Collection"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'custom')
@@ -18,20 +18,23 @@
 options=('!libtool' '!emptydirs')
 
source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-{core,g++,fortran,objc,ada}-${pkgver}.tar.bz2

ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-{core,g++,fortran,objc,ada}-${_snapshot}.tar.bz2
-   
ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-man.${_libstdcppmanver}.tar.bz2
+   
ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-api.${_libstdcppmanver}.man.tar.bz2
gcc_pure64.patch
gcc-hash-style-both.patch
-   r160561.patch)
+   r160561.patch
+   r158095.patch)
 md5sums=('d0c6573f18e61d0a6c6fe742066346cd'
  '4c5369d27b8cb4c4e447553f064d0f16'
  '2c191ab600e600c774a65674c542e210'
  'a569128d6daf741b242e39f5c24debe4'
  'a7527896c33759ccc40bb82173f8f27f'
- 'f9a21b9dfc174f49a09ddaacfd3ac78f'
+ '226ae0c6364cfe2c1f7ac88d06088d5a'
  '4030ee1c08dd1e843c0225b772360e76'
  '6fd395bacbd7b6e47c7b74854b478363'
- '79cb26e66eb2502171ef69438fa8666d')
+ '79cb26e66eb2502171ef69438fa8666d'
+ '982bb1e959f3a36d2e205dec1e5b31a1')
 
+
 if [ -n "${_snapshot}" ]; then
   _basedir="${srcdir}/gcc-${_snapshot}"
 else
@@ -53,13 +56,16 @@
   sed -i 's...@\./fixinc\...@-c true@' gcc/Makefile.in
 
   if [ "${CARCH}" = "x86_64" ]; then
-patch -Np1 -i ../gcc_pure64.patch || return 1
+patch -Np1 -i ../gcc_pure64.patch
   fi
-  patch -Np0 -i ${srcdir}/gcc-hash-style-both.patch || return 1
+  patch -Np0 -i ${srcdir}/gcc-hash-style-both.patch
 
   # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44258
-  patch -Np1 -i ${srcdir}/r160561.patch || return 1
+  patch -Np1 -i ${srcdir}/r160561.patch
 
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45008
+  patch -Np1 -i ${srcdir}/r158095.patch
+
   echo ${pkgver} > gcc/BASE-VER
 
   mkdir build && cd build  
@@ -71,7 +77,7 @@
   --with-system-zlib --with-ppl --with-cloog \
   --libdir=/usr/lib --libexecdir=/usr/lib \
   --mandir=/usr/share/man --infodir=/usr/share/info
-  make || return 1
+  make
 }
 
 package_gcc-libs()
@@ -112,7 +118,7 @@
   cd ${_basedir}/build
   
   # much, much easier to install the lot and clean-up the mess
-  make -j1 DESTDIR=${pkgdir} install || return 1
+  make -j1 DESTDIR=${pkgdir} install
   rm $pkgdir/usr/bin/{*gfortran,gnat*}
   rm 
$pkgdir/usr/lib/gcc/$CHOST/${pkgver}/{ada{include,lib},finclude,include/objc}/*
   rm 
$pkgdir/usr/lib/gcc/$CHOST/${pkgver}/{cc1obj{,plus},f951,gnat1,libgfortranbegin.a}
@@ -158,7 +164,7 @@
 
   # install the libstdc++ man pages
   install -dm755 ${pkgdir}/usr/share/man/man3
-  install -m644 ${srcdir}/libstdc++-man.${_libstdcppmanver}/man3/* \
+  install -m644 ${srcdir}/libstdc++-api-${_libstdcppmanver}.man/man3/* \
 ${pkgdir}/usr/share/man/man3/
   # deal with conflicts...
   rm -f ${pkgdir}/usr/share/man/man3/{ctime,queue,random,regex,string}.3

Added: r158095.patch
===
--- r158095.patch   (rev 0)
+++ r158095.patch   2010-07-22 09:25:54 UTC (rev 85909)
@@ -0,0 +1,13 @@
+--- a/gcc/cp/decl.c
 b/gcc/cp/decl.c
+@@ -12023,9 +12023,7 @@ start_preparsed_function (tree decl1, tree attrs, int 
flags)
+ 
+   if ((DECL_DECLARED_INLINE_P (decl1)
+  || DECL_TEMPLATE_INSTANTIATION (decl1))
+-&& ! DECL_INTERFACE_KNOWN (decl1)
+-/* Don't try to defer nested functions for now.  */
+-&& ! decl_function_context (decl1))
++&& ! DECL_INTERFACE_KNOWN (decl1))
+   DECL_DEFER_OUTPUT (decl1) = 1;
+   else
+   DECL_INTERFACE_KNOWN (decl1) = 1;



[arch-commits] Commit in syslinux/trunk (2 files)

2010-07-22 Thread Thomas Bächler
Date: Thursday, July 22, 2010 @ 05:33:39
  Author: thomas
Revision: 85910

Update to 4.02 and clean up the PKGBUILD

Added:
  syslinux/trunk/syslinux-dont-build-dos-windows-targets.patch
Modified:
  syslinux/trunk/PKGBUILD

---+
 PKGBUILD  |   24 +---
 syslinux-dont-build-dos-windows-targets.patch |   12 
 2 files changed, 29 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-22 09:25:54 UTC (rev 85909)
+++ PKGBUILD2010-07-22 09:33:39 UTC (rev 85910)
@@ -3,7 +3,7 @@
 # Maintainer: Tobias Powalowski 
 
 pkgname=syslinux
-pkgver=4.01
+pkgver=4.02
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="Collection of flexible boot loaders that boot from FAT, ext2/3/4 and 
btrfs filesystems, from CDs and via PXE"
@@ -15,13 +15,23 @@
 'mtools:   For mkdiskimage and syslinux'
)
 makedepends=('nasm')
-source=(http://www.kernel.org/pub/linux/utils/boot/syslinux/$pkgname-${pkgver}.tar.bz2)
-sha256sums=('e3cd5cbb60469e1cd614727dda76cc0c68b882da31b0222a71ecbb51f5fa09f6')
+source=(http://www.kernel.org/pub/linux/utils/boot/syslinux/$pkgname-${pkgver}.tar.bz2
+syslinux-dont-build-dos-windows-targets.patch)
+sha256sums=('95cfc459954c3b3660e3c03f8cf9553955affaa1348bd9aa3dca65fb5435337f'
+'7e9301e37113d8bcddadc3a7d2fd6f3f433ef20ef6fa6df9fe9e256fa8868753')
 
 build() {
-  LDFLAGS=""
+  # Do not try to build syslinux with our default LDFLAGS, it will fail
+  unset LDFLAGS
   cd "$srcdir"/$pkgname-${pkgver}
-  sed -i -e 's#win32/syslinux.exe##g' Makefile
-  make || return 1
-  make SBINDIR="$pkgdir"/usr/sbin BINDIR="$pkgdir"/usr/bin 
INCDIR="$pkgdir"/usr/include MANDIR="$pkgdir"/usr/share/man 
AUXDIR="$pkgdir"/usr/lib/syslinux install
+  # Do not try to build the Windows or DOS installers
+  patch -p1 -i "$srcdir"/syslinux-dont-build-dos-windows-targets.patch
+  # Fix FHS manpage path
+  sed 's|/usr/man|/usr/share/man|g' -i MCONFIG
+  make
 }
+
+package() {
+  cd "$srcdir"/$pkgname-${pkgver}
+  make INSTALLROOT="$pkgdir" AUXDIR=/usr/lib/syslinux install
+}

Added: syslinux-dont-build-dos-windows-targets.patch
===
--- syslinux-dont-build-dos-windows-targets.patch   
(rev 0)
+++ syslinux-dont-build-dos-windows-targets.patch   2010-07-22 09:33:39 UTC 
(rev 85910)
@@ -0,0 +1,12 @@
+diff -Nur syslinux-4.02.orig//Makefile syslinux-4.02//Makefile
+--- syslinux-4.02.orig//Makefile   2010-07-21 21:33:13.0 +0200
 syslinux-4.02//Makefile2010-07-22 11:14:03.325522937 +0200
+@@ -55,7 +55,7 @@
+ # files that depend only on the B phase, but may have to be regenerated
+ # for "make installer".
+ BSUBDIRS = codepage com32 lzo core memdisk modules mbr memdump gpxe sample \
+- libinstaller dos win32 win64 dosutil
++ libinstaller
+ ITARGET  =
+ IOBJECTS = $(ITARGET) \
+   utils/gethostip utils/isohybrid utils/mkdiskimage \



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

2010-07-22 Thread Thomas Bächler
Date: Thursday, July 22, 2010 @ 05:33:54
  Author: thomas
Revision: 85911

archrelease: remove extra-i686

Deleted:
  syslinux/repos/extra-i686/



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

2010-07-22 Thread Thomas Bächler
Date: Thursday, July 22, 2010 @ 05:34:00
  Author: thomas
Revision: 85912

archrelease: copy trunk to extra-i686

Added:
  syslinux/repos/extra-i686/



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

2010-07-22 Thread Thomas Bächler
Date: Thursday, July 22, 2010 @ 05:34:04
  Author: thomas
Revision: 85913

archrelease: remove extra-x86_64

Deleted:
  syslinux/repos/extra-x86_64/



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

2010-07-22 Thread Thomas Bächler
Date: Thursday, July 22, 2010 @ 05:34:11
  Author: thomas
Revision: 85914

archrelease: copy trunk to extra-x86_64

Added:
  syslinux/repos/extra-x86_64/



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

2010-07-22 Thread Allan McRae
Date: Thursday, July 22, 2010 @ 05:36:06
  Author: allan
Revision: 85915

archrelease: copy trunk to testing-i686

Added:
  gcc/repos/testing-i686/



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

2010-07-22 Thread Allan McRae
Date: Thursday, July 22, 2010 @ 05:46:45
  Author: allan
Revision: 85916

archrelease: copy trunk to testing-x86_64

Added:
  gcc/repos/testing-x86_64/



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

2010-07-22 Thread Ionut Biru
Date: Thursday, July 22, 2010 @ 06:04:43
  Author: ibiru
Revision: 85917

upgpkg: transmission 2.03-1 update to 2.03

Modified:
  transmission/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-22 09:46:45 UTC (rev 85916)
+++ PKGBUILD2010-07-22 10:04:43 UTC (rev 85917)
@@ -3,7 +3,7 @@
 
 pkgbase=transmission
 pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
-pkgver=2.02
+pkgver=2.03
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.transmissionbt.com/";
@@ -11,7 +11,7 @@
 makedepends=('intltool' 'curl' 'libnotify' 'desktop-file-utils' 'qt' 
'libevent')
 source=(http://mirrors.m0k.org/transmission/files/${pkgbase}-${pkgver}.tar.bz2
 transmissiond transmissiond.conf qtr.desktop)
-md5sums=('c0a3d8272aba0215a2c7f684c6c9ac4a'
+md5sums=('7296c85673ed767a35de3883cb27b545'
  '50b7c17300bc8b38f44fb6f681ba05d0'
  '4170b71ad5d6c499a8a16c6e86b77cce'
  '18912ee58b00938c177f64f6bdd6eed9')



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

2010-07-22 Thread Ionut Biru
Date: Thursday, July 22, 2010 @ 06:04:59
  Author: ibiru
Revision: 85918

archrelease: remove extra-i686

Deleted:
  transmission/repos/extra-i686/



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

2010-07-22 Thread Ionut Biru
Date: Thursday, July 22, 2010 @ 06:05:15
  Author: ibiru
Revision: 85919

archrelease: copy trunk to extra-i686

Added:
  transmission/repos/extra-i686/



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

2010-07-22 Thread Ionut Biru
Date: Thursday, July 22, 2010 @ 06:05:29
  Author: ibiru
Revision: 85920

archrelease: remove extra-x86_64

Deleted:
  transmission/repos/extra-x86_64/



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

2010-07-22 Thread Ionut Biru
Date: Thursday, July 22, 2010 @ 06:05:43
  Author: ibiru
Revision: 85921

archrelease: copy trunk to extra-x86_64

Added:
  transmission/repos/extra-x86_64/



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

2010-07-22 Thread Ray Rashif
Date: Thursday, July 22, 2010 @ 06:34:18
  Author: schiv
Revision: 85922

upgpkg: qsynth 0.3.5-1
upgpkg: bump to latest upstream release

Modified:
  qsynth/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-22 10:05:43 UTC (rev 85921)
+++ PKGBUILD2010-07-22 10:34:18 UTC (rev 85922)
@@ -1,22 +1,22 @@
 # $Id$
-# Maintainer:
+# Maintainer: Ray Rashif 
 # Contributor: damir 
 
 pkgname=qsynth
-pkgver=0.3.4
-pkgrel=2
+pkgver=0.3.5
+pkgrel=1
 pkgdesc="Qt GUI for fluidsynth"
 arch=('i686' 'x86_64')
 url="http://qsynth.sourceforge.net/qsynth-index.html";
 license=('GPL')
-depends=('fluidsynth' 'qt>=4.5.3-4')
+depends=('fluidsynth' 'qt')
 options=('!makeflags')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('800ab77b59c947bd8f1c8bb10545a59d')
+md5sums=('e1566eecf7bf3869211783cfe7a327b5')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr || return 1
+  ./configure --prefix=/usr
   make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+  make DESTDIR="${pkgdir}" install
 }



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

2010-07-22 Thread Ray Rashif
Date: Thursday, July 22, 2010 @ 06:34:31
  Author: schiv
Revision: 85923

archrelease: remove extra-i686

Deleted:
  qsynth/repos/extra-i686/



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

2010-07-22 Thread Ray Rashif
Date: Thursday, July 22, 2010 @ 06:34:48
  Author: schiv
Revision: 85924

archrelease: copy trunk to extra-i686

Added:
  qsynth/repos/extra-i686/



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

2010-07-22 Thread Ray Rashif
Date: Thursday, July 22, 2010 @ 06:35:00
  Author: schiv
Revision: 85925

archrelease: remove extra-x86_64

Deleted:
  qsynth/repos/extra-x86_64/



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

2010-07-22 Thread Ray Rashif
Date: Thursday, July 22, 2010 @ 06:35:21
  Author: schiv
Revision: 85926

archrelease: copy trunk to extra-x86_64

Added:
  qsynth/repos/extra-x86_64/



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

2010-07-22 Thread Ray Rashif
Date: Thursday, July 22, 2010 @ 06:36:51
  Author: schiv
Revision: 85927

db-move: ecasound removed by schiv for move to extra

Deleted:
  ecasound/repos/extra-i686/



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

2010-07-22 Thread Ray Rashif
Date: Thursday, July 22, 2010 @ 06:36:53
  Author: schiv
Revision: 85928

db-move: moved ecasound from [testing] to [extra] (i686)

Added:
  ecasound/repos/extra-i686/
Deleted:
  ecasound/repos/testing-i686/



[arch-commits] Commit in xf86-input-wacom/repos (extra-i686)

2010-07-22 Thread Ray Rashif
Date: Thursday, July 22, 2010 @ 06:37:02
  Author: schiv
Revision: 85929

db-move: xf86-input-wacom removed by schiv for move to extra

Deleted:
  xf86-input-wacom/repos/extra-i686/



[arch-commits] Commit in xf86-input-wacom/repos (extra-i686 testing-i686)

2010-07-22 Thread Ray Rashif
Date: Thursday, July 22, 2010 @ 06:41:40
  Author: schiv
Revision: 85930

db-move: moved xf86-input-wacom from [testing] to [extra] (i686)

Added:
  xf86-input-wacom/repos/extra-i686/
Deleted:
  xf86-input-wacom/repos/testing-i686/



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

2010-07-22 Thread Ray Rashif
Date: Thursday, July 22, 2010 @ 06:43:33
  Author: schiv
Revision: 85931

db-move: ecasound removed by schiv for move to extra

Deleted:
  ecasound/repos/extra-x86_64/



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

2010-07-22 Thread Ray Rashif
Date: Thursday, July 22, 2010 @ 06:43:35
  Author: schiv
Revision: 85932

db-move: moved ecasound from [testing] to [extra] (x86_64)

Added:
  ecasound/repos/extra-x86_64/
Deleted:
  ecasound/repos/testing-x86_64/



[arch-commits] Commit in xf86-input-wacom/repos (extra-x86_64)

2010-07-22 Thread Ray Rashif
Date: Thursday, July 22, 2010 @ 06:44:00
  Author: schiv
Revision: 85933

db-move: xf86-input-wacom removed by schiv for move to extra

Deleted:
  xf86-input-wacom/repos/extra-x86_64/



[arch-commits] Commit in xf86-input-wacom/repos (extra-x86_64 testing-x86_64)

2010-07-22 Thread Ray Rashif
Date: Thursday, July 22, 2010 @ 06:44:02
  Author: schiv
Revision: 85934

db-move: moved xf86-input-wacom from [testing] to [extra] (x86_64)

Added:
  xf86-input-wacom/repos/extra-x86_64/
Deleted:
  xf86-input-wacom/repos/testing-x86_64/



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

2010-07-22 Thread Giovanni Scafora
Date: Thursday, July 22, 2010 @ 12:13:16
  Author: giovanni
Revision: 85935

upgpkg: vlc 1.1.1-1
upstream release

Modified:
  vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-22 10:44:02 UTC (rev 85934)
+++ PKGBUILD2010-07-22 16:13:16 UTC (rev 85935)
@@ -6,8 +6,8 @@
 pkgbase=vlc
 pkgname=('vlc'
  'vlc-plugin')
-pkgver=1.1.0
-pkgrel=3
+pkgver=1.1.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/";
 license=('GPL')
@@ -22,7 +22,7 @@
  'libraw1394' 'libdc1394' 'libavc1394' 'libva')
 
 
source=("http://download.videolan.org/pub/videolan/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.bz2";)
-md5sums=('e2142957137b183a5ad0a4827c39f655')
+md5sums=('7e177faa61450ce752b0fd89ecc81fed')
 
 build() {
   cd "${srcdir}/${pkgbase}-${pkgver}"



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

2010-07-22 Thread Giovanni Scafora
Date: Thursday, July 22, 2010 @ 12:14:44
  Author: giovanni
Revision: 85936

archrelease: remove extra-i686

Deleted:
  vlc/repos/extra-i686/



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

2010-07-22 Thread Giovanni Scafora
Date: Thursday, July 22, 2010 @ 12:15:06
  Author: giovanni
Revision: 85937

archrelease: copy trunk to extra-i686

Added:
  vlc/repos/extra-i686/



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

2010-07-22 Thread Giovanni Scafora
Date: Thursday, July 22, 2010 @ 12:16:36
  Author: giovanni
Revision: 85938

archrelease: remove extra-x86_64

Deleted:
  vlc/repos/extra-x86_64/



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

2010-07-22 Thread Giovanni Scafora
Date: Thursday, July 22, 2010 @ 12:16:59
  Author: giovanni
Revision: 85939

archrelease: copy trunk to extra-x86_64

Added:
  vlc/repos/extra-x86_64/



[arch-commits] Commit in vlc/trunk (PKGBUILD vlc.install)

2010-07-22 Thread Ionut Biru
Date: Thursday, July 22, 2010 @ 12:48:14
  Author: ibiru
Revision: 85940

upgpkg: vlc 1.1.1-2 generating caching for plugins, delete RPATH from mozilla 
plugin

Modified:
  vlc/trunk/PKGBUILD
  vlc/trunk/vlc.install

-+
 PKGBUILD|7 ---
 vlc.install |   11 ---
 2 files changed, 12 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-22 16:16:59 UTC (rev 85939)
+++ PKGBUILD2010-07-22 16:48:14 UTC (rev 85940)
@@ -7,7 +7,7 @@
 pkgname=('vlc'
  'vlc-plugin')
 pkgver=1.1.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.videolan.org/vlc/";
 license=('GPL')
@@ -19,7 +19,7 @@
  'avahi' 'ttf-freefont' 'libxv' 'libass' 'xdg-utils' 'libxpm'
  'xulrunner' 'pkgconfig' 'live-media' 'libnotify' 'libcdio'
  'flac' 'libtheora' 'alsa-lib' 'jack' 'kdelibs' 'udev'
- 'libraw1394' 'libdc1394' 'libavc1394' 'libva')
+ 'libraw1394' 'libdc1394' 'libavc1394' 'libva' 'chrpath')
 
 
source=("http://download.videolan.org/pub/videolan/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.bz2";)
 md5sums=('7e177faa61450ce752b0fd89ecc81fed')
@@ -77,7 +77,8 @@
 
 package_vlc-plugin() {
   pkgdesc="VLC mozilla browser plugin"
-  depends=("${pkgbase}=${pkgver}" 'nspr' 'xulrunner')
+  depends=("${pkgbase}=${pkgver}" 'nspr' 'xulrunner' 'libxpm')
   cd "${srcdir}/${pkgbase}-${pkgver}"
   install -Dm755 projects/mozilla/.libs/libvlcplugin.so 
${pkgdir}/usr/lib/mozilla/plugins/libvlcplugin.so
+  chrpath -d ${pkgdir}/usr/lib/mozilla/plugins/libvlcplugin.so
 }

Modified: vlc.install
===
--- vlc.install 2010-07-22 16:16:59 UTC (rev 85939)
+++ vlc.install 2010-07-22 16:48:14 UTC (rev 85940)
@@ -1,11 +1,16 @@
 post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+usr/lib/vlc/vlc-cache-gen -f usr/lib/vlc/plugins
 }
 
 post_upgrade() {
-   post_install
+post_install
 }
 
+pre_remove() {
+rm -f usr/lib/vlc/plugins/plugins-*.dat
+}
+
 post_remove() {
-   post_install
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
 }



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

2010-07-22 Thread Ionut Biru
Date: Thursday, July 22, 2010 @ 12:48:28
  Author: ibiru
Revision: 85941

archrelease: remove extra-i686

Deleted:
  vlc/repos/extra-i686/



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

2010-07-22 Thread Ionut Biru
Date: Thursday, July 22, 2010 @ 12:48:42
  Author: ibiru
Revision: 85942

archrelease: copy trunk to extra-i686

Added:
  vlc/repos/extra-i686/



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

2010-07-22 Thread Ionut Biru
Date: Thursday, July 22, 2010 @ 12:48:57
  Author: ibiru
Revision: 85943

archrelease: remove extra-x86_64

Deleted:
  vlc/repos/extra-x86_64/



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

2010-07-22 Thread Ionut Biru
Date: Thursday, July 22, 2010 @ 12:49:10
  Author: ibiru
Revision: 85944

archrelease: copy trunk to extra-x86_64

Added:
  vlc/repos/extra-x86_64/



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

2010-07-22 Thread Dan McGee
Date: Thursday, July 22, 2010 @ 14:11:06
  Author: dan
Revision: 85945

verbump

Modified:
  git/trunk/ChangeLog
  git/trunk/PKGBUILD

---+
 ChangeLog |3 ++-
 PKGBUILD  |   11 ++-
 2 files changed, 8 insertions(+), 6 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2010-07-22 16:49:10 UTC (rev 85944)
+++ ChangeLog   2010-07-22 18:11:06 UTC (rev 85945)
@@ -1,8 +1,9 @@
 Simple version bumps are ommitted from the following ChangeLog.
 
-2010-05-04 Dan McGee 
+2010-06-29 Dan McGee 
Version 1.7.1.1-1
* Add emacs completion files (FS#17968)
+   * Add git-daemon RC scripts (FS#19291)
 
 2009-06-05 Dan McGee 
Version 1.6.3.2-1

Modified: PKGBUILD
===
--- PKGBUILD2010-07-22 16:49:10 UTC (rev 85944)
+++ PKGBUILD2010-07-22 18:11:06 UTC (rev 85945)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=1.7.1.1
+pkgver=1.7.2
 pkgrel=1
 pkgdesc="the fast distributed version control system"
 arch=(i686 x86_64)
@@ -13,6 +13,7 @@
 optdepends=('tk: gitk and git gui'
 'perl-libwww: git svn'
 'perl-term-readkey: git svn'
+'perl-net-smtp-ssl: git send-email TLS support'
 'subversion: git svn'
 'cvsps: git cvsimport')
 replaces=('git-core')
@@ -61,11 +62,11 @@
   install -D -m644 $srcdir/git-daemon.conf $pkgdir/etc/conf.d/git-daemon.conf
 }
 
-md5sums=('1b116a3e2ecce46a89e4272abf0de955'
- 'd56a2b79e76efa7b207335f562fbefbe'
+md5sums=('652f861ae161e48979ef834707e2dc4c'
+ '0ea16b997dea4aec1f2f3d9c6a74abb8'
  'd777ff1a239b3d810dcf5d89f9d894af'
  '9d065134210aa0dd3f2b40d12d915040')
-sha256sums=('f70c0fbb4445d3b638febbf33393adfc43d547926349c1df0a69f290a6b9c14a'
-'ebb0732f5058dd365683b40ca6aa937a4bc31d971a6c73cde0176ae14e923af0'
+sha256sums=('d06ac99eff6228b5a8d0daee0b9f3e71194e4cc365a48441ff027e18e3dba1ba'
+'5b6c6b401913fa018cae8a9578178ab233577fa6db118ba59e8563ab16ed9886'
 'd2741714a477029ca1ed63f8584040bcba6a53b2332028f9005feef4ae500113'
 '6e1475974fae315c55da344c0527923061ad7d9478d39396d147aea497f501b7')



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

2010-07-22 Thread Dan McGee
Date: Thursday, July 22, 2010 @ 14:11:57
  Author: dan
Revision: 85946

archrelease: remove extra-x86_64

Deleted:
  git/repos/extra-x86_64/



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

2010-07-22 Thread Dan McGee
Date: Thursday, July 22, 2010 @ 14:12:07
  Author: dan
Revision: 85947

archrelease: copy trunk to extra-x86_64

Added:
  git/repos/extra-x86_64/



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

2010-07-22 Thread Dan McGee
Date: Thursday, July 22, 2010 @ 14:36:26
  Author: dan
Revision: 85948

archrelease: remove extra-i686

Deleted:
  git/repos/extra-i686/



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

2010-07-22 Thread Dan McGee
Date: Thursday, July 22, 2010 @ 14:36:35
  Author: dan
Revision: 85949

archrelease: copy trunk to extra-i686

Added:
  git/repos/extra-i686/



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

2010-07-22 Thread Kevin Piché
Date: Thursday, July 22, 2010 @ 15:09:33
  Author: kevin
Revision: 85950

upgpkg: sdl_perl 2.2.6-4
Rebuilt for perl 5.12.1

Modified:
  sdl_perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-22 18:36:35 UTC (rev 85949)
+++ PKGBUILD2010-07-22 19:09:33 UTC (rev 85950)
@@ -5,7 +5,7 @@
 pkgname=sdl_perl
 _realname=SDL_Perl
 pkgver=2.2.6
-pkgrel=3
+pkgrel=4
 pkgdesc="A Perl wrapper for SDL"
 arch=('i686' 'x86_64')
 license=('LGPL')



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

2010-07-22 Thread Kevin Piché
Date: Thursday, July 22, 2010 @ 15:09:46
  Author: kevin
Revision: 85951

archrelease: copy trunk to testing-x86_64

Added:
  sdl_perl/repos/testing-x86_64/



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

2010-07-22 Thread Ionut Biru
Date: Thursday, July 22, 2010 @ 15:10:23
  Author: ibiru
Revision: 85952

upgpkg: python-mako 0.3.4-1 uptdate to 0.3.4

Modified:
  python-mako/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-22 19:09:46 UTC (rev 85951)
+++ PKGBUILD2010-07-22 19:10:23 UTC (rev 85952)
@@ -2,7 +2,7 @@
 # Maintainer : Ionut Biru 
 # Contributor: Roberto Alsina 
 pkgname=python-mako
-pkgver=0.3.3
+pkgver=0.3.4
 pkgrel=1
 pkgdesc="Hyperfast and lightweight templating for the Python platform."
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python>=2.6')
 makedepends=('setuptools')
 source=(http://www.makotemplates.org/downloads/Mako-$pkgver.tar.gz)
-md5sums=('2e8fbbb7ea6dc4dde47970cdfd08901e')
+md5sums=('2ae56ccc6c9b5c4e2e67f42b69475009')
 
 build() {
   cd "$srcdir/Mako-$pkgver"



[arch-commits] Commit in python-mako/repos (extra-any)

2010-07-22 Thread Ionut Biru
Date: Thursday, July 22, 2010 @ 15:10:41
  Author: ibiru
Revision: 85953

archrelease: remove extra-any

Deleted:
  python-mako/repos/extra-any/



[arch-commits] Commit in python-mako/repos (extra-any)

2010-07-22 Thread Ionut Biru
Date: Thursday, July 22, 2010 @ 15:11:00
  Author: ibiru
Revision: 85954

archrelease: copy trunk to extra-any

Added:
  python-mako/repos/extra-any/



[arch-commits] Commit in python-mako/repos (extra-any)

2010-07-22 Thread Ionut Biru
Date: Thursday, July 22, 2010 @ 15:19:32
  Author: ibiru
Revision: 85955

archrelease: remove extra-any

Deleted:
  python-mako/repos/extra-any/



[arch-commits] Commit in python-mako/repos (extra-any)

2010-07-22 Thread Ionut Biru
Date: Thursday, July 22, 2010 @ 15:19:57
  Author: ibiru
Revision: 85956

archrelease: copy trunk to extra-any

Added:
  python-mako/repos/extra-any/



[arch-commits] Commit in dnsutils/trunk (PKGBUILD tools-only.patch)

2010-07-22 Thread Kevin Piché
Date: Thursday, July 22, 2010 @ 16:05:06
  Author: kevin
Revision: 85957

upgpkg: dnsutils 9.7.1.P2-1
Updated to version 9.7.1-P2

Modified:
  dnsutils/trunk/PKGBUILD
  dnsutils/trunk/tools-only.patch

--+
 PKGBUILD |   11 ++-
 tools-only.patch |   15 +--
 2 files changed, 15 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-22 19:19:57 UTC (rev 85956)
+++ PKGBUILD2010-07-22 20:05:06 UTC (rev 85957)
@@ -3,9 +3,9 @@
 # Contributor: mario 
 pkgname=dnsutils
 # Use a period and not a hyphen before the patch level for proper versioning.
-pkgver=9.6.1
-_pkgver=9.6.1
-pkgrel=3
+pkgver=9.7.1.P2
+_pkgver=9.7.1-P2
+pkgrel=1
 pkgdesc="Various DNS utilities - dig host nslookup nsupdate"
 arch=(i686 x86_64)
 url="https://www.isc.org/software/bind";
@@ -15,8 +15,9 @@
 options=('makeflags')
 source=(http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz
bind.so_bsdcompat.diff tools-only.patch)
-md5sums=('516ac74d8eaaef30ad4c99ada8b715cd' '447d58721cfee0e1e377b46f7d50b327'
- '329f7e15b8c45d3efefdf5b559bb878a')
+md5sums=('bd6be63cc910d04da39103d441871596'
+ '447d58721cfee0e1e377b46f7d50b327'
+ 'be0558f70ed81d90e68e6b6003ba12ed')
 
 build() {
   cd "${srcdir}/bind-${_pkgver}"

Modified: tools-only.patch
===
--- tools-only.patch2010-07-22 19:19:57 UTC (rev 85956)
+++ tools-only.patch2010-07-22 20:05:06 UTC (rev 85957)
@@ -1,16 +1,19 @@
 bind-9.3.1/bin/Makefile.in.orig2005-05-06 01:52:36.0 -0400
-+++ bind-9.3.1/bin/Makefile.in 2005-05-06 01:53:24.0 -0400
-@@ -19,7 +19,7 @@
+diff -Naur bind-9.7.1-P2.orig/bin/Makefile.in bind-9.7.1-P2/bin/Makefile.in
+--- bind-9.7.1-P2.orig/bin/Makefile.in 2009-10-05 08:07:08.0 -0400
 bind-9.7.1-P2/bin/Makefile.in  2010-07-22 15:55:00.0 -0400
+@@ -19,8 +19,7 @@
  VPATH =   @srcdir@
  top_srcdir =  @top_srcdir@
  
--SUBDIRS = named rndc dig dnssec tests nsupdate check
+-SUBDIRS = named rndc dig dnssec tests tools nsupdate \
+-  check confgen @PKCS11_TOOLS@
 +SUBDIRS = dig nsupdate
  TARGETS =
  
  @BIND9_MAKE_RULES@
 bind-9.3.1/lib/Makefile.in.orig2005-05-06 02:05:12.0 -0400
-+++ bind-9.3.1/lib/Makefile.in 2005-05-06 02:05:35.0 -0400
+diff -Naur bind-9.7.1-P2.orig/lib/Makefile.in bind-9.7.1-P2/lib/Makefile.in
+--- bind-9.7.1-P2.orig/lib/Makefile.in 2007-06-19 19:47:13.0 -0400
 bind-9.7.1-P2/lib/Makefile.in  2010-07-22 15:56:29.0 -0400
 @@ -23,7 +23,7 @@
  # Attempt to disable parallel processing.
  .NOTPARALLEL:



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

2010-07-22 Thread Kevin Piché
Date: Thursday, July 22, 2010 @ 16:05:18
  Author: kevin
Revision: 85958

archrelease: copy trunk to testing-x86_64

Added:
  dnsutils/repos/testing-x86_64/



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

2010-07-22 Thread Kevin Piché
Date: Thursday, July 22, 2010 @ 16:09:08
  Author: kevin
Revision: 85959

upgpkg: bind 9.7.1.P2-1
Updated to version 9.7.1-P2

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-22 20:05:18 UTC (rev 85958)
+++ PKGBUILD2010-07-22 20:09:08 UTC (rev 85959)
@@ -3,8 +3,8 @@
 # Contributor: Mario Vazquez 
 pkgname=bind
 # Use a period and not a hyphen before the patch level for proper versioning.
-pkgver=9.7.1
-_pkgver=9.7.1
+pkgver=9.7.1.P2
+_pkgver=9.7.1-P2
 pkgrel=1
 pkgdesc="Berkeley Internet Name Domain - named server"
 arch=(i686 x86_64)
@@ -50,7 +50,7 @@
   mkdir -p ${pkgdir}/usr/share/doc/bind
   cp  ./doc/arm/*.html ${pkgdir}/usr/share/doc/bind/
 }
-md5sums=('712c425e59cb4aa9309bc4716283742f'
+md5sums=('bd6be63cc910d04da39103d441871596'
  '447d58721cfee0e1e377b46f7d50b327'
  'e7f3c5c54f18c86f6716700e82f7e9fd'
  'f58fa49a92df16534d31fcb6b0d1be1e'



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

2010-07-22 Thread Kevin Piché
Date: Thursday, July 22, 2010 @ 16:09:16
  Author: kevin
Revision: 85960

archrelease: remove extra-x86_64

Deleted:
  bind/repos/extra-x86_64/



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

2010-07-22 Thread Kevin Piché
Date: Thursday, July 22, 2010 @ 16:09:23
  Author: kevin
Revision: 85961

archrelease: copy trunk to extra-x86_64

Added:
  bind/repos/extra-x86_64/



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

2010-07-22 Thread Kevin Piché
Date: Thursday, July 22, 2010 @ 16:36:07
  Author: kevin
Revision: 85962

upgpkg: perl-dbi 1.612-1
Updated to verison 1.612

Modified:
  perl-dbi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-07-22 20:09:23 UTC (rev 85961)
+++ PKGBUILD2010-07-22 20:36:07 UTC (rev 85962)
@@ -4,7 +4,7 @@
 
 pkgname=perl-dbi
 _realname=DBI
-pkgver=1.611
+pkgver=1.612
 pkgrel=1
 pkgdesc="Database independent interface for Perl"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 depends=('perl>=5.12.1')
 options=(!emptydirs)
 source=(http://www.cpan.org/authors/id/T/TI/TIMB/${_realname}-${pkgver}.tar.gz)
-md5sums=('f48bc718e871f8926809af16682783fb')
+md5sums=('a045d41b8056e549354ab2346fdfac86')
 
 build() {
   cd "${srcdir}/${_realname}-${pkgver}"



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

2010-07-22 Thread Kevin Piché
Date: Thursday, July 22, 2010 @ 16:36:14
  Author: kevin
Revision: 85963

archrelease: remove testing-x86_64

Deleted:
  perl-dbi/repos/testing-x86_64/



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

2010-07-22 Thread Kevin Piché
Date: Thursday, July 22, 2010 @ 16:36:21
  Author: kevin
Revision: 85964

archrelease: copy trunk to testing-x86_64

Added:
  perl-dbi/repos/testing-x86_64/



[arch-commits] Commit in sdl_pango/trunk (PKGBUILD matrix_declarations.patch)

2010-07-22 Thread Allan McRae
Date: Friday, July 23, 2010 @ 00:15:58
  Author: allan
Revision: 85965

upgpkg: sdl_pango 0.1.2-3
fix header include issue (FS#20224)

Added:
  sdl_pango/trunk/matrix_declarations.patch
Modified:
  sdl_pango/trunk/PKGBUILD

---+
 PKGBUILD  |   17 -
 matrix_declarations.patch |  131 
 2 files changed, 144 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-22 20:36:21 UTC (rev 85964)
+++ PKGBUILD2010-07-23 04:15:58 UTC (rev 85965)
@@ -4,20 +4,29 @@
 
 pkgname=sdl_pango
 pkgver=0.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Pango SDL binding"
 arch=('i686' 'x86_64')
 url="http://sdlpango.sourceforge.net/";
 license=('LGPL')
 depends=('pango' 'sdl')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/sdlpango/SDL_Pango-$pkgver.tar.gz
 http://zarb.org/~gc/t/SDL_Pango-$pkgver-API-adds.patch)
-md5sums=('85bbf9bb7b1cee0538154dadd045418c' '5decf3d7eb724e27548af3142131a2f6')
+source=(http://downloads.sourceforge.net/sourceforge/sdlpango/SDL_Pango-$pkgver.tar.gz
+http://zarb.org/~gc/t/SDL_Pango-$pkgver-API-adds.patch
+matrix_declarations.patch)
+md5sums=('85bbf9bb7b1cee0538154dadd045418c'
+ '5decf3d7eb724e27548af3142131a2f6'
+ '1067d401f4df54c7eb84ac3fd56ab76f')
 
 build() {
   cd $srcdir/SDL_Pango-$pkgver
   patch -Np0 -i $srcdir/SDL_Pango-$pkgver-API-adds.patch
+  patch -Np1 -i $srcdir/matrix_declarations.patch
   ./configure --prefix=/usr
-  make || return 1
+  make
+}
+
+package() {
+  cd $srcdir/SDL_Pango-$pkgver
   make DESTDIR=$pkgdir install
 }

Added: matrix_declarations.patch
===
--- matrix_declarations.patch   (rev 0)
+++ matrix_declarations.patch   2010-07-23 04:15:58 UTC (rev 85965)
@@ -0,0 +1,131 @@
+Index: SDL_Pango-0.1.2/src/SDL_Pango.c
+===
+--- SDL_Pango-0.1.2.orig/src/SDL_Pango.c   2007-09-18 15:03:10.732910311 
+0200
 SDL_Pango-0.1.2/src/SDL_Pango.c2007-09-18 15:04:41.970109622 +0200
+@@ -286,6 +286,59 @@
+ } contextImpl;
+ 
+ 
++const SDLPango_Matrix _MATRIX_WHITE_BACK
++= {255, 0, 0, 0,
++   255, 0, 0, 0,
++   255, 0, 0, 0,
++   255, 255, 0, 0,};
++
++/*!
++Specifies white back and black letter.
++*/
++const SDLPango_Matrix *MATRIX_WHITE_BACK = &_MATRIX_WHITE_BACK;
++
++const SDLPango_Matrix _MATRIX_BLACK_BACK
++= {0, 255, 0, 0,
++   0, 255, 0, 0,
++   0, 255, 0, 0,
++   255, 255, 0, 0,};
++/*!
++Specifies black back and white letter.
++*/
++const SDLPango_Matrix *MATRIX_BLACK_BACK = &_MATRIX_BLACK_BACK;
++
++const SDLPango_Matrix _MATRIX_TRANSPARENT_BACK_BLACK_LETTER
++= {0, 0, 0, 0,
++   0, 0, 0, 0,
++   0, 0, 0, 0,
++   0, 255, 0, 0,};
++/*!
++Specifies transparent back and black letter.
++*/
++const SDLPango_Matrix *MATRIX_TRANSPARENT_BACK_BLACK_LETTER = 
&_MATRIX_TRANSPARENT_BACK_BLACK_LETTER;
++
++const SDLPango_Matrix _MATRIX_TRANSPARENT_BACK_WHITE_LETTER
++= {255, 255, 0, 0,
++   255, 255, 0, 0,
++   255, 255, 0, 0,
++   0, 255, 0, 0,};
++/*!
++Specifies transparent back and white letter.
++*/
++const SDLPango_Matrix *MATRIX_TRANSPARENT_BACK_WHITE_LETTER = 
&_MATRIX_TRANSPARENT_BACK_WHITE_LETTER;
++
++const SDLPango_Matrix _MATRIX_TRANSPARENT_BACK_TRANSPARENT_LETTER
++= {255, 255, 0, 0,
++   255, 255, 0, 0,
++   255, 255, 0, 0,
++   0, 0, 0, 0,};
++/*!
++Specifies transparent back and transparent letter.
++This is useful for KARAOKE like rendering.
++*/
++const SDLPango_Matrix *MATRIX_TRANSPARENT_BACK_TRANSPARENT_LETTER = 
&_MATRIX_TRANSPARENT_BACK_TRANSPARENT_LETTER;
++
++
+ /*!
+ Initialize the Glib and Pango API.
+ This must be called before using other functions in this library,
+Index: SDL_Pango-0.1.2/src/SDL_Pango.h
+===
+--- SDL_Pango-0.1.2.orig/src/SDL_Pango.h   2007-09-18 15:03:10.732910311 
+0200
 SDL_Pango-0.1.2/src/SDL_Pango.h2007-09-18 15:06:24.919976401 +0200
+@@ -47,57 +47,27 @@
+ Uint8 m[4][4];  /*! Matrix variables */
+ } SDLPango_Matrix;
+ 
+-const SDLPango_Matrix _MATRIX_WHITE_BACK
+-= {255, 0, 0, 0,
+-   255, 0, 0, 0,
+-   255, 0, 0, 0,
+-   255, 255, 0, 0,};
+-
+ /*!
+ Specifies white back and black letter.
+ */
+-const SDLPango_Matrix *MATRIX_WHITE_BACK = &_MATRIX_WHITE_BACK;
+-
+-const SDLPango_Matrix _MATRIX_BLACK_BACK
+-= {0, 255, 0, 0,
+-   0, 255, 0, 0,
+-   0, 255, 0, 0,
+-   255, 255, 0, 0,};
++extern const SDLPango_Matrix *MATRIX_WHITE_BACK;
+ /*!
+ Specifies black back and white letter.
+ */
+-const SDLPango_Matrix *MATRIX_BLACK_BACK = &_MATRIX_BLACK_BACK;
+-
+-const SDLPango_Matrix _MATRIX_TRANSPARENT_BACK_BLACK_LETTER
+-= {0, 0, 0, 0,

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

2010-07-22 Thread Allan McRae
Date: Friday, July 23, 2010 @ 00:16:09
  Author: allan
Revision: 85966

archrelease: remove extra-i686

Deleted:
  sdl_pango/repos/extra-i686/



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

2010-07-22 Thread Allan McRae
Date: Friday, July 23, 2010 @ 00:16:36
  Author: allan
Revision: 85967

archrelease: copy trunk to extra-i686

Added:
  sdl_pango/repos/extra-i686/



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

2010-07-22 Thread Allan McRae
Date: Friday, July 23, 2010 @ 00:16:48
  Author: allan
Revision: 85968

archrelease: remove extra-x86_64

Deleted:
  sdl_pango/repos/extra-x86_64/



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

2010-07-22 Thread Allan McRae
Date: Friday, July 23, 2010 @ 00:17:17
  Author: allan
Revision: 85969

archrelease: copy trunk to extra-x86_64

Added:
  sdl_pango/repos/extra-x86_64/