[arch-commits] Commit in libusb-compat/repos/core-i686 (3 files)
Eric Bélanger
eric at archlinux.org
Thu Oct 25 08:22:43 UTC 2012
Date: Thursday, October 25, 2012 @ 04:22:42
Author: eric
Revision: 169659
archrelease: copy trunk to core-i686
Added:
libusb-compat/repos/core-i686/PKGBUILD
(from rev 169658, libusb-compat/trunk/PKGBUILD)
Deleted:
libusb-compat/repos/core-i686/PKGBUILD
libusb-compat/repos/core-i686/libusb-0.1-libusbx.patch
--------------------------+
PKGBUILD | 60 +++++++++++++++++++++------------------------
libusb-0.1-libusbx.patch | 17 ------------
2 files changed, 28 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2012-10-25 08:21:42 UTC (rev 169658)
+++ PKGBUILD 2012-10-25 08:22:42 UTC (rev 169659)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-# Contributor: arjan <arjan at archlinux.org>
-
-pkgname=libusb-compat
-pkgver=0.1.4
-pkgrel=2
-pkgdesc="Library to enable user space application programs to communicate with USB devices"
-arch=('i686' 'x86_64')
-url="http://libusb.sourceforge.net/"
-license=('LGPL')
-depends=('libusb' 'sh')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/${pkgname%-*}/${pkgname}-${pkgver%.*}/$pkgname-$pkgver/${pkgname}-${pkgver}.tar.bz2"
- "libusb-0.1-libusbx.patch")
-md5sums=('2ca521fffadd0c28fdf174e6ec73865b'
- '1612c3982f307da1332d6db57b16742b')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- # http://libusb.org/ticket/138 can be removed with libusbx 1.0.13
- patch -Np0 -i ../libusb-0.1-libusbx.patch
- ./configure --prefix=/usr --disable-static
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
-
Copied: libusb-compat/repos/core-i686/PKGBUILD (from rev 169658, libusb-compat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2012-10-25 08:22:42 UTC (rev 169659)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: arjan <arjan at archlinux.org>
+
+pkgname=libusb-compat
+pkgver=0.1.4
+pkgrel=2
+pkgdesc="Library to enable user space application programs to communicate with USB devices"
+arch=('i686' 'x86_64')
+url="http://libusb.sourceforge.net/"
+license=('LGPL')
+depends=('libusb' 'sh')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/${pkgname%-*}/${pkgname}-${pkgver%.*}/$pkgname-$pkgver/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('2ca521fffadd0c28fdf174e6ec73865b')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr --disable-static
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
+
Deleted: libusb-0.1-libusbx.patch
===================================================================
--- libusb-0.1-libusbx.patch 2012-10-25 08:21:42 UTC (rev 169658)
+++ libusb-0.1-libusbx.patch 2012-10-25 08:22:42 UTC (rev 169659)
@@ -1,17 +0,0 @@
-http://bugs.gentoo.org/423135
-
---- libusb/core.c
-+++ libusb/core.c
-@@ -32,12 +32,6 @@
- static libusb_context *ctx = NULL;
- static int usb_debug = 0;
-
--enum usbi_log_level {
-- LOG_LEVEL_DEBUG,
-- LOG_LEVEL_INFO,
-- LOG_LEVEL_WARNING,
-- LOG_LEVEL_ERROR,
--};
-
- #ifdef ENABLE_LOGGING
- #define _usbi_log(level, fmt...) usbi_log(level, __FUNCTION__, fmt)
More information about the arch-commits
mailing list