[arch-commits] Commit in bluez/repos (16 files)

2012-06-24 Thread Tom Gundersen
Date: Sunday, June 24, 2012 @ 16:46:50
  Author: tomegun
Revision: 162308

db-move: moved bluez from [core] to [extra] ( i686,  x86_64)

Added:
  bluez/repos/extra-i686/PKGBUILD
(from rev 162307, bluez/repos/core-i686/PKGBUILD)
  bluez/repos/extra-i686/bluetooth.conf.d
(from rev 162307, bluez/repos/core-i686/bluetooth.conf.d)
  bluez/repos/extra-i686/rc.bluetooth
(from rev 162307, bluez/repos/core-i686/rc.bluetooth)
  bluez/repos/extra-x86_64/PKGBUILD
(from rev 162307, bluez/repos/core-x86_64/PKGBUILD)
  bluez/repos/extra-x86_64/bluetooth.conf.d
(from rev 162307, bluez/repos/core-x86_64/bluetooth.conf.d)
  bluez/repos/extra-x86_64/rc.bluetooth
(from rev 162307, bluez/repos/core-x86_64/rc.bluetooth)
Deleted:
  bluez/repos/core-i686/
  bluez/repos/core-x86_64/
  bluez/repos/extra-i686/PKGBUILD
  bluez/repos/extra-i686/bluetooth.conf.d
  bluez/repos/extra-i686/org.bluez.service
  bluez/repos/extra-i686/rc.bluetooth
  bluez/repos/extra-x86_64/PKGBUILD
  bluez/repos/extra-x86_64/bluetooth.conf.d
  bluez/repos/extra-x86_64/org.bluez.service
  bluez/repos/extra-x86_64/rc.bluetooth

+
 extra-i686/PKGBUILD|  170 --
 extra-i686/bluetooth.conf.d|   60 ++--
 extra-i686/org.bluez.service   |5 -
 extra-i686/rc.bluetooth|  193 ++-
 extra-x86_64/PKGBUILD  |  170 --
 extra-x86_64/bluetooth.conf.d  |   60 ++--
 extra-x86_64/org.bluez.service |5 -
 extra-x86_64/rc.bluetooth  |  193 ++-
 8 files changed, 412 insertions(+), 444 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-24 20:44:52 UTC (rev 162307)
+++ extra-i686/PKGBUILD 2012-06-24 20:46:50 UTC (rev 162308)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Geoffroy Carrier geoff...@archlinux.org
-
-pkgname=bluez
-pkgver=4.100
-pkgrel=1
-pkgdesc=Libraries and tools for the Bluetooth protocol stack
-url=http://www.bluez.org/;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('dbus-core' 'python2' 'systemd-tools')
-makedepends=('gstreamer0.10-base' 'libusb-compat' 'libsndfile' 'libusbx')
-optdepends=(gstreamer0.10-base: bluetooth GStreamer support
-alsa-lib: Audio bluetooth devices support
-dbus-python: to run bluez-simple-agent
-pygobject: to run bluez-simple-agent
-libusb-compat: USB adapters support
-cups: CUPS backend)
-conflicts=('bluez-libs' 'bluez-utils')
-provides=('bluez-libs' 'bluez-utils')
-replaces=('bluez-libs' 'bluez-utils')
-options=('!libtool')
-backup=(etc/bluetooth/{main,rfcomm,audio,network,input,serial}.conf
-'etc/conf.d/bluetooth' 'etc/dbus-1/system.d/bluetooth.conf')
-source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;
-'bluetooth.conf.d'
-   'rc.bluetooth'
-   'org.bluez.service')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  cp ../org.bluez.service src/
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/lib \
---enable-gstreamer \
---enable-alsa \
---enable-usb \
---enable-tools \
---enable-bccmd \
---enable-dfutool \
---enable-hid2hci \
---enable-hidd \
---enable-pand \
---enable-dund \
---enable-cups \
---enable-wiimote \
---disable-test \
---with-systemdunitdir=/usr/lib/systemd/system
-
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -Dm755 ${srcdir}/rc.bluetooth ${pkgdir}/etc/rc.d/bluetooth
-  
-  install -d ${pkgdir}/etc/bluetooth
-  install -m644 network/network.conf \
-input/input.conf \
-audio/audio.conf \
-serial/serial.conf \
-${pkgdir}/etc/bluetooth/
-  
-  install -Dm644 ${srcdir}/bluetooth.conf.d \
-${pkgdir}/etc/conf.d/bluetooth
-
-  # FS#27630
-  install -Dm755 test/simple-agent ${pkgdir}/usr/bin/bluez-simple-agent
-  install -Dm755 test/test-device ${pkgdir}/usr/bin/bluez-test-device
-  install -Dm755 test/test-input ${pkgdir}/usr/bin/bluez-test-input
-  sed -i 's#/usr/bin/python#/usr/bin/python2#' \
-${pkgdir}/usr/bin/bluez-simple-agent \
-${pkgdir}/usr/bin/bluez-test-device \
-${pkgdir}/usr/bin/bluez-test-input
-}
-md5sums=('54809d476c52665ff64594b6828016b5'
- '7412982b440f29fa7f76a41a87fef985'
- '8f9498707f809506928b2e480d3b6789'
- '54c7de598327bf11d56592235d0702f4')

Copied: bluez/repos/extra-i686/PKGBUILD (from rev 162307, 
bluez/repos/core-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-06-24 20:46:50 

[arch-commits] Commit in bluez/repos (16 files)

2012-06-19 Thread Tom Gundersen
Date: Tuesday, June 19, 2012 @ 08:10:02
  Author: tomegun
Revision: 162066

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

Added:
  bluez/repos/extra-i686/PKGBUILD
(from rev 162065, bluez/trunk/PKGBUILD)
  bluez/repos/extra-i686/bluetooth.conf.d
(from rev 162065, bluez/trunk/bluetooth.conf.d)
  bluez/repos/extra-i686/org.bluez.service
(from rev 162065, bluez/trunk/org.bluez.service)
  bluez/repos/extra-i686/rc.bluetooth
(from rev 162065, bluez/trunk/rc.bluetooth)
  bluez/repos/extra-x86_64/PKGBUILD
(from rev 162065, bluez/trunk/PKGBUILD)
  bluez/repos/extra-x86_64/bluetooth.conf.d
(from rev 162065, bluez/trunk/bluetooth.conf.d)
  bluez/repos/extra-x86_64/org.bluez.service
(from rev 162065, bluez/trunk/org.bluez.service)
  bluez/repos/extra-x86_64/rc.bluetooth
(from rev 162065, bluez/trunk/rc.bluetooth)
Deleted:
  bluez/repos/extra-i686/0001-udev-remove-deprecated-function.patch
  bluez/repos/extra-i686/PKGBUILD
  bluez/repos/extra-i686/bluetooth.conf.d
  bluez/repos/extra-i686/rc.bluetooth
  bluez/repos/extra-x86_64/0001-udev-remove-deprecated-function.patch
  bluez/repos/extra-x86_64/PKGBUILD
  bluez/repos/extra-x86_64/bluetooth.conf.d
  bluez/repos/extra-x86_64/rc.bluetooth

-+
 extra-i686/0001-udev-remove-deprecated-function.patch   |   27 -
 extra-i686/PKGBUILD |  177 ++--
 extra-i686/bluetooth.conf.d |   60 ++--
 extra-i686/org.bluez.service|5 
 extra-i686/rc.bluetooth |  200 +++---
 extra-x86_64/0001-udev-remove-deprecated-function.patch |   27 -
 extra-x86_64/PKGBUILD   |  177 ++--
 extra-x86_64/bluetooth.conf.d   |   60 ++--
 extra-x86_64/org.bluez.service  |5 
 extra-x86_64/rc.bluetooth   |  200 +++---
 10 files changed, 444 insertions(+), 494 deletions(-)

Deleted: extra-i686/0001-udev-remove-deprecated-function.patch
===
--- extra-i686/0001-udev-remove-deprecated-function.patch   2012-06-19 
12:07:00 UTC (rev 162065)
+++ extra-i686/0001-udev-remove-deprecated-function.patch   2012-06-19 
12:10:02 UTC (rev 162066)
@@ -1,27 +0,0 @@
-From 9e850650bd98e9d05fc937489692b26a64924d16 Mon Sep 17 00:00:00 2001
-From: Tom Gundersen t...@jklm.no
-Date: Sun, 27 May 2012 00:53:36 +0200
-Subject: [PATCH] udev: remove deprecated function
-
-This function has in the past returned /sys unconditionally. As of udev-183 
it
-is gone, so just replace it with the string.

- tools/hid2hci.c |2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tools/hid2hci.c b/tools/hid2hci.c
-index 45a3a3d..e3a5b2e 100644
 a/tools/hid2hci.c
-+++ b/tools/hid2hci.c
-@@ -291,7 +291,7 @@ int main(int argc, char *argv[])
-   if (udev == NULL)
-   goto exit;
- 
--  snprintf(syspath, sizeof(syspath), %s/%s, udev_get_sys_path(udev), 
devpath);
-+  snprintf(syspath, sizeof(syspath), /sys/%s, devpath);
-   udev_dev = udev_device_new_from_syspath(udev, syspath);
-   if (udev_dev == NULL) {
-   fprintf(stderr, error: could not find '%s'\n, devpath);
--- 
-1.7.10.2
-

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-06-19 12:07:00 UTC (rev 162065)
+++ extra-i686/PKGBUILD 2012-06-19 12:10:02 UTC (rev 162066)
@@ -1,90 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Geoffroy Carrier geoff...@archlinux.org
-
-pkgname=bluez
-pkgver=4.99
-pkgrel=6
-pkgdesc=Libraries and tools for the Bluetooth protocol stack
-url=http://www.bluez.org/;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('dbus-core' 'python2' 'udev')
-makedepends=('gstreamer0.10-base' 'libusb-compat' 'libsndfile')
-optdepends=(gstreamer0.10-base: bluetooth GStreamer support
-alsa-lib: Audio bluetooth devices support
-dbus-python: to run bluez-simple-agent
-pygobject: to run bluez-simple-agent
-libusb-compat: USB adapters support
-cups: CUPS backend)
-conflicts=('bluez-libs' 'bluez-utils')
-provides=('bluez-libs' 'bluez-utils')
-replaces=('bluez-libs' 'bluez-utils')
-options=('!libtool')
-backup=(etc/bluetooth/{main,rfcomm,audio,network,input,serial}.conf
-'etc/conf.d/bluetooth' 'etc/dbus-1/system.d/bluetooth.conf')
-source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2;
-   '0001-udev-remove-deprecated-function.patch'
-'bluetooth.conf.d'
-   'rc.bluetooth')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/lib \
-

[arch-commits] Commit in bluez/repos (16 files)

2012-05-30 Thread Tom Gundersen
Date: Wednesday, May 30, 2012 @ 11:34:29
  Author: tomegun
Revision: 160191

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

Added:
  bluez/repos/testing-i686/0001-udev-remove-deprecated-function.patch
(from rev 160190, bluez/trunk/0001-udev-remove-deprecated-function.patch)
  bluez/repos/testing-i686/PKGBUILD
(from rev 160190, bluez/trunk/PKGBUILD)
  bluez/repos/testing-i686/bluetooth.conf.d
(from rev 160190, bluez/trunk/bluetooth.conf.d)
  bluez/repos/testing-i686/rc.bluetooth
(from rev 160190, bluez/trunk/rc.bluetooth)
  bluez/repos/testing-x86_64/0001-udev-remove-deprecated-function.patch
(from rev 160190, bluez/trunk/0001-udev-remove-deprecated-function.patch)
  bluez/repos/testing-x86_64/PKGBUILD
(from rev 160190, bluez/trunk/PKGBUILD)
  bluez/repos/testing-x86_64/bluetooth.conf.d
(from rev 160190, bluez/trunk/bluetooth.conf.d)
  bluez/repos/testing-x86_64/rc.bluetooth
(from rev 160190, bluez/trunk/rc.bluetooth)
Deleted:
  bluez/repos/testing-i686/0001-udev-remove-deprecated-function.patch
  bluez/repos/testing-i686/PKGBUILD
  bluez/repos/testing-i686/bluetooth.conf.d
  bluez/repos/testing-i686/rc.bluetooth
  bluez/repos/testing-x86_64/0001-udev-remove-deprecated-function.patch
  bluez/repos/testing-x86_64/PKGBUILD
  bluez/repos/testing-x86_64/bluetooth.conf.d
  bluez/repos/testing-x86_64/rc.bluetooth

---+
 testing-i686/0001-udev-remove-deprecated-function.patch   |   54 +--
 testing-i686/PKGBUILD |  179 +-
 testing-i686/bluetooth.conf.d |   60 +--
 testing-i686/rc.bluetooth |  200 ++--
 testing-x86_64/0001-udev-remove-deprecated-function.patch |   54 +--
 testing-x86_64/PKGBUILD   |  179 +-
 testing-x86_64/bluetooth.conf.d   |   60 +--
 testing-x86_64/rc.bluetooth   |  200 ++--
 8 files changed, 494 insertions(+), 492 deletions(-)

Deleted: testing-i686/0001-udev-remove-deprecated-function.patch
===
--- testing-i686/0001-udev-remove-deprecated-function.patch 2012-05-30 
15:33:55 UTC (rev 160190)
+++ testing-i686/0001-udev-remove-deprecated-function.patch 2012-05-30 
15:34:29 UTC (rev 160191)
@@ -1,27 +0,0 @@
-From 9e850650bd98e9d05fc937489692b26a64924d16 Mon Sep 17 00:00:00 2001
-From: Tom Gundersen t...@jklm.no
-Date: Sun, 27 May 2012 00:53:36 +0200
-Subject: [PATCH] udev: remove deprecated function
-
-This function has in the past returned /sys unconditionally. As of udev-183 
it
-is gone, so just replace it with the string.

- tools/hid2hci.c |2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tools/hid2hci.c b/tools/hid2hci.c
-index 45a3a3d..e3a5b2e 100644
 a/tools/hid2hci.c
-+++ b/tools/hid2hci.c
-@@ -291,7 +291,7 @@ int main(int argc, char *argv[])
-   if (udev == NULL)
-   goto exit;
- 
--  snprintf(syspath, sizeof(syspath), %s/%s, udev_get_sys_path(udev), 
devpath);
-+  snprintf(syspath, sizeof(syspath), /sys/%s, devpath);
-   udev_dev = udev_device_new_from_syspath(udev, syspath);
-   if (udev_dev == NULL) {
-   fprintf(stderr, error: could not find '%s'\n, devpath);
--- 
-1.7.10.2
-

Copied: bluez/repos/testing-i686/0001-udev-remove-deprecated-function.patch 
(from rev 160190, bluez/trunk/0001-udev-remove-deprecated-function.patch)
===
--- testing-i686/0001-udev-remove-deprecated-function.patch 
(rev 0)
+++ testing-i686/0001-udev-remove-deprecated-function.patch 2012-05-30 
15:34:29 UTC (rev 160191)
@@ -0,0 +1,27 @@
+From 9e850650bd98e9d05fc937489692b26a64924d16 Mon Sep 17 00:00:00 2001
+From: Tom Gundersen t...@jklm.no
+Date: Sun, 27 May 2012 00:53:36 +0200
+Subject: [PATCH] udev: remove deprecated function
+
+This function has in the past returned /sys unconditionally. As of udev-183 
it
+is gone, so just replace it with the string.
+---
+ tools/hid2hci.c |2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tools/hid2hci.c b/tools/hid2hci.c
+index 45a3a3d..e3a5b2e 100644
+--- a/tools/hid2hci.c
 b/tools/hid2hci.c
+@@ -291,7 +291,7 @@ int main(int argc, char *argv[])
+   if (udev == NULL)
+   goto exit;
+ 
+-  snprintf(syspath, sizeof(syspath), %s/%s, udev_get_sys_path(udev), 
devpath);
++  snprintf(syspath, sizeof(syspath), /sys/%s, devpath);
+   udev_dev = udev_device_new_from_syspath(udev, syspath);
+   if (udev_dev == NULL) {
+   fprintf(stderr, error: could not find '%s'\n, devpath);
+-- 
+1.7.10.2
+

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-05-30 15:33:55 UTC (rev 160190)
+++