[arch-commits] Commit in libmtp/repos (3 files)

2012-04-05 Thread Tom Gundersen
Date: Thursday, April 5, 2012 @ 20:05:56
  Author: tomegun
Revision: 155744

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

Added:
  libmtp/repos/extra-i686/PKGBUILD
(from rev 155735, libmtp/repos/testing-i686/PKGBUILD)
Deleted:
  libmtp/repos/extra-i686/PKGBUILD
  libmtp/repos/testing-i686/

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-04-06 00:05:54 UTC (rev 155743)
+++ extra-i686/PKGBUILD 2012-04-06 00:05:56 UTC (rev 155744)
@@ -1,26 +0,0 @@
-# $Id$
-# Contributor: damir da...@archlinux.org
-# Contributor: Kevin Edmonds edmondske...@hotmail.com
-
-pkgname=libmtp
-pkgver=1.1.2
-pkgrel=1
-pkgdesc=Library implementation of the Media Transfer Protocol
-arch=(i686 x86_64)
-url=http://libmtp.sourceforge.net;
-license=('LGPL')
-depends=('libusb')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('6dc708757e3fd3ccce7445b4f2171263')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libmtp/repos/extra-i686/PKGBUILD (from rev 155735, 
libmtp/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-06 00:05:56 UTC (rev 155744)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: damir da...@archlinux.org
+# Contributor: Kevin Edmonds edmondske...@hotmail.com
+
+pkgname=libmtp
+pkgver=1.1.2
+pkgrel=2
+pkgdesc=Library implementation of the Media Transfer Protocol
+arch=(i686 x86_64)
+url=http://libmtp.sourceforge.net;
+license=('LGPL')
+depends=('libusb')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('6dc708757e3fd3ccce7445b4f2171263')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-udev=/usr/lib/udev
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in libmtp/repos (3 files)

2012-04-05 Thread Tom Gundersen
Date: Thursday, April 5, 2012 @ 20:05:58
  Author: tomegun
Revision: 155745

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

Added:
  libmtp/repos/extra-x86_64/PKGBUILD
(from rev 155735, libmtp/repos/testing-x86_64/PKGBUILD)
Deleted:
  libmtp/repos/extra-x86_64/PKGBUILD
  libmtp/repos/testing-x86_64/

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-04-06 00:05:56 UTC (rev 155744)
+++ extra-x86_64/PKGBUILD   2012-04-06 00:05:58 UTC (rev 155745)
@@ -1,26 +0,0 @@
-# $Id$
-# Contributor: damir da...@archlinux.org
-# Contributor: Kevin Edmonds edmondske...@hotmail.com
-
-pkgname=libmtp
-pkgver=1.1.2
-pkgrel=1
-pkgdesc=Library implementation of the Media Transfer Protocol
-arch=(i686 x86_64)
-url=http://libmtp.sourceforge.net;
-license=('LGPL')
-depends=('libusb')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('6dc708757e3fd3ccce7445b4f2171263')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libmtp/repos/extra-x86_64/PKGBUILD (from rev 155735, 
libmtp/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-04-06 00:05:58 UTC (rev 155745)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: damir da...@archlinux.org
+# Contributor: Kevin Edmonds edmondske...@hotmail.com
+
+pkgname=libmtp
+pkgver=1.1.2
+pkgrel=2
+pkgdesc=Library implementation of the Media Transfer Protocol
+arch=(i686 x86_64)
+url=http://libmtp.sourceforge.net;
+license=('LGPL')
+depends=('libusb')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('6dc708757e3fd3ccce7445b4f2171263')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-udev=/usr/lib/udev
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in libmtp/repos (3 files)

2012-04-01 Thread Tom Gundersen
Date: Sunday, April 1, 2012 @ 15:53:06
  Author: tomegun
Revision: 155326

db-move: moved libmtp from [staging] to [testing] (i686)

Added:
  libmtp/repos/testing-i686/
  libmtp/repos/testing-i686/PKGBUILD
(from rev 155315, libmtp/repos/staging-i686/PKGBUILD)
Deleted:
  libmtp/repos/staging-i686/

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

Copied: libmtp/repos/testing-i686/PKGBUILD (from rev 155315, 
libmtp/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-01 19:53:06 UTC (rev 155326)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: damir da...@archlinux.org
+# Contributor: Kevin Edmonds edmondske...@hotmail.com
+
+pkgname=libmtp
+pkgver=1.1.2
+pkgrel=2
+pkgdesc=Library implementation of the Media Transfer Protocol
+arch=(i686 x86_64)
+url=http://libmtp.sourceforge.net;
+license=('LGPL')
+depends=('libusb')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('6dc708757e3fd3ccce7445b4f2171263')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-udev=/usr/lib/udev
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in libmtp/repos (3 files)

2012-04-01 Thread Tom Gundersen
Date: Sunday, April 1, 2012 @ 15:53:07
  Author: tomegun
Revision: 155327

db-move: moved libmtp from [staging] to [testing] (x86_64)

Added:
  libmtp/repos/testing-x86_64/
  libmtp/repos/testing-x86_64/PKGBUILD
(from rev 155315, libmtp/repos/staging-x86_64/PKGBUILD)
Deleted:
  libmtp/repos/staging-x86_64/

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

Copied: libmtp/repos/testing-x86_64/PKGBUILD (from rev 155315, 
libmtp/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-04-01 19:53:07 UTC (rev 155327)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: damir da...@archlinux.org
+# Contributor: Kevin Edmonds edmondske...@hotmail.com
+
+pkgname=libmtp
+pkgver=1.1.2
+pkgrel=2
+pkgdesc=Library implementation of the Media Transfer Protocol
+arch=(i686 x86_64)
+url=http://libmtp.sourceforge.net;
+license=('LGPL')
+depends=('libusb')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('6dc708757e3fd3ccce7445b4f2171263')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-udev=/usr/lib/udev
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}