[arch-commits] Commit in gnome-settings-daemon/trunk (2 files)

2012-11-08 Thread Jan Steffens
Date: Thursday, November 8, 2012 @ 06:26:52
  Author: heftig
Revision: 170535

3.6.2

Modified:
  
gnome-settings-daemon/trunk/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
  gnome-settings-daemon/trunk/PKGBUILD

-+
 0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch |   65 
+-
 PKGBUILD|   13 --
 2 files changed, 38 insertions(+), 40 deletions(-)

Modified: 0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
===
--- 0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch 
2012-11-07 23:38:03 UTC (rev 170534)
+++ 0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch 
2012-11-08 11:26:52 UTC (rev 170535)
@@ -1,4 +1,4 @@
-From 79ead5309fe21e77cfe58adc6a9340953c2d52f4 Mon Sep 17 00:00:00 2001
+From f418ff2cd04b233dbffc1129e856630d8c96cd07 Mon Sep 17 00:00:00 2001
 From: Richard Hughes rich...@hughsie.com
 Date: Fri, 21 Sep 2012 11:56:53 +0100
 Subject: [PATCH] power and media-keys: Use logind for suspending and
@@ -13,13 +13,16 @@
 resume.
 
 https://bugzilla.gnome.org/show_bug.cgi?id=680689
+
+Conflicts:
+   plugins/power/gsd-power-manager.c
 ---
  plugins/common/Makefile.am  |   4 +-
  plugins/common/gsd-power-helper.c   | 203 
  plugins/common/gsd-power-helper.h   |  35 --
  plugins/media-keys/gsd-media-keys-manager.c | 156 +--
- plugins/power/gsd-power-manager.c   | 699 +++-
- 5 files changed, 595 insertions(+), 502 deletions(-)
+ plugins/power/gsd-power-manager.c   | 697 +++-
+ 5 files changed, 594 insertions(+), 501 deletions(-)
  delete mode 100644 plugins/common/gsd-power-helper.c
  delete mode 100644 plugins/common/gsd-power-helper.h
 
@@ -545,7 +548,7 @@
  
  GsdMediaKeysManager *
 diff --git a/plugins/power/gsd-power-manager.c 
b/plugins/power/gsd-power-manager.c
-index 070cf32..18fcedf 100644
+index 1c594d8..bb7224c 100644
 --- a/plugins/power/gsd-power-manager.c
 +++ b/plugins/power/gsd-power-manager.c
 @@ -1,7 +1,7 @@
@@ -584,7 +587,7 @@
  /* Keep this in sync with gnome-shell */
  #define SCREENSAVER_FADE_TIME   10 /* seconds */
  
-@@ -193,14 +197,20 @@ struct GsdPowerManagerPrivate
+@@ -193,15 +197,21 @@ struct GsdPowerManagerPrivate
  ca_context  *canberra_context;
  ca_proplist *critical_alert_loop_props;
  guint32  critical_alert_timeout_id;
@@ -596,6 +599,7 @@
 -guintlid_close_safety_timer_id;
  GtkStatusIcon   *status_icon;
  guintxscreensaver_watchdog_timer_id;
+ gboolean is_virtual_machine;
 +
 +/* systemd stuff */
 +GDBusProxy  *logind_proxy;
@@ -607,7 +611,7 @@
  };
  
  enum {
-@@ -217,8 +227,8 @@ static GIcon*engine_get_icon (GsdPowerManager 
*manager);
+@@ -218,8 +228,8 @@ static GIcon*engine_get_icon (GsdPowerManager 
*manager);
  static gchar*engine_get_summary (GsdPowerManager *manager);
  static void  do_power_action_type (GsdPowerManager *manager, 
GsdPowerActionType action_type);
  static void  do_lid_closed_action (GsdPowerManager *manager);
@@ -618,7 +622,7 @@
  
  G_DEFINE_TYPE (GsdPowerManager, gsd_power_manager, G_TYPE_OBJECT)
  
-@@ -2048,6 +2058,57 @@ gnome_session_shutdown (void)
+@@ -2049,6 +2059,57 @@ gnome_session_shutdown (void)
  }
  
  static void
@@ -676,7 +680,7 @@
  do_power_action_type (GsdPowerManager *manager,
GsdPowerActionType action_type)
  {
-@@ -2056,19 +2117,19 @@ do_power_action_type (GsdPowerManager *manager,
+@@ -2057,19 +2118,19 @@ do_power_action_type (GsdPowerManager *manager,
  
  switch (action_type) {
  case GSD_POWER_ACTION_SUSPEND:
@@ -699,7 +703,7 @@
  break;
  case GSD_POWER_ACTION_BLANK:
  ret = gnome_rr_screen_set_dpms_mode 
(manager-priv-x11_screen,
-@@ -2140,85 +2201,20 @@ upower_kbd_toggle (GsdPowerManager *manager,
+@@ -2141,85 +2202,20 @@ upower_kbd_toggle (GsdPowerManager *manager,
  return ret;
  }
  
@@ -795,7 +799,7 @@
  }
  
  /* Sets up a timer to be triggered some seconds after closing the laptop lid
-@@ -2226,82 +,73 @@ lid_close_safety_timer_cb (GsdPowerManager *manager)
+@@ -2227,82 +2223,73 @@ lid_close_safety_timer_cb (GsdPowerManager *manager)
   * again in the timeout handler to see if we can suspend then.
   */
  static void
@@ -880,8 +884,7 @@
 -g_warning (failed to turn the panel off after lid close: %s,
 +g_warning (failed to turn the panel on after lid open: %s,
 error-message);
--g_error_free (error);
-+g_clear_error (error);
+ 

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

2012-11-08 Thread Jan Steffens
Date: Thursday, November 8, 2012 @ 06:29:24
  Author: heftig
Revision: 170536

3.6.3

Modified:
  totem/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-08 11:26:52 UTC (rev 170535)
+++ PKGBUILD2012-11-08 11:29:24 UTC (rev 170536)
@@ -4,7 +4,7 @@
 
 pkgbase=totem
 pkgname=('totem' 'totem-plugin')
-pkgver=3.6.2
+pkgver=3.6.3
 pkgrel=1
 pkgdesc=GNOME3 movie player based on GStreamer
 url=http://www.gnome.org;
@@ -17,7 +17,7 @@
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
 browser-plugins.ini)
-sha256sums=('d23ceda705b67f3f039064da3bec0bb744490cc3c327538f756d99238e6c52e1'
+sha256sums=('ad9f2ff207c8a965975670e262394953b37b2dc25cff7ee59f138f961f88ce60'
 'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e')
 
 build() {



[arch-commits] Commit in gnome-settings-daemon/repos (16 files)

2012-11-08 Thread Jan Steffens
Date: Thursday, November 8, 2012 @ 06:30:19
  Author: heftig
Revision: 170537

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  
gnome-settings-daemon/repos/extra-i686/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
(from rev 170536, 
gnome-settings-daemon/trunk/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch)
  gnome-settings-daemon/repos/extra-i686/PKGBUILD
(from rev 170536, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/extra-i686/gnome-settings-daemon.install
(from rev 170536, gnome-settings-daemon/trunk/gnome-settings-daemon.install)
  gnome-settings-daemon/repos/extra-i686/screensaver.patch
(from rev 170536, gnome-settings-daemon/trunk/screensaver.patch)
  
gnome-settings-daemon/repos/extra-x86_64/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
(from rev 170536, 
gnome-settings-daemon/trunk/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch)
  gnome-settings-daemon/repos/extra-x86_64/PKGBUILD
(from rev 170536, gnome-settings-daemon/trunk/PKGBUILD)
  gnome-settings-daemon/repos/extra-x86_64/gnome-settings-daemon.install
(from rev 170536, gnome-settings-daemon/trunk/gnome-settings-daemon.install)
  gnome-settings-daemon/repos/extra-x86_64/screensaver.patch
(from rev 170536, gnome-settings-daemon/trunk/screensaver.patch)
Deleted:
  
gnome-settings-daemon/repos/extra-i686/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
  gnome-settings-daemon/repos/extra-i686/PKGBUILD
  gnome-settings-daemon/repos/extra-i686/gnome-settings-daemon.install
  gnome-settings-daemon/repos/extra-i686/screensaver.patch
  
gnome-settings-daemon/repos/extra-x86_64/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch
  gnome-settings-daemon/repos/extra-x86_64/PKGBUILD
  gnome-settings-daemon/repos/extra-x86_64/gnome-settings-daemon.install
  gnome-settings-daemon/repos/extra-x86_64/screensaver.patch

--+
 extra-i686/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch   | 
2949 +-
 extra-i686/PKGBUILD  | 
 103 
 extra-i686/gnome-settings-daemon.install | 
  24 
 extra-i686/screensaver.patch | 
 290 
 extra-x86_64/0001-power-and-media-keys-Use-logind-for-suspending-and-r.patch | 
2949 +-
 extra-x86_64/PKGBUILD| 
 103 
 extra-x86_64/gnome-settings-daemon.install   | 
  24 
 extra-x86_64/screensaver.patch   | 
 290 
 8 files changed, 3364 insertions(+), 3368 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 170536:170537 to see the changes.


[arch-commits] Commit in totem/repos (12 files)

2012-11-08 Thread Jan Steffens
Date: Thursday, November 8, 2012 @ 06:31:05
  Author: heftig
Revision: 170538

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  totem/repos/extra-i686/PKGBUILD
(from rev 170537, totem/trunk/PKGBUILD)
  totem/repos/extra-i686/browser-plugins.ini
(from rev 170537, totem/trunk/browser-plugins.ini)
  totem/repos/extra-i686/totem.install
(from rev 170537, totem/trunk/totem.install)
  totem/repos/extra-x86_64/PKGBUILD
(from rev 170537, totem/trunk/PKGBUILD)
  totem/repos/extra-x86_64/browser-plugins.ini
(from rev 170537, totem/trunk/browser-plugins.ini)
  totem/repos/extra-x86_64/totem.install
(from rev 170537, totem/trunk/totem.install)
Deleted:
  totem/repos/extra-i686/PKGBUILD
  totem/repos/extra-i686/browser-plugins.ini
  totem/repos/extra-i686/totem.install
  totem/repos/extra-x86_64/PKGBUILD
  totem/repos/extra-x86_64/browser-plugins.ini
  totem/repos/extra-x86_64/totem.install

--+
 extra-i686/PKGBUILD  |  140 ++---
 extra-i686/browser-plugins.ini   |4 -
 extra-i686/totem.install |   26 +++---
 extra-x86_64/PKGBUILD|  140 ++---
 extra-x86_64/browser-plugins.ini |4 -
 extra-x86_64/totem.install   |   26 +++---
 6 files changed, 170 insertions(+), 170 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-08 11:30:19 UTC (rev 170537)
+++ extra-i686/PKGBUILD 2012-11-08 11:31:05 UTC (rev 170538)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgbase=totem
-pkgname=('totem' 'totem-plugin')
-pkgver=3.6.2
-pkgrel=1
-pkgdesc=GNOME3 movie player based on GStreamer
-url=http://www.gnome.org;
-arch=(i686 x86_64)
-license=(GPL2 custom)
-depends=(gst-plugins-base gst-plugins-good totem-plparser desktop-file-utils 
iso-codes libpeas
- hicolor-icon-theme gnome-icon-theme-symbolic 
gsettings-desktop-schemas dconf clutter-gst
- clutter-gtk mx python2-gobject gst-plugins-bad)
-makedepends=(intltool gnome-doc-utils nautilus lirc-utils vala grilo pylint)
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
-browser-plugins.ini)
-sha256sums=('d23ceda705b67f3f039064da3bec0bb744490cc3c327538f756d99238e6c52e1'
-'a50a3bbf35f0535f7e8e20af1893446a2e5711015484f9ae6d1ff91af3b23c4e')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/totem \
---localstatedir=/var \
---disable-static \
---enable-python \
---enable-nautilus
-  make
-}
-
-package_totem() {
-  groups=(gnome-extra)
-  install=totem.install
-  optdepends=('gst-plugins-ugly: Extra media codecs'
-  'gst-ffmpeg: Extra media codecs'
-  'lirc-utils: Infrared Remote Control plugin'
-  'grilo-plugins: Browse sidebar (remote media)'
-  'pyxdg: opensubtitles plugin')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR=${pkgdir} install
-
-  rm -r $pkgdir/usr/lib/mozilla
-  rm $pkgdir/usr/lib/totem/totem-plugin-viewer
-
-  sed -i s|#!/usr/bin/python$|#!/usr/bin/python2| \
-$pkgdir/usr/lib/totem/totem/totem-bugreport.py
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/totem/COPYING
-}
-
-package_totem-plugin() {
-  pkgdesc=Totem plugin for web browsers
-  depends=(totem=$pkgver)
-  backup=(etc/totem/browser-plugins.ini)
-
-  cd $pkgbase-$pkgver
-  make -C browser-plugin \
-plugindir=/usr/lib/mozilla/plugins \
-xptdir=/usr/lib/mozilla/plugins \
-DESTDIR=$pkgdir install
-  
-  install -Dm644 ../browser-plugins.ini $pkgdir/etc/totem/browser-plugins.ini
-
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/totem-plugin/COPYING
-}

Copied: totem/repos/extra-i686/PKGBUILD (from rev 170537, totem/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-08 11:31:05 UTC (rev 170538)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgbase=totem
+pkgname=('totem' 'totem-plugin')
+pkgver=3.6.3
+pkgrel=1
+pkgdesc=GNOME3 movie player based on GStreamer
+url=http://www.gnome.org;
+arch=(i686 x86_64)
+license=(GPL2 custom)
+depends=(gst-plugins-base gst-plugins-good totem-plparser desktop-file-utils 
iso-codes libpeas
+ hicolor-icon-theme gnome-icon-theme-symbolic 
gsettings-desktop-schemas dconf clutter-gst
+ clutter-gtk mx python2-gobject gst-plugins-bad)
+makedepends=(intltool gnome-doc-utils nautilus lirc-utils vala grilo pylint)
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
+  

[arch-commits] Commit in gnome-settings-daemon/trunk (screensaver.patch)

2012-11-08 Thread Jan Steffens
Date: Thursday, November 8, 2012 @ 06:31:25
  Author: heftig
Revision: 170539

Obsolete patch

Deleted:
  gnome-settings-daemon/trunk/screensaver.patch

---+
 screensaver.patch |  145 
 1 file changed, 145 deletions(-)

Deleted: screensaver.patch
===
--- screensaver.patch   2012-11-08 11:31:05 UTC (rev 170538)
+++ screensaver.patch   2012-11-08 11:31:25 UTC (rev 170539)
@@ -1,145 +0,0 @@
-From b47e4019a12ac84fba31e1c631d878ce03fa3808 Mon Sep 17 00:00:00 2001
-From: Rui Matos tiagoma...@gmail.com
-Date: Wed, 17 Oct 2012 22:44:54 +
-Subject: power: Add a watchdog to keep X's builtin screen saver disabled
-
-X's builtin screen saver may activate DPMS. Since we want to activate
-DPMS ourselves according to our own policy we must make sure that X's
-screen saver remains disabled.
-
-This code is a copy of the original found in gs-watcher-x11.c from
-gnome-screensaver which stopped being used in GNOME 3.6.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=686339

-diff --git a/plugins/power/gsd-power-manager.c 
b/plugins/power/gsd-power-manager.c
-index 0e06495..070cf32 100644
 a/plugins/power/gsd-power-manager.c
-+++ b/plugins/power/gsd-power-manager.c
-@@ -27,6 +27,7 @@
- #include stdio.h
- #include sys/wait.h
- #include glib/gi18n.h
-+#include gdk/gdkx.h
- #include gtk/gtk.h
- #include libupower-glib/upower.h
- #include libnotify/notify.h
-@@ -80,6 +81,8 @@
- /* Keep this in sync with gnome-shell */
- #define SCREENSAVER_FADE_TIME   10 /* seconds */
- 
-+#define XSCREENSAVER_WATCHDOG_TIMEOUT   120 /* seconds */
-+
- enum {
- GSD_POWER_IDLETIME_NULL_ID,
- GSD_POWER_IDLETIME_DIM_ID,
-@@ -197,6 +200,7 @@ struct GsdPowerManagerPrivate
- GsdPowerIdleMode current_idle_mode;
- guintlid_close_safety_timer_id;
- GtkStatusIcon   *status_icon;
-+guintxscreensaver_watchdog_timer_id;
- };
- 
- enum {
-@@ -3621,6 +3625,77 @@ engine_session_active_changed_cb (GnomeSettingsSession 
*session,
- idle_set_mode (manager, GSD_POWER_IDLE_MODE_NORMAL);
- }
- 
-+/* This timer goes off every few minutes, whether the user is idle or not,
-+   to try and clean up anything that has gone wrong.
-+
-+   It calls disable_builtin_screensaver() so that if xset has been used,
-+   or some other program (like xlock) has messed with the XSetScreenSaver()
-+   settings, they will be set back to sensible values (if a server extension
-+   is in use, messing with xlock can cause the screensaver to never get a 
wakeup
-+   event, and could cause monitor power-saving to occur, and all manner of
-+   heinousness.)
-+
-+   This code was originally part of gnome-screensaver, see
-+   
http://git.gnome.org/browse/gnome-screensaver/tree/src/gs-watcher-x11.c?id=fec00b12ec46c86334cfd36b37771cc4632f0d4d#n530
-+ */
-+static gboolean
-+disable_builtin_screensaver (gpointer unused)
-+{
-+int current_server_timeout, current_server_interval;
-+int current_prefer_blank,   current_allow_exp;
-+int desired_server_timeout, desired_server_interval;
-+int desired_prefer_blank,   desired_allow_exp;
-+
-+XGetScreenSaver (GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()),
-+ current_server_timeout,
-+ current_server_interval,
-+ current_prefer_blank,
-+ current_allow_exp);
-+
-+desired_server_timeout  = current_server_timeout;
-+desired_server_interval = current_server_interval;
-+desired_prefer_blank= current_prefer_blank;
-+desired_allow_exp   = current_allow_exp;
-+
-+desired_server_interval = 0;
-+
-+/* I suspect (but am not sure) that DontAllowExposures might have
-+   something to do with powering off the monitor as well, at least
-+   on some systems that don't support XDPMS?  Who know... */
-+desired_allow_exp = AllowExposures;
-+
-+/* When we're not using an extension, set the server-side timeout to 
0,
-+   so that the server never gets involved with screen blanking, and we
-+   do it all ourselves.  (However, when we *are* using an extension,
-+   we tell the server when to notify us, and rather than blanking the
-+   screen, the server will send us an X event telling us to blank.)
-+*/
-+desired_server_timeout = 0;
-+
-+if (desired_server_timeout != current_server_timeout
-+|| desired_server_interval != current_server_interval
-+|| desired_prefer_blank!= current_prefer_blank
-+|| desired_allow_exp   != current_allow_exp) {
-+
-+g_debug (disabling server builtin screensaver:
-+  (xset s %d %d; xset s %s; 

[arch-commits] Commit in (4 files)

2012-11-08 Thread Stéphane Gaudreault
Date: Thursday, November 8, 2012 @ 07:08:42
  Author: stephane
Revision: 170540

Initial import

Added:
  intel-tbb/
  intel-tbb/repos/
  intel-tbb/trunk/
  intel-tbb/trunk/PKGBUILD

--+
 PKGBUILD |   31 +++
 1 file changed, 31 insertions(+)

Added: intel-tbb/trunk/PKGBUILD
===
--- intel-tbb/trunk/PKGBUILD(rev 0)
+++ intel-tbb/trunk/PKGBUILD2012-11-08 12:08:42 UTC (rev 170540)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Denis Martinez deuns.martinez AT gmail.com
+
+pkgname=intel-tbb
+pkgver=4.1_20120718
+pkgrel=2
+pkgdesc='High level abstract threading library'
+arch=('i686' 'x86_64')
+url='http://www.threadingbuildingblocks.org/'
+license=('GPL')
+depends=('gcc-libs')
+source=(http://threadingbuildingblocks.org/uploads/77/188/4.1/tbb${pkgver/\./}oss_src.tgz;)
+sha1sums=('3fad942c867f032dc5ddeccd7ca19606eda7065d')
+
+build() {
+  cd ${srcdir}/tbb${pkgver/\./}oss
+
+  make
+}
+
+package() {
+  cd ${srcdir}/tbb${pkgver/\./}oss
+
+  install -d ${pkgdir}/usr/lib
+  install -m755 build/linux_*/*.so* ${pkgdir}/usr/lib
+
+  install -d ${pkgdir}/usr/include
+  cp -a include/tbb ${pkgdir}/usr/include
+}


Property changes on: intel-tbb/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in intel-tbb/repos (4 files)

2012-11-08 Thread Stéphane Gaudreault
Date: Thursday, November 8, 2012 @ 07:12:44
  Author: stephane
Revision: 170541

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  intel-tbb/repos/extra-i686/
  intel-tbb/repos/extra-i686/PKGBUILD
(from rev 170540, intel-tbb/trunk/PKGBUILD)
  intel-tbb/repos/extra-x86_64/
  intel-tbb/repos/extra-x86_64/PKGBUILD
(from rev 170540, intel-tbb/trunk/PKGBUILD)

---+
 extra-i686/PKGBUILD   |   31 +++
 extra-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: intel-tbb/repos/extra-i686/PKGBUILD (from rev 170540, 
intel-tbb/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-08 12:12:44 UTC (rev 170541)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Denis Martinez deuns.martinez AT gmail.com
+
+pkgname=intel-tbb
+pkgver=4.1_20120718
+pkgrel=2
+pkgdesc='High level abstract threading library'
+arch=('i686' 'x86_64')
+url='http://www.threadingbuildingblocks.org/'
+license=('GPL')
+depends=('gcc-libs')
+source=(http://threadingbuildingblocks.org/uploads/77/188/4.1/tbb${pkgver/\./}oss_src.tgz;)
+sha1sums=('3fad942c867f032dc5ddeccd7ca19606eda7065d')
+
+build() {
+  cd ${srcdir}/tbb${pkgver/\./}oss
+
+  make
+}
+
+package() {
+  cd ${srcdir}/tbb${pkgver/\./}oss
+
+  install -d ${pkgdir}/usr/lib
+  install -m755 build/linux_*/*.so* ${pkgdir}/usr/lib
+
+  install -d ${pkgdir}/usr/include
+  cp -a include/tbb ${pkgdir}/usr/include
+}

Copied: intel-tbb/repos/extra-x86_64/PKGBUILD (from rev 170540, 
intel-tbb/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-08 12:12:44 UTC (rev 170541)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Denis Martinez deuns.martinez AT gmail.com
+
+pkgname=intel-tbb
+pkgver=4.1_20120718
+pkgrel=2
+pkgdesc='High level abstract threading library'
+arch=('i686' 'x86_64')
+url='http://www.threadingbuildingblocks.org/'
+license=('GPL')
+depends=('gcc-libs')
+source=(http://threadingbuildingblocks.org/uploads/77/188/4.1/tbb${pkgver/\./}oss_src.tgz;)
+sha1sums=('3fad942c867f032dc5ddeccd7ca19606eda7065d')
+
+build() {
+  cd ${srcdir}/tbb${pkgver/\./}oss
+
+  make
+}
+
+package() {
+  cd ${srcdir}/tbb${pkgver/\./}oss
+
+  install -d ${pkgdir}/usr/lib
+  install -m755 build/linux_*/*.so* ${pkgdir}/usr/lib
+
+  install -d ${pkgdir}/usr/include
+  cp -a include/tbb ${pkgdir}/usr/include
+}



[arch-commits] Commit in kmod/trunk (3 files)

2012-11-08 Thread Dave Reisner
Date: Thursday, November 8, 2012 @ 08:48:58
  Author: dreisner
Revision: 170542

upgpkg: kmod 11-1

- drop backports
- upstream update

Modified:
  kmod/trunk/PKGBUILD
Deleted:
  kmod/trunk/0001-depmod-fix-parsing-of-modules.order-with-compressed-.patch
  kmod/trunk/0001-libkmod-Add-support-for-.-in-module-parameter-on-kcm.patch

-+
 0001-depmod-fix-parsing-of-modules.order-with-compressed-.patch |  165 
--
 0001-libkmod-Add-support-for-.-in-module-parameter-on-kcm.patch |   33 --
 PKGBUILD|   16 
 3 files changed, 3 insertions(+), 211 deletions(-)

Deleted: 0001-depmod-fix-parsing-of-modules.order-with-compressed-.patch
===
--- 0001-depmod-fix-parsing-of-modules.order-with-compressed-.patch 
2012-11-08 12:12:44 UTC (rev 170541)
+++ 0001-depmod-fix-parsing-of-modules.order-with-compressed-.patch 
2012-11-08 13:48:58 UTC (rev 170542)
@@ -1,165 +0,0 @@
-From 88c247f7f18ac25181ddcaff97fbbecbd3a29f57 Mon Sep 17 00:00:00 2001
-From: Lucas De Marchi lucas.de.mar...@gmail.com
-Date: Wed, 3 Oct 2012 16:28:24 -0300
-Subject: [PATCH] depmod: fix parsing of modules.order with compressed modules
-
-We now index the modules by uncompressed-relative-path instead of
-relative-path. This is because the file modules.order, coming from
-kernel, always comes with uncompressed paths. This fixes the issue of
-not sorting the aliases correctly due to paths not matching when using
-compressed modules.

- tools/depmod.c | 46 +-
- 1 file changed, 29 insertions(+), 17 deletions(-)
-
-diff --git a/tools/depmod.c b/tools/depmod.c
-index 0bf2dea..ff19d6e 100644
 a/tools/depmod.c
-+++ b/tools/depmod.c
-@@ -39,6 +39,8 @@
- #define DEFAULT_VERBOSE LOG_WARNING
- static int verbose = DEFAULT_VERBOSE;
- 
-+#define KMOD_EXT_UNC 0
-+
- static const struct kmod_ext {
-   const char *ext;
-   size_t len;
-@@ -1001,6 +1003,7 @@ struct mod {
-   uint16_t idx; /* index in depmod-modules.array */
-   uint16_t users; /* how many modules depend on this one */
-   uint8_t dep_loop : 1;
-+  char *uncrelpath; /* same as relpath but ending in .ko */
-   char modname[];
- };
- 
-@@ -1014,7 +1017,7 @@ struct depmod {
-   const struct cfg *cfg;
-   struct kmod_ctx *ctx;
-   struct array modules;
--  struct hash *modules_by_relpath;
-+  struct hash *modules_by_uncrelpath;
-   struct hash *modules_by_name;
-   struct hash *symbols;
-   unsigned int dep_loops;
-@@ -1025,6 +1028,7 @@ static void mod_free(struct mod *mod)
-   DBG(free %p kmod=%p, path=%s\n, mod, mod-kmod, mod-path);
-   array_free_array(mod-deps);
-   kmod_module_unref(mod-kmod);
-+  free(mod-uncrelpath);
-   free(mod);
- }
- 
-@@ -1066,10 +1070,10 @@ static int depmod_init(struct depmod *depmod, struct 
cfg *cfg,
- 
-   array_init(depmod-modules, 128);
- 
--  depmod-modules_by_relpath = hash_new(512, NULL);
--  if (depmod-modules_by_relpath == NULL) {
-+  depmod-modules_by_uncrelpath = hash_new(512, NULL);
-+  if (depmod-modules_by_uncrelpath == NULL) {
-   err = -errno;
--  goto modules_by_relpath_failed;
-+  goto modules_by_uncrelpath_failed;
-   }
- 
-   depmod-modules_by_name = hash_new(512, NULL);
-@@ -1089,8 +1093,8 @@ static int depmod_init(struct depmod *depmod, struct cfg 
*cfg,
- symbols_failed:
-   hash_free(depmod-modules_by_name);
- modules_by_name_failed:
--  hash_free(depmod-modules_by_relpath);
--modules_by_relpath_failed:
-+  hash_free(depmod-modules_by_uncrelpath);
-+modules_by_uncrelpath_failed:
-   return err;
- }
- 
-@@ -1100,7 +1104,7 @@ static void depmod_shutdown(struct depmod *depmod)
- 
-   hash_free(depmod-symbols);
- 
--  hash_free(depmod-modules_by_relpath);
-+  hash_free(depmod-modules_by_uncrelpath);
- 
-   hash_free(depmod-modules_by_name);
- 
-@@ -1114,7 +1118,7 @@ static void depmod_shutdown(struct depmod *depmod)
- static int depmod_module_add(struct depmod *depmod, struct kmod_module *kmod)
- {
-   const struct cfg *cfg = depmod-cfg;
--  const char *modname;
-+  const char *modname, *lastslash;
-   size_t modnamelen;
-   struct mod *mod;
-   int err;
-@@ -1134,7 +1138,8 @@ static int depmod_module_add(struct depmod *depmod, 
struct kmod_module *kmod)
-   array_init(mod-deps, 4);
- 
-   mod-path = kmod_module_get_path(kmod);
--  mod-baselen = strrchr(mod-path, '/') - mod-path;
-+  lastslash = strrchr(mod-path, '/');
-+  mod-baselen = lastslash - mod-path;
-   if (strncmp(mod-path, cfg-dirname, cfg-dirnamelen) == 0 
-   mod-path[cfg-dirnamelen] == '/')
-   mod-relpath = mod-path + cfg-dirnamelen + 1;
-@@ -1144,25 +1149,32 @@ static int 

[arch-commits] Commit in kmod/repos (6 files)

2012-11-08 Thread Dave Reisner
Date: Thursday, November 8, 2012 @ 08:49:12
  Author: dreisner
Revision: 170543

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kmod/repos/testing-i686/
  kmod/repos/testing-i686/PKGBUILD
(from rev 170542, kmod/trunk/PKGBUILD)
  kmod/repos/testing-i686/depmod-search.conf
(from rev 170542, kmod/trunk/depmod-search.conf)
  kmod/repos/testing-x86_64/
  kmod/repos/testing-x86_64/PKGBUILD
(from rev 170542, kmod/trunk/PKGBUILD)
  kmod/repos/testing-x86_64/depmod-search.conf
(from rev 170542, kmod/trunk/depmod-search.conf)

---+
 testing-i686/PKGBUILD |   56 
 testing-i686/depmod-search.conf   |5 +++
 testing-x86_64/PKGBUILD   |   56 
 testing-x86_64/depmod-search.conf |5 +++
 4 files changed, 122 insertions(+)

Copied: kmod/repos/testing-i686/PKGBUILD (from rev 170542, kmod/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-08 13:49:12 UTC (rev 170543)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=kmod
+pkgver=11
+pkgrel=1
+pkgdesc=Linux kernel module handling
+arch=('i686' 'x86_64')
+url='http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary'
+license=('GPL2')
+depends=('glibc' 'zlib')
+makedepends=('gtk-doc')
+options=('!libtool')
+provides=('module-init-tools=3.16')
+conflicts=('module-init-tools')
+replaces=('module-init-tools')
+source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar.xz;
+depmod-search.conf)
+md5sums=('607e33b0144625c2e5221e5a7df49c7a'
+ 'dd62cbf62bd8f212f51ef8c43bec9a77')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--sysconfdir=/etc \
+--enable-gtk-doc \
+--with-zlib
+
+  make
+}
+
+check() {
+  # testsuite is broken on 32-bit because of an unhandled EEXIST on mkdir_p
+  make -C $pkgname-$pkgver check || :
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+
+  # extra directories
+  install -dm755 $pkgdir/{etc,usr/lib}/{depmod,modprobe}.d $pkgdir/sbin
+
+  # add symlinks to kmod
+  ln -s ../usr/bin/kmod $pkgdir/sbin/modprobe
+  ln -s ../usr/bin/kmod $pkgdir/sbin/depmod
+
+  for tool in {ins,ls,rm}mod modinfo; do
+ln -s kmod $pkgdir/usr/bin/$tool
+  done
+
+  # install depmod.d file for search/ dir
+  install -Dm644 $srcdir/depmod-search.conf 
$pkgdir/usr/lib/depmod.d/search.conf
+}
+
+# vim: ft=sh syn=sh et

Copied: kmod/repos/testing-i686/depmod-search.conf (from rev 170542, 
kmod/trunk/depmod-search.conf)
===
--- testing-i686/depmod-search.conf (rev 0)
+++ testing-i686/depmod-search.conf 2012-11-08 13:49:12 UTC (rev 170543)
@@ -0,0 +1,5 @@
+#
+# /usr/lib/depmod.d/search.conf
+#
+
+search updates extramodules built-in

Copied: kmod/repos/testing-x86_64/PKGBUILD (from rev 170542, 
kmod/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-11-08 13:49:12 UTC (rev 170543)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=kmod
+pkgver=11
+pkgrel=1
+pkgdesc=Linux kernel module handling
+arch=('i686' 'x86_64')
+url='http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary'
+license=('GPL2')
+depends=('glibc' 'zlib')
+makedepends=('gtk-doc')
+options=('!libtool')
+provides=('module-init-tools=3.16')
+conflicts=('module-init-tools')
+replaces=('module-init-tools')
+source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar.xz;
+depmod-search.conf)
+md5sums=('607e33b0144625c2e5221e5a7df49c7a'
+ 'dd62cbf62bd8f212f51ef8c43bec9a77')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--sysconfdir=/etc \
+--enable-gtk-doc \
+--with-zlib
+
+  make
+}
+
+check() {
+  # testsuite is broken on 32-bit because of an unhandled EEXIST on mkdir_p
+  make -C $pkgname-$pkgver check || :
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+
+  # extra directories
+  install -dm755 $pkgdir/{etc,usr/lib}/{depmod,modprobe}.d $pkgdir/sbin
+
+  # add symlinks to kmod
+  ln -s ../usr/bin/kmod $pkgdir/sbin/modprobe
+  ln -s ../usr/bin/kmod $pkgdir/sbin/depmod
+
+  for tool in {ins,ls,rm}mod modinfo; do
+ln -s kmod $pkgdir/usr/bin/$tool
+  done
+
+  # install depmod.d file for search/ dir
+  install -Dm644 $srcdir/depmod-search.conf 
$pkgdir/usr/lib/depmod.d/search.conf
+}
+
+# vim: ft=sh syn=sh et

Copied: kmod/repos/testing-x86_64/depmod-search.conf (from rev 170542, 
kmod/trunk/depmod-search.conf)
===
--- testing-x86_64/depmod-search.conf   (rev 0)
+++ 

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

2012-11-08 Thread Jan Steffens
Date: Thursday, November 8, 2012 @ 10:22:44
  Author: heftig
Revision: 170544

0.2.3

Modified:
  grilo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-08 13:49:12 UTC (rev 170543)
+++ PKGBUILD2012-11-08 15:22:44 UTC (rev 170544)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=grilo
-pkgver=0.2.2
+pkgver=0.2.3
 pkgrel=1
 pkgdesc=Framework that provides access to various sources of multimedia 
content
 url=http://www.gnome.org;
@@ -13,7 +13,7 @@
 optdepends=('grilo-plugins: Plugins for grilo')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('e98d86e9c26dc444f43782e68f44a90da47f69da8a4ac313da9a3795fb72271f')
+sha256sums=('6a800c98731a93cc2b204abceeb37c55bb5529724115f5d4c4f91bd1ade67d42')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-11-08 Thread Jan Steffens
Date: Thursday, November 8, 2012 @ 10:25:15
  Author: heftig
Revision: 170545

Fix libdir, broken by upstream commit 9066efc2

Modified:
  grilo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-08 15:22:44 UTC (rev 170544)
+++ PKGBUILD2012-11-08 15:25:15 UTC (rev 170545)
@@ -17,7 +17,8 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug 
\
+--libdir=/usr/lib
   make
 }
 



[arch-commits] Commit in grilo/repos (4 files)

2012-11-08 Thread Jan Steffens
Date: Thursday, November 8, 2012 @ 10:26:24
  Author: heftig
Revision: 170546

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  grilo/repos/extra-i686/PKGBUILD
(from rev 170545, grilo/trunk/PKGBUILD)
  grilo/repos/extra-x86_64/PKGBUILD
(from rev 170545, grilo/trunk/PKGBUILD)
Deleted:
  grilo/repos/extra-i686/PKGBUILD
  grilo/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   55 
 extra-x86_64/PKGBUILD |   55 
 2 files changed, 56 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-08 15:25:15 UTC (rev 170545)
+++ extra-i686/PKGBUILD 2012-11-08 15:26:24 UTC (rev 170546)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=grilo
-pkgver=0.2.2
-pkgrel=1
-pkgdesc=Framework that provides access to various sources of multimedia 
content
-url=http://www.gnome.org;
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'libxml2' 'libsoup')
-makedepends=('gobject-introspection' 'gtk-doc' 'vala')
-optdepends=('grilo-plugins: Plugins for grilo')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('e98d86e9c26dc444f43782e68f44a90da47f69da8a4ac313da9a3795fb72271f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: grilo/repos/extra-i686/PKGBUILD (from rev 170545, grilo/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-08 15:26:24 UTC (rev 170546)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=grilo
+pkgver=0.2.3
+pkgrel=1
+pkgdesc=Framework that provides access to various sources of multimedia 
content
+url=http://www.gnome.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'libxml2' 'libsoup')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+optdepends=('grilo-plugins: Plugins for grilo')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('6a800c98731a93cc2b204abceeb37c55bb5529724115f5d4c4f91bd1ade67d42')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug 
\
+--libdir=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-08 15:25:15 UTC (rev 170545)
+++ extra-x86_64/PKGBUILD   2012-11-08 15:26:24 UTC (rev 170546)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=grilo
-pkgver=0.2.2
-pkgrel=1
-pkgdesc=Framework that provides access to various sources of multimedia 
content
-url=http://www.gnome.org;
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('gtk3' 'libxml2' 'libsoup')
-makedepends=('gobject-introspection' 'gtk-doc' 'vala')
-optdepends=('grilo-plugins: Plugins for grilo')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('e98d86e9c26dc444f43782e68f44a90da47f69da8a4ac313da9a3795fb72271f')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: grilo/repos/extra-x86_64/PKGBUILD (from rev 170545, 
grilo/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-08 15:26:24 UTC (rev 170546)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=grilo
+pkgver=0.2.3
+pkgrel=1
+pkgdesc=Framework that provides access to various sources of multimedia 
content
+url=http://www.gnome.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('gtk3' 'libxml2' 'libsoup')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+optdepends=('grilo-plugins: Plugins for grilo')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('6a800c98731a93cc2b204abceeb37c55bb5529724115f5d4c4f91bd1ade67d42')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure 

[arch-commits] Commit in alsaplayer/repos (10 files)

2012-11-08 Thread Jan Steffens
Date: Thursday, November 8, 2012 @ 10:28:30
  Author: heftig
Revision: 170547

db-move: moved alsaplayer from [testing] to [extra] (i686, x86_64)

Added:
  alsaplayer/repos/extra-i686/PKGBUILD
(from rev 170546, alsaplayer/repos/testing-i686/PKGBUILD)
  alsaplayer/repos/extra-i686/alsaplayer.install
(from rev 170546, alsaplayer/repos/testing-i686/alsaplayer.install)
  alsaplayer/repos/extra-x86_64/PKGBUILD
(from rev 170546, alsaplayer/repos/testing-x86_64/PKGBUILD)
  alsaplayer/repos/extra-x86_64/alsaplayer.install
(from rev 170546, alsaplayer/repos/testing-x86_64/alsaplayer.install)
Deleted:
  alsaplayer/repos/extra-i686/PKGBUILD
  alsaplayer/repos/extra-i686/alsaplayer.install
  alsaplayer/repos/extra-x86_64/PKGBUILD
  alsaplayer/repos/extra-x86_64/alsaplayer.install
  alsaplayer/repos/testing-i686/
  alsaplayer/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |   74 +++---
 extra-i686/alsaplayer.install   |   22 +--
 extra-x86_64/PKGBUILD   |   74 +++---
 extra-x86_64/alsaplayer.install |   22 +--
 4 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-08 15:26:24 UTC (rev 170546)
+++ extra-i686/PKGBUILD 2012-11-08 15:28:30 UTC (rev 170547)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=alsaplayer
-pkgver=0.99.81
-pkgrel=4
-pkgdesc=A heavily multi-threaded PCM player that tries to excercise the ALSA 
library and driver quite a bit
-arch=('i686' 'x86_64')
-url=http://www.alsaplayer.org/;
-license=('GPL')
-depends=('gcc-libs' 'desktop-file-utils')
-makedepends=('gtk2' 'libid3tag' 'libvorbis' 'libmad' 'libmikmod' 'jack' 'mesa' 
'audiofile' 'doxygen')
-optdepends=('gtk2: for the gtk2 GUI interface' \
-'libgl: for the OpenGL visual plugins' \
-'jack: for JACK audio server output support' \
-'audiofile: for support of various audio formats like AIFF, WAVE, 
.snd/.au' \
-'libid3tag: for flac support' \
-'flac: for flac support' \
-'libmad: for MPEG support' \
-'libsndfile: for sndfile support' \
-'libvorbis: for ogg vorbis support' \
-'libmikmod: for mod, s3m, it and xm formats supports')
-options=('!libtool')
-install=alsaplayer.install
-source=(http://www.alsaplayer.org/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('25817ebd1e5c36da31a88363315a1bf7a945ddfd')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-audiofile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: alsaplayer/repos/extra-i686/PKGBUILD (from rev 170546, 
alsaplayer/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-08 15:28:30 UTC (rev 170547)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=alsaplayer
+pkgver=0.99.81
+pkgrel=5
+pkgdesc=A heavily multi-threaded PCM player that tries to excercise the ALSA 
library and driver quite a bit
+arch=('i686' 'x86_64')
+url=http://www.alsaplayer.org/;
+license=('GPL')
+depends=('gcc-libs' 'desktop-file-utils')
+makedepends=('gtk2' 'libid3tag' 'libvorbis' 'libmad' 'libmikmod' 'jack' 'mesa' 
'audiofile' 'doxygen')
+optdepends=('gtk2: for the gtk2 GUI interface' \
+'libgl: for the OpenGL visual plugins' \
+'jack: for JACK audio server output support' \
+'audiofile: for support of various audio formats like AIFF, WAVE, 
.snd/.au' \
+'libid3tag: for flac support' \
+'flac: for flac support' \
+'libmad: for MPEG support' \
+'libsndfile: for sndfile support' \
+'libvorbis: for ogg vorbis support' \
+'libmikmod: for mod, s3m, it and xm formats supports')
+options=('!libtool')
+install=alsaplayer.install
+source=(http://www.alsaplayer.org/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('25817ebd1e5c36da31a88363315a1bf7a945ddfd')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-audiofile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/alsaplayer.install
===
--- extra-i686/alsaplayer.install   2012-11-08 15:26:24 UTC (rev 170546)
+++ extra-i686/alsaplayer.install   2012-11-08 15:28:30 UTC (rev 170547)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: alsaplayer/repos/extra-i686/alsaplayer.install (from rev 170546, 

[arch-commits] Commit in gweled/repos (10 files)

2012-11-08 Thread Jan Steffens
Date: Thursday, November 8, 2012 @ 10:28:32
  Author: heftig
Revision: 170548

db-move: moved gweled from [testing] to [extra] (i686, x86_64)

Added:
  gweled/repos/extra-i686/PKGBUILD
(from rev 170546, gweled/repos/testing-i686/PKGBUILD)
  gweled/repos/extra-i686/gweled.install
(from rev 170546, gweled/repos/testing-i686/gweled.install)
  gweled/repos/extra-x86_64/PKGBUILD
(from rev 170546, gweled/repos/testing-x86_64/PKGBUILD)
  gweled/repos/extra-x86_64/gweled.install
(from rev 170546, gweled/repos/testing-x86_64/gweled.install)
Deleted:
  gweled/repos/extra-i686/PKGBUILD
  gweled/repos/extra-i686/gweled.install
  gweled/repos/extra-x86_64/PKGBUILD
  gweled/repos/extra-x86_64/gweled.install
  gweled/repos/testing-i686/
  gweled/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |   61 --
 extra-i686/gweled.install   |   48 -
 extra-x86_64/PKGBUILD   |   61 --
 extra-x86_64/gweled.install |   48 -
 4 files changed, 108 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-08 15:28:30 UTC (rev 170547)
+++ extra-i686/PKGBUILD 2012-11-08 15:28:32 UTC (rev 170548)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=gweled
-pkgver=0.9.1
-pkgrel=1
-pkgdesc=A puzzle game similar to Bejeweled (aka Diamond Mine)
-arch=('i686' 'x86_64')
-license=('GPL')
-url=https://launchpad.net/gweled/;
-depends=('gtk2' 'librsvg' 'libmikmod' 'hicolor-icon-theme')
-makedepends=('intltool')
-install=gweled.install
-source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
-md5sums=('746ac14523c968e78140c2f0501fd7cf')
-sha1sums=('ff4a59935c9e1eb4a202e723baabaab39f526714')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---with-scores-user=root --with-scores-group=games
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-# We generate these files on post-install to prevent score resets on upgrade
-  rm -rf ${pkgdir}/var
-}

Copied: gweled/repos/extra-i686/PKGBUILD (from rev 170546, 
gweled/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-08 15:28:32 UTC (rev 170548)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=gweled
+pkgver=0.9.1
+pkgrel=2
+pkgdesc=A puzzle game similar to Bejeweled (aka Diamond Mine)
+arch=('i686' 'x86_64')
+license=('GPL')
+url=https://launchpad.net/gweled/;
+depends=('gtk2' 'librsvg' 'libmikmod' 'hicolor-icon-theme')
+makedepends=('intltool')
+install=gweled.install
+source=(http://launchpad.net/${pkgname}/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('ff4a59935c9e1eb4a202e723baabaab39f526714')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--with-scores-user=root --with-scores-group=games
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+# We generate these files on post-install to prevent score resets on upgrade
+  rm -rf ${pkgdir}/var
+}

Deleted: extra-i686/gweled.install
===
--- extra-i686/gweled.install   2012-11-08 15:28:30 UTC (rev 170547)
+++ extra-i686/gweled.install   2012-11-08 15:28:32 UTC (rev 170548)
@@ -1,24 +0,0 @@
-scores=(
-  'gweled.Normal.scores'
-  'gweled.Timed.scores'
-)
-
-post_install() {
-  for score in ${scores[@]} ; do
-if [ -e var/games/${score} ]; then
-  continue
-fi
-touch var/games/${score}
-chown root:games var/games/${score}
-chmod 664 var/games/${score}
-  done
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: gweled/repos/extra-i686/gweled.install (from rev 170546, 
gweled/repos/testing-i686/gweled.install)
===
--- extra-i686/gweled.install   (rev 0)
+++ extra-i686/gweled.install   2012-11-08 15:28:32 UTC (rev 170548)
@@ -0,0 +1,24 @@
+scores=(
+  'gweled.Normal.scores'
+  'gweled.Timed.scores'
+)
+
+post_install() {
+  for score in ${scores[@]} ; do
+if [ -e var/games/${score} ]; then
+  continue
+fi
+touch var/games/${score}
+chown root:games var/games/${score}
+chmod 664 var/games/${score}
+  done
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  

[arch-commits] Commit in libmikmod/repos (24 files)

2012-11-08 Thread Jan Steffens
Date: Thursday, November 8, 2012 @ 10:28:36
  Author: heftig
Revision: 170549

db-move: moved libmikmod from [testing] to [extra] (i686, x86_64)

Added:
  libmikmod/repos/extra-i686/PKGBUILD
(from rev 170546, libmikmod/repos/testing-i686/PKGBUILD)
  libmikmod/repos/extra-i686/libmikmod-3.1.12-loopingvolume-fix.diff
(from rev 170546, 
libmikmod/repos/testing-i686/libmikmod-3.1.12-loopingvolume-fix.diff)
  libmikmod/repos/extra-i686/libmikmod-3.2.0-64bit-fix.diff
(from rev 170546, 
libmikmod/repos/testing-i686/libmikmod-3.2.0-64bit-fix.diff)
  libmikmod/repos/extra-i686/libmikmod.install
(from rev 170546, libmikmod/repos/testing-i686/libmikmod.install)
  libmikmod/repos/extra-x86_64/PKGBUILD
(from rev 170546, libmikmod/repos/testing-x86_64/PKGBUILD)
  libmikmod/repos/extra-x86_64/libmikmod-3.1.12-loopingvolume-fix.diff
(from rev 170546, 
libmikmod/repos/testing-x86_64/libmikmod-3.1.12-loopingvolume-fix.diff)
  libmikmod/repos/extra-x86_64/libmikmod-3.2.0-64bit-fix.diff
(from rev 170546, 
libmikmod/repos/testing-x86_64/libmikmod-3.2.0-64bit-fix.diff)
  libmikmod/repos/extra-x86_64/libmikmod.install
(from rev 170546, libmikmod/repos/testing-x86_64/libmikmod.install)
Deleted:
  libmikmod/repos/extra-i686/PKGBUILD
  libmikmod/repos/extra-i686/libmikmod-3.1.12-64bit-fix.diff
  libmikmod/repos/extra-i686/libmikmod-3.1.12-exitcrash-fix.diff
  libmikmod/repos/extra-i686/libmikmod-3.1.12-loopingvolume-fix.diff
  libmikmod/repos/extra-i686/libmikmod-3.1.12-md_sngchn-fix.diff
  libmikmod/repos/extra-i686/libmikmod-CVE-2009-0179.patch
  libmikmod/repos/extra-i686/libmikmod.install
  libmikmod/repos/extra-x86_64/PKGBUILD
  libmikmod/repos/extra-x86_64/libmikmod-3.1.12-64bit-fix.diff
  libmikmod/repos/extra-x86_64/libmikmod-3.1.12-exitcrash-fix.diff
  libmikmod/repos/extra-x86_64/libmikmod-3.1.12-loopingvolume-fix.diff
  libmikmod/repos/extra-x86_64/libmikmod-3.1.12-md_sngchn-fix.diff
  libmikmod/repos/extra-x86_64/libmikmod-CVE-2009-0179.patch
  libmikmod/repos/extra-x86_64/libmikmod.install
  libmikmod/repos/testing-i686/
  libmikmod/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  |   82 +---
 extra-i686/libmikmod-3.1.12-64bit-fix.diff   |   47 ---
 extra-i686/libmikmod-3.1.12-exitcrash-fix.diff   |   21 ---
 extra-i686/libmikmod-3.1.12-loopingvolume-fix.diff   |   30 ++--
 extra-i686/libmikmod-3.1.12-md_sngchn-fix.diff   |  112 -
 extra-i686/libmikmod-3.2.0-64bit-fix.diff|   12 +
 extra-i686/libmikmod-CVE-2009-0179.patch |   33 -
 extra-i686/libmikmod.install |   36 ++---
 extra-x86_64/PKGBUILD|   82 +---
 extra-x86_64/libmikmod-3.1.12-64bit-fix.diff |   47 ---
 extra-x86_64/libmikmod-3.1.12-exitcrash-fix.diff |   21 ---
 extra-x86_64/libmikmod-3.1.12-loopingvolume-fix.diff |   30 ++--
 extra-x86_64/libmikmod-3.1.12-md_sngchn-fix.diff |  112 -
 extra-x86_64/libmikmod-3.2.0-64bit-fix.diff  |   12 +
 extra-x86_64/libmikmod-CVE-2009-0179.patch   |   33 -
 extra-x86_64/libmikmod.install   |   36 ++---
 16 files changed, 168 insertions(+), 578 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-08 15:28:32 UTC (rev 170548)
+++ extra-i686/PKGBUILD 2012-11-08 15:28:36 UTC (rev 170549)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=libmikmod
-pkgver=3.1.12
-pkgrel=4
-pkgdesc=A portable sound library
-license=('GPL' 'LGPL')
-url=http://sourceforge.net/projects/mikmod/;
-arch=('i686' 'x86_64')
-depends=('glibc')
-options=('!libtool')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/mikmod/${pkgname}-${pkgver}.tar.gz
-libmikmod-3.1.12-64bit-fix.diff
-   libmikmod-3.1.12-exitcrash-fix.diff
-   libmikmod-3.1.12-loopingvolume-fix.diff
-   libmikmod-3.1.12-md_sngchn-fix.diff
-libmikmod-CVE-2009-0179.patch)
-md5sums=('9f3c740298260d5f88981fc0d51f6f16'
- 'dc7ffd8d6d355e9d6ec671b7f2b2adc7'
- '03a4f5bfcecddf5f515672d6d477b7f7'
- 'a837fd876cbd2ac27419b802504489db'
- '076d39de19de36b880ed90297f1ee0d1'
- 'fa91f4bc17164be32bec0ea7a73f2aaa')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # patches from sdl_mixer-1.2.11 source
-  patch -Np1 -i $srcdir/libmikmod-3.1.12-64bit-fix.diff
-  patch -Np1 -i $srcdir/libmikmod-3.1.12-exitcrash-fix.diff
-  patch -Np1 -i $srcdir/libmikmod-3.1.12-loopingvolume-fix.diff
-  patch -Np1 -i $srcdir/libmikmod-3.1.12-md_sngchn-fix.diff
-  patch -Np1 -i $srcdir/libmikmod-CVE-2009-0179.patch
-  
-  ./configure --prefix=/usr --mandir=/usr/share/man 

[arch-commits] Commit in sdl_sound/repos (10 files)

2012-11-08 Thread Jan Steffens
Date: Thursday, November 8, 2012 @ 10:28:40
  Author: heftig
Revision: 170550

db-move: moved sdl_sound from [testing] to [extra] (i686, x86_64)

Added:
  sdl_sound/repos/extra-i686/PKGBUILD
(from rev 170546, sdl_sound/repos/testing-i686/PKGBUILD)
  sdl_sound/repos/extra-i686/flac.patch
(from rev 170546, sdl_sound/repos/testing-i686/flac.patch)
  sdl_sound/repos/extra-x86_64/PKGBUILD
(from rev 170546, sdl_sound/repos/testing-x86_64/PKGBUILD)
  sdl_sound/repos/extra-x86_64/flac.patch
(from rev 170546, sdl_sound/repos/testing-x86_64/flac.patch)
Deleted:
  sdl_sound/repos/extra-i686/PKGBUILD
  sdl_sound/repos/extra-i686/flac.patch
  sdl_sound/repos/extra-x86_64/PKGBUILD
  sdl_sound/repos/extra-x86_64/flac.patch
  sdl_sound/repos/testing-i686/
  sdl_sound/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |   66 ++--
 extra-i686/flac.patch   |  252 +++---
 extra-x86_64/PKGBUILD   |   66 ++--
 extra-x86_64/flac.patch |  252 +++---
 4 files changed, 318 insertions(+), 318 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-08 15:28:36 UTC (rev 170549)
+++ extra-i686/PKGBUILD 2012-11-08 15:28:40 UTC (rev 170550)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=sdl_sound
-pkgver=1.0.3
-pkgrel=3
-pkgdesc=A library to decode several popular sound file formats, such as .WAV 
and .MP3
-arch=('i686' 'x86_64')
-url=http://icculus.org/SDL_sound/;
-license=('LGPL')
-depends=('sdl' 'libmikmod' 'libvorbis' 'flac' 'speex' 'smpeg')
-options=('!libtool')
-source=(http://icculus.org/SDL_sound/downloads/SDL_sound-$pkgver.tar.gz 
-flac.patch)
-md5sums=('aa09cd52df85d29bee87a664424c94b5'
- '302aa9dc94cc71dd3339ca3177d36e1c')
-
-build() {
-  cd ${srcdir}/SDL_sound-${pkgver}
-
-  CFLAGS=$CFLAGS -I/usr/include/smpeg \
-  CXXFLAGS=$CXXFLAGS -I/usr/include/smpeg \
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd ${srcdir}/SDL_sound-${pkgver}
-  make DESTDIR=${pkgdir} install
-}
-

Copied: sdl_sound/repos/extra-i686/PKGBUILD (from rev 170546, 
sdl_sound/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-08 15:28:40 UTC (rev 170550)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=sdl_sound
+pkgver=1.0.3
+pkgrel=4
+pkgdesc=A library to decode several popular sound file formats, such as .WAV 
and .MP3
+arch=('i686' 'x86_64')
+url=http://icculus.org/SDL_sound/;
+license=('LGPL')
+depends=('sdl' 'libmikmod' 'libvorbis' 'flac' 'speex' 'smpeg')
+options=('!libtool')
+source=(http://icculus.org/SDL_sound/downloads/SDL_sound-$pkgver.tar.gz 
+flac.patch)
+md5sums=('aa09cd52df85d29bee87a664424c94b5'
+ '302aa9dc94cc71dd3339ca3177d36e1c')
+
+build() {
+  cd ${srcdir}/SDL_sound-${pkgver}
+
+  CFLAGS=$CFLAGS -I/usr/include/smpeg \
+  CXXFLAGS=$CXXFLAGS -I/usr/include/smpeg \
+  ./configure --prefix=/usr --disable-static
+
+  make
+}
+
+package() {
+  cd ${srcdir}/SDL_sound-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+

Deleted: extra-i686/flac.patch
===
--- extra-i686/flac.patch   2012-11-08 15:28:36 UTC (rev 170549)
+++ extra-i686/flac.patch   2012-11-08 15:28:40 UTC (rev 170550)
@@ -1,126 +0,0 @@
-diff -u -r SDL_sound-1.0.1/configure.in SDL_sound-1.0.1-flac/configure.in
 SDL_sound-1.0.1/configure.in   2003-10-12 20:49:54.0 +0200
-+++ SDL_sound-1.0.1-flac/configure.in  2006-12-11 20:43:46.546583251 +0100
-@@ -155,9 +155,12 @@
- dnl  FLAC developers tend to break their API with every release, so we're
- dnl  checking for the latest-and-greatest here so we don't have to support
- dnl  obsolete versions.
-+dnl Starting with FLAC 1.1.3:
-+dnl   libFLAC supports Ogg FLAC (no more libOggFLAC) so we also need -logg
-+dnl   the libFLAC .so version is also #defined in FLAC/export.h
- 
- dnl Hooray for shitty autoconf bugs!
--x=C__seekable_stream_decoder_process_single
-+x=C__stream_decoder_process_single
- flcsym=FLA$x
- dnl Check for libFLAC
- AC_ARG_ENABLE(flac,
-@@ -167,7 +170,7 @@
-   AC_CHECK_HEADER(FLAC/stream_decoder.h, have_flac_hdr=yes)
-   AC_CHECK_LIB(FLAC, $flcsym, have_flac_lib=yes)
-   if test x$have_flac_hdr = xyes -a x$have_flac_lib = xyes; then
--LIBS=$LIBS -lFLAC
-+LIBS=$LIBS -lFLAC -logg
- AC_DEFINE(SOUND_SUPPORTS_FLAC)
-   fi
- fi
-diff -u -r SDL_sound-1.0.1/decoders/flac.c SDL_sound-1.0.1-flac/decoders/flac.c
 SDL_sound-1.0.1/decoders/flac.c2003-03-10 23:44:14.0 +0100
-+++ SDL_sound-1.0.1-flac/decoders/flac.c   2006-12-11 20:43:57.880097062 
+0100
-@@ -44,6 +44,16 

[arch-commits] Commit in xmms/repos (54 files)

2012-11-08 Thread Jan Steffens
Date: Thursday, November 8, 2012 @ 10:28:46
  Author: heftig
Revision: 170551

db-move: moved xmms from [testing] to [extra] (i686, x86_64)

Added:
  xmms/repos/extra-i686/PKGBUILD
(from rev 170546, xmms/repos/testing-i686/PKGBUILD)
  xmms/repos/extra-i686/xmms-1.2.10-crossfade-0.3.9.patch
(from rev 170546, xmms/repos/testing-i686/xmms-1.2.10-crossfade-0.3.9.patch)
  xmms/repos/extra-i686/xmms-1.2.10-fonts.patch
(from rev 170546, xmms/repos/testing-i686/xmms-1.2.10-fonts.patch)
  xmms/repos/extra-i686/xmms-1.2.10-recode-id3.patch
(from rev 170546, xmms/repos/testing-i686/xmms-1.2.10-recode-id3.patch)
  xmms/repos/extra-i686/xmms-1.2.11-3dse.patch
(from rev 170546, xmms/repos/testing-i686/xmms-1.2.11-3dse.patch)
  xmms/repos/extra-i686/xmms-1.2.11-CVE-2007-0653.0654.patch
(from rev 170546, 
xmms/repos/testing-i686/xmms-1.2.11-CVE-2007-0653.0654.patch)
  xmms/repos/extra-i686/xmms-1.2.11-fix-http-title-mpg123.patch
(from rev 170546, 
xmms/repos/testing-i686/xmms-1.2.11-fix-http-title-mpg123.patch)
  xmms/repos/extra-i686/xmms-fix.diff
(from rev 170546, xmms/repos/testing-i686/xmms-fix.diff)
  xmms/repos/extra-i686/xmms-menu.patch
(from rev 170546, xmms/repos/testing-i686/xmms-menu.patch)
  xmms/repos/extra-i686/xmms.16.png
(from rev 170546, xmms/repos/testing-i686/xmms.16.png)
  xmms/repos/extra-i686/xmms.32.png
(from rev 170546, xmms/repos/testing-i686/xmms.32.png)
  xmms/repos/extra-i686/xmms.48.png
(from rev 170546, xmms/repos/testing-i686/xmms.48.png)
  xmms/repos/extra-i686/xmms.install
(from rev 170546, xmms/repos/testing-i686/xmms.install)
  xmms/repos/extra-x86_64/PKGBUILD
(from rev 170546, xmms/repos/testing-x86_64/PKGBUILD)
  xmms/repos/extra-x86_64/xmms-1.2.10-crossfade-0.3.9.patch
(from rev 170546, 
xmms/repos/testing-x86_64/xmms-1.2.10-crossfade-0.3.9.patch)
  xmms/repos/extra-x86_64/xmms-1.2.10-fonts.patch
(from rev 170546, xmms/repos/testing-x86_64/xmms-1.2.10-fonts.patch)
  xmms/repos/extra-x86_64/xmms-1.2.10-recode-id3.patch
(from rev 170546, xmms/repos/testing-x86_64/xmms-1.2.10-recode-id3.patch)
  xmms/repos/extra-x86_64/xmms-1.2.11-3dse.patch
(from rev 170546, xmms/repos/testing-x86_64/xmms-1.2.11-3dse.patch)
  xmms/repos/extra-x86_64/xmms-1.2.11-CVE-2007-0653.0654.patch
(from rev 170546, 
xmms/repos/testing-x86_64/xmms-1.2.11-CVE-2007-0653.0654.patch)
  xmms/repos/extra-x86_64/xmms-1.2.11-fix-http-title-mpg123.patch
(from rev 170546, 
xmms/repos/testing-x86_64/xmms-1.2.11-fix-http-title-mpg123.patch)
  xmms/repos/extra-x86_64/xmms-fix.diff
(from rev 170546, xmms/repos/testing-x86_64/xmms-fix.diff)
  xmms/repos/extra-x86_64/xmms-menu.patch
(from rev 170546, xmms/repos/testing-x86_64/xmms-menu.patch)
  xmms/repos/extra-x86_64/xmms.16.png
(from rev 170546, xmms/repos/testing-x86_64/xmms.16.png)
  xmms/repos/extra-x86_64/xmms.32.png
(from rev 170546, xmms/repos/testing-x86_64/xmms.32.png)
  xmms/repos/extra-x86_64/xmms.48.png
(from rev 170546, xmms/repos/testing-x86_64/xmms.48.png)
  xmms/repos/extra-x86_64/xmms.install
(from rev 170546, xmms/repos/testing-x86_64/xmms.install)
Deleted:
  xmms/repos/extra-i686/PKGBUILD
  xmms/repos/extra-i686/xmms-1.2.10-crossfade-0.3.9.patch
  xmms/repos/extra-i686/xmms-1.2.10-fonts.patch
  xmms/repos/extra-i686/xmms-1.2.10-recode-id3.patch
  xmms/repos/extra-i686/xmms-1.2.11-3dse.patch
  xmms/repos/extra-i686/xmms-1.2.11-CVE-2007-0653.0654.patch
  xmms/repos/extra-i686/xmms-1.2.11-fix-http-title-mpg123.patch
  xmms/repos/extra-i686/xmms-fix.diff
  xmms/repos/extra-i686/xmms-menu.patch
  xmms/repos/extra-i686/xmms.16.png
  xmms/repos/extra-i686/xmms.32.png
  xmms/repos/extra-i686/xmms.48.png
  xmms/repos/extra-i686/xmms.install
  xmms/repos/extra-x86_64/PKGBUILD
  xmms/repos/extra-x86_64/xmms-1.2.10-crossfade-0.3.9.patch
  xmms/repos/extra-x86_64/xmms-1.2.10-fonts.patch
  xmms/repos/extra-x86_64/xmms-1.2.10-recode-id3.patch
  xmms/repos/extra-x86_64/xmms-1.2.11-3dse.patch
  xmms/repos/extra-x86_64/xmms-1.2.11-CVE-2007-0653.0654.patch
  xmms/repos/extra-x86_64/xmms-1.2.11-fix-http-title-mpg123.patch
  xmms/repos/extra-x86_64/xmms-fix.diff
  xmms/repos/extra-x86_64/xmms-menu.patch
  xmms/repos/extra-x86_64/xmms.16.png
  xmms/repos/extra-x86_64/xmms.32.png
  xmms/repos/extra-x86_64/xmms.48.png
  xmms/repos/extra-x86_64/xmms.install
  xmms/repos/testing-i686/
  xmms/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  |  152 +-
 extra-i686/xmms-1.2.10-crossfade-0.3.9.patch |  202 +--
 extra-i686/xmms-1.2.10-fonts.patch   |   48 
 extra-i686/xmms-1.2.10-recode-id3.patch  |   22 
 extra-i686/xmms-1.2.11-3dse.patch| 1006 -
 extra-i686/xmms-1.2.11-CVE-2007-0653.0654.patch  |   86 -
 extra-i686/xmms-1.2.11-fix-http-title-mpg123.patch   |   20 
 extra-i686/xmms-fix.diff |   22 
 

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

2012-11-08 Thread andyrtr
Date: Thursday, November 8, 2012 @ 11:36:45
  Author: andyrtr
Revision: 170552

upgpkg: man-pages 3.44-1

upstream update 3.44

Modified:
  man-pages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-08 15:28:46 UTC (rev 170551)
+++ PKGBUILD2012-11-08 16:36:45 UTC (rev 170552)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke andy...@archlinux.org
 
 pkgname=man-pages
-pkgver=3.43
+pkgver=3.44
 _posixver=2003-a
 pkgrel=1
 pkgdesc=Linux man pages
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('761b823ad353975bb87eadb4a8690069'
+md5sums=('f6edb26ca0660638e3567fec31c06e70'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



[arch-commits] Commit in man-pages/repos (testing-any testing-any/PKGBUILD)

2012-11-08 Thread andyrtr
Date: Thursday, November 8, 2012 @ 11:37:08
  Author: andyrtr
Revision: 170553

archrelease: copy trunk to testing-any

Added:
  man-pages/repos/testing-any/
  man-pages/repos/testing-any/PKGBUILD
(from rev 170552, man-pages/trunk/PKGBUILD)

--+
 PKGBUILD |   48 
 1 file changed, 48 insertions(+)

Copied: man-pages/repos/testing-any/PKGBUILD (from rev 170552, 
man-pages/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-11-08 16:37:08 UTC (rev 170553)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=man-pages
+pkgver=3.44
+_posixver=2003-a
+pkgrel=1
+pkgdesc=Linux man pages
+arch=('any')
+license=('GPL')
+url=http://man7.org/linux/man-pages/index.html;
+groups=('base')
+depends=()
+source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
+
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
+md5sums=('f6edb26ca0660638e3567fec31c06e70'
+ '7c78aff03c0a6767ba483d34f19e4b09')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  
+  # move the posix pages
+  mkdir -p ${srcdir}/$pkgname-$pkgver/man0
+  for sect in 0 1 3; do
+sed -i /^\.so /s/man${sect}p/man$sect/ 
${srcdir}/$pkgname-posix-${_posixver}/man${sect}p/*
+mv -iv ${srcdir}/$pkgname-posix-${_posixver}/man${sect}p/* 
${srcdir}/$pkgname-$pkgver/man$sect/
+  done
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr install
+
+  cd ${pkgdir}/usr/share/man
+  # these are included in coreutils || return 1
+  rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
+  rm -f man1/{df,dircolors,du,install,ln,ls}.1
+  rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
+  rm -f man1/{touch,vdir}.1
+  # this is included in shadow
+  rm -f man5/passwd.5
+  rm -f man3/getspnam.3
+  # this is included in diffutils
+  rm -f man1/diff.1
+  # this is included in xf86-input-mouse
+  rm -f man4/mouse.4
+}



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

2012-11-08 Thread andyrtr
Date: Thursday, November 8, 2012 @ 11:54:59
  Author: andyrtr
Revision: 170554

upgpkg: pixman 0.28.0-1

upstream update 0.28.0

Modified:
  pixman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-08 16:37:08 UTC (rev 170553)
+++ PKGBUILD2012-11-08 16:54:59 UTC (rev 170554)
@@ -1,9 +1,10 @@
 # $Id$
 # Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=pixman
-pkgver=0.26.2
+pkgver=0.28.0
 pkgrel=1
 pkgdesc=The pixel-manipulation library for X and cairo
 arch=(i686 x86_64)
@@ -12,7 +13,7 @@
 depends=('glibc')
 options=('!libtool')
 
source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('1daf014714cc29147726abada12359345d156705')
+sha1sums=('cfc7a18a8811bf4ff0890f547c315bda8097f6ad')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in pixman/repos (4 files)

2012-11-08 Thread andyrtr
Date: Thursday, November 8, 2012 @ 11:55:36
  Author: andyrtr
Revision: 170555

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  pixman/repos/testing-i686/
  pixman/repos/testing-i686/PKGBUILD
(from rev 170554, pixman/trunk/PKGBUILD)
  pixman/repos/testing-x86_64/
  pixman/repos/testing-x86_64/PKGBUILD
(from rev 170554, pixman/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: pixman/repos/testing-i686/PKGBUILD (from rev 170554, 
pixman/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-08 16:55:36 UTC (rev 170555)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=pixman
+pkgver=0.28.0
+pkgrel=1
+pkgdesc=The pixel-manipulation library for X and cairo
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org;
+license=('custom')
+depends=('glibc')
+options=('!libtool')
+source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('cfc7a18a8811bf4ff0890f547c315bda8097f6ad')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Copied: pixman/repos/testing-x86_64/PKGBUILD (from rev 170554, 
pixman/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-11-08 16:55:36 UTC (rev 170555)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Andreas Radke andy...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=pixman
+pkgver=0.28.0
+pkgrel=1
+pkgdesc=The pixel-manipulation library for X and cairo
+arch=(i686 x86_64)
+url=http://xorg.freedesktop.org;
+license=('custom')
+depends=('glibc')
+options=('!libtool')
+source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('cfc7a18a8811bf4ff0890f547c315bda8097f6ad')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}



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

2012-11-08 Thread Jan Steffens
Date: Thursday, November 8, 2012 @ 12:07:47
  Author: heftig
Revision: 170556

0.2.3

Modified:
  grilo-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-08 16:55:36 UTC (rev 170555)
+++ PKGBUILD2012-11-08 17:07:47 UTC (rev 170556)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
 
 pkgname=grilo-plugins
-pkgver=0.2.2
+pkgver=0.2.3
 pkgrel=1
 pkgdesc=Plugins for Grilo
 url=http://www.gnome.org;
@@ -23,7 +23,7 @@
 'json-glib: TMDb plugin')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('54e65b734917df74ba5e53d92a3b2e69edd669625820fd0353c22e9b0f61e90d')
+sha256sums=('2d70b7f148c29fde365cac1afcbfdd77b7f5fc0f65e60f3790c702121c65d7c8')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in grilo-plugins/repos (4 files)

2012-11-08 Thread Jan Steffens
Date: Thursday, November 8, 2012 @ 12:08:27
  Author: heftig
Revision: 170557

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  grilo-plugins/repos/extra-i686/PKGBUILD
(from rev 170556, grilo-plugins/trunk/PKGBUILD)
  grilo-plugins/repos/extra-x86_64/PKGBUILD
(from rev 170556, grilo-plugins/trunk/PKGBUILD)
Deleted:
  grilo-plugins/repos/extra-i686/PKGBUILD
  grilo-plugins/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/PKGBUILD   |   78 
 extra-x86_64/PKGBUILD |   78 
 2 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-08 17:07:47 UTC (rev 170556)
+++ extra-i686/PKGBUILD 2012-11-08 17:08:27 UTC (rev 170557)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=grilo-plugins
-pkgver=0.2.2
-pkgrel=1
-pkgdesc=Plugins for Grilo
-url=http://www.gnome.org;
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('grilo' 'sqlite' 'libgcrypt')
-makedepends=(gupnp-av libgdata libquvi gmime rest libtracker-sparql 
totem-plparser libdmapsharing
- json-glib)
-optdepends=('gupnp-av: uPnP plugin'
-'libgdata: Youtube plugin'
-'libquvi: Youtube plugin'
-'sqlite: Podcasts plugin'
-'gmime: Podcasts plugin'
-'rest: Blip.tv plugin'
-'libtracker-sparql: Tracker plugin'
-'totem-plparser: Optical media plugin'
-'libdmapsharing: DMAP sharing plugin'
-'json-glib: TMDb plugin')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('54e65b734917df74ba5e53d92a3b2e69edd669625820fd0353c22e9b0f61e90d')
-
-build() {
-  cd $pkgname-$pkgver
-  
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
---enable-shoutcast
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: grilo-plugins/repos/extra-i686/PKGBUILD (from rev 170556, 
grilo-plugins/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-08 17:08:27 UTC (rev 170557)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=grilo-plugins
+pkgver=0.2.3
+pkgrel=1
+pkgdesc=Plugins for Grilo
+url=http://www.gnome.org;
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('grilo' 'sqlite' 'libgcrypt')
+makedepends=(gupnp-av libgdata libquvi gmime rest libtracker-sparql 
totem-plparser libdmapsharing
+ json-glib)
+optdepends=('gupnp-av: uPnP plugin'
+'libgdata: Youtube plugin'
+'libquvi: Youtube plugin'
+'sqlite: Podcasts plugin'
+'gmime: Podcasts plugin'
+'rest: Blip.tv plugin'
+'libtracker-sparql: Tracker plugin'
+'totem-plparser: Optical media plugin'
+'libdmapsharing: DMAP sharing plugin'
+'json-glib: TMDb plugin')
+options=('!libtool' '!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('2d70b7f148c29fde365cac1afcbfdd77b7f5fc0f65e60f3790c702121c65d7c8')
+
+build() {
+  cd $pkgname-$pkgver
+  
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
+--enable-shoutcast
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-08 17:07:47 UTC (rev 170556)
+++ extra-x86_64/PKGBUILD   2012-11-08 17:08:27 UTC (rev 170557)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-
-pkgname=grilo-plugins
-pkgver=0.2.2
-pkgrel=1
-pkgdesc=Plugins for Grilo
-url=http://www.gnome.org;
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('grilo' 'sqlite' 'libgcrypt')
-makedepends=(gupnp-av libgdata libquvi gmime rest libtracker-sparql 
totem-plparser libdmapsharing
- json-glib)
-optdepends=('gupnp-av: uPnP plugin'
-'libgdata: Youtube plugin'
-'libquvi: Youtube plugin'
-'sqlite: Podcasts plugin'
-'gmime: Podcasts plugin'
-'rest: Blip.tv plugin'
-'libtracker-sparql: Tracker plugin'
-'totem-plparser: Optical media plugin'
-'libdmapsharing: DMAP sharing plugin'
-'json-glib: TMDb plugin')
-options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('54e65b734917df74ba5e53d92a3b2e69edd669625820fd0353c22e9b0f61e90d')
-
-build() {
-  cd $pkgname-$pkgver
-  

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

2012-11-08 Thread andyrtr
Date: Thursday, November 8, 2012 @ 12:26:51
  Author: andyrtr
Revision: 170558

upgpkg: cairo 1.12.8-2

rebuild to pick up new pixman 0.28 features

Modified:
  cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-08 17:08:27 UTC (rev 170557)
+++ PKGBUILD2012-11-08 17:26:51 UTC (rev 170558)
@@ -4,13 +4,13 @@
 
 pkgname=cairo
 pkgver=1.12.8
-pkgrel=1
+pkgrel=2
 pkgdesc=Cairo vector graphics library
 arch=(i686 x86_64)
 license=('LGPL' 'MPL')
 url=http://cairographics.org/;
-depends=('libpng' 'libxrender' 'libxext' 'fontconfig' 'pixman' 'glib2' 'sh')
-makedepends=('librsvg' 'poppler-glib' 'libspectre' 'gtk-doc') # 'libdrm')
+depends=('libpng' 'libxrender' 'libxext' 'fontconfig' 'pixman=0.28.0' 'glib2' 
'sh')
+makedepends=('librsvg' 'poppler-glib' 'libspectre' 'gtk-doc' 'valgrind') # 
'libdrm')
 optdepends=('xcb-util: for XCB backend') # really needed?
 provides=('cairo-xcb')
 replaces=('cairo-xcb')



[arch-commits] Commit in cairo/repos (4 files)

2012-11-08 Thread andyrtr
Date: Thursday, November 8, 2012 @ 12:27:29
  Author: andyrtr
Revision: 170559

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  cairo/repos/testing-i686/
  cairo/repos/testing-i686/PKGBUILD
(from rev 170558, cairo/trunk/PKGBUILD)
  cairo/repos/testing-x86_64/
  cairo/repos/testing-x86_64/PKGBUILD
(from rev 170558, cairo/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   42 ++
 testing-x86_64/PKGBUILD |   42 ++
 2 files changed, 84 insertions(+)

Copied: cairo/repos/testing-i686/PKGBUILD (from rev 170558, 
cairo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-08 17:27:29 UTC (rev 170559)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Brice Carpentier br...@daknet.org
+
+pkgname=cairo
+pkgver=1.12.8
+pkgrel=2
+pkgdesc=Cairo vector graphics library
+arch=(i686 x86_64)
+license=('LGPL' 'MPL')
+url=http://cairographics.org/;
+depends=('libpng' 'libxrender' 'libxext' 'fontconfig' 'pixman=0.28.0' 'glib2' 
'sh')
+makedepends=('librsvg' 'poppler-glib' 'libspectre' 'gtk-doc' 'valgrind') # 
'libdrm')
+optdepends=('xcb-util: for XCB backend') # really needed?
+provides=('cairo-xcb')
+replaces=('cairo-xcb')
+options=('!libtool')
+source=(http://cairographics.org/releases/$pkgname-$pkgver.tar.xz)
+sha1sums=('56a10bf3b804367c97734d655c23a9f652d5c297')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-static \
+   --enable-tee \
+   --disable-xlib-xcb \
+   # --enable-test-surfaces \ takes ages
+   #--enable-drm # breaks build
+  make
+}
+
+#check() {
+#  cd $srcdir/$pkgname-$pkgver
+#  make -k check || /bin/true # 162 Passed, 328 Failed [8 crashed, 10 
expected], 26 Skipped
+#}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: cairo/repos/testing-x86_64/PKGBUILD (from rev 170558, 
cairo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-11-08 17:27:29 UTC (rev 170559)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Brice Carpentier br...@daknet.org
+
+pkgname=cairo
+pkgver=1.12.8
+pkgrel=2
+pkgdesc=Cairo vector graphics library
+arch=(i686 x86_64)
+license=('LGPL' 'MPL')
+url=http://cairographics.org/;
+depends=('libpng' 'libxrender' 'libxext' 'fontconfig' 'pixman=0.28.0' 'glib2' 
'sh')
+makedepends=('librsvg' 'poppler-glib' 'libspectre' 'gtk-doc' 'valgrind') # 
'libdrm')
+optdepends=('xcb-util: for XCB backend') # really needed?
+provides=('cairo-xcb')
+replaces=('cairo-xcb')
+options=('!libtool')
+source=(http://cairographics.org/releases/$pkgname-$pkgver.tar.xz)
+sha1sums=('56a10bf3b804367c97734d655c23a9f652d5c297')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-static \
+   --enable-tee \
+   --disable-xlib-xcb \
+   # --enable-test-surfaces \ takes ages
+   #--enable-drm # breaks build
+  make
+}
+
+#check() {
+#  cd $srcdir/$pkgname-$pkgver
+#  make -k check || /bin/true # 162 Passed, 328 Failed [8 crashed, 10 
expected], 26 Skipped
+#}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in xorg-server/trunk (4 files)

2012-11-08 Thread Jan de Groot
Date: Thursday, November 8, 2012 @ 14:23:59
  Author: jgc
Revision: 170560

upgpkg: xorg-server 1.13.0-4

Update to current git snapshot from server-1.13 branch, backport patch from git 
master to utilize the new pixman glyph cache

Added:
  xorg-server/trunk/git-fixes.patch
  xorg-server/trunk/use-pixman-glyph-cache.patch
Modified:
  xorg-server/trunk/PKGBUILD
Deleted:
  xorg-server/trunk/0001-dix-fix-zaphod-screen-scrossing-54654.patch

--+
 0001-dix-fix-zaphod-screen-scrossing-54654.patch |   42 -
 PKGBUILD |   29 
 git-fixes.patch  |  643 +
 use-pixman-glyph-cache.patch |  270 
 4 files changed, 931 insertions(+), 53 deletions(-)

Deleted: 0001-dix-fix-zaphod-screen-scrossing-54654.patch
===
--- 0001-dix-fix-zaphod-screen-scrossing-54654.patch2012-11-08 17:27:29 UTC 
(rev 170559)
+++ 0001-dix-fix-zaphod-screen-scrossing-54654.patch2012-11-08 19:23:59 UTC 
(rev 170560)
@@ -1,42 +0,0 @@
-From 29d84d5a7ca4cc12cce47de9313adeb8554fb894 Mon Sep 17 00:00:00 2001
-From: Peter Hutterer peter.hutte...@who-t.net
-Date: Thu, 18 Oct 2012 15:11:31 +1000
-Subject: [PATCH] dix: fix zaphod screen scrossing (#54654)
-
-POINTER_SCREEN coordinates are screen-relative. For a Zaphod setup, the
-coordinates after a screen crossing are already relative to the new screen's
-origin. Add that offset to the coordinates before re-setting.
-
-regression introduced by
-commit bafbd99080be49a17be97d2cc758fbe623369945
-Author: Peter Hutterer peter.hutte...@who-t.net
-Date:   Wed Aug 8 11:34:32 2012 +1000
-
-dix: work around scaling issues during WarpPointer (#53037)
-
-X.Org Bug 54654 http://bugs.freedesktop.org/show_bug.cgi?id=54654
-
-Signed-off-by: Peter Hutterer peter.hutte...@who-t.net

- dix/getevents.c | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/dix/getevents.c b/dix/getevents.c
-index 71d83c4..8b4379d 100644
 a/dix/getevents.c
-+++ b/dix/getevents.c
-@@ -1400,8 +1400,9 @@ fill_pointer_events(InternalEvent *events, DeviceIntPtr 
pDev, int type,
-coordinates were.
-  */
- if (flags  POINTER_SCREEN) {
--screenx = sx;
--screeny = sy;
-+scr = miPointerGetScreen(pDev);
-+screenx = sx + scr-x;
-+screeny = sy + scr-y;
- }
- 
- scr = positionSprite(pDev, (flags  POINTER_ABSOLUTE) ? Absolute : 
Relative,
--- 
-1.7.11.7
-

Modified: PKGBUILD
===
--- PKGBUILD2012-11-08 17:27:29 UTC (rev 170559)
+++ PKGBUILD2012-11-08 19:23:59 UTC (rev 170560)
@@ -4,7 +4,7 @@
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-common' 'xorg-server-devel')
 pkgver=1.13.0
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 license=('custom')
 url=http://xorg.freedesktop.org;
@@ -19,27 +19,32 @@
 xvfb-run
 xvfb-run.1
 10-quirks.conf
-0001-dix-fix-zaphod-screen-scrossing-54654.patch)
+git-fixes.patch
+use-pixman-glyph-cache.patch)
 sha256sums=('548b91cb01087ad4f892428e7ac4955251cf12393e86c70420436b33848ef28a'
 '66e25f76a7496c429e0aff4b0670f168719bb0ceaeb88c6f2272f2bf3ed21162'
 'd027776fac1f7675b0a9ee817502290b1c45f9c09b0f0a6bb058c35f92361e84'
 'ff0156309470fc1d378fd2e104338020a884295e285972cc88e250e031cc35b9'
 '2460adccd3362fefd4cdc5f1c70f332d7b578091fb9167bf88b5f91265bbd776'
 '94612f5c0d34a3b7152915c2e285c7b462e9d8e38d3539bd551a339498eac166'
-'23861814b4283ca3fe43aae6e88ee82bcbae5713bf88eabeaef7beb94efe9707')
+'d49e534b77ead809eb873a1a86cd47c791a8ddd10557bfa635197bba6bc00b71'
+'7c1dacd30c46b01424c7c75974285cd348dafd0327eb3f211cbe446ad90dd308')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
 
+  # Apply upstream fixes from server-1.13 branch
+  patch -Np1 -i ${srcdir}/git-fixes.patch
+
+  # Use pixman 0.28.0 glyph cache - backported from git master
+  patch -Np1 -i ${srcdir}/use-pixman-glyph-cache.patch
+
   # Use nouveau/nv/nvidia drivers for nvidia devices
   patch -Np1 -i ${srcdir}/autoconfig-nvidia.patch
 
   # Use unofficial imedia SiS driver for supported SiS devices
   patch -Np0 -i ${srcdir}/autoconfig-sis.patch
 
-  # https://bugs.archlinux.org/task/31959 / 
https://bugs.freedesktop.org/show_bug.cgi?id=54654
-  patch -Np1 -i ${srcdir}/0001-dix-fix-zaphod-screen-scrossing-54654.patch
-
   autoreconf -fi
   ./configure --prefix=/usr \
   --enable-ipv6 \
@@ -97,7 +102,7 @@
 
 package_xorg-server() {
   pkgdesc=Xorg X server
-  depends=(libxdmcp libxfont libpciaccess libdrm pixman libgcrypt libxau 
xorg-server-common xf86-input-evdev)
+  depends=(libxdmcp libxfont libpciaccess libdrm 'pixman=0.28.0' libgcrypt 

[arch-commits] Commit in xorg-server/repos (18 files)

2012-11-08 Thread Jan de Groot
Date: Thursday, November 8, 2012 @ 14:24:56
  Author: jgc
Revision: 170561

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  xorg-server/repos/testing-i686/
  xorg-server/repos/testing-i686/10-quirks.conf
(from rev 170560, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/testing-i686/PKGBUILD
(from rev 170560, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-i686/autoconfig-nvidia.patch
(from rev 170560, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/testing-i686/autoconfig-sis.patch
(from rev 170560, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-i686/git-fixes.patch
(from rev 170560, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/testing-i686/use-pixman-glyph-cache.patch
(from rev 170560, xorg-server/trunk/use-pixman-glyph-cache.patch)
  xorg-server/repos/testing-i686/xvfb-run
(from rev 170560, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-i686/xvfb-run.1
(from rev 170560, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/testing-x86_64/
  xorg-server/repos/testing-x86_64/10-quirks.conf
(from rev 170560, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/testing-x86_64/PKGBUILD
(from rev 170560, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-x86_64/autoconfig-nvidia.patch
(from rev 170560, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/testing-x86_64/autoconfig-sis.patch
(from rev 170560, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-x86_64/git-fixes.patch
(from rev 170560, xorg-server/trunk/git-fixes.patch)
  xorg-server/repos/testing-x86_64/use-pixman-glyph-cache.patch
(from rev 170560, xorg-server/trunk/use-pixman-glyph-cache.patch)
  xorg-server/repos/testing-x86_64/xvfb-run
(from rev 170560, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-x86_64/xvfb-run.1
(from rev 170560, xorg-server/trunk/xvfb-run.1)

-+
 testing-i686/10-quirks.conf |   10 
 testing-i686/PKGBUILD   |  208 
 testing-i686/autoconfig-nvidia.patch|   28 +
 testing-i686/autoconfig-sis.patch   |   21 
 testing-i686/git-fixes.patch|  643 ++
 testing-i686/use-pixman-glyph-cache.patch   |  270 ++
 testing-i686/xvfb-run   |  180 +++
 testing-i686/xvfb-run.1 |  282 +++
 testing-x86_64/10-quirks.conf   |   10 
 testing-x86_64/PKGBUILD |  208 
 testing-x86_64/autoconfig-nvidia.patch  |   28 +
 testing-x86_64/autoconfig-sis.patch |   21 
 testing-x86_64/git-fixes.patch  |  643 ++
 testing-x86_64/use-pixman-glyph-cache.patch |  270 ++
 testing-x86_64/xvfb-run |  180 +++
 testing-x86_64/xvfb-run.1   |  282 +++
 16 files changed, 3284 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 170560:170561 to see the changes.


[arch-commits] Commit in xf86-video-sisimedia/trunk (4 files)

2012-11-08 Thread Jan de Groot
Date: Thursday, November 8, 2012 @ 15:56:46
  Author: jgc
Revision: 170562

upgpkg: xf86-video-sisimedia 0.9.1-5

Fix driver to work/compile with xorg 1.13. New patches were taken from mandriva 
and fixed to apply correctly (and removed some typos). I do not have this 
hardware, so I cannot test it

Added:
  xf86-video-sisimedia/trunk/deprecated-sym2.patch
  xf86-video-sisimedia/trunk/sisimedia-no-xaa.patch
  xf86-video-sisimedia/trunk/sisimedia-xorg-1.13.patch
Modified:
  xf86-video-sisimedia/trunk/PKGBUILD

---+
 PKGBUILD  |   19 
 deprecated-sym2.patch | 1068 
 sisimedia-no-xaa.patch|   11 
 sisimedia-xorg-1.13.patch |  654 ++
 4 files changed, 1747 insertions(+), 5 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 170561:170562 to see the changes.


[arch-commits] Commit in xf86-video-sisimedia/repos (56 files)

2012-11-08 Thread Jan de Groot
Date: Thursday, November 8, 2012 @ 15:59:32
  Author: jgc
Revision: 170563

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  xf86-video-sisimedia/repos/testing-i686/
  
xf86-video-sisimedia/repos/testing-i686/0001-Remove-xorgconfig-xorgcfg-from-See-Also-list-in-man-.patch
(from rev 170562, 
xf86-video-sisimedia/trunk/0001-Remove-xorgconfig-xorgcfg-from-See-Also-list-in-man-.patch)
  
xf86-video-sisimedia/repos/testing-i686/0002-Remove-XFree86-Misc-PassMessage-support.patch
(from rev 170562, 
xf86-video-sisimedia/trunk/0002-Remove-XFree86-Misc-PassMessage-support.patch)
  
xf86-video-sisimedia/repos/testing-i686/0003-Fix-build-with-Werror-format-security.patch
(from rev 170562, 
xf86-video-sisimedia/trunk/0003-Fix-build-with-Werror-format-security.patch)
  
xf86-video-sisimedia/repos/testing-i686/0004-Make-sisRegs3D4-big-enough-to-hold-all-values-writte.patch
(from rev 170562, 
xf86-video-sisimedia/trunk/0004-Make-sisRegs3D4-big-enough-to-hold-all-values-writte.patch)
  
xf86-video-sisimedia/repos/testing-i686/0005-Correct-bounds-check-of-blitClip-array-access.patch
(from rev 170562, 
xf86-video-sisimedia/trunk/0005-Correct-bounds-check-of-blitClip-array-access.patch)
  
xf86-video-sisimedia/repos/testing-i686/0005-Fix-backlight-off-on-SiS30x.-video-bridges.patch
(from rev 170562, 
xf86-video-sisimedia/trunk/0005-Fix-backlight-off-on-SiS30x.-video-bridges.patch)
  
xf86-video-sisimedia/repos/testing-i686/0006-Add-IgnoreHotkeyFlag-driver-option.patch
(from rev 170562, 
xf86-video-sisimedia/trunk/0006-Add-IgnoreHotkeyFlag-driver-option.patch)
  
xf86-video-sisimedia/repos/testing-i686/0007-Remove-useless-loader-symbol-lists.patch
(from rev 170562, 
xf86-video-sisimedia/trunk/0007-Remove-useless-loader-symbol-lists.patch)
  
xf86-video-sisimedia/repos/testing-i686/0008-update-to-xextproto-7-1-support.patch
(from rev 170562, 
xf86-video-sisimedia/trunk/0008-update-to-xextproto-7-1-support.patch)
  xf86-video-sisimedia/repos/testing-i686/0009-update-for-rac-removal.patch
(from rev 170562, 
xf86-video-sisimedia/trunk/0009-update-for-rac-removal.patch)
  
xf86-video-sisimedia/repos/testing-i686/0010-change-to-use-abi-version-check.patch
(from rev 170562, 
xf86-video-sisimedia/trunk/0010-change-to-use-abi-version-check.patch)
  xf86-video-sisimedia/repos/testing-i686/0011-more-rac-removal.patch
(from rev 170562, xf86-video-sisimedia/trunk/0011-more-rac-removal.patch)
  xf86-video-sisimedia/repos/testing-i686/COPYING
(from rev 170562, xf86-video-sisimedia/trunk/COPYING)
  xf86-video-sisimedia/repos/testing-i686/PKGBUILD
(from rev 170562, xf86-video-sisimedia/trunk/PKGBUILD)
  xf86-video-sisimedia/repos/testing-i686/Untangle-XF86DRI.patch
(from rev 170562, xf86-video-sisimedia/trunk/Untangle-XF86DRI.patch)
  xf86-video-sisimedia/repos/testing-i686/deprecated-sym2.patch
(from rev 170562, xf86-video-sisimedia/trunk/deprecated-sym2.patch)
  xf86-video-sisimedia/repos/testing-i686/fix-xv-crash.patch
(from rev 170562, xf86-video-sisimedia/trunk/fix-xv-crash.patch)
  xf86-video-sisimedia/repos/testing-i686/pciTag-removal-workaround.patch
(from rev 170562, 
xf86-video-sisimedia/trunk/pciTag-removal-workaround.patch)
  xf86-video-sisimedia/repos/testing-i686/sisimedia-no-xaa.patch
(from rev 170562, xf86-video-sisimedia/trunk/sisimedia-no-xaa.patch)
  xf86-video-sisimedia/repos/testing-i686/sisimedia-xorg-1.13.patch
(from rev 170562, xf86-video-sisimedia/trunk/sisimedia-xorg-1.13.patch)
  xf86-video-sisimedia/repos/testing-i686/swap-func-rename.patch
(from rev 170562, xf86-video-sisimedia/trunk/swap-func-rename.patch)
  xf86-video-sisimedia/repos/testing-i686/sync-with-freedesktop.patch
(from rev 170562, xf86-video-sisimedia/trunk/sync-with-freedesktop.patch)
  xf86-video-sisimedia/repos/testing-i686/xf86-video-sis-0.9.1-20102701.patch
(from rev 170562, 
xf86-video-sisimedia/trunk/xf86-video-sis-0.9.1-20102701.patch)
  
xf86-video-sisimedia/repos/testing-i686/xf86-video-sis-0.9.1-dump-regs-after-video-init.patch
(from rev 170562, 
xf86-video-sisimedia/trunk/xf86-video-sis-0.9.1-dump-regs-after-video-init.patch)
  
xf86-video-sisimedia/repos/testing-i686/xf86MapDomainMemory-pci_device_map_legacy.patch
(from rev 170562, 
xf86-video-sisimedia/trunk/xf86MapDomainMemory-pci_device_map_legacy.patch)
  xf86-video-sisimedia/repos/testing-i686/xserver112.patch
(from rev 170562, xf86-video-sisimedia/trunk/xserver112.patch)
  xf86-video-sisimedia/repos/testing-i686/xserver19.patch
(from rev 170562, xf86-video-sisimedia/trunk/xserver19.patch)
  xf86-video-sisimedia/repos/testing-x86_64/
  
xf86-video-sisimedia/repos/testing-x86_64/0001-Remove-xorgconfig-xorgcfg-from-See-Also-list-in-man-.patch
(from rev 170562, 
xf86-video-sisimedia/trunk/0001-Remove-xorgconfig-xorgcfg-from-See-Also-list-in-man-.patch)
  
xf86-video-sisimedia/repos/testing-x86_64/0002-Remove-XFree86-Misc-PassMessage-support.patch
(from 

[arch-commits] Commit in xf86-video-unichrome/repos (extra-i686)

2012-11-08 Thread Jan de Groot
Date: Thursday, November 8, 2012 @ 16:00:01
  Author: jgc
Revision: 170564

db-remove: xf86-video-unichrome removed by jgc

Deleted:
  xf86-video-unichrome/repos/extra-i686/



[arch-commits] Commit in xf86-video-unichrome/repos (extra-x86_64)

2012-11-08 Thread Jan de Groot
Date: Thursday, November 8, 2012 @ 16:00:24
  Author: jgc
Revision: 170565

db-remove: xf86-video-unichrome removed by jgc

Deleted:
  xf86-video-unichrome/repos/extra-x86_64/



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

2012-11-08 Thread Jan de Groot
Date: Thursday, November 8, 2012 @ 16:26:08
  Author: jgc
Revision: 170566

upgpkg: gtk3 3.6.1-2

Add fixes from upstream, should fix quite some serious memleaks and rendering 
issues

Added:
  gtk3/trunk/git-fixes.patch
Modified:
  gtk3/trunk/PKGBUILD

-+
 PKGBUILD|8 
 git-fixes.patch | 8346 ++
 2 files changed, 8353 insertions(+), 1 deletion(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 170565:170566 to see the changes.


[arch-commits] Commit in gtk3/repos (18 files)

2012-11-08 Thread Jan de Groot
Date: Thursday, November 8, 2012 @ 16:26:53
  Author: jgc
Revision: 170567

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gtk3/repos/extra-i686/PKGBUILD
(from rev 170566, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-i686/git-fixes.patch
(from rev 170566, gtk3/trunk/git-fixes.patch)
  gtk3/repos/extra-i686/gtk3.install
(from rev 170566, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-i686/settings.ini
(from rev 170566, gtk3/trunk/settings.ini)
  gtk3/repos/extra-i686/wacom.patch
(from rev 170566, gtk3/trunk/wacom.patch)
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 170566, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/git-fixes.patch
(from rev 170566, gtk3/trunk/git-fixes.patch)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 170566, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 170566, gtk3/trunk/settings.ini)
  gtk3/repos/extra-x86_64/wacom.patch
(from rev 170566, gtk3/trunk/wacom.patch)
Deleted:
  gtk3/repos/extra-i686/PKGBUILD
  gtk3/repos/extra-i686/gtk3.install
  gtk3/repos/extra-i686/settings.ini
  gtk3/repos/extra-i686/wacom.patch
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/settings.ini
  gtk3/repos/extra-x86_64/wacom.patch

--+
 extra-i686/PKGBUILD  |   90 
 extra-i686/git-fixes.patch   | 8346 +
 extra-i686/gtk3.install  |   32 
 extra-i686/settings.ini  |4 
 extra-i686/wacom.patch   |   24 
 extra-x86_64/PKGBUILD|   90 
 extra-x86_64/git-fixes.patch | 8346 +
 extra-x86_64/gtk3.install|   32 
 extra-x86_64/settings.ini|4 
 extra-x86_64/wacom.patch |   24 
 10 files changed, 16848 insertions(+), 144 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 170566:170567 to see the changes.


[arch-commits] Commit in gvfs/trunk (4 files)

2012-11-08 Thread Jan de Groot
Date: Thursday, November 8, 2012 @ 16:39:53
  Author: jgc
Revision: 170568

upgpkg: gvfs 1.14.1-2

Add upstream patches to fix some dbus connect/disconnect issues with 
applications using it

Added:
  gvfs/trunk/gdaemonmount-Check-for-a-NULL-GMountOperation-when-unmounting.patch
  
gvfs/trunk/proxy-volume-monitor-Dont-disable-exit_on_close-on-session-bus.patch
  gvfs/trunk/proxy-volume-monitor-Dont-force-close-the-session-bus.patch
Modified:
  gvfs/trunk/PKGBUILD

--+
 PKGBUILD |   17 
+-
 gdaemonmount-Check-for-a-NULL-GMountOperation-when-unmounting.patch  |   24 
+
 proxy-volume-monitor-Dont-disable-exit_on_close-on-session-bus.patch |   25 
++
 proxy-volume-monitor-Dont-force-close-the-session-bus.patch  |   23 
+
 4 files changed, 86 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-08 21:26:53 UTC (rev 170567)
+++ PKGBUILD2012-11-08 21:39:53 UTC (rev 170568)
@@ -4,16 +4,22 @@
 pkgbase=gvfs
 pkgname=('gvfs' 'gvfs-smb' 'gvfs-afc' 'gvfs-afp' 'gvfs-gphoto2' 'gvfs-obexftp')
 pkgver=1.14.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('LGPL')
 makedepends=('avahi' 'bluez' 'dbus-glib' 'fuse' 'intltool' 'libarchive' 
'libcdio' 'libgphoto2' 'libimobiledevice' 'libsoup-gnome' 'smbclient' 'udisks2' 
'libsecret' 'docbook-xsl' 'gtk3')
 url=http://www.gnome.org;
 options=(!libtool)
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz
-do-not-emit-connected-added-signals-at-object-creation.patch)
+do-not-emit-connected-added-signals-at-object-creation.patch
+gdaemonmount-Check-for-a-NULL-GMountOperation-when-unmounting.patch
+proxy-volume-monitor-Dont-disable-exit_on_close-on-session-bus.patch
+proxy-volume-monitor-Dont-force-close-the-session-bus.patch)
 sha256sums=('0af86cd7ee7b6daca144776bdf12f2f30d3e18fdd70b4da58e1a68cea4f6716a'
-'2596b5a35e08566c4c3a8c8cc48f93534ee93c47eb13b649a8b399a9b656f9d0')
+'2596b5a35e08566c4c3a8c8cc48f93534ee93c47eb13b649a8b399a9b656f9d0'
+'0d509e335f931aceff2b5ce613dd3dec5a7f8ebbca379d8b3e3e4cf0848a9a72'
+'26225a7ebfa0144d0481b4af0e9c141920c91c022c67003e92b875f8ecc38069'
+'af7d7bcc5777f356169b13aa86308222fb59c8ba56744f6393a97db0f80c3ed6')
 
 build() {
   cd $pkgbase-$pkgver
@@ -22,6 +28,11 @@
   # https://bugzilla.gnome.org/show_bug.cgi?id=684677
   patch -Np1 -i 
$srcdir/do-not-emit-connected-added-signals-at-object-creation.patch
 
+  # Fixes from gnome-3-6 branch
+  patch -Np1 -i 
$srcdir/gdaemonmount-Check-for-a-NULL-GMountOperation-when-unmounting.patch
+  patch -Np1 -i 
$srcdir/proxy-volume-monitor-Dont-disable-exit_on_close-on-session-bus.patch
+  patch -Np1 -i 
$srcdir/proxy-volume-monitor-Dont-force-close-the-session-bus.patch
+
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
   --libexecdir=/usr/lib/gvfs \

Added: gdaemonmount-Check-for-a-NULL-GMountOperation-when-unmounting.patch
===
--- gdaemonmount-Check-for-a-NULL-GMountOperation-when-unmounting.patch 
(rev 0)
+++ gdaemonmount-Check-for-a-NULL-GMountOperation-when-unmounting.patch 
2012-11-08 21:39:53 UTC (rev 170568)
@@ -0,0 +1,24 @@
+From 4a0915c25815647c165e7ca6047f3da84ece04ea Mon Sep 17 00:00:00 2001
+From: Debarshi Ray debars...@gnome.org
+Date: Mon, 22 Oct 2012 13:07:04 +
+Subject: gdaemonmount: Check for a NULL GMountOperation when unmounting
+
+https://bugzilla.gnome.org/show_bug.cgi?id=686637
+---
+diff --git a/client/gdaemonmount.c b/client/gdaemonmount.c
+index 53f22b5..ca77648 100644
+--- a/client/gdaemonmount.c
 b/client/gdaemonmount.c
+@@ -330,8 +330,9 @@ g_daemon_mount_unmount_with_operation (GMount *mount,
+   data = g_new0 (AsyncProxyCreate, 1);
+   data-mount = g_object_ref (mount);
+   data-mount_info = daemon_mount-mount_info;
+-  data-mount_operation = g_object_ref (mount_operation);
+   data-flags = flags;
++  if (mount_operation)
++data-mount_operation = g_object_ref (mount_operation);
+   if (cancellable)
+ data-cancellable = g_object_ref (cancellable);
+ 
+--
+cgit v0.9.0.2

Added: proxy-volume-monitor-Dont-disable-exit_on_close-on-session-bus.patch
===
--- proxy-volume-monitor-Dont-disable-exit_on_close-on-session-bus.patch
(rev 0)
+++ proxy-volume-monitor-Dont-disable-exit_on_close-on-session-bus.patch
2012-11-08 21:39:53 UTC (rev 170568)
@@ -0,0 +1,25 @@
+From 5265dff7b56d892917640367414cf5d3f5e7ddb7 Mon Sep 17 00:00:00 2001
+From: Tomas Bzatek tbza...@redhat.com
+Date: Thu, 01 Nov 2012 13:37:37 +
+Subject: proxy volume monitor: 

[arch-commits] Commit in gvfs/repos (26 files)

2012-11-08 Thread Jan de Groot
Date: Thursday, November 8, 2012 @ 16:40:53
  Author: jgc
Revision: 170569

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gvfs/repos/extra-i686/PKGBUILD
(from rev 170568, gvfs/trunk/PKGBUILD)
  
gvfs/repos/extra-i686/do-not-emit-connected-added-signals-at-object-creation.patch
(from rev 170568, 
gvfs/trunk/do-not-emit-connected-added-signals-at-object-creation.patch)
  
gvfs/repos/extra-i686/gdaemonmount-Check-for-a-NULL-GMountOperation-when-unmounting.patch
(from rev 170568, 
gvfs/trunk/gdaemonmount-Check-for-a-NULL-GMountOperation-when-unmounting.patch)
  gvfs/repos/extra-i686/gvfs-module.install
(from rev 170568, gvfs/trunk/gvfs-module.install)
  gvfs/repos/extra-i686/gvfs-smb.install
(from rev 170568, gvfs/trunk/gvfs-smb.install)
  gvfs/repos/extra-i686/gvfs.install
(from rev 170568, gvfs/trunk/gvfs.install)
  
gvfs/repos/extra-i686/proxy-volume-monitor-Dont-disable-exit_on_close-on-session-bus.patch
(from rev 170568, 
gvfs/trunk/proxy-volume-monitor-Dont-disable-exit_on_close-on-session-bus.patch)
  
gvfs/repos/extra-i686/proxy-volume-monitor-Dont-force-close-the-session-bus.patch
(from rev 170568, 
gvfs/trunk/proxy-volume-monitor-Dont-force-close-the-session-bus.patch)
  gvfs/repos/extra-x86_64/PKGBUILD
(from rev 170568, gvfs/trunk/PKGBUILD)
  
gvfs/repos/extra-x86_64/do-not-emit-connected-added-signals-at-object-creation.patch
(from rev 170568, 
gvfs/trunk/do-not-emit-connected-added-signals-at-object-creation.patch)
  
gvfs/repos/extra-x86_64/gdaemonmount-Check-for-a-NULL-GMountOperation-when-unmounting.patch
(from rev 170568, 
gvfs/trunk/gdaemonmount-Check-for-a-NULL-GMountOperation-when-unmounting.patch)
  gvfs/repos/extra-x86_64/gvfs-module.install
(from rev 170568, gvfs/trunk/gvfs-module.install)
  gvfs/repos/extra-x86_64/gvfs-smb.install
(from rev 170568, gvfs/trunk/gvfs-smb.install)
  gvfs/repos/extra-x86_64/gvfs.install
(from rev 170568, gvfs/trunk/gvfs.install)
  
gvfs/repos/extra-x86_64/proxy-volume-monitor-Dont-disable-exit_on_close-on-session-bus.patch
(from rev 170568, 
gvfs/trunk/proxy-volume-monitor-Dont-disable-exit_on_close-on-session-bus.patch)
  
gvfs/repos/extra-x86_64/proxy-volume-monitor-Dont-force-close-the-session-bus.patch
(from rev 170568, 
gvfs/trunk/proxy-volume-monitor-Dont-force-close-the-session-bus.patch)
Deleted:
  gvfs/repos/extra-i686/PKGBUILD
  
gvfs/repos/extra-i686/do-not-emit-connected-added-signals-at-object-creation.patch
  gvfs/repos/extra-i686/gvfs-module.install
  gvfs/repos/extra-i686/gvfs-smb.install
  gvfs/repos/extra-i686/gvfs.install
  gvfs/repos/extra-x86_64/PKGBUILD
  
gvfs/repos/extra-x86_64/do-not-emit-connected-added-signals-at-object-creation.patch
  gvfs/repos/extra-x86_64/gvfs-module.install
  gvfs/repos/extra-x86_64/gvfs-smb.install
  gvfs/repos/extra-x86_64/gvfs.install

---+
 extra-i686/PKGBUILD
   |  251 +-
 extra-i686/do-not-emit-connected-added-signals-at-object-creation.patch
   |   78 +--
 extra-i686/gdaemonmount-Check-for-a-NULL-GMountOperation-when-unmounting.patch 
   |   24 
 extra-i686/gvfs-module.install 
   |   14 
 extra-i686/gvfs-smb.install
   |   24 
 extra-i686/gvfs.install
   |   28 -
 
extra-i686/proxy-volume-monitor-Dont-disable-exit_on_close-on-session-bus.patch 
  |   25 
 extra-i686/proxy-volume-monitor-Dont-force-close-the-session-bus.patch 
   |   23 
 extra-x86_64/PKGBUILD  
   |  251 +-
 extra-x86_64/do-not-emit-connected-added-signals-at-object-creation.patch  
   |   78 +--
 
extra-x86_64/gdaemonmount-Check-for-a-NULL-GMountOperation-when-unmounting.patch
  |   24 
 extra-x86_64/gvfs-module.install   
   |   14 
 extra-x86_64/gvfs-smb.install  
   |   24 
 extra-x86_64/gvfs.install  
   |   28 -
 
extra-x86_64/proxy-volume-monitor-Dont-disable-exit_on_close-on-session-bus.patch
 |   25 
 extra-x86_64/proxy-volume-monitor-Dont-force-close-the-session-bus.patch   
   |   23 
 16 files changed, 550 insertions(+), 384 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 170568:170569 to see the changes.


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

2012-11-08 Thread Jan de Groot
Date: Thursday, November 8, 2012 @ 17:01:32
  Author: jgc
Revision: 170570

Add gnome-icon-theme dependency (FS#32231)

Modified:
  gdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-08 21:40:53 UTC (rev 170569)
+++ PKGBUILD2012-11-08 22:01:32 UTC (rev 170570)
@@ -14,7 +14,7 @@
 groups=(gnome)
 options=('!libtool')
 depends=(libcanberra gnome-session gnome-settings-daemon metacity upower 
accountsservice systemd
- xorg-xrdb nss polkit-gnome xorg-server)
+ xorg-xrdb nss polkit-gnome xorg-server gnome-icon-theme)
 makedepends=(itstool intltool gnome-doc-utils gobject-introspection)
 optdepends=('gnome-shell: new login interface'
 'fprintd: fingerprint authentication')



[arch-commits] Commit in libotr/repos (6 files)

2012-11-08 Thread Eric Bélanger
Date: Thursday, November 8, 2012 @ 19:21:42
  Author: eric
Revision: 170571

db-move: moved libotr from [testing] to [extra] (i686, x86_64)

Added:
  libotr/repos/extra-i686/PKGBUILD
(from rev 170570, libotr/repos/testing-i686/PKGBUILD)
  libotr/repos/extra-x86_64/PKGBUILD
(from rev 170570, libotr/repos/testing-x86_64/PKGBUILD)
Deleted:
  libotr/repos/extra-i686/PKGBUILD
  libotr/repos/extra-x86_64/PKGBUILD
  libotr/repos/testing-i686/
  libotr/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   54 
 extra-x86_64/PKGBUILD |   54 
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-08 22:01:32 UTC (rev 170570)
+++ extra-i686/PKGBUILD 2012-11-09 00:21:42 UTC (rev 170571)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Bug bug2...@gmail.com
-
-pkgname=libotr
-pkgver=3.2.1
-pkgrel=1
-pkgdesc='Off-the-Record Messaging Library and Toolkit'
-url='http://www.cypherpunks.ca/otr/'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-depends=('libgcrypt')
-options=('!libtool')
-source=(http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('898bf00d019f49ca34cd0116dd2e22685c67c394')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: libotr/repos/extra-i686/PKGBUILD (from rev 170570, 
libotr/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-09 00:21:42 UTC (rev 170571)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Bug bug2...@gmail.com
+
+pkgname=libotr
+pkgver=4.0.0
+pkgrel=1
+pkgdesc='Off-the-Record Messaging Library and Toolkit'
+url='http://www.cypherpunks.ca/otr/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('libgcrypt')
+options=('!libtool')
+source=(http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('8865e9011b8674290837afcf7caf90c492ae09cc')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-08 22:01:32 UTC (rev 170570)
+++ extra-x86_64/PKGBUILD   2012-11-09 00:21:42 UTC (rev 170571)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Bug bug2...@gmail.com
-
-pkgname=libotr
-pkgver=3.2.1
-pkgrel=1
-pkgdesc='Off-the-Record Messaging Library and Toolkit'
-url='http://www.cypherpunks.ca/otr/'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-depends=('libgcrypt')
-options=('!libtool')
-source=(http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('898bf00d019f49ca34cd0116dd2e22685c67c394')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: libotr/repos/extra-x86_64/PKGBUILD (from rev 170570, 
libotr/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-11-09 00:21:42 UTC (rev 170571)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Bug bug2...@gmail.com
+
+pkgname=libotr
+pkgver=4.0.0
+pkgrel=1
+pkgdesc='Off-the-Record Messaging Library and Toolkit'
+url='http://www.cypherpunks.ca/otr/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('libgcrypt')
+options=('!libtool')
+source=(http://www.cypherpunks.ca/otr/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('8865e9011b8674290837afcf7caf90c492ae09cc')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr --mandir=/usr/share/man --disable-static
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in bitlbee/repos (22 files)

2012-11-08 Thread Eric Bélanger
Date: Thursday, November 8, 2012 @ 19:21:44
  Author: eric
Revision: 170572

db-move: moved bitlbee from [testing] to [extra] (i686, x86_64)

Added:
  bitlbee/repos/extra-i686/PKGBUILD
(from rev 170570, bitlbee/repos/testing-i686/PKGBUILD)
  bitlbee/repos/extra-i686/bitlbee.install
(from rev 170570, bitlbee/repos/testing-i686/bitlbee.install)
  bitlbee/repos/extra-i686/bitlbee.tmpfiles
(from rev 170570, bitlbee/repos/testing-i686/bitlbee.tmpfiles)
  bitlbee/repos/extra-i686/rc.d
(from rev 170570, bitlbee/repos/testing-i686/rc.d)
  bitlbee/repos/extra-i686/xinetd
(from rev 170570, bitlbee/repos/testing-i686/xinetd)
  bitlbee/repos/extra-x86_64/PKGBUILD
(from rev 170570, bitlbee/repos/testing-x86_64/PKGBUILD)
  bitlbee/repos/extra-x86_64/bitlbee.install
(from rev 170570, bitlbee/repos/testing-x86_64/bitlbee.install)
  bitlbee/repos/extra-x86_64/bitlbee.tmpfiles
(from rev 170570, bitlbee/repos/testing-x86_64/bitlbee.tmpfiles)
  bitlbee/repos/extra-x86_64/rc.d
(from rev 170570, bitlbee/repos/testing-x86_64/rc.d)
  bitlbee/repos/extra-x86_64/xinetd
(from rev 170570, bitlbee/repos/testing-x86_64/xinetd)
Deleted:
  bitlbee/repos/extra-i686/PKGBUILD
  bitlbee/repos/extra-i686/bitlbee.install
  bitlbee/repos/extra-i686/bitlbee.tmpfiles
  bitlbee/repos/extra-i686/rc.d
  bitlbee/repos/extra-i686/xinetd
  bitlbee/repos/extra-x86_64/PKGBUILD
  bitlbee/repos/extra-x86_64/bitlbee.install
  bitlbee/repos/extra-x86_64/bitlbee.tmpfiles
  bitlbee/repos/extra-x86_64/rc.d
  bitlbee/repos/extra-x86_64/xinetd
  bitlbee/repos/testing-i686/
  bitlbee/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |  122 
 extra-i686/bitlbee.install|   30 -
 extra-i686/bitlbee.tmpfiles   |2 
 extra-i686/rc.d   |   98 
 extra-i686/xinetd |   24 +++
 extra-x86_64/PKGBUILD |  122 
 extra-x86_64/bitlbee.install  |   30 -
 extra-x86_64/bitlbee.tmpfiles |2 
 extra-x86_64/rc.d |   98 
 extra-x86_64/xinetd   |   24 +++
 10 files changed, 280 insertions(+), 272 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-09 00:21:42 UTC (rev 170571)
+++ extra-i686/PKGBUILD 2012-11-09 00:21:44 UTC (rev 170572)
@@ -1,59 +0,0 @@
-# $Id$
-
-# Contributor: FUBAR mrfu...@gmail.com
-# Contributor: simo s...@archlinux.org
-# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-# Contributor: Gaetan Bisson bis...@archlinux.org
-# Maintainer: Dave Reisner dreis...@archlinux.org
-
-pkgname=bitlbee
-pkgver=3.0.6
-pkgrel=1
-pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to 
IRC'
-url='http://www.bitlbee.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('openssl' 'glib2')
-makedepends=('asciidoc' 'libotr')
-optdepends=('skype4py: to use skyped'
-'libotr: for OTR encryption support'
-'xinetd: to run bitlbee through xinetd')
-source=(http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz;
-'xinetd'
-'rc.d'
-'bitlbee.tmpfiles')
-sha1sums=('6ac7cab4dab422f9baac97818e69ee9934db345c'
-  '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
-  '02423c500ac64f673ba26a3395c7c7036c17343e'
-  '3695ed2fe22436c4d0fc3ead829f7d1f89bc491c')
-backup=('etc/bitlbee/bitlbee.conf'
-'etc/bitlbee/motd.txt'
-'etc/xinetd.d/bitlbee')
-install=bitlbee.install
-
-build() { 
-   cd $pkgname-$pkgver
-
-   ./configure \
-   --prefix=/usr \
-   --etcdir=/etc/bitlbee \
-   --pidfile=/run/bitlbee/bitlbee.pid \
-   --ipcsocket=/run/bitlbee/bitlbee.sock \
-   --systemdsystemunitdir=/usr/lib/systemd/system \
-   --ssl=openssl \
-   --strip=0 \
-   --otr=plugin \
-   --skype=plugin
-
-   make
-}
-
-package() {
-   make -C $pkgname-$pkgver DESTDIR=$pkgdir install{,-etc,-dev}
-
-   install -o65 -g65 -dm770 $pkgdir/var/lib/bitlbee
-   install -Dm644 $srcdir/xinetd $pkgdir/etc/xinetd.d/bitlbee
-   install -Dm755 $srcdir/rc.d $pkgdir/etc/rc.d/bitlbee
-   install -Dm644 $srcdir/bitlbee.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/bitlbee.conf
-}

Copied: bitlbee/repos/extra-i686/PKGBUILD (from rev 170570, 
bitlbee/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-09 00:21:44 UTC (rev 170572)
@@ -0,0 +1,63 @@
+# $Id$
+
+# Contributor: FUBAR mrfu...@gmail.com
+# Contributor: simo s...@archlinux.org
+# Contributor: Jeff 'codemac' Mickey j...@archlinux.org
+# Contributor: Daniel J Griffiths 

[arch-commits] Commit in kdenetwork/repos (24 files)

2012-11-08 Thread Eric Bélanger
Date: Thursday, November 8, 2012 @ 19:21:48
  Author: eric
Revision: 170573

db-move: moved kdenetwork from [testing] to [extra] (i686, x86_64)

Added:
  kdenetwork/repos/extra-i686/PKGBUILD
(from rev 170570, kdenetwork/repos/testing-i686/PKGBUILD)
  kdenetwork/repos/extra-i686/kdenetwork-kget.install
(from rev 170570, kdenetwork/repos/testing-i686/kdenetwork-kget.install)
  kdenetwork/repos/extra-i686/kdenetwork-kopete.install
(from rev 170570, kdenetwork/repos/testing-i686/kdenetwork-kopete.install)
  kdenetwork/repos/extra-i686/kdenetwork-kppp.install
(from rev 170570, kdenetwork/repos/testing-i686/kdenetwork-kppp.install)
  kdenetwork/repos/extra-i686/kdenetwork.install
(from rev 170570, kdenetwork/repos/testing-i686/kdenetwork.install)
  kdenetwork/repos/extra-i686/use-libotr3.patch
(from rev 170570, kdenetwork/repos/testing-i686/use-libotr3.patch)
  kdenetwork/repos/extra-x86_64/PKGBUILD
(from rev 170570, kdenetwork/repos/testing-x86_64/PKGBUILD)
  kdenetwork/repos/extra-x86_64/kdenetwork-kget.install
(from rev 170570, kdenetwork/repos/testing-x86_64/kdenetwork-kget.install)
  kdenetwork/repos/extra-x86_64/kdenetwork-kopete.install
(from rev 170570, kdenetwork/repos/testing-x86_64/kdenetwork-kopete.install)
  kdenetwork/repos/extra-x86_64/kdenetwork-kppp.install
(from rev 170570, kdenetwork/repos/testing-x86_64/kdenetwork-kppp.install)
  kdenetwork/repos/extra-x86_64/kdenetwork.install
(from rev 170570, kdenetwork/repos/testing-x86_64/kdenetwork.install)
  kdenetwork/repos/extra-x86_64/use-libotr3.patch
(from rev 170570, kdenetwork/repos/testing-x86_64/use-libotr3.patch)
Deleted:
  kdenetwork/repos/extra-i686/PKGBUILD
  kdenetwork/repos/extra-i686/kdenetwork-kget.install
  kdenetwork/repos/extra-i686/kdenetwork-kopete.install
  kdenetwork/repos/extra-i686/kdenetwork-kppp.install
  kdenetwork/repos/extra-i686/kdenetwork.install
  kdenetwork/repos/extra-x86_64/PKGBUILD
  kdenetwork/repos/extra-x86_64/kdenetwork-kget.install
  kdenetwork/repos/extra-x86_64/kdenetwork-kopete.install
  kdenetwork/repos/extra-x86_64/kdenetwork-kppp.install
  kdenetwork/repos/extra-x86_64/kdenetwork.install
  kdenetwork/repos/testing-i686/
  kdenetwork/repos/testing-x86_64/

+
 extra-i686/PKGBUILD|  231 +++
 extra-i686/kdenetwork-kget.install |   24 +--
 extra-i686/kdenetwork-kopete.install   |   24 +--
 extra-i686/kdenetwork-kppp.install |   24 +--
 extra-i686/kdenetwork.install  |   22 +-
 extra-i686/use-libotr3.patch   |   20 ++
 extra-x86_64/PKGBUILD  |  231 +++
 extra-x86_64/kdenetwork-kget.install   |   24 +--
 extra-x86_64/kdenetwork-kopete.install |   24 +--
 extra-x86_64/kdenetwork-kppp.install   |   24 +--
 extra-x86_64/kdenetwork.install|   22 +-
 extra-x86_64/use-libotr3.patch |   20 ++
 12 files changed, 370 insertions(+), 320 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-09 00:21:44 UTC (rev 170572)
+++ extra-i686/PKGBUILD 2012-11-09 00:21:48 UTC (rev 170573)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Pierre Schmitz pie...@archlinux.de
-
-pkgbase=kdenetwork
-pkgname=('kdenetwork-filesharing'
- 'kdenetwork-kdnssd'
- 'kdenetwork-kget'
- 'kdenetwork-kopete'
- 'kdenetwork-kppp'
- 'kdenetwork-krdc'
- 'kdenetwork-krfb')
-pkgver=4.9.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.kde.org'
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-makedepends=('cmake' 'automoc4' 'boost' 'speex' 'ortp' 'libotr' 'ppp'
-   'qca-ossl' 'kdebase-workspace' 'kdebase-lib' 'libvncserver'
-'v4l-utils' 'libidn' 'qimageblitz' 'libxdamage' 'libgadu' 'libmsn'
-'libktorrent' 'libmms' 'mediastreamer' 'telepathy-qt')
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
-sha1sums=('6779039e5354fae02cf7faa3442385b95befb430')
-
-build() {
-cd ${srcdir}
-   mkdir build
-   cd build
-   cmake ../${pkgbase}-${pkgver} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DMOZPLUGIN_INSTALL_DIR=/usr/lib/mozilla/plugins/ \
--DWITH_Xmms=OFF \
-   -DWITH_LibMeanwhile=OFF \
--DWITH_qq=OFF
-   make
-}
-
-package_kdenetwork-filesharing() {
-   pkgdesc='Konqueror properties dialog plugin to share a directory with 
the local network'
-   depends=('kdelibs' 'smbclient')
-   install='kdenetwork.install'
-   cd $srcdir/build/filesharing
-   make DESTDIR=$pkgdir install
-}
-
-package_kdenetwork-kdnssd() {
-   pkgdesc='Monitors the network for DNS-SD services'
-   depends=('kdelibs')
-   cd $srcdir/build/kdnssd
-   

[arch-commits] Commit in libotr3/repos (8 files)

2012-11-08 Thread Eric Bélanger
Date: Thursday, November 8, 2012 @ 19:22:47
  Author: eric
Revision: 170574

db-move: moved libotr3 from [testing] to [extra] (i686, x86_64)

Added:
  libotr3/repos/extra-i686/
  libotr3/repos/extra-i686/PKGBUILD
(from rev 170573, libotr3/repos/testing-i686/PKGBUILD)
  libotr3/repos/extra-i686/libotr3-soname.patch
(from rev 170573, libotr3/repos/testing-i686/libotr3-soname.patch)
  libotr3/repos/extra-x86_64/
  libotr3/repos/extra-x86_64/PKGBUILD
(from rev 170573, libotr3/repos/testing-x86_64/PKGBUILD)
  libotr3/repos/extra-x86_64/libotr3-soname.patch
(from rev 170573, libotr3/repos/testing-x86_64/libotr3-soname.patch)
Deleted:
  libotr3/repos/testing-i686/
  libotr3/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   35 +
 extra-i686/libotr3-soname.patch   |  695 
 extra-x86_64/PKGBUILD |   35 +
 extra-x86_64/libotr3-soname.patch |  695 
 4 files changed, 1460 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 170573:170574 to see the changes.


[arch-commits] Commit in filesystem/trunk (archlinux.7.txt)

2012-11-08 Thread Tom Gundersen
Date: Thursday, November 8, 2012 @ 19:59:19
  Author: tomegun
Revision: 170575

more manpage fixes

Agan from Jason St. John

Modified:
  filesystem/trunk/archlinux.7.txt

-+
 archlinux.7.txt |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: archlinux.7.txt
===
--- archlinux.7.txt 2012-11-09 00:22:47 UTC (rev 170574)
+++ archlinux.7.txt 2012-11-09 00:59:19 UTC (rev 170575)
@@ -51,22 +51,22 @@
 be in UTC or in local time by calling 'timedatectl set-local-rtc false|true'.
 The default is UTC.
 
-FILESYSTEMS[[F]]
-
-Filesystems are configured in /etc/fstab, and encryption mappings are 
configured in /etc/crypttab.
+FILE SYSTEMS[[F]]
+-
+File systems are configured in /etc/fstab, and encryption mappings are 
configured in /etc/crypttab.
 
 INITRAMFS[[R]]
 --
 The initramfs is generated by 'mkinitcpio -p preset'.
 The default preset is linux.
-The initramfs can be configured in /etc/mkinitcpio.conf.
+The initramfs can be configured in /etc/mkinitcpio.conf and must be 
regenerated after making configuration changes.
 
 PACKAGE MANAGER[[P]]
 
 The package manager, pacman, is configured in /etc/pacman.conf.
 
-BOOTLOADER[[B]]

+BOOT LOADER[[B]]
+
 GRUB's configuration is generated from /etc/default/grub by 'grub-mkconfig -o 
/boot/grub/grub.cfg'.
 Syslinux is configured in /boot/syslinux/syslinux.cfg.
 



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

2012-11-08 Thread Eric Bélanger
Date: Thursday, November 8, 2012 @ 22:34:27
  Author: eric
Revision: 170576

upgpkg: racket 5.3.1-1

Upstream update

Modified:
  racket/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-09 00:59:19 UTC (rev 170575)
+++ PKGBUILD2012-11-09 03:34:27 UTC (rev 170576)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=racket
-pkgver=5.3
+pkgver=5.3.1
 pkgrel=1
 pkgdesc=A programming language environment (formerly known as PLT Scheme) 
suitable for tasks ranging from scripting to application development
 arch=('i686' 'x86_64')
@@ -14,13 +14,12 @@
 install=racket.install
 
source=(http://download.racket-lang.org/installers/${pkgver}/racket/${pkgname}-${pkgver}-src-unix.tgz
 \
 drracket.desktop)
-sha1sums=('16883898c0cc418ba44732e3f62a54cf043a1de8'
+sha1sums=('5aa74a2eafd44a521c27c34f4b4264670f1bf571'
   'a20808f6b250225704856f82a544681a962a299d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}/src
   [ $CARCH == x86_64 ]  export CFLAGS+=-fPIC
-  sed -i 's/struct siginfo/siginfo_t/' racket/gc2/sighand.c
   ./configure --prefix=/usr --enable-shared
   make
 }



[arch-commits] Commit in racket/repos (12 files)

2012-11-08 Thread Eric Bélanger
Date: Thursday, November 8, 2012 @ 22:34:54
  Author: eric
Revision: 170577

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  racket/repos/extra-i686/PKGBUILD
(from rev 170576, racket/trunk/PKGBUILD)
  racket/repos/extra-i686/drracket.desktop
(from rev 170576, racket/trunk/drracket.desktop)
  racket/repos/extra-i686/racket.install
(from rev 170576, racket/trunk/racket.install)
  racket/repos/extra-x86_64/PKGBUILD
(from rev 170576, racket/trunk/PKGBUILD)
  racket/repos/extra-x86_64/drracket.desktop
(from rev 170576, racket/trunk/drracket.desktop)
  racket/repos/extra-x86_64/racket.install
(from rev 170576, racket/trunk/racket.install)
Deleted:
  racket/repos/extra-i686/PKGBUILD
  racket/repos/extra-i686/drracket.desktop
  racket/repos/extra-i686/racket.install
  racket/repos/extra-x86_64/PKGBUILD
  racket/repos/extra-x86_64/drracket.desktop
  racket/repos/extra-x86_64/racket.install

---+
 extra-i686/PKGBUILD   |   67 +++-
 extra-i686/drracket.desktop   |   18 +-
 extra-i686/racket.install |   22 ++---
 extra-x86_64/PKGBUILD |   67 +++-
 extra-x86_64/drracket.desktop |   18 +-
 extra-x86_64/racket.install   |   22 ++---
 6 files changed, 106 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-09 03:34:27 UTC (rev 170576)
+++ extra-i686/PKGBUILD 2012-11-09 03:34:54 UTC (rev 170577)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=racket
-pkgver=5.3
-pkgrel=1
-pkgdesc=A programming language environment (formerly known as PLT Scheme) 
suitable for tasks ranging from scripting to application development
-arch=('i686' 'x86_64')
-url=http://racket-lang.org/;
-license=('LGPL')
-depends=('gtk2' 'desktop-file-utils')
-makedepends=('gsfonts')
-options=('!libtool' '!strip')
-install=racket.install
-source=(http://download.racket-lang.org/installers/${pkgver}/racket/${pkgname}-${pkgver}-src-unix.tgz
 \
-drracket.desktop)
-sha1sums=('16883898c0cc418ba44732e3f62a54cf043a1de8'
-  'a20808f6b250225704856f82a544681a962a299d')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}/src
-  [ $CARCH == x86_64 ]  export CFLAGS+=-fPIC
-  sed -i 's/struct siginfo/siginfo_t/' racket/gc2/sighand.c
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/src
-  make DESTDIR=${pkgdir} install
-
-  install -D -m644 ../collects/icons/plt.xpm 
${pkgdir}/usr/share/pixmaps/drracket.xpm
-  install -D -m644 ${srcdir}/drracket.desktop 
${pkgdir}/usr/share/applications/drracket.desktop
-}

Copied: racket/repos/extra-i686/PKGBUILD (from rev 170576, 
racket/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-09 03:34:54 UTC (rev 170577)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=racket
+pkgver=5.3.1
+pkgrel=1
+pkgdesc=A programming language environment (formerly known as PLT Scheme) 
suitable for tasks ranging from scripting to application development
+arch=('i686' 'x86_64')
+url=http://racket-lang.org/;
+license=('LGPL')
+depends=('gtk2' 'desktop-file-utils')
+makedepends=('gsfonts')
+options=('!libtool' '!strip')
+install=racket.install
+source=(http://download.racket-lang.org/installers/${pkgver}/racket/${pkgname}-${pkgver}-src-unix.tgz
 \
+drracket.desktop)
+sha1sums=('5aa74a2eafd44a521c27c34f4b4264670f1bf571'
+  'a20808f6b250225704856f82a544681a962a299d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}/src
+  [ $CARCH == x86_64 ]  export CFLAGS+=-fPIC
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}/src
+  make DESTDIR=${pkgdir} install
+
+  install -D -m644 ../collects/icons/plt.xpm 
${pkgdir}/usr/share/pixmaps/drracket.xpm
+  install -D -m644 ${srcdir}/drracket.desktop 
${pkgdir}/usr/share/applications/drracket.desktop
+}

Deleted: extra-i686/drracket.desktop
===
--- extra-i686/drracket.desktop 2012-11-09 03:34:27 UTC (rev 170576)
+++ extra-i686/drracket.desktop 2012-11-09 03:34:54 UTC (rev 170577)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Name=DrRacket
-GenericName=IDE for Racket
-Comment=DrRacket is an interactive, integrated, graphical programming 
environment for the Racket programming languages.
-Exec=drracket
-Terminal=false
-Type=Application
-Categories=Education;Development;
-Icon=drracket

Copied: racket/repos/extra-i686/drracket.desktop (from rev 170576, 
racket/trunk/drracket.desktop)
===
--- extra-i686/drracket.desktop (rev 0)
+++ extra-i686/drracket.desktop