[arch-commits] Commit in grub/repos (core-i686)

2011-08-10 Thread Ronald van Haren
Date: Wednesday, August 10, 2011 @ 02:47:02
  Author: ronald
Revision: 135076

db-move: grub removed by ronald for move to [core] (i686)

Deleted:
  grub/repos/core-i686/



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

2011-08-10 Thread Ronald van Haren
Date: Wednesday, August 10, 2011 @ 02:47:03
  Author: ronald
Revision: 135077

db-move: moved grub from [testing] to [core] (i686)

Added:
  grub/repos/core-i686/
Deleted:
  grub/repos/testing-i686/



[arch-commits] Commit in grub/repos (core-x86_64)

2011-08-10 Thread Ronald van Haren
Date: Wednesday, August 10, 2011 @ 02:47:03
  Author: ronald
Revision: 135078

db-move: grub removed by ronald for move to [core] (x86_64)

Deleted:
  grub/repos/core-x86_64/



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

2011-08-10 Thread Ronald van Haren
Date: Wednesday, August 10, 2011 @ 02:47:04
  Author: ronald
Revision: 135079

db-move: moved grub from [testing] to [core] (x86_64)

Added:
  grub/repos/core-x86_64/
Deleted:
  grub/repos/testing-x86_64/



[arch-commits] Commit in xorg-server/repos (staging-i686)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 03:27:08
  Author: jgc
Revision: 135081

archrelease: copy trunk to staging-i686

Added:
  xorg-server/repos/staging-i686/



[arch-commits] Commit in xorg-server/repos (staging-x86_64)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 03:27:20
  Author: jgc
Revision: 135082

archrelease: copy trunk to staging-x86_64

Added:
  xorg-server/repos/staging-x86_64/



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

2011-08-10 Thread Ionut Biru
Date: Wednesday, August 10, 2011 @ 03:36:19
  Author: ibiru
Revision: 135083

update to 2.90.0

Modified:
  ghex/trunk/PKGBUILD

--+
 PKGBUILD |   30 +-
 1 file changed, 17 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-10 07:27:20 UTC (rev 135082)
+++ PKGBUILD2011-08-10 07:36:19 UTC (rev 135083)
@@ -3,27 +3,31 @@
 # Contributor: Tobias Kieslich tob...@justdreams.de
 
 pkgname=ghex
-pkgver=2.24.0
+pkgver=2.90.0
 pkgrel=1
 pkgdesc=A simple binary editor for the Gnome desktop
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL')
 url=http://live.gnome.org/Ghex;
-depends=('libgnomeui=2.24.2' 'libgnomeprintui=2.18.4' 'hicolor-icon-theme')
-makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils=0.18.0')
+depends=('gtk3' 'gconf' 'hicolor-icon-theme')
+makedepends=('intltool' 'gnome-doc-utils')
 options=('!libtool' '!emptydirs')
 install=ghex.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/ghex/2.24/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('6fd8e0df1cb6fb9fcf60cfa2bc88877713e4366c')
+source=(http://ftp.gnome.org/pub/GNOME/sources/ghex/2.90/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('2edeedcf1973c221d2f5ea1397099fbfc054b60cf2ebff5cb1ca9e83fd6c4974')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static || return 1
-  make || return 1
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${startdir}/pkg install 
|| return 1
+  --localstatedir=/var --disable-static
+  make
+}
 
-  install -d -m755 ${startdir}/pkg/usr/share/gconf/schemas
-  gconf-merge-schema 
${startdir}/pkg/usr/share/gconf/schemas/${pkgname}.schemas --domain ghex-2.0 
${startdir}/pkg/etc/gconf/schemas/*.schemas || return 1
-  rm -f ${startdir}/pkg/etc/gconf/schemas/*.schemas
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=${pkgdir} install
+
+  install -d -m755 ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain ghex-3.0 ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
 }



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

2011-08-10 Thread Ionut Biru
Date: Wednesday, August 10, 2011 @ 03:36:41
  Author: ibiru
Revision: 135084

archrelease: remove extra-i686

Deleted:
  ghex/repos/extra-i686/



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

2011-08-10 Thread Ionut Biru
Date: Wednesday, August 10, 2011 @ 03:36:57
  Author: ibiru
Revision: 135085

archrelease: copy trunk to extra-i686

Added:
  ghex/repos/extra-i686/



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

2011-08-10 Thread Ionut Biru
Date: Wednesday, August 10, 2011 @ 03:37:00
  Author: ibiru
Revision: 135086

archrelease: remove extra-x86_64

Deleted:
  ghex/repos/extra-x86_64/



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

2011-08-10 Thread Ionut Biru
Date: Wednesday, August 10, 2011 @ 03:37:14
  Author: ibiru
Revision: 135087

archrelease: copy trunk to extra-x86_64

Added:
  ghex/repos/extra-x86_64/



[arch-commits] Commit in xf86-video-intel/trunk (PKGBUILD git-fixes.patch)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 04:35:25
  Author: jgc
Revision: 135088

upgpkg: xf86-video-intel 2.16.0-1
Update to 2.16.0, do not disable SNA for now, as it is experimental and needs 
patches for xorg-server that are not accepted upstream yet

Modified:
  xf86-video-intel/trunk/PKGBUILD
Deleted:
  xf86-video-intel/trunk/git-fixes.patch

-+
 PKGBUILD|   16 
 git-fixes.patch | 1050 --
 2 files changed, 6 insertions(+), 1060 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-10 07:37:14 UTC (rev 135087)
+++ PKGBUILD2011-08-10 08:35:25 UTC (rev 135088)
@@ -2,27 +2,23 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=xf86-video-intel
-pkgver=2.15.0
-pkgrel=2
+pkgver=2.16.0
+pkgrel=1
 pkgdesc=X.org Intel i810/i830/i915/945G/G965+ video drivers
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=(intel-dri libxvmc libpciaccess libdrm xcb-util libxfixes udev)
-makedepends=('xorg-server-devel' 'libx11' 'libdrm' 'xf86driproto' 'glproto' 
'mesa' 'libxvmc' 'xcb-util')
-conflicts=('xorg-server1.10.0' 'xf86-video-i810' 'xf86-video-intel-legacy')
+makedepends=('xorg-server-devel=1.10.99.902' 'libx11' 'libdrm' 'xf86driproto' 
'glproto' 'mesa' 'libxvmc' 'xcb-util' 'libxrender')
+conflicts=('xorg-server1.10.99.902' 'xf86-video-i810' 
'xf86-video-intel-legacy')
 options=('!libtool')
 groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-git-fixes.patch)
-sha1sums=('78ec39a4470cfc0bf13d269fb915f6c5a498ee62'
-  'd7a9102e58c1d6c1bcb99ff6836146bd54a18161')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('53441ea4d4335b501d32809b6b92593cbb1f79cf')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/git-fixes.patch
 
-  autoreconf
   ./configure --prefix=/usr --enable-dri
   make
 }

Deleted: git-fixes.patch
===
--- git-fixes.patch 2011-08-10 07:37:14 UTC (rev 135087)
+++ git-fixes.patch 2011-08-10 08:35:25 UTC (rev 135088)
@@ -1,1050 +0,0 @@
-diff --git a/NEWS b/NEWS
-index ea92bcf..61866b0 100644
 a/NEWS
-+++ b/NEWS
-@@ -2,9 +2,9 @@ Release 2.15.0 (2011-04-14)
- ==
- We are pleased to announce this major release of the xf86-video-intel
- driver, roughly on schedule at 3 months since 2.14.0. With the many bug
--fixes in this release, we encourage everyone to upgrade to 2.14.
-+fixes in this release, we encourage everyone to upgrade to 2.15.
- 
--The priority for this quarter has been simply to unexciting and stabilise
-+The priority for this quarter has been simply to be unexciting and stabilise
- the driver further, seeking to capitalise upon the improvements elsewhere
- in the stack.
- 
-diff --git a/configure.ac b/configure.ac
-index fd5a3cf..9449e56 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -77,9 +77,7 @@ AC_ARG_WITH(xorg-module-dir,
- [moduledir=$libdir/xorg/modules])
- 
- AC_ARG_ENABLE(dri, AS_HELP_STRING([--disable-dri],
--  [Disable DRI support [[default=auto]]]),
--  [DRI=$enableval],
--  [DRI=auto])
-+  [Disable DRI support [[default=auto]]]))
- 
- AC_ARG_ENABLE(xvmc, AS_HELP_STRING([--disable-xvmc],
-   [Disable XvMC support [[default=yes]]]),
-@@ -106,40 +104,48 @@ XORG_DRIVER_CHECK_EXT(DPMSExtension, xextproto)
- # Obtain compiler/linker options for the driver dependencies
- PKG_CHECK_MODULES(XORG, [xorg-server = 1.6 xproto fontsproto 
$REQUIRED_MODULES])
- PKG_CHECK_MODULES(DRM, [libdrm = 2.4.23])
-+PKG_CHECK_MODULES(DRI, [xf86driproto], , DRI=no)
- PKG_CHECK_MODULES(PCIACCESS, [pciaccess = 0.10])
- 
- sdkdir=`$PKG_CONFIG --variable=sdkdir xorg-server`
- 
--save_CFLAGS=$CFLAGS
--CFLAGS=$XORG_CFLAGS $DRI_CFLAGS $DRM_CFLAGS
--CPPFLAGS=$XORG_CFLAGS $DRI_CFLAGS $DRM_CFLAGS
--AC_MSG_CHECKING([whether to include DRI support])
--if test x$DRI != xno; then
--AC_CHECK_FILE([${sdkdir}/dri.h],
--  [have_dri_h=yes], [have_dri_h=no])
--AC_CHECK_FILE([${sdkdir}/sarea.h],
--  [have_sarea_h=yes], [have_sarea_h=no])
--AC_CHECK_FILE([${sdkdir}/dristruct.h],
--  [have_dristruct_h=yes], [have_dristruct_h=no])
-+if test x$enable_dri != xno; then
-+save_CFLAGS=$CFLAGS
-+save_CPPFLAGS=$CPPFLAGS
-+CFLAGS=$XORG_CFLAGS $DRI_CFLAGS $DRM_CFLAGS
-+CPPFLAGS=$XORG_CFLAGS $DRI_CFLAGS $DRM_CFLAGS
-+AC_CHECK_HEADERS([dri.h sarea.h dristruct.h],, [DRI=no],
-+[/* for dri.h */
-+ #include xf86str.h
-+ /* for dristruct.h */
-+ #include xorg-server.h
-+ #ifdef HAVE_DRI_H
-+  

[arch-commits] Commit in xf86-video-intel/repos (staging-i686)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 04:36:42
  Author: jgc
Revision: 135089

archrelease: copy trunk to staging-i686

Added:
  xf86-video-intel/repos/staging-i686/



[arch-commits] Commit in xf86-video-intel/repos (staging-x86_64)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 04:36:53
  Author: jgc
Revision: 135090

archrelease: copy trunk to staging-x86_64

Added:
  xf86-video-intel/repos/staging-x86_64/



[arch-commits] Commit in xf86-input-evdev/trunk (PKGBUILD)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 04:40:38
  Author: jgc
Revision: 135091

upgpkg: xf86-input-evdev 2.6.0-4
Rebuild for xorg-server 1.11

Modified:
  xf86-input-evdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-10 08:36:53 UTC (rev 135090)
+++ PKGBUILD2011-08-10 08:40:38 UTC (rev 135091)
@@ -4,14 +4,14 @@
 
 pkgname=xf86-input-evdev
 pkgver=2.6.0
-pkgrel=3
+pkgrel=4
 pkgdesc=X.org evdev input driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
 options=('!libtool' '!makeflags')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)



[arch-commits] Commit in xf86-input-evdev/repos (staging-i686)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 04:40:50
  Author: jgc
Revision: 135092

archrelease: copy trunk to staging-i686

Added:
  xf86-input-evdev/repos/staging-i686/



[arch-commits] Commit in xf86-input-evdev/repos (staging-x86_64)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 04:41:02
  Author: jgc
Revision: 135093

archrelease: copy trunk to staging-x86_64

Added:
  xf86-input-evdev/repos/staging-x86_64/



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

2011-08-10 Thread Ionut Biru
Date: Wednesday, August 10, 2011 @ 05:17:01
  Author: ibiru
Revision: 135094

gnutls 3.0.0 rebuild

Modified:
  gnome-vfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-10 08:41:02 UTC (rev 135093)
+++ PKGBUILD2011-08-10 09:17:01 UTC (rev 135094)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-vfs
 pkgver=2.24.4
-pkgrel=4
+pkgrel=5
 pkgdesc=The GNOME Virtual File System
 arch=(i686 x86_64)
 license=('LGPL')



[arch-commits] Commit in gnome-vfs/repos (staging-i686)

2011-08-10 Thread Ionut Biru
Date: Wednesday, August 10, 2011 @ 05:24:49
  Author: ibiru
Revision: 135095

archrelease: copy trunk to staging-i686

Added:
  gnome-vfs/repos/staging-i686/



[arch-commits] Commit in gnome-vfs/repos (staging-x86_64)

2011-08-10 Thread Ionut Biru
Date: Wednesday, August 10, 2011 @ 05:25:04
  Author: ibiru
Revision: 135096

archrelease: copy trunk to staging-x86_64

Added:
  gnome-vfs/repos/staging-x86_64/



[arch-commits] Commit in gstreamer0.10-base/trunk (3 files)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 05:35:11
  Author: jgc
Revision: 135097

upgpkg: gstreamer0.10-base 0.10.35-1
Update to 0.10.35, add two patches to fix segfaults on 0-byte ogg/vorbis 
packets (FS#25416)

Added:
  
gstreamer0.10-base/trunk/oggstream-fix-crashes-with-0-byte-vorbis-packets.patch
  
gstreamer0.10-base/trunk/theoradec-segfault-on-0-byte-ogg_packet-in-_chain_reverse.patch
Modified:
  gstreamer0.10-base/trunk/PKGBUILD

-+
 PKGBUILD|   18 +---
 oggstream-fix-crashes-with-0-byte-vorbis-packets.patch  |   22 
++
 theoradec-segfault-on-0-byte-ogg_packet-in-_chain_reverse.patch |   21 
+
 3 files changed, 56 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-10 09:25:04 UTC (rev 135096)
+++ PKGBUILD2011-08-10 09:35:11 UTC (rev 135097)
@@ -3,18 +3,26 @@
 
 pkgbase=('gstreamer0.10-base')
 pkgname=('gstreamer0.10-base' 'gstreamer0.10-base-plugins')
-pkgver=0.10.34
+pkgver=0.10.35
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
-makedepends=('pkgconfig' 'gstreamer0.10=0.10.34' 'orc' 'libxv' 'alsa-lib' 
'cdparanoia' 'libvisual' 'libvorbis' 'libtheora' 'pango' 
'gobject-introspection')
+makedepends=('pkgconfig' 'gstreamer0.10=0.10.35' 'orc' 'libxv' 'alsa-lib' 
'cdparanoia' 'libvisual' 'libvorbis' 'libtheora' 'pango' 
'gobject-introspection')
 options=(!libtool !emptydirs)
 url=http://gstreamer.freedesktop.org/;
-source=(${url}/src/gst-plugins-base/gst-plugins-base-${pkgver}.tar.bz2)
-sha256sums=('7f347a60cd4317c7ea44c23e52d6e6233d2fa278b3fe3df7cbefe2bc2e253989')
+source=(${url}/src/gst-plugins-base/gst-plugins-base-${pkgver}.tar.bz2
+oggstream-fix-crashes-with-0-byte-vorbis-packets.patch
+theoradec-segfault-on-0-byte-ogg_packet-in-_chain_reverse.patch)
+sha256sums=('cd24f01bb5258a1f400bc4f2c212bb7cee9ee23c9ffb80d537a24ef366d17103'
+'2e9d001dbe0ed598c8e86b0081c6ecdf28a1a6b45ffafc639f5cf52fdf0d467f'
+'8da16aed8c098251903208cc7ac233b7a9df3f024f78c6970e71f3c2e2bdaa17')
 
 build() {
   cd ${srcdir}/gst-plugins-base-${pkgver}
+  
+  patch -Np1 -i 
${srcdir}/oggstream-fix-crashes-with-0-byte-vorbis-packets.patch
+  patch -Np1 -i 
${srcdir}/theoradec-segfault-on-0-byte-ogg_packet-in-_chain_reverse.patch
+
   sed -i '/AC_PATH_XTRA/d' configure.ac
   autoreconf
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
@@ -28,7 +36,7 @@
 
 package_gstreamer0.10-base() {
   pkgdesc=GStreamer Multimedia Framework Base plugin libraries
-  depends=('gstreamer0.10=0.10.34' 'orc' 'libxv')
+  depends=('gstreamer0.10=0.10.35' 'orc' 'libxv')
 
   cd ${srcdir}/gst-plugins-base-${pkgver}
   make DESTDIR=${pkgdir} install

Added: oggstream-fix-crashes-with-0-byte-vorbis-packets.patch
===
--- oggstream-fix-crashes-with-0-byte-vorbis-packets.patch  
(rev 0)
+++ oggstream-fix-crashes-with-0-byte-vorbis-packets.patch  2011-08-10 
09:35:11 UTC (rev 135097)
@@ -0,0 +1,22 @@
+From 8bd3bdaf3768b3fb6adc85b3bc681fdce07b786e Mon Sep 17 00:00:00 2001
+From: Jonathan Liu net...@gmail.com
+Date: Wed, 03 Aug 2011 08:18:29 +
+Subject: oggstream: Fix crashes with 0-byte vorbis packets
+
+Fixes bug #655574.
+---
+diff --git a/ext/ogg/gstoggstream.c b/ext/ogg/gstoggstream.c
+index e843f48..77f39d4 100644
+--- a/ext/ogg/gstoggstream.c
 b/ext/ogg/gstoggstream.c
+@@ -792,7 +792,7 @@ packet_duration_vorbis (GstOggStream * pad, ogg_packet * 
packet)
+   int size;
+   int duration;
+ 
+-  if (packet-packet[0]  1)
++  if (packet-bytes == 0 || packet-packet[0]  1)
+ return 0;
+ 
+   mode = (packet-packet[0]  1)  ((1  pad-vorbis_log2_num_modes) - 1);
+--
+cgit v0.8.3-6-g21f6

Added: theoradec-segfault-on-0-byte-ogg_packet-in-_chain_reverse.patch
===
--- theoradec-segfault-on-0-byte-ogg_packet-in-_chain_reverse.patch 
(rev 0)
+++ theoradec-segfault-on-0-byte-ogg_packet-in-_chain_reverse.patch 
2011-08-10 09:35:11 UTC (rev 135097)
@@ -0,0 +1,21 @@
+From 7d22d91fca6b9f24ca205eef98031f1ed6a44d33 Mon Sep 17 00:00:00 2001
+From: Philip Jägenstedt phil...@opera.com
+Date: Tue, 26 Jul 2011 14:10:17 +
+Subject: theoradec: segfault on 0-byte ogg_packet in _chain_reverse
+
+---
+diff --git a/ext/theora/gsttheoradec.c b/ext/theora/gsttheoradec.c
+index 96e12ee..25d68db 100644
+--- a/ext/theora/gsttheoradec.c
 b/ext/theora/gsttheoradec.c
+@@ -1440,7 +1440,7 @@ theora_dec_chain_reverse (GstTheoraDec * dec, gboolean 
discont, GstBuffer * buf)
+ 
+   /* if we copied a keyframe, flush and decode the decode queue */
+   data = GST_BUFFER_DATA (gbuf);
+-  if ((data[0]  0x40) == 0) {
++  if (data  (data[0]  0x40) == 0) {
+ GST_DEBUG_OBJECT 

[arch-commits] Commit in gstreamer0.10-base/repos (extra-i686)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 05:35:15
  Author: jgc
Revision: 135098

archrelease: remove extra-i686

Deleted:
  gstreamer0.10-base/repos/extra-i686/



[arch-commits] Commit in gstreamer0.10-base/repos (extra-i686)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 05:35:27
  Author: jgc
Revision: 135099

archrelease: copy trunk to extra-i686

Added:
  gstreamer0.10-base/repos/extra-i686/



[arch-commits] Commit in gstreamer0.10-base/repos (extra-x86_64)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 05:35:30
  Author: jgc
Revision: 135100

archrelease: remove extra-x86_64

Deleted:
  gstreamer0.10-base/repos/extra-x86_64/



[arch-commits] Commit in gstreamer0.10-base/repos (extra-x86_64)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 05:35:43
  Author: jgc
Revision: 135101

archrelease: copy trunk to extra-x86_64

Added:
  gstreamer0.10-base/repos/extra-x86_64/



[arch-commits] Commit in gstreamer0.10-good/trunk (PKGBUILD)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 05:44:06
  Author: jgc
Revision: 135102

upgpkg: gstreamer0.10-good 0.10.30-1
Update to 0.10.30, kill esound plugin

Modified:
  gstreamer0.10-good/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-10 09:35:43 UTC (rev 135101)
+++ PKGBUILD2011-08-10 09:44:06 UTC (rev 135102)
@@ -3,15 +3,15 @@
 
 pkgbase=gstreamer0.10-good
 pkgname=('gstreamer0.10-good' 'gstreamer0.10-good-plugins')
-pkgver=0.10.29
+pkgver=0.10.30
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
-makedepends=('intltool' 'pkgconfig' 'gstreamer0.10-base=0.10.34' 'libavc1394' 
'libiec61883' 'aalib' 'libshout' 'libdv' 'esound' 'flac' 'gconf' 'wavpack' 
'taglib' 'libsoup-gnome' 'v4l-utils' 'libcaca' 'bzip2' 'gdk-pixbuf2' 'libpulse' 
'jack' 'udev')
+makedepends=('intltool' 'pkgconfig' 'gstreamer0.10-base=0.10.34' 'libavc1394' 
'libiec61883' 'aalib' 'libshout' 'libdv' 'flac' 'gconf' 'wavpack' 'taglib' 
'libsoup-gnome' 'v4l-utils' 'libcaca' 'bzip2' 'gdk-pixbuf2' 'libpulse' 'jack' 
'udev')
 url=http://gstreamer.freedesktop.org/;
 options=(!libtool !emptydirs)
 source=(${url}/src/gst-plugins-good/gst-plugins-good-${pkgver}.tar.bz2)
-sha256sums=('466a64dcb580d4feef701abfc90656abb3558a2e3fc1e40e43977034bebc354c')
+sha256sums=('b12cba90b27d8423cd0a808939098d19db3996cfb9bf528507c6321782e095f6')
 
 build() {
   cd ${srcdir}/gst-plugins-good-${pkgver}
@@ -21,6 +21,7 @@
 --disable-static --enable-experimental \
 --disable-schemas-install \
 --disable-hal \
+--disable-esd \
 --with-package-name=GStreamer Good Plugins (Archlinux) \
 --with-package-origin=http://www.archlinux.org/;
 
@@ -38,7 +39,7 @@
 }
 
 package_gstreamer0.10-good-plugins() {
-  depends=(gstreamer0.10-good=${pkgver} 'libavc1394' 'libiec61883' 'aalib' 
'libshout' 'libdv' 'esound' 'flac' 'gconf' 'wavpack' 'taglib' 'libsoup-gnome' 
'v4l-utils' 'libcaca' 'libpng' 'libjpeg' 'jack' 'libpulse' 'udev')
+  depends=(gstreamer0.10-good=${pkgver} 'libavc1394' 'libiec61883' 'aalib' 
'libshout' 'libdv' 'flac' 'gconf' 'wavpack' 'taglib' 'libsoup-gnome' 
'v4l-utils' 'libcaca' 'libpng' 'libjpeg' 'jack' 'libpulse' 'udev')
   pkgdesc=GStreamer Multimedia Framework Good Plugins (gst-plugins-good)
   groups=('gstreamer0.10-plugins')
   replaces=('gstreamer0.10-aalib' 'gstreamer0.10-wavpack' 
'gstreamer0.10-shout2' 'gstreamer0.10-taglib' 'gstreamer0.10-libcaca' 
'gstreamer0.10-libpng' 'gstreamer0.10-jpeg' 'gstreamer0.10-cairo' 
'gstreamer0.10-flac' 'gstreamer0.10-speex' 'gstreamer0.10-gdkpixbuf' 
'gstreamer0.10-dv1394' 'gstreamer0.10-annodex' 'gstreamer0.10-gconf' 
'gstreamer0.10-esd' 'gstreamer0.10-cdio' 'gstreamer0.10-dv' 
'gstreamer0.10-soup' 'gstreamer0.10-pulse')



[arch-commits] Commit in gstreamer0.10-good/repos (extra-i686)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 05:44:09
  Author: jgc
Revision: 135103

archrelease: remove extra-i686

Deleted:
  gstreamer0.10-good/repos/extra-i686/



[arch-commits] Commit in gstreamer0.10-good/repos (extra-i686)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 05:44:21
  Author: jgc
Revision: 135104

archrelease: copy trunk to extra-i686

Added:
  gstreamer0.10-good/repos/extra-i686/



[arch-commits] Commit in gstreamer0.10-good/repos (extra-x86_64)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 05:44:24
  Author: jgc
Revision: 135105

archrelease: remove extra-x86_64

Deleted:
  gstreamer0.10-good/repos/extra-x86_64/



[arch-commits] Commit in gstreamer0.10-good/repos (extra-x86_64)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 05:44:36
  Author: jgc
Revision: 135106

archrelease: copy trunk to extra-x86_64

Added:
  gstreamer0.10-good/repos/extra-x86_64/



[arch-commits] Commit in libvisual-plugins/trunk (6 files)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 06:33:28
  Author: jgc
Revision: 135107

upgpkg: libvisual-plugins 0.4.0-4
Build without esound, disable G-force plugin (FS#20311), add some patches:
02_64-bit_JESS_fix.patch (Debian): Fix JESS plugin on 64bit (FS#20311)
03_build_against_gl_fixes.patch (Debian): Link GL plugins against GL libraries
04_lv_analyzer_build_fix.patch (Debian): Build the lv_analyzer plugin
05_fix_po.patch (Debian): Buildfix
050_all_automagic.patch (Gentoo): Add conditionals for esd and Jack. Actually 
include the plugins by moving variable assignments around

Added:
  libvisual-plugins/trunk/02_64-bit_JESS_fix.patch
  libvisual-plugins/trunk/03_build_against_gl_fixes.patch
  libvisual-plugins/trunk/04_lv_analyzer_build_fix.patch
  libvisual-plugins/trunk/050_all_automagic.patch
  libvisual-plugins/trunk/05_fix_po.patch
Modified:
  libvisual-plugins/trunk/PKGBUILD

-+
 02_64-bit_JESS_fix.patch|   58 +
 03_build_against_gl_fixes.patch |  372 ++
 04_lv_analyzer_build_fix.patch  |   12 +
 050_all_automagic.patch |   50 +
 05_fix_po.patch |  127 
 PKGBUILD|   38 +++
 6 files changed, 649 insertions(+), 8 deletions(-)

Added: 02_64-bit_JESS_fix.patch
===
--- 02_64-bit_JESS_fix.patch(rev 0)
+++ 02_64-bit_JESS_fix.patch2011-08-10 10:33:28 UTC (rev 135107)
@@ -0,0 +1,58 @@
+diff -Nur libvisual-plugins-0.4.0/plugins/actor/JESS/renderer.c 
libvisual-plugins-0.4.0.new/plugins/actor/JESS/renderer.c
+--- libvisual-plugins-0.4.0/plugins/actor/JESS/renderer.c  2006-02-06 
05:47:26.0 +1100
 libvisual-plugins-0.4.0.new/plugins/actor/JESS/renderer.c  2007-07-04 
18:12:58.0 +1000
+@@ -282,7 +282,7 @@
+ 
+ void render_deformation(JessPrivate *priv, int defmode)
+ {
+-  uint32_t bmax;
++  intptr_t bmax;
+   uint32_t *tab1 = NULL, *tab2, *tab3, *tab4, i;
+   uint8_t *pix = priv-pixel, *buf = priv-buffer, *aux;
+ 
+@@ -294,7 +294,7 @@
+   tab2 = priv-table2;
+   tab3 = priv-table3;
+   tab4 = priv-table4;
+-  bmax = priv-resx * priv-resy + (uint32_t) priv-pixel;
++  bmax = priv-resx * priv-resy + (intptr_t) priv-pixel;
+ 
+   switch(defmode)
+   {
+@@ -352,7 +352,7 @@
+   }
+   for (i = 0; i  priv-resy * priv-resx; i++)
+   {
+-  aux  =  (uint8_t *) ((*(tab1)  2 ) + (uint32_t) 
priv-buffer);
++  aux  =  (uint8_t *) ((*(tab1)  2 ) + (intptr_t) 
priv-buffer);
+   *(pix++) = *(aux++) ;
+   *(pix++) = *(aux++);  
+   *(pix++) = *(aux);  
+@@ -373,7 +373,8 @@
+   /* j'ai mis pixel par defaut... */
+ 
+   uint8_t *pix = priv-pixel;
+-  uint32_t bmax,pitch_4;
++  intptr_t bmax;
++  uint32_t pitch_4;
+   
+   pix = priv-pixel;
+   if (priv-pixel == NULL)
+@@ -387,7 +388,7 @@
+   if (priv-video == 8)
+   {
+   if (visual_cpu_get_mmx ()) {
+-  bmax = priv-resx * (priv-resy-1) + (uint32_t) 
priv-pixel;
++  bmax = priv-resx * (priv-resy-1) + (intptr_t) 
priv-pixel;
+ #if defined(VISUAL_ARCH_X86) || defined(VISUAL_ARCH_X86_64)
+   __asm __volatile
+   (\n\t pxor %%mm6, %%mm6
+@@ -423,7 +424,7 @@
+   else
+   {
+   pitch_4 = priv-pitch+4;
+-  bmax = priv-pitch*(priv-resy-1) + (uint32_t) priv-pixel;
++  bmax = priv-pitch*(priv-resy-1) + (intptr_t) priv-pixel;
+ 
+   if (visual_cpu_get_mmx ()) {
+ #if defined(VISUAL_ARCH_X86) || defined(VISUAL_ARCH_X86_64)

Added: 03_build_against_gl_fixes.patch
===
--- 03_build_against_gl_fixes.patch (rev 0)
+++ 03_build_against_gl_fixes.patch 2011-08-10 10:33:28 UTC (rev 135107)
@@ -0,0 +1,372 @@
+diff -Nur libvisual-plugins-0.4.0/plugins/actor/bumpscope/Makefile.am 
libvisual-plugins-0.4.0.new/plugins/actor/bumpscope/Makefile.am
+--- libvisual-plugins-0.4.0/plugins/actor/bumpscope/Makefile.am
2006-02-23 20:03:24.0 +1100
 libvisual-plugins-0.4.0.new/plugins/actor/bumpscope/Makefile.am
2007-07-04 18:19:43.0 +1000
+@@ -2,13 +2,12 @@
+ 
+ actor_plugin_LTLIBRARIES = actor_bumpscope.la
+ 
+-LIBS += $(LIBVISUAL_LIBS)
+-
+ AM_CFLAGS = $(LIBVISUAL_CFLAGS)
+ 
+ INCLUDES = $(all_includes) -I$(top_srcdir) 
+ 
+ actor_bumpscope_la_LDFLAGS = -module -avoid-version 
++actor_bumpscope_la_LIBADD = $(LIBVISUAL_LIBS)
+ 
+ actor_bumpscope_la_SOURCES = actor_bumpscope.c \
+ actor_bumpscope.h \
+diff -Nur libvisual-plugins-0.4.0/plugins/actor/corona/Makefile.am 

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

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 06:33:31
  Author: jgc
Revision: 135108

archrelease: remove extra-i686

Deleted:
  libvisual-plugins/repos/extra-i686/



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

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 06:33:43
  Author: jgc
Revision: 135109

archrelease: copy trunk to extra-i686

Added:
  libvisual-plugins/repos/extra-i686/



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

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 06:33:46
  Author: jgc
Revision: 135110

archrelease: remove extra-x86_64

Deleted:
  libvisual-plugins/repos/extra-x86_64/



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

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 06:33:58
  Author: jgc
Revision: 135111

archrelease: copy trunk to extra-x86_64

Added:
  libvisual-plugins/repos/extra-x86_64/



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

2011-08-10 Thread Giovanni Scafora
Date: Wednesday, August 10, 2011 @ 06:56:40
  Author: giovanni
Revision: 135112

upgpkg: amule 10598-1
upstream release

Modified:
  amule/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-10 10:33:58 UTC (rev 135111)
+++ PKGBUILD2011-08-10 10:56:40 UTC (rev 135112)
@@ -5,7 +5,7 @@
 # Contributor: Dario 'Dax' Vilardi dax [at] deelab [dot] org
 
 pkgname=amule
-pkgver=10587
+pkgver=10598
 pkgrel=1
 pkgdesc=An eMule-like client for ed2k p2p network
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('GPL')
 depends=('wxgtk' 'gd' 'geoip' 'libupnp' 'crypto++' 'libsm')
 source=(http://amule.sourceforge.net/tarballs/aMule-SVN-r${pkgver}.tar.bz2;)
-md5sums=('94228cf3fa58178a84c24658a06022bd')
+md5sums=('3ba206bd0c43c6fb3247e76141fcf148')
 
 build() {
   cd ${srcdir}/aMule-SVN-r${pkgver}
@@ -39,5 +39,6 @@
 
 package() {
   cd ${srcdir}/aMule-SVN-r${pkgver}
+
   make DESTDIR=${pkgdir}/ install
 }



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

2011-08-10 Thread Giovanni Scafora
Date: Wednesday, August 10, 2011 @ 06:56:42
  Author: giovanni
Revision: 135113

archrelease: remove extra-i686

Deleted:
  amule/repos/extra-i686/



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

2011-08-10 Thread Giovanni Scafora
Date: Wednesday, August 10, 2011 @ 06:56:56
  Author: giovanni
Revision: 135114

archrelease: copy trunk to extra-i686

Added:
  amule/repos/extra-i686/



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

2011-08-10 Thread Giovanni Scafora
Date: Wednesday, August 10, 2011 @ 06:57:00
  Author: giovanni
Revision: 135115

archrelease: remove extra-x86_64

Deleted:
  amule/repos/extra-x86_64/



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

2011-08-10 Thread Giovanni Scafora
Date: Wednesday, August 10, 2011 @ 06:57:13
  Author: giovanni
Revision: 135116

archrelease: copy trunk to extra-x86_64

Added:
  amule/repos/extra-x86_64/



[arch-commits] Commit in xf86-input-acecad/trunk (2 files)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 07:45:03
  Author: jgc
Revision: 135117

upgpkg: xf86-input-acecad 1.5.0-2
Add null pointer dereference fix from git, rebuild for xserver 1.11

Added:
  xf86-input-acecad/trunk/assign-local-private-after-allocating.patch
Modified:
  xf86-input-acecad/trunk/PKGBUILD

-+
 PKGBUILD|   13 -
 assign-local-private-after-allocating.patch |   24 
 2 files changed, 32 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-10 10:57:13 UTC (rev 135116)
+++ PKGBUILD2011-08-10 11:45:03 UTC (rev 135117)
@@ -3,21 +3,24 @@
 
 pkgname=xf86-input-acecad
 pkgver=1.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc=X.Org acecad tablet input driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('sysfsutils')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
 options=('!libtool')
 groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('410cee68e4435dc95774fb389fcefae1b2ffe3d1')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
+assign-local-private-after-allocating.patch)
+sha1sums=('410cee68e4435dc95774fb389fcefae1b2ffe3d1'
+  '9301020b0ef3c6f2081e957481a88d2e187a7973')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/assign-local-private-after-allocating.patch
   ./configure --prefix=/usr
   make
 }

Added: assign-local-private-after-allocating.patch
===
--- assign-local-private-after-allocating.patch (rev 0)
+++ assign-local-private-after-allocating.patch 2011-08-10 11:45:03 UTC (rev 
135117)
@@ -0,0 +1,24 @@
+From ec2c4ead497133ef20d5ef5a9b481b38e1e0f7a2 Mon Sep 17 00:00:00 2001
+From: Peter Hutterer peter.hutte...@who-t.net
+Date: Mon, 27 Jun 2011 03:13:54 +
+Subject: Assign local-private after allocating.
+
+It is detrimental to the user experience when the driver tries to derefernce
+null pointers.
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+---
+diff --git a/src/acecad.c b/src/acecad.c
+index ad6d793..604fe91 100644
+--- a/src/acecad.c
 b/src/acecad.c
+@@ -343,6 +343,7 @@ AceCadPreInit(InputDriverPtr drv, InputInfoPtr local, int 
flags)
+ return BadAlloc;
+ 
+ memset(priv, 0, sizeof(AceCadPrivateRec));
++local-private = priv;
+ 
+ local-device_control = DeviceControl;
+ 
+--
+cgit v0.8.3-6-g21f6



[arch-commits] Commit in xf86-input-acecad/repos (staging-i686)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 07:45:15
  Author: jgc
Revision: 135118

archrelease: copy trunk to staging-i686

Added:
  xf86-input-acecad/repos/staging-i686/



[arch-commits] Commit in xf86-input-acecad/repos (staging-x86_64)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 07:45:27
  Author: jgc
Revision: 135119

archrelease: copy trunk to staging-x86_64

Added:
  xf86-input-acecad/repos/staging-x86_64/



[arch-commits] Commit in xf86-input-aiptek/trunk (PKGBUILD)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 07:53:06
  Author: jgc
Revision: 135120

upgpkg: xf86-input-aiptek 1.4.1-2
rebuild for xserver 1.11

Modified:
  xf86-input-aiptek/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-10 11:45:27 UTC (rev 135119)
+++ PKGBUILD2011-08-10 11:53:06 UTC (rev 135120)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-input-aiptek
 pkgver=1.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc=X.Org Aiptek USB Digital Tablet input driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('pkgconfig' 'xorg-server-devel')
-conflicts=('xorg-server1.10.0')
+makedepends=('pkgconfig' 'xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
 options=('!libtool')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)



[arch-commits] Commit in xf86-input-aiptek/repos (staging-i686)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 07:53:18
  Author: jgc
Revision: 135121

archrelease: copy trunk to staging-i686

Added:
  xf86-input-aiptek/repos/staging-i686/



[arch-commits] Commit in xf86-input-aiptek/repos (staging-x86_64)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 07:53:30
  Author: jgc
Revision: 135122

archrelease: copy trunk to staging-x86_64

Added:
  xf86-input-aiptek/repos/staging-x86_64/



[arch-commits] Commit in xf86-input-joystick/trunk (LICENSE PKGBUILD)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 08:03:42
  Author: jgc
Revision: 135123

upgpkg: xf86-input-joystick 1.6.0-2
rebuild for xserver 1.11

Modified:
  xf86-input-joystick/trunk/PKGBUILD
Deleted:
  xf86-input-joystick/trunk/LICENSE

--+
 LICENSE  |   22 --
 PKGBUILD |   14 ++
 2 files changed, 6 insertions(+), 30 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2011-08-10 11:53:30 UTC (rev 135122)
+++ LICENSE 2011-08-10 12:03:42 UTC (rev 135123)
@@ -1,22 +0,0 @@
-This package was downloaded from
-http://xorg.freedesktop.org/releases/individual/driver/
-
-Copyright 1995-1999 by Frederic Lepied, France. lep...@xfree86.org
-
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is  hereby granted without fee, provided that
-the  above copyright   notice appear  in   all  copies and  that both  that
-copyright  notice   and   this  permission   notice  appear  in  supporting
-documentation, and that   the  name of  Frederic   Lepied not  be  used  in
-advertising or publicity pertaining to distribution of the software without
-specific,  written  prior  permission. Frederic  Lepied   makes  no
-representations about the suitability of this software for any purpose.  It
-is provided as is without express or implied warranty.
-
-FREDERIC  LEPIED DISCLAIMS ALL   WARRANTIES WITH REGARD  TO  THIS SOFTWARE,
-INCLUDING ALL IMPLIED   WARRANTIES OF MERCHANTABILITY  AND   FITNESS, IN NO
-EVENT  SHALL FREDERIC  LEPIED BE   LIABLE   FOR ANY  SPECIAL, INDIRECT   OR
-CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
-DATA  OR PROFITS, WHETHER  IN  AN ACTION OF  CONTRACT,  NEGLIGENCE OR OTHER
-TORTIOUS  ACTION, ARISINGOUT OF OR   IN  CONNECTION  WITH THE USEOR
-PERFORMANCE OF THIS SOFTWARE.

Modified: PKGBUILD
===
--- PKGBUILD2011-08-10 11:53:30 UTC (rev 135122)
+++ PKGBUILD2011-08-10 12:03:42 UTC (rev 135123)
@@ -3,22 +3,20 @@
 
 pkgname=xf86-input-joystick
 pkgver=1.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc=X.Org Joystick input driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
 groups=('xorg-drivers' 'xorg')
 options=('!libtool')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-50-joystick.conf
-LICENSE)
+50-joystick.conf)
 sha1sums=('3b9aed1b8128e1fbd947fdcdd5e16efccad1c780'
-  'e1ff3699a0470c6bb78a53f718df9d8521621e11'
-  'ee4c79491b36a680ed9d86f5fc41ae447f26353e')
+  'e1ff3699a0470c6bb78a53f718df9d8521621e11')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -35,5 +33,5 @@
   install -m644 ${srcdir}/50-joystick.conf ${pkgdir}/etc/X11/xorg.conf.d/
 
   install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
 }



[arch-commits] Commit in xf86-input-joystick/repos (staging-i686)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 08:03:55
  Author: jgc
Revision: 135124

archrelease: copy trunk to staging-i686

Added:
  xf86-input-joystick/repos/staging-i686/



[arch-commits] Commit in xf86-input-joystick/repos (staging-x86_64)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 08:04:07
  Author: jgc
Revision: 135125

archrelease: copy trunk to staging-x86_64

Added:
  xf86-input-joystick/repos/staging-x86_64/



[arch-commits] Commit in xf86-input-keyboard/trunk (PKGBUILD)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 08:13:02
  Author: jgc
Revision: 135126

upgpkg: xf86-input-keyboard 1.6.0-3
rebuild for xserver 1.11

Modified:
  xf86-input-keyboard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-10 12:04:07 UTC (rev 135125)
+++ PKGBUILD2011-08-10 12:13:02 UTC (rev 135126)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-input-keyboard
 pkgver=1.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc=X.Org keyboard input driver
 arch=(i686 x86_64)
 license=('custom')
 url=http://xorg.freedesktop.org/;
 depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
 options=('!libtool')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)



[arch-commits] Commit in xf86-input-keyboard/repos (staging-i686)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 08:13:14
  Author: jgc
Revision: 135127

archrelease: copy trunk to staging-i686

Added:
  xf86-input-keyboard/repos/staging-i686/



[arch-commits] Commit in xf86-input-keyboard/repos (staging-x86_64)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 08:13:26
  Author: jgc
Revision: 135128

archrelease: copy trunk to staging-x86_64

Added:
  xf86-input-keyboard/repos/staging-x86_64/



[arch-commits] Commit in xf86-input-mouse/trunk (PKGBUILD)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 08:23:33
  Author: jgc
Revision: 135129

upgpkg: xf86-input-mouse 1.7.1-2
rebuild for xserver 1.11

Modified:
  xf86-input-mouse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-10 12:13:26 UTC (rev 135128)
+++ PKGBUILD2011-08-10 12:23:33 UTC (rev 135129)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-input-mouse
 pkgver=1.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc=X.org mouse input driver
 arch=(i686 x86_64)
 license=('custom')
 url=http://xorg.freedesktop.org/;
 depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
 options=('!libtool')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)



[arch-commits] Commit in xf86-input-mouse/repos (staging-i686)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 08:23:46
  Author: jgc
Revision: 135130

archrelease: copy trunk to staging-i686

Added:
  xf86-input-mouse/repos/staging-i686/



[arch-commits] Commit in xf86-input-mouse/repos (staging-x86_64)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 08:23:58
  Author: jgc
Revision: 135131

archrelease: copy trunk to staging-x86_64

Added:
  xf86-input-mouse/repos/staging-x86_64/



[arch-commits] Commit in xf86-input-synaptics/trunk (PKGBUILD)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 08:38:31
  Author: jgc
Revision: 135132

upgpkg: xf86-input-synaptics 1.4.1-2
rebuild for xserver 1.11

Modified:
  xf86-input-synaptics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-10 12:23:58 UTC (rev 135131)
+++ PKGBUILD2011-08-10 12:38:31 UTC (rev 135132)
@@ -6,14 +6,14 @@
 
 pkgname=xf86-input-synaptics
 pkgver=1.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Synaptics driver for notebook touchpads
 arch=(i686 x86_64)
 license=('custom')
 url=http://xorg.freedesktop.org/;
 depends=('libxtst')
-makedepends=('xorg-server-devel' 'libxi' 'libx11')
-conflicts=('xorg-server1.10.0')
+makedepends=('xorg-server-devel=1.10.99.902' 'libxi' 'libx11')
+conflicts=('xorg-server1.10.99.902')
 replaces=('synaptics')
 provides=('synaptics')
 conflicts=('synaptics')



[arch-commits] Commit in xf86-input-synaptics/repos (staging-i686)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 08:38:43
  Author: jgc
Revision: 135133

archrelease: copy trunk to staging-i686

Added:
  xf86-input-synaptics/repos/staging-i686/



[arch-commits] Commit in xf86-input-synaptics/repos (staging-x86_64)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 08:38:55
  Author: jgc
Revision: 135134

archrelease: copy trunk to staging-x86_64

Added:
  xf86-input-synaptics/repos/staging-x86_64/



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

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 08:52:40
  Author: jgc
Revision: 135135

Fix python makedependency (FS#25468)

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-10 12:38:55 UTC (rev 135134)
+++ PKGBUILD2011-08-10 12:52:40 UTC (rev 135135)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 url=http://www.lirc.org/;
 license=('GPL')
-makedepends=('help2man' 'linux-headers=3.0' 'linux-headers3.1' 'alsa-lib' 
'libx11' 'libftdi' 'libirman' 'python')
+makedepends=('help2man' 'linux-headers=3.0' 'linux-headers3.1' 'alsa-lib' 
'libx11' 'libftdi' 'libirman' 'python2')
 options=('!makeflags' '!strip')
 
source=(http://prdownloads.sourceforge.net/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2
 lirc_wpc8769l.patch



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

2011-08-10 Thread Tobias Powalowski
Date: Wednesday, August 10, 2011 @ 08:54:02
  Author: tpowa
Revision: 135136

upgpkg: hylafax 6.0.5-2
fix typo on notify.awk

Modified:
  hylafax/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-10 12:52:40 UTC (rev 135135)
+++ PKGBUILD2011-08-10 12:54:02 UTC (rev 135136)
@@ -2,7 +2,7 @@
 # Maintainer: Paul Mattal p...@archlinux.org
 pkgname=hylafax
 pkgver=6.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc=Fax Server
 arch=('i686' 'x86_64')
 install='hylafax.install'
@@ -52,7 +52,7 @@
   fi
   # add missing awk file for notify-4.1 script
   install -D -m 755 $srcdir/${pkgname}-${pkgver}/util/notify.awk \
-   $spkgdir/var/spool/hylafax/bin/notify.awk
+   $pkgdir/var/spool/hylafax/bin/notify.awk
   # fix permission on /var/lock
   chmod 1777 $pkgdir/var/lock
 



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

2011-08-10 Thread Tobias Powalowski
Date: Wednesday, August 10, 2011 @ 08:54:09
  Author: tpowa
Revision: 135137

archrelease: remove extra-i686

Deleted:
  hylafax/repos/extra-i686/



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

2011-08-10 Thread Tobias Powalowski
Date: Wednesday, August 10, 2011 @ 08:54:24
  Author: tpowa
Revision: 135138

archrelease: copy trunk to extra-i686

Added:
  hylafax/repos/extra-i686/



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

2011-08-10 Thread Tobias Powalowski
Date: Wednesday, August 10, 2011 @ 08:54:29
  Author: tpowa
Revision: 135139

archrelease: remove extra-x86_64

Deleted:
  hylafax/repos/extra-x86_64/



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

2011-08-10 Thread Tobias Powalowski
Date: Wednesday, August 10, 2011 @ 08:54:44
  Author: tpowa
Revision: 135140

archrelease: copy trunk to extra-x86_64

Added:
  hylafax/repos/extra-x86_64/



[arch-commits] Commit in filesystem/trunk (fstab)

2011-08-10 Thread Tom Gundersen
Date: Wednesday, August 10, 2011 @ 09:02:31
  Author: tomegun
Revision: 135141

mount /tmp noexec as it is world writeable

Modified:
  filesystem/trunk/fstab

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

Modified: fstab
===
--- fstab   2011-08-10 12:54:44 UTC (rev 135140)
+++ fstab   2011-08-10 13:02:31 UTC (rev 135141)
@@ -1,5 +1,5 @@
 # 
 # /etc/fstab: static file system information
 #
-# file systemdir   type  options   dump  pass
-tmpfs  /tmptmpfs   nodev,nosuid0   0
+# file systemdir   type  options   dump  pass
+tmpfs  /tmptmpfs   nodev,noexec,nosuid 0   0



[arch-commits] Commit in xf86-input-vmmouse/trunk (PKGBUILD)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 09:02:58
  Author: jgc
Revision: 135142

upgpkg: xf86-input-vmmouse 12.7.0-3
rebuild for xserver 1.11

Modified:
  xf86-input-vmmouse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-10 13:02:31 UTC (rev 135141)
+++ PKGBUILD2011-08-10 13:02:58 UTC (rev 135142)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-input-vmmouse
 pkgver=12.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc=X.org VMWare Mouse input driver
 arch=(i686 x86_64)
 license=('custom')
 url=http://xorg.freedesktop.org/;
 depends=('glibc' 'sh')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
 groups=('xorg-drivers' 'xorg')
 backup=('etc/X11/xorg.conf.d/50-vmmouse.conf')
 options=('!libtool')



[arch-commits] Commit in xf86-input-vmmouse/repos (staging-i686)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 09:03:11
  Author: jgc
Revision: 135143

archrelease: copy trunk to staging-i686

Added:
  xf86-input-vmmouse/repos/staging-i686/



[arch-commits] Commit in xf86-input-vmmouse/repos (staging-x86_64)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 09:03:25
  Author: jgc
Revision: 135144

archrelease: copy trunk to staging-x86_64

Added:
  xf86-input-vmmouse/repos/staging-x86_64/



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

2011-08-10 Thread Dave Reisner
Date: Wednesday, August 10, 2011 @ 09:31:06
  Author: dreisner
Revision: 135145

upgpkg: pacman 3.5.4-2
rebuild for makepkg fix, release -2

Added:
  pacman/trunk/0001-makepkg-fix-removing-symbolic-link.patch
Modified:
  pacman/trunk/PKGBUILD

---+
 0001-makepkg-fix-removing-symbolic-link.patch |   32 
 PKGBUILD  |   11 ++--
 2 files changed, 40 insertions(+), 3 deletions(-)

Added: 0001-makepkg-fix-removing-symbolic-link.patch
===
--- 0001-makepkg-fix-removing-symbolic-link.patch   
(rev 0)
+++ 0001-makepkg-fix-removing-symbolic-link.patch   2011-08-10 13:31:06 UTC 
(rev 135145)
@@ -0,0 +1,32 @@
+From c493eef643ecb3a54c79083c51a8975f816ed9de Mon Sep 17 00:00:00 2001
+From: Allan McRae al...@archlinux.org
+Date: Tue, 28 Jun 2011 22:47:35 +1000
+Subject: [PATCH] makepkg: fix removing symbolic link
+
+The path was not being stripped from $file before prefixing with
+$srcdir resulting in the attempted removal of a very weird
+filename.
+
+Signed-off-by: Allan McRae al...@archlinux.org
+Signed-off-by: Dan McGee d...@archlinux.org
+(cherry picked from commit e92905a2c8c14c7855e2841f44d3c139aa40844c)
+---
+ scripts/makepkg.sh.in |2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
+index 3ace945..b0b0882 100644
+--- a/scripts/makepkg.sh.in
 b/scripts/makepkg.sh.in
+@@ -509,7 +509,7 @@ download_sources() {
+   local file=$(get_filepath $netfile || true)
+   if [[ -n $file ]]; then
+   msg2 $(gettext Found %s) ${file##*/}
+-  rm -f $srcdir/$file
++  rm -f $srcdir/${file##*/}
+   ln -s $file $srcdir/
+   continue
+   fi
+-- 
+1.7.6
+

Modified: PKGBUILD
===
--- PKGBUILD2011-08-10 13:03:25 UTC (rev 135144)
+++ PKGBUILD2011-08-10 13:31:06 UTC (rev 135145)
@@ -3,7 +3,7 @@
 
 pkgname=pacman
 pkgver=3.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc=A library-based package manager with dependency support
 arch=('i686' 'x86_64')
 url=http://www.archlinux.org/pacman/;
@@ -18,17 +18,22 @@
 source=(ftp://ftp.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz
 pacman.conf
 pacman.conf.x86_64
-makepkg.conf)
+makepkg.conf
+0001-makepkg-fix-removing-symbolic-link.patch)
 md5sums=('2dd3a85d55ee3dd89abd349aa837447c'
  'e99eb721b6b704f68c5f47468507c102'
  'f8b939d9b2beb79a0436961a2d707d7c'
- 'a8684989d3dfad5a6e1bcf95af3e571b')
+ 'a8684989d3dfad5a6e1bcf95af3e571b'
+ '749a4ddc6d8418d8d031f1c9b4e09d6f')
 
 # keep an upgrade path for older installations
 PKGEXT='.pkg.tar.gz'
 
 build() {
   cd $srcdir/$pkgname-$pkgver
+
+  patch -Np1  $srcdir/0001-makepkg-fix-removing-symbolic-link.patch
+
   ./configure --prefix=/usr --sysconfdir=/etc \
 --localstatedir=/var --enable-doc
   make



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

2011-08-10 Thread Dave Reisner
Date: Wednesday, August 10, 2011 @ 09:31:11
  Author: dreisner
Revision: 135146

archrelease: remove testing-i686

Deleted:
  pacman/repos/testing-i686/



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

2011-08-10 Thread Dave Reisner
Date: Wednesday, August 10, 2011 @ 09:31:16
  Author: dreisner
Revision: 135147

archrelease: copy trunk to testing-i686

Added:
  pacman/repos/testing-i686/



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

2011-08-10 Thread Dave Reisner
Date: Wednesday, August 10, 2011 @ 09:31:18
  Author: dreisner
Revision: 135148

archrelease: remove testing-x86_64

Deleted:
  pacman/repos/testing-x86_64/



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

2011-08-10 Thread Dave Reisner
Date: Wednesday, August 10, 2011 @ 09:31:23
  Author: dreisner
Revision: 135149

archrelease: copy trunk to testing-x86_64

Added:
  pacman/repos/testing-x86_64/



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

2011-08-10 Thread Ionut Biru
Date: Wednesday, August 10, 2011 @ 09:34:36
  Author: ibiru
Revision: 135150

update to 10.3.181.35

Modified:
  flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-10 13:31:23 UTC (rev 135149)
+++ PKGBUILD2011-08-10 13:34:36 UTC (rev 135150)
@@ -3,7 +3,7 @@
 
 pkgname=flashplugin
 _licensefile='Reader_Player_AIR_WWEULA-Combined-20080204_1313.pdf'
-pkgver=10.3.181.34
+pkgver=10.3.181.35
 pkgrel=1
 pkgdesc='Adobe Flash Player'
 url='http://get.adobe.com/flashplayer'
@@ -18,7 +18,7 @@
 
source=('http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz'
 http://www.adobe.com/products/eulas/pdfs/${_licensefile};
  mms.cfg)
-md5sums=('26770108412158b710e633b06a71ca25'
+md5sums=('3974e5a035f719915d35ac6a2f938fd8'
  '1636037610ee2aa35c5fb736a697b7e0'
  'f34aae6279b40e0bd2abfb0d9963d7b8')
 



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

2011-08-10 Thread Ionut Biru
Date: Wednesday, August 10, 2011 @ 09:35:14
  Author: ibiru
Revision: 135151

archrelease: remove extra-i686

Deleted:
  flashplugin/repos/extra-i686/



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

2011-08-10 Thread Ionut Biru
Date: Wednesday, August 10, 2011 @ 09:35:30
  Author: ibiru
Revision: 135152

archrelease: copy trunk to extra-i686

Added:
  flashplugin/repos/extra-i686/



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

2011-08-10 Thread andyrtr
Date: Wednesday, August 10, 2011 @ 12:27:10
  Author: andyrtr
Revision: 135153

upgpkg: libburn 1.1.4-1
upstream update 1.1.4

Modified:
  libburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-10 13:35:30 UTC (rev 135152)
+++ PKGBUILD2011-08-10 16:27:10 UTC (rev 135153)
@@ -3,7 +3,7 @@
 # Contributor: William Rea sillywi...@gmail.com
 
 pkgname=libburn
-pkgver=1.1.0.pl01
+pkgver=1.1.4 #.pl01
 pkgrel=1
 pkgdesc=Library for reading, mastering and writing optical discs
 arch=('i686' 'x86_64')
@@ -12,16 +12,16 @@
 depends=('glibc')
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
 options=('!libtool' '!emptydirs')
-md5sums=('641d8923007453674ffeb4acce3eded4')
+md5sums=('a337cf8bf044a1bbc367ff35b9bc6a8b')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver/.pl??/}
+  cd ${srcdir}/${pkgname}-${pkgver} #/.pl??/}
   ./configure --prefix=/usr --disable-static
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver/.pl??/}
+  cd ${srcdir}/${pkgname}-${pkgver} #/.pl??/}
   make DESTDIR=${pkgdir} install
 }
 



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

2011-08-10 Thread andyrtr
Date: Wednesday, August 10, 2011 @ 12:27:17
  Author: andyrtr
Revision: 135154

archrelease: remove extra-i686

Deleted:
  libburn/repos/extra-i686/



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

2011-08-10 Thread andyrtr
Date: Wednesday, August 10, 2011 @ 12:27:35
  Author: andyrtr
Revision: 135155

archrelease: copy trunk to extra-i686

Added:
  libburn/repos/extra-i686/



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

2011-08-10 Thread andyrtr
Date: Wednesday, August 10, 2011 @ 12:27:38
  Author: andyrtr
Revision: 135156

archrelease: remove extra-x86_64

Deleted:
  libburn/repos/extra-x86_64/



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

2011-08-10 Thread andyrtr
Date: Wednesday, August 10, 2011 @ 12:27:55
  Author: andyrtr
Revision: 135157

archrelease: copy trunk to extra-x86_64

Added:
  libburn/repos/extra-x86_64/



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

2011-08-10 Thread andyrtr
Date: Wednesday, August 10, 2011 @ 12:31:59
  Author: andyrtr
Revision: 135158

upgpkg: libisofs 1.1.4-1
upstream update 1.1.4

Modified:
  libisofs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-10 16:27:55 UTC (rev 135157)
+++ PKGBUILD2011-08-10 16:31:59 UTC (rev 135158)
@@ -4,7 +4,7 @@
 # Contributor: Bjorn Martensen
 
 pkgname=libisofs
-pkgver=1.1.2
+pkgver=1.1.4
 pkgrel=1
 pkgdesc=Library to pack up hard disk files and directories into a ISO 9660 
disk image
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('acl' 'zlib')
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
 options=('!libtool')
-md5sums=('6d504f2ab57046cb3e95b7d17fe00068')
+md5sums=('2bdfda5f47fc986230efe8d05c463d52')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-08-10 Thread andyrtr
Date: Wednesday, August 10, 2011 @ 12:32:04
  Author: andyrtr
Revision: 135159

archrelease: remove extra-i686

Deleted:
  libisofs/repos/extra-i686/



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

2011-08-10 Thread andyrtr
Date: Wednesday, August 10, 2011 @ 12:32:20
  Author: andyrtr
Revision: 135160

archrelease: copy trunk to extra-i686

Added:
  libisofs/repos/extra-i686/



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

2011-08-10 Thread andyrtr
Date: Wednesday, August 10, 2011 @ 12:32:24
  Author: andyrtr
Revision: 135161

archrelease: remove extra-x86_64

Deleted:
  libisofs/repos/extra-x86_64/



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

2011-08-10 Thread andyrtr
Date: Wednesday, August 10, 2011 @ 12:32:42
  Author: andyrtr
Revision: 135162

archrelease: copy trunk to extra-x86_64

Added:
  libisofs/repos/extra-x86_64/



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

2011-08-10 Thread andyrtr
Date: Wednesday, August 10, 2011 @ 12:43:11
  Author: andyrtr
Revision: 135163

upgpkg: libisoburn 1.1.4-1
upstream update 1.1.4

Modified:
  libisoburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-10 16:32:42 UTC (rev 135162)
+++ PKGBUILD2011-08-10 16:43:11 UTC (rev 135163)
@@ -3,17 +3,17 @@
 # Contributor: Gour Gour g...@mail.inet.hr
 
 pkgname=libisoburn
-pkgver=1.1.2
+pkgver=1.1.4
 pkgrel=1
 pkgdesc=frontend for libraries libburn and libisofs
 url=http://libburnia.pykix.org/wiki/Libisoburn;
 arch=('i686' 'x86_64')
 license=('GPL2')
-depends=('libburn=1.1.0' 'libisofs=1.1.2' 'readline=6.2')
+depends=('libburn' 'libisofs' 'readline')
 options=('!libtool')
 install=${pkgname}.install
 
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
-md5sums=('07a8531e8693b8ad4093b12184da6d1c')
+md5sums=('db79a0f0622077bb1a901f57cc1e2b67')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2011-08-10 Thread andyrtr
Date: Wednesday, August 10, 2011 @ 12:43:21
  Author: andyrtr
Revision: 135164

archrelease: remove extra-i686

Deleted:
  libisoburn/repos/extra-i686/



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

2011-08-10 Thread andyrtr
Date: Wednesday, August 10, 2011 @ 12:43:37
  Author: andyrtr
Revision: 135165

archrelease: copy trunk to extra-i686

Added:
  libisoburn/repos/extra-i686/



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

2011-08-10 Thread andyrtr
Date: Wednesday, August 10, 2011 @ 12:43:41
  Author: andyrtr
Revision: 135166

archrelease: remove extra-x86_64

Deleted:
  libisoburn/repos/extra-x86_64/



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

2011-08-10 Thread andyrtr
Date: Wednesday, August 10, 2011 @ 12:43:58
  Author: andyrtr
Revision: 135167

archrelease: copy trunk to extra-x86_64

Added:
  libisoburn/repos/extra-x86_64/



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

2011-08-10 Thread andyrtr
Date: Wednesday, August 10, 2011 @ 14:03:27
  Author: andyrtr
Revision: 135168

db-move: kernel26-lts removed by andyrtr for move to [core] (i686)

Deleted:
  kernel26-lts/repos/core-i686/



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

2011-08-10 Thread andyrtr
Date: Wednesday, August 10, 2011 @ 14:03:28
  Author: andyrtr
Revision: 135169

db-move: moved kernel26-lts from [testing] to [core] (i686)

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



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

2011-08-10 Thread andyrtr
Date: Wednesday, August 10, 2011 @ 14:03:29
  Author: andyrtr
Revision: 135170

db-move: kernel26-lts removed by andyrtr for move to [core] (x86_64)

Deleted:
  kernel26-lts/repos/core-x86_64/



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

2011-08-10 Thread andyrtr
Date: Wednesday, August 10, 2011 @ 14:03:30
  Author: andyrtr
Revision: 135171

db-move: moved kernel26-lts from [testing] to [core] (x86_64)

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



[arch-commits] Commit in xf86-input-void/trunk (PKGBUILD)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 14:12:49
  Author: jgc
Revision: 135172

upgpkg: xf86-input-void 1.4.0-2
rebuild for xserver 1.11

Modified:
  xf86-input-void/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-08-10 18:03:30 UTC (rev 135171)
+++ PKGBUILD2011-08-10 18:12:49 UTC (rev 135172)
@@ -3,14 +3,14 @@
 
 pkgname=xf86-input-void
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc=X.org void input driver
 arch=(i686 x86_64)
 license=('custom')
 url=http://xorg.freedesktop.org/;
 depends=('glibc')
-makedepends=('xorg-server-devel')
-conflicts=('xorg-server1.10.0')
+makedepends=('xorg-server-devel=1.10.99.902')
+conflicts=('xorg-server1.10.99.902')
 groups=('xorg-drivers' 'xorg')
 options=('!libtool')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)



[arch-commits] Commit in xf86-input-void/repos (staging-i686)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 14:13:00
  Author: jgc
Revision: 135173

archrelease: copy trunk to staging-i686

Added:
  xf86-input-void/repos/staging-i686/



[arch-commits] Commit in xf86-input-void/repos (staging-x86_64)

2011-08-10 Thread Jan de Groot
Date: Wednesday, August 10, 2011 @ 14:13:12
  Author: jgc
Revision: 135174

archrelease: copy trunk to staging-x86_64

Added:
  xf86-input-void/repos/staging-x86_64/



[arch-commits] Commit in netcfg/repos (core-any testing-any)

2011-08-10 Thread Ionut Biru
Date: Wednesday, August 10, 2011 @ 15:23:48
  Author: ibiru
Revision: 135176

db-move: moved netcfg from [testing] to [core] (any)

Added:
  netcfg/repos/core-any/
Deleted:
  netcfg/repos/testing-any/



[arch-commits] Commit in netcfg/repos (core-any)

2011-08-10 Thread Ionut Biru
Date: Wednesday, August 10, 2011 @ 15:23:47
  Author: ibiru
Revision: 135175

db-move: netcfg removed by ibiru for move to [core] (any)

Deleted:
  netcfg/repos/core-any/



  1   2   >