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

2012-05-20 Thread andyrtr
Date: Sunday, May 20, 2012 @ 04:20:36
  Author: andyrtr
Revision: 159266

upgpkg: xorg-server 1.12.1.902-1

upstream update 1.12.1.902

Modified:
  xorg-server/trunk/PKGBUILD

--+
 PKGBUILD |   24 +++-
 1 file changed, 11 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-20 05:50:51 UTC (rev 159265)
+++ PKGBUILD2012-05-20 08:20:36 UTC (rev 159266)
@@ -3,8 +3,8 @@
 
 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.12.1.901
-pkgrel=3
+pkgver=1.12.1.902
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('custom')
 url=http://xorg.freedesktop.org;
@@ -16,19 +16,17 @@
 source=(${url}/releases/individual/xserver/${pkgbase}-${pkgver}.tar.bz2
 autoconfig-nvidia.patch
 autoconfig-sis.patch
-EXA_Fall_back_earlier_and_more_thoroughly_from_exaGlyphsV2.diff
-git-fixes.patch
+#EXA_Fall_back_earlier_and_more_thoroughly_from_exaGlyphsV2.diff
+#git-fixes.patch
 xvfb-run
 xvfb-run.1
 10-quirks.conf)
-sha1sums=('bb9985bae271aa896de7fa12e49a0dbd8e244d2c'
-  '63836e5cfb4ae7353fb2e31239a544409c7ead32'
-  '175de5630b43dbc97778adfba5563b7fdd77f11f'
-  '4acb39587f73bcbb9a331377d6ef99cb73eb95a8'
-  '526cbffbc742dc3449065e3501d290a607d80aa3'
-  'c94f742d3f9cabf958ae58e4015d9dd185aabedc'
-  '6838fc00ef4618c924a77e0fb03c05346080908a'
-  '993798f3d22ad672d769dae5f48d1fa068d5578f')
+sha256sums=('052efb01c47348b4138c89ad5654be022a4d952acc6129b2ad2659bc1ff4d509'
+'66e25f76a7496c429e0aff4b0670f168719bb0ceaeb88c6f2272f2bf3ed21162'
+'d027776fac1f7675b0a9ee817502290b1c45f9c09b0f0a6bb058c35f92361e84'
+'ff0156309470fc1d378fd2e104338020a884295e285972cc88e250e031cc35b9'
+'2460adccd3362fefd4cdc5f1c70f332d7b578091fb9167bf88b5f91265bbd776'
+'94612f5c0d34a3b7152915c2e285c7b462e9d8e38d3539bd551a339498eac166')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
@@ -45,7 +43,7 @@
 #  patch -Np1 -i 
${srcdir}/EXA_Fall_back_earlier_and_more_thoroughly_from_exaGlyphsV2.diff
 
   # Add post-release patches from 1.12 branch
-  patch -Np1 -i ${srcdir}/git-fixes.patch
+#  patch -Np1 -i ${srcdir}/git-fixes.patch
 
   autoreconf -fi
   ./configure --prefix=/usr \



[arch-commits] Commit in ffmpegthumbnailer/trunk (PKGBUILD ffmpegapi_fix_r241.patch)

2012-05-20 Thread Ronald van Haren
Date: Sunday, May 20, 2012 @ 05:56:58
  Author: ronald
Revision: 159270

upgpkg: ffmpegthumbnailer 2.0.7-4

FS#26540: rename thumbnailers file; don't use deprecated (removed?) ffmpeg api

Added:
  ffmpegthumbnailer/trunk/ffmpegapi_fix_r241.patch
Modified:
  ffmpegthumbnailer/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++---
 ffmpegapi_fix_r241.patch |   56 +
 2 files changed, 65 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-20 09:27:31 UTC (rev 159269)
+++ PKGBUILD2012-05-20 09:56:58 UTC (rev 159270)
@@ -4,7 +4,7 @@
 
 pkgname=ffmpegthumbnailer
 pkgver=2.0.7
-pkgrel=3
+pkgrel=4
 pkgdesc=Lightweight video thumbnailer that can be used by file managers.
 url=http://code.google.com/p/ffmpegthumbnailer/;
 license=('GPL2')
@@ -12,14 +12,18 @@
 depends=('ffmpeg' 'libjpeg' 'libpng')
 optdepends=('gvfs: support for gio uris')
 source=(http://ffmpegthumbnailer.googlecode.com/files/$pkgname-$pkgver.tar.gz;
-'ffmpegthumbnailer.desktop')
+'ffmpegthumbnailer.desktop' 'ffmpegapi_fix_r241.patch')
 options=('!libtool')
 sha1sums=('b8f5371aa995fefd1fb75e306e8cd76e8c9f3a73'
-  'bdd3ae35a5c6f0e1f4b0c7926f72b3429b2eaa53')
+  'bdd3ae35a5c6f0e1f4b0c7926f72b3429b2eaa53'
+  '4e1a6a0f06ae3ae322ea44046599ebf3ab693cb6')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
+  # Don't use deprecated (removed?) ffmpeg api
+  patch -Np0 -i ${srcdir}/ffmpegapi_fix_r241.patch
+
   ./configure --prefix=/usr --enable-gio
   make
 }
@@ -29,6 +33,7 @@
   make DESTDIR=${pkgdir} install
 
   # FS#24105: Generate thumbnails in nautilus
+  # FS#26540: Rename to .thumbnailer for nautilus
   install -Dm644 ${srcdir}/ffmpegthumbnailer.desktop \
-${pkgdir}/usr/share/thumbnailers/ffmpegthumbnailer.desktop
+${pkgdir}/usr/share/thumbnailers/ffmpegthumbnailer.thumbnailer
 }

Added: ffmpegapi_fix_r241.patch
===
--- ffmpegapi_fix_r241.patch(rev 0)
+++ ffmpegapi_fix_r241.patch2012-05-20 09:56:58 UTC (rev 159270)
@@ -0,0 +1,56 @@
+--- libffmpegthumbnailer/moviedecoder.cpp.old  2012-05-20 11:57:04.503450287 
+0200
 libffmpegthumbnailer/moviedecoder.cpp  2012-05-20 11:57:14.633450566 
+0200
+@@ -58,19 +58,26 @@
+ void MovieDecoder::initialize(const string filename)
+ {
+ av_register_all();
+-avcodec_init();
+ avcodec_register_all();
+ 
+ string inputFile = filename == - ? pipe: : filename;
+ m_AllowSeek = (filename != -)  (filename.find(rtsp://) != 0);
+-
++
++#if LIBAVCODEC_VERSION_MAJOR  53
+ if ((!m_FormatContextWasGiven)  av_open_input_file(m_pFormatContext, 
inputFile.c_str(), NULL, 0, NULL) != 0)
++#else
++  if ((!m_FormatContextWasGiven)  
avformat_open_input(m_pFormatContext, inputFile.c_str(), NULL, NULL) != 0)
++#endif
+ {
+   destroy();
+ throw logic_error(string(Could not open input file: ) + filename);
+ }
+ 
++#if LIBAVCODEC_VERSION_MAJOR  53
+ if (av_find_stream_info(m_pFormatContext)  0)
++#else
++  if (avformat_find_stream_info(m_pFormatContext, NULL)  0)
++#endif
+ {
+   destroy();
+ throw logic_error(string(Could not find stream information));
+@@ -90,8 +97,12 @@
+ 
+ if ((!m_FormatContextWasGiven)  m_pFormatContext)
+ {
++#if LIBAVCODEC_VERSION_MAJOR  53
+ av_close_input_file(m_pFormatContext);
+ m_pFormatContext = NULL;
++#else
++avformat_close_input(m_pFormatContext);
++#endif
+ }
+ 
+ if (m_pPacket)
+@@ -159,7 +170,11 @@
+ 
+ m_pVideoCodecContext-workaround_bugs = 1;
+ 
++#if LIBAVCODEC_VERSION_MAJOR  53
+ if (avcodec_open(m_pVideoCodecContext, m_pVideoCodec)  0)
++#else
++  if (avcodec_open2(m_pVideoCodecContext, m_pVideoCodec, NULL)  0)
++#endif
+ {
+ throw logic_error(Could not open video codec);
+ }



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

2012-05-20 Thread andyrtr
Date: Sunday, May 20, 2012 @ 06:00:19
  Author: andyrtr
Revision: 159272

db-remove: streamtuner removed by andyrtr

Deleted:
  streamtuner/repos/extra-i686/



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

2012-05-20 Thread Ronald van Haren
Date: Sunday, May 20, 2012 @ 06:35:50
  Author: ronald
Revision: 159277

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

Added:
  fftw/repos/extra-i686/PKGBUILD
(from rev 159276, fftw/trunk/PKGBUILD)
  fftw/repos/extra-i686/fftw.install
(from rev 159276, fftw/trunk/fftw.install)
  fftw/repos/extra-x86_64/PKGBUILD
(from rev 159276, fftw/trunk/PKGBUILD)
  fftw/repos/extra-x86_64/fftw.install
(from rev 159276, fftw/trunk/fftw.install)
Deleted:
  fftw/repos/extra-i686/PKGBUILD
  fftw/repos/extra-i686/fftw.install
  fftw/repos/extra-x86_64/PKGBUILD
  fftw/repos/extra-x86_64/fftw.install

---+
 extra-i686/PKGBUILD   |  100 ++--
 extra-i686/fftw.install   |   44 +--
 extra-x86_64/PKGBUILD |  100 ++--
 extra-x86_64/fftw.install |   44 +--
 4 files changed, 144 insertions(+), 144 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-05-20 10:35:16 UTC (rev 159276)
+++ extra-i686/PKGBUILD 2012-05-20 10:35:50 UTC (rev 159277)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Contributor: damir da...@archlinux.org
-
-pkgname=fftw
-pkgver=3.3.1
-pkgrel=1
-pkgdesc=A library for computing the discrete Fourier transform (DFT)
-arch=('i686' 'x86_64')
-license=('GPL2')
-url=http://www.fftw.org/;
-depends=('glibc' 'bash')
-makedepends=('gcc-fortran')
-options=('!libtool')
-source=(http://www.fftw.org/${pkgname}-${pkgver}.tar.gz;)
-install=fftw.install
-sha1sums=('3fecc492f576503a6a509d2073bd82b3fe0aef13')
-
-# notes:
-# http://www.fftw.org/fftw2_doc/fftw_6.html#SEC69
-# http://www.fftw.org/faq/section2.html#singleprec
-# http://www.fftw.org/fftw3_doc/Precision.html#Precision
-
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # use upstream default CFLAGS while keeping our -march/-mtune
-  CFLAGS+= -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing 
-ffast-math
-
-  CONFIGURE=./configure F77=gfortran --prefix=/usr \
- --enable-shared --enable-threads
-
-  # build  install double precision
-  $CONFIGURE --enable-sse2
-  make
-  make DESTDIR=${pkgdir} install
-  make clean 
-
-  # build  install long double precission
-  $CONFIGURE --enable-long-double
-  make
-  make DESTDIR=${pkgdir} install
-  make clean
-
-  # build  install single precision
-  $CONFIGURE --enable-float --enable-sse
-  make
-  make DESTDIR=${pkgdir} install
-}

Copied: fftw/repos/extra-i686/PKGBUILD (from rev 159276, fftw/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-05-20 10:35:50 UTC (rev 159277)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=fftw
+pkgver=3.3.2
+pkgrel=1
+pkgdesc=A library for computing the discrete Fourier transform (DFT)
+arch=('i686' 'x86_64')
+license=('GPL2')
+url=http://www.fftw.org/;
+depends=('glibc' 'bash')
+makedepends=('gcc-fortran')
+options=('!libtool')
+source=(http://www.fftw.org/${pkgname}-${pkgver}.tar.gz;)
+install=fftw.install
+sha1sums=('11a8c31186ff5a7d686a79a3f21b2530888e0dc2')
+
+# notes:
+# http://www.fftw.org/fftw2_doc/fftw_6.html#SEC69
+# http://www.fftw.org/faq/section2.html#singleprec
+# http://www.fftw.org/fftw3_doc/Precision.html#Precision
+
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # use upstream default CFLAGS while keeping our -march/-mtune
+  CFLAGS+= -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing 
-ffast-math
+
+  CONFIGURE=./configure F77=gfortran --prefix=/usr \
+ --enable-shared --enable-threads --enable-type-prefix
+
+  # build  install double precision
+  $CONFIGURE --enable-sse2
+  make
+  make DESTDIR=${pkgdir} install
+  make clean 
+
+  # build  install long double precission
+  $CONFIGURE --enable-long-double
+  make
+  make DESTDIR=${pkgdir} install
+  make clean
+
+  # build  install single precision
+  $CONFIGURE --enable-float --enable-sse
+  make
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/fftw.install
===
--- extra-i686/fftw.install 2012-05-20 10:35:16 UTC (rev 159276)
+++ extra-i686/fftw.install 2012-05-20 10:35:50 UTC (rev 159277)
@@ -1,22 +0,0 @@
-info_dir=/usr/share/info
-info_files=(fftw3.info)
-
-post_install() {
-  for f in ${info_files[@]}; do
-install-info ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}
-
-post_upgrade() {
-post_install
-}
-
-pre_remove() {
-  for f in ${info_files[@]}; do
-install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2 /dev/null
-  done
-}
-
-
-
-

Copied: fftw/repos/extra-i686/fftw.install (from rev 159276, 
fftw/trunk/fftw.install)

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

2012-05-20 Thread Giovanni Scafora
Date: Sunday, May 20, 2012 @ 10:16:07
  Author: giovanni
Revision: 159278

upgpkg: live-media 2012.05.17-1

upstream release

Modified:
  live-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-20 10:35:50 UTC (rev 159277)
+++ PKGBUILD2012-05-20 14:16:07 UTC (rev 159278)
@@ -3,7 +3,7 @@
 # Contributor: Gilles CHAUVIN gcn...@gmail.com
 
 pkgname=live-media
-pkgver=2012.05.11
+pkgver=2012.05.17
 pkgrel=1
 pkgdesc=A set of C++ libraries for multimedia streaming
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 url=http://live555.com/liveMedia;
 depends=('gcc-libs')
 source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('6ffb354005fe211dd455042f2e0c6564')
+md5sums=('e46d6070d7043b67c776389276d8bfed')
 
 build() {
   cd ${srcdir}/live



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

2012-05-20 Thread Giovanni Scafora
Date: Sunday, May 20, 2012 @ 10:16:33
  Author: giovanni
Revision: 159279

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

Added:
  live-media/repos/extra-i686/PKGBUILD
(from rev 159278, live-media/trunk/PKGBUILD)
  live-media/repos/extra-x86_64/PKGBUILD
(from rev 159278, live-media/trunk/PKGBUILD)
Deleted:
  live-media/repos/extra-i686/PKGBUILD
  live-media/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-05-20 14:16:07 UTC (rev 159278)
+++ extra-i686/PKGBUILD 2012-05-20 14:16:33 UTC (rev 159279)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2012.05.11
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('6ffb354005fe211dd455042f2e0c6564')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
-  -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a ${pkgdir}/usr/lib
-install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install ${testprog} ${pkgdir}/usr/bin
-  done
-}

Copied: live-media/repos/extra-i686/PKGBUILD (from rev 159278, 
live-media/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-05-20 14:16:33 UTC (rev 159279)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: Gilles CHAUVIN gcn...@gmail.com
+
+pkgname=live-media
+pkgver=2012.05.17
+pkgrel=1
+pkgdesc=A set of C++ libraries for multimedia streaming
+arch=('i686' 'x86_64')
+license=('LGPL')
+url=http://live555.com/liveMedia;
+depends=('gcc-libs')
+source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
+md5sums=('e46d6070d7043b67c776389276d8bfed')
+
+build() {
+  cd ${srcdir}/live
+
+  sed \
+  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
+  -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
+  -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
+  -i config.linux
+  ./genMakefiles linux
+  make
+}
+
+package() {
+  cd ${srcdir}/live
+
+  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
+install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
+install -m644 ${dir}/*.a ${pkgdir}/usr/lib
+install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
+  done
+
+  for testprog in `find testProgs -type f -perm 755`; do
+install ${testprog} ${pkgdir}/usr/bin
+  done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-05-20 14:16:07 UTC (rev 159278)
+++ extra-x86_64/PKGBUILD   2012-05-20 14:16:33 UTC (rev 159279)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora giova...@archlinux.org
-# Contributor: Gilles CHAUVIN gcn...@gmail.com
-
-pkgname=live-media
-pkgver=2012.05.11
-pkgrel=1
-pkgdesc=A set of C++ libraries for multimedia streaming
-arch=('i686' 'x86_64')
-license=('LGPL')
-url=http://live555.com/liveMedia;
-depends=('gcc-libs')
-source=(http://live555.com/liveMedia/public/live.${pkgver}.tar.gz;)
-md5sums=('6ffb354005fe211dd455042f2e0c6564')
-
-build() {
-  cd ${srcdir}/live
-
-  sed \
-  -e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC 
-DRTSPCLIENT_SYNCHRONOUS_INTERFACE=1 -DSOCKLEN_T/g' \
-  -e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
-  -e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
-  -i config.linux
-  ./genMakefiles linux
-  make
-}
-
-package() {
-  cd ${srcdir}/live
-
-  for dir in BasicUsageEnvironment groupsock liveMedia UsageEnvironment; do
-install -dm755 ${pkgdir}/usr/{bin,lib,include/${dir}}
-install -m644 ${dir}/*.a ${pkgdir}/usr/lib
-install -m644 ${dir}/include/*.h* ${pkgdir}/usr/include/${dir}
-  done
-
-  for testprog in `find testProgs -type f -perm 755`; do
-install 

[arch-commits] Commit in perl/repos (36 files)

2012-05-20 Thread Florian Pritz
Date: Sunday, May 20, 2012 @ 16:41:32
  Author: bluewind
Revision: 159280

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

Added:
  
perl/repos/core-i686/0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch
(from rev 159279, 
perl/trunk/0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch)
  perl/repos/core-i686/ChangeLog
(from rev 159279, perl/trunk/ChangeLog)
  perl/repos/core-i686/PKGBUILD
(from rev 159279, perl/trunk/PKGBUILD)
  perl/repos/core-i686/digest_eval_hole.diff
(from rev 159279, perl/trunk/digest_eval_hole.diff)
  perl/repos/core-i686/fix-h2ph-and-tests.patch
(from rev 159279, perl/trunk/fix-h2ph-and-tests.patch)
  perl/repos/core-i686/perl.install
(from rev 159279, perl/trunk/perl.install)
  perl/repos/core-i686/perlbin.csh
(from rev 159279, perl/trunk/perlbin.csh)
  perl/repos/core-i686/perlbin.sh
(from rev 159279, perl/trunk/perlbin.sh)
  perl/repos/core-i686/provides.pl
(from rev 159279, perl/trunk/provides.pl)
  
perl/repos/core-x86_64/0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch
(from rev 159279, 
perl/trunk/0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch)
  perl/repos/core-x86_64/ChangeLog
(from rev 159279, perl/trunk/ChangeLog)
  perl/repos/core-x86_64/PKGBUILD
(from rev 159279, perl/trunk/PKGBUILD)
  perl/repos/core-x86_64/digest_eval_hole.diff
(from rev 159279, perl/trunk/digest_eval_hole.diff)
  perl/repos/core-x86_64/fix-h2ph-and-tests.patch
(from rev 159279, perl/trunk/fix-h2ph-and-tests.patch)
  perl/repos/core-x86_64/perl.install
(from rev 159279, perl/trunk/perl.install)
  perl/repos/core-x86_64/perlbin.csh
(from rev 159279, perl/trunk/perlbin.csh)
  perl/repos/core-x86_64/perlbin.sh
(from rev 159279, perl/trunk/perlbin.sh)
  perl/repos/core-x86_64/provides.pl
(from rev 159279, perl/trunk/provides.pl)
Deleted:
  
perl/repos/core-i686/0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch
  perl/repos/core-i686/ChangeLog
  perl/repos/core-i686/PKGBUILD
  perl/repos/core-i686/digest_eval_hole.diff
  perl/repos/core-i686/fix-h2ph-and-tests.patch
  perl/repos/core-i686/perl.install
  perl/repos/core-i686/perlbin.csh
  perl/repos/core-i686/perlbin.sh
  perl/repos/core-i686/provides.pl
  
perl/repos/core-x86_64/0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch
  perl/repos/core-x86_64/ChangeLog
  perl/repos/core-x86_64/PKGBUILD
  perl/repos/core-x86_64/digest_eval_hole.diff
  perl/repos/core-x86_64/fix-h2ph-and-tests.patch
  perl/repos/core-x86_64/perl.install
  perl/repos/core-x86_64/perlbin.csh
  perl/repos/core-x86_64/perlbin.sh
  perl/repos/core-x86_64/provides.pl

-+
 core-i686/0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch   |  
166 +-
 core-i686/ChangeLog |  
132 +-
 core-i686/PKGBUILD  |  
247 ++--
 core-i686/digest_eval_hole.diff |  
122 +-
 core-i686/fix-h2ph-and-tests.patch  |  
208 +--
 core-i686/perl.install  |  
 20 
 core-i686/perlbin.csh   |  
 30 
 core-i686/perlbin.sh|  
 36 
 core-i686/provides.pl   |  
572 +-
 core-x86_64/0001-Append-CFLAGS-and-LDFLAGS-to-their-Config.pm-counter.patch |  
166 +-
 core-x86_64/ChangeLog   |  
132 +-
 core-x86_64/PKGBUILD|  
247 ++--
 core-x86_64/digest_eval_hole.diff   |  
122 +-
 core-x86_64/fix-h2ph-and-tests.patch|  
208 +--
 core-x86_64/perl.install|  
 20 
 core-x86_64/perlbin.csh |  
 30 
 core-x86_64/perlbin.sh  |  
 36 
 core-x86_64/provides.pl |  
572 +-
 18 files changed, 1538 insertions(+), 1528 deletions(-)

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


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

2012-05-20 Thread Jan Steffens
Date: Sunday, May 20, 2012 @ 17:15:44
  Author: heftig
Revision: 159281

3.4.2

Modified:
  epiphany/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-20 20:41:32 UTC (rev 159280)
+++ PKGBUILD2012-05-20 21:15:44 UTC (rev 159281)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=epiphany
-pkgver=3.4.1
+pkgver=3.4.2
 pkgrel=1
 install=epiphany.install
 pkgdesc=A GNOME web browser based on the WebKit rendering engine.
@@ -15,7 +15,7 @@
 groups=('gnome')
 url=http://www.gnome.org/projects/epiphany/;
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('01f5763340f9fac0994f689ea6655c2c9760bddd77bbd8628b9c6075d9b6ed0d')
+sha256sums=('fb5b0d48c4d8725031d023fd6a054c10cb9f166cd430db7fc2383d8d2af5d615')
 
 build() {
   cd $pkgname-$pkgver



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

2012-05-20 Thread Jan Steffens
Date: Sunday, May 20, 2012 @ 17:18:36
  Author: heftig
Revision: 159282

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

Added:
  epiphany/repos/extra-i686/PKGBUILD
(from rev 159281, epiphany/trunk/PKGBUILD)
  epiphany/repos/extra-i686/epiphany.install
(from rev 159281, epiphany/trunk/epiphany.install)
  epiphany/repos/extra-x86_64/PKGBUILD
(from rev 159281, epiphany/trunk/PKGBUILD)
  epiphany/repos/extra-x86_64/epiphany.install
(from rev 159281, epiphany/trunk/epiphany.install)
Deleted:
  epiphany/repos/extra-i686/PKGBUILD
  epiphany/repos/extra-i686/epiphany.install
  epiphany/repos/extra-x86_64/PKGBUILD
  epiphany/repos/extra-x86_64/epiphany.install

---+
 extra-i686/PKGBUILD   |   64 
 extra-i686/epiphany.install   |   26 
 extra-x86_64/PKGBUILD |   64 
 extra-x86_64/epiphany.install |   26 
 4 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-05-20 21:15:44 UTC (rev 159281)
+++ extra-i686/PKGBUILD 2012-05-20 21:18:36 UTC (rev 159282)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=epiphany
-pkgver=3.4.1
-pkgrel=1
-install=epiphany.install
-pkgdesc=A GNOME web browser based on the WebKit rendering engine.
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libsoup-gnome' 'libnotify' 'gsettings-desktop-schemas' 'libwebkit3' 
'nss' 'iso-codes' 'dconf' 'gobject-introspection' 'desktop-file-utils'
- 'hicolor-icon-theme' 'seed')
-makedepends=('intltool' 'gnome-doc-utils' 'startup-notification')
-options=('!libtool' '!emptydirs')
-groups=('gnome')
-url=http://www.gnome.org/projects/epiphany/;
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('01f5763340f9fac0994f689ea6655c2c9760bddd77bbd8628b9c6075d9b6ed0d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var \
-  --disable-scrollkeeper \
-  --enable-seed
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: epiphany/repos/extra-i686/PKGBUILD (from rev 159281, 
epiphany/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-05-20 21:18:36 UTC (rev 159282)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=epiphany
+pkgver=3.4.2
+pkgrel=1
+install=epiphany.install
+pkgdesc=A GNOME web browser based on the WebKit rendering engine.
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsoup-gnome' 'libnotify' 'gsettings-desktop-schemas' 'libwebkit3' 
'nss' 'iso-codes' 'dconf' 'gobject-introspection' 'desktop-file-utils'
+ 'hicolor-icon-theme' 'seed')
+makedepends=('intltool' 'gnome-doc-utils' 'startup-notification')
+options=('!libtool' '!emptydirs')
+groups=('gnome')
+url=http://www.gnome.org/projects/epiphany/;
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('fb5b0d48c4d8725031d023fd6a054c10cb9f166cd430db7fc2383d8d2af5d615')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var \
+  --disable-scrollkeeper \
+  --enable-seed
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/epiphany.install
===
--- extra-i686/epiphany.install 2012-05-20 21:15:44 UTC (rev 159281)
+++ extra-i686/epiphany.install 2012-05-20 21:18:36 UTC (rev 159282)
@@ -1,13 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-update-desktop-database -q
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: epiphany/repos/extra-i686/epiphany.install (from rev 159281, 
epiphany/trunk/epiphany.install)
===
--- extra-i686/epiphany.install (rev 0)
+++ extra-i686/epiphany.install 2012-05-20 21:18:36 UTC (rev 159282)
@@ -0,0 +1,13 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas
+update-desktop-database -q
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-05-20 21:15:44 UTC (rev 159281)
+++ extra-x86_64/PKGBUILD   2012-05-20 21:18:36 UTC (rev 159282)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-

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

2012-05-20 Thread Tom Gundersen
Date: Sunday, May 20, 2012 @ 17:40:30
  Author: tomegun
Revision: 159283

add hwids package

Added:
  hwids/
  hwids/repos/
  hwids/trunk/
  hwids/trunk/PKGBUILD

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

Added: hwids/trunk/PKGBUILD
===
--- hwids/trunk/PKGBUILD(rev 0)
+++ hwids/trunk/PKGBUILD2012-05-20 21:40:30 UTC (rev 159283)
@@ -0,0 +1,17 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+pkgname=hwids
+pkgver=20120512
+pkgrel=1
+pkgdesc=hardware identification databases
+url=https://github.com/Flameeyes/hwids
+license=('BSD')
+arch=('any')
+source=(https://github.com/Flameeyes/${pkgname}/tarball/${pkgname}-${pkgver};)
+
+package() {
+  cd ${srcdir}/*
+  mkdir -p ${pkgdir}/usr/share/hwdata
+  cp pci.ids usb.ids ${pkgdir}/usr/share/hwdata/
+}
+md5sums=('d530009df4967b5ece996262f4e39851')


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


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

2012-05-20 Thread Stéphane Gaudreault
Date: Sunday, May 20, 2012 @ 18:11:17
  Author: stephane
Revision: 159284

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

Added:
  hwloc/repos/extra-i686/PKGBUILD
(from rev 159283, hwloc/repos/testing-i686/PKGBUILD)
Deleted:
  hwloc/repos/extra-i686/PKGBUILD
  hwloc/repos/testing-i686/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-05-20 21:40:30 UTC (rev 159283)
+++ extra-i686/PKGBUILD 2012-05-20 22:11:17 UTC (rev 159284)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.4.1
-pkgrel=1
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh' 'pciutils' 'cairo' 'libxml2')
-makedepends=('pkg-config')
-options=('!libtool' '!docs')
-source=(http://www.open-mpi.org/software/hwloc/v1.4/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('911d2ba77fa968c3c72caf75a9e21637f3677acc')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-i686/PKGBUILD (from rev 159283, 
hwloc/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-05-20 22:11:17 UTC (rev 159284)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.4.2
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+makedepends=('pkg-config')
+options=('!libtool' '!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.4/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('2c2ca4101b4ea6782393b555a320c566da50cb68')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



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

2012-05-20 Thread Stéphane Gaudreault
Date: Sunday, May 20, 2012 @ 18:11:18
  Author: stephane
Revision: 159285

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

Added:
  hwloc/repos/extra-x86_64/PKGBUILD
(from rev 159283, hwloc/repos/testing-x86_64/PKGBUILD)
Deleted:
  hwloc/repos/extra-x86_64/PKGBUILD
  hwloc/repos/testing-x86_64/

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

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-05-20 22:11:17 UTC (rev 159284)
+++ extra-x86_64/PKGBUILD   2012-05-20 22:11:18 UTC (rev 159285)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer : Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Sylvain HENRY hsy...@yahoo.fr
-# Contributor: Hervé YVIQUEL ellde...@gmail.com
-
-pkgname=hwloc
-pkgver=1.4.1
-pkgrel=1
-pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org/projects/hwloc/;
-license=('BSD')
-depends=('sh' 'pciutils' 'cairo' 'libxml2')
-makedepends=('pkg-config')
-options=('!libtool' '!docs')
-source=(http://www.open-mpi.org/software/hwloc/v1.4/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('911d2ba77fa968c3c72caf75a9e21637f3677acc')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: hwloc/repos/extra-x86_64/PKGBUILD (from rev 159283, 
hwloc/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-05-20 22:11:18 UTC (rev 159285)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Sylvain HENRY hsy...@yahoo.fr
+# Contributor: Hervé YVIQUEL ellde...@gmail.com
+
+pkgname=hwloc
+pkgver=1.4.2
+pkgrel=1
+pkgdesc=Portable Hardware Locality is a portable abstraction of hierarchical 
architectures
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org/projects/hwloc/;
+license=('BSD')
+depends=('sh' 'pciutils' 'cairo' 'libxml2')
+makedepends=('pkg-config')
+options=('!libtool' '!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.4/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('2c2ca4101b4ea6782393b555a320c566da50cb68')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



[arch-commits] Commit in openmpi/repos (5 files)

2012-05-20 Thread Stéphane Gaudreault
Date: Sunday, May 20, 2012 @ 18:11:20
  Author: stephane
Revision: 159286

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

Added:
  openmpi/repos/extra-i686/PKGBUILD
(from rev 159283, openmpi/repos/testing-i686/PKGBUILD)
  openmpi/repos/extra-i686/openmpi-hostfile.patch
(from rev 159283, openmpi/repos/testing-i686/openmpi-hostfile.patch)
Deleted:
  openmpi/repos/extra-i686/PKGBUILD
  openmpi/repos/extra-i686/openmpi-1.5.4-fix-fakeroot-execution.patch
  openmpi/repos/testing-i686/

+
 PKGBUILD   |  140 +--
 openmpi-1.5.4-fix-fakeroot-execution.patch |   43 
 openmpi-hostfile.patch |   12 ++
 3 files changed, 82 insertions(+), 113 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-05-20 22:11:18 UTC (rev 159285)
+++ extra-i686/PKGBUILD 2012-05-20 22:11:20 UTC (rev 159286)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-pkgname=openmpi
-pkgver=1.5.5
-pkgrel=3
-pkgdesc=High performance message passing library (MPI)
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org;
-license=('custom')
-depends=('gcc-fortran' 'openssh' 'valgrind' 'libltdl' 'hwloc')
-makedepends=('inetutils')
-options=(!libtool)
-source=(http://www.open-mpi.org/software/ompi/v1.5/downloads/${pkgname}-${pkgver}.tar.bz2
-openmpi-1.5.4-fix-fakeroot-execution.patch)
-sha1sums=('206e555f6d376443f2342f721d944e67dd1a04ef'
-  'ec46abb6f9e01daca910e4079b9abc036db9ed20')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # Fix fakeroot problem (FS#28644)
-   patch -Np1 -i ../openmpi-1.5.4-fix-fakeroot-execution.patch
-   
-   # Make sure we use the system ltdl librariry rather than the ones in the 
tarball
-   rm -r opal/libltdl
-
-   ./configure --prefix=/usr \
-   --sysconfdir=/etc/${pkgname} \
-   --mandir=/usr/share/man \
-   --enable-mpi-f90 \
-   --libdir=/usr/lib/${pkgname} \
-   --with-threads=posix \
-   --enable-smp-locks \
-   --with-valgrind \
-   --enable-memchecker \
-   --enable-debug \
-   --enable-pretty-print-stacktrace \
-   --without-slurm \
-   --with-hwloc=/usr \
-   --with-libltdl=/usr  \
-   FC=/usr/bin/gfortran \
-   LDFLAGS=$LDFLAGS -Wl,-z,noexecstack
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   # FS#28583
-   install -d -m 755 ${pkgdir}/usr/lib/pkgconfig
-   for i in ompi-c.pc ompi-cxx.pc ompi-f77.pc ompi-f90.pc ompi.pc; do
-  ln -sf /usr/lib/openmpi/pkgconfig/${i} ${pkgdir}/usr/lib/pkgconfig/
-   done
-
-   # Openmpi's otfinfo conflicts with the one from texlive
-   mv ${pkgdir}/usr/bin/otfinfo{,mpi}
-
-   # Openmpi's otfdump conflicts with the one from libotf
-   mv ${pkgdir}/usr/bin/otfdump{,ompi}
-
-   # Remove dangling symlink
-   rm ${pkgdir}/usr/share/man/man1/orteCC.1
-
-   install -d -m 755 ${pkgdir}/etc/ld.so.conf.d
-   echo /usr/lib/${pkgname}  ${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: openmpi/repos/extra-i686/PKGBUILD (from rev 159283, 
openmpi/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-05-20 22:11:20 UTC (rev 159286)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+pkgname=openmpi
+pkgver=1.6
+pkgrel=2
+pkgdesc=High performance message passing library (MPI)
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org;
+license=('custom')
+depends=('gcc-fortran' 'openssh' 'valgrind' 'libltdl' 'hwloc')
+makedepends=('inetutils')
+options=(!libtool)
+source=(http://www.open-mpi.org/software/ompi/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2
+openmpi-hostfile.patch)
+sha1sums=('8b81eea712bb8f8120468003b5f29baecedf2367'
+  'a76da03418a106d57cfd020d0f8d887d7ec9225b')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # Make sure we use the system ltdl librariry rather than the ones in the 
tarball
+   rm -r opal/libltdl
+
+   # Search for openmpi-default-hostfile in /etc/openmpi
+   patch -Np1 -i ../openmpi-hostfile.patch
+
+   ./configure --prefix=/usr \
+   --sysconfdir=/etc/${pkgname} \
+   --mandir=/usr/share/man \
+   --enable-mpi-f90 \
+   --libdir=/usr/lib/${pkgname} \
+   --with-threads=posix \
+   --enable-smp-locks \
+   --with-valgrind \
+   --enable-memchecker \
+   --enable-debug \
+   --enable-pretty-print-stacktrace \
+   --without-slurm \
+   

[arch-commits] Commit in openmpi/repos (5 files)

2012-05-20 Thread Stéphane Gaudreault
Date: Sunday, May 20, 2012 @ 18:11:21
  Author: stephane
Revision: 159287

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

Added:
  openmpi/repos/extra-x86_64/PKGBUILD
(from rev 159283, openmpi/repos/testing-x86_64/PKGBUILD)
  openmpi/repos/extra-x86_64/openmpi-hostfile.patch
(from rev 159283, openmpi/repos/testing-x86_64/openmpi-hostfile.patch)
Deleted:
  openmpi/repos/extra-x86_64/PKGBUILD
  openmpi/repos/extra-x86_64/openmpi-1.5.4-fix-fakeroot-execution.patch
  openmpi/repos/testing-x86_64/

+
 PKGBUILD   |  140 +--
 openmpi-1.5.4-fix-fakeroot-execution.patch |   43 
 openmpi-hostfile.patch |   12 ++
 3 files changed, 82 insertions(+), 113 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-05-20 22:11:20 UTC (rev 159286)
+++ extra-x86_64/PKGBUILD   2012-05-20 22:11:21 UTC (rev 159287)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-pkgname=openmpi
-pkgver=1.5.5
-pkgrel=3
-pkgdesc=High performance message passing library (MPI)
-arch=('i686' 'x86_64')
-url=http://www.open-mpi.org;
-license=('custom')
-depends=('gcc-fortran' 'openssh' 'valgrind' 'libltdl' 'hwloc')
-makedepends=('inetutils')
-options=(!libtool)
-source=(http://www.open-mpi.org/software/ompi/v1.5/downloads/${pkgname}-${pkgver}.tar.bz2
-openmpi-1.5.4-fix-fakeroot-execution.patch)
-sha1sums=('206e555f6d376443f2342f721d944e67dd1a04ef'
-  'ec46abb6f9e01daca910e4079b9abc036db9ed20')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-
-   # Fix fakeroot problem (FS#28644)
-   patch -Np1 -i ../openmpi-1.5.4-fix-fakeroot-execution.patch
-   
-   # Make sure we use the system ltdl librariry rather than the ones in the 
tarball
-   rm -r opal/libltdl
-
-   ./configure --prefix=/usr \
-   --sysconfdir=/etc/${pkgname} \
-   --mandir=/usr/share/man \
-   --enable-mpi-f90 \
-   --libdir=/usr/lib/${pkgname} \
-   --with-threads=posix \
-   --enable-smp-locks \
-   --with-valgrind \
-   --enable-memchecker \
-   --enable-debug \
-   --enable-pretty-print-stacktrace \
-   --without-slurm \
-   --with-hwloc=/usr \
-   --with-libltdl=/usr  \
-   FC=/usr/bin/gfortran \
-   LDFLAGS=$LDFLAGS -Wl,-z,noexecstack
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-
-   # FS#28583
-   install -d -m 755 ${pkgdir}/usr/lib/pkgconfig
-   for i in ompi-c.pc ompi-cxx.pc ompi-f77.pc ompi-f90.pc ompi.pc; do
-  ln -sf /usr/lib/openmpi/pkgconfig/${i} ${pkgdir}/usr/lib/pkgconfig/
-   done
-
-   # Openmpi's otfinfo conflicts with the one from texlive
-   mv ${pkgdir}/usr/bin/otfinfo{,mpi}
-
-   # Openmpi's otfdump conflicts with the one from libotf
-   mv ${pkgdir}/usr/bin/otfdump{,ompi}
-
-   # Remove dangling symlink
-   rm ${pkgdir}/usr/share/man/man1/orteCC.1
-
-   install -d -m 755 ${pkgdir}/etc/ld.so.conf.d
-   echo /usr/lib/${pkgname}  ${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf
-
-   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: openmpi/repos/extra-x86_64/PKGBUILD (from rev 159283, 
openmpi/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-05-20 22:11:21 UTC (rev 159287)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+pkgname=openmpi
+pkgver=1.6
+pkgrel=2
+pkgdesc=High performance message passing library (MPI)
+arch=('i686' 'x86_64')
+url=http://www.open-mpi.org;
+license=('custom')
+depends=('gcc-fortran' 'openssh' 'valgrind' 'libltdl' 'hwloc')
+makedepends=('inetutils')
+options=(!libtool)
+source=(http://www.open-mpi.org/software/ompi/v1.6/downloads/${pkgname}-${pkgver}.tar.bz2
+openmpi-hostfile.patch)
+sha1sums=('8b81eea712bb8f8120468003b5f29baecedf2367'
+  'a76da03418a106d57cfd020d0f8d887d7ec9225b')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   # Make sure we use the system ltdl librariry rather than the ones in the 
tarball
+   rm -r opal/libltdl
+
+   # Search for openmpi-default-hostfile in /etc/openmpi
+   patch -Np1 -i ../openmpi-hostfile.patch
+
+   ./configure --prefix=/usr \
+   --sysconfdir=/etc/${pkgname} \
+   --mandir=/usr/share/man \
+   --enable-mpi-f90 \
+   --libdir=/usr/lib/${pkgname} \
+   --with-threads=posix \
+   --enable-smp-locks \
+   --with-valgrind \
+   --enable-memchecker \
+   --enable-debug \
+   --enable-pretty-print-stacktrace \
+   

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

2012-05-20 Thread Tom Gundersen
Date: Sunday, May 20, 2012 @ 18:32:00
  Author: tomegun
Revision: 159288

upgpkg: hwids 20120512-1

first release

Modified:
  hwids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-20 22:11:21 UTC (rev 159287)
+++ PKGBUILD2012-05-20 22:32:00 UTC (rev 159288)
@@ -5,7 +5,7 @@
 pkgrel=1
 pkgdesc=hardware identification databases
 url=https://github.com/Flameeyes/hwids
-license=('BSD')
+license=('GPL2')
 arch=('any')
 source=(https://github.com/Flameeyes/${pkgname}/tarball/${pkgname}-${pkgver};)
 



[arch-commits] Commit in hwids/repos (staging-any staging-any/PKGBUILD)

2012-05-20 Thread Tom Gundersen
Date: Sunday, May 20, 2012 @ 18:32:14
  Author: tomegun
Revision: 159289

archrelease: copy trunk to staging-any

Added:
  hwids/repos/staging-any/
  hwids/repos/staging-any/PKGBUILD
(from rev 159288, hwids/trunk/PKGBUILD)

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

Copied: hwids/repos/staging-any/PKGBUILD (from rev 159288, hwids/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2012-05-20 22:32:14 UTC (rev 159289)
@@ -0,0 +1,17 @@
+# $Id$
+# Maintainer: Tom Gundersen t...@jklm.no
+pkgname=hwids
+pkgver=20120512
+pkgrel=1
+pkgdesc=hardware identification databases
+url=https://github.com/Flameeyes/hwids
+license=('GPL2')
+arch=('any')
+source=(https://github.com/Flameeyes/${pkgname}/tarball/${pkgname}-${pkgver};)
+
+package() {
+  cd ${srcdir}/*
+  mkdir -p ${pkgdir}/usr/share/hwdata
+  cp pci.ids usb.ids ${pkgdir}/usr/share/hwdata/
+}
+md5sums=('d530009df4967b5ece996262f4e39851')



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

2012-05-20 Thread Tom Gundersen
Date: Sunday, May 20, 2012 @ 19:15:36
  Author: tomegun
Revision: 159290

upgpkg: pciutils 3.1.9-2

rebuild for hwids

Modified:
  pciutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-20 22:32:14 UTC (rev 159289)
+++ PKGBUILD2012-05-20 23:15:36 UTC (rev 159290)
@@ -2,22 +2,19 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 pkgname=pciutils
 pkgver=3.1.9
-pkgrel=1
+pkgrel=2
 pkgdesc=PCI bus configuration space access library and tools
 arch=(i686 x86_64)
 license=('GPL2')
 groups=('base')
 url=http://mj.ucw.cz/sw/pciutils/;
-optdepends=('sh: required by update-pciids')
-makedepends=('wget')
-depends=('glibc')
+depends=('glibc' 'hwids')
 
source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2

ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${pkgver}.tar.gz)
 md5sums=('e958f5ffb93b12972964381c38f27eb3')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./update-pciids.sh
   make OPT=${CFLAGS} -fPIC -DPIC ZLIB=no SHARED=no PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
   cp lib/libpci.a ${srcdir}/
   make clean
@@ -28,4 +25,6 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make SHARED=yes PREFIX=/usr SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man 
DESTDIR=${pkgdir} install install-lib
   install -m644 ${srcdir}/libpci.a ${pkgdir}/usr/lib/
+  # this is now supplied by the hwids package
+  rm -rf 
$pkgdir/usr/{sbin/update-pciids,share/{man/man8/update-pciids.8.gz,hwdata}}
 }



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

2012-05-20 Thread Tom Gundersen
Date: Sunday, May 20, 2012 @ 19:30:35
  Author: tomegun
Revision: 159291

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

Added:
  pciutils/repos/staging-i686/
  pciutils/repos/staging-i686/PKGBUILD
(from rev 159290, pciutils/trunk/PKGBUILD)
  pciutils/repos/staging-x86_64/
  pciutils/repos/staging-x86_64/PKGBUILD
(from rev 159290, pciutils/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   30 ++
 staging-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: pciutils/repos/staging-i686/PKGBUILD (from rev 159290, 
pciutils/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-20 23:30:35 UTC (rev 159291)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=pciutils
+pkgver=3.1.9
+pkgrel=2
+pkgdesc=PCI bus configuration space access library and tools
+arch=(i686 x86_64)
+license=('GPL2')
+groups=('base')
+url=http://mj.ucw.cz/sw/pciutils/;
+depends=('glibc' 'hwids')
+source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+   
ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e958f5ffb93b12972964381c38f27eb3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make OPT=${CFLAGS} -fPIC -DPIC ZLIB=no SHARED=no PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
+  cp lib/libpci.a ${srcdir}/
+  make clean
+  make OPT=${CFLAGS} ZLIB=no SHARED=yes PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make SHARED=yes PREFIX=/usr SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man 
DESTDIR=${pkgdir} install install-lib
+  install -m644 ${srcdir}/libpci.a ${pkgdir}/usr/lib/
+  # this is now supplied by the hwids package
+  rm -rf 
$pkgdir/usr/{sbin/update-pciids,share/{man/man8/update-pciids.8.gz,hwdata}}
+}

Copied: pciutils/repos/staging-x86_64/PKGBUILD (from rev 159290, 
pciutils/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-20 23:30:35 UTC (rev 159291)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=pciutils
+pkgver=3.1.9
+pkgrel=2
+pkgdesc=PCI bus configuration space access library and tools
+arch=(i686 x86_64)
+license=('GPL2')
+groups=('base')
+url=http://mj.ucw.cz/sw/pciutils/;
+depends=('glibc' 'hwids')
+source=(#ftp://ftp.kernel.org/pub/software/utils/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+   
ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e958f5ffb93b12972964381c38f27eb3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make OPT=${CFLAGS} -fPIC -DPIC ZLIB=no SHARED=no PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
+  cp lib/libpci.a ${srcdir}/
+  make clean
+  make OPT=${CFLAGS} ZLIB=no SHARED=yes PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make SHARED=yes PREFIX=/usr SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man 
DESTDIR=${pkgdir} install install-lib
+  install -m644 ${srcdir}/libpci.a ${pkgdir}/usr/lib/
+  # this is now supplied by the hwids package
+  rm -rf 
$pkgdir/usr/{sbin/update-pciids,share/{man/man8/update-pciids.8.gz,hwdata}}
+}



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

2012-05-20 Thread Tom Gundersen
Date: Sunday, May 20, 2012 @ 19:40:56
  Author: tomegun
Revision: 159292

upgpkg: usbutils 005-2

rebuild for hwids

Modified:
  usbutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-20 23:30:35 UTC (rev 159291)
+++ PKGBUILD2012-05-20 23:40:56 UTC (rev 159292)
@@ -5,15 +5,14 @@
 # Contributor: Curtis Campbell curtisjamescampb...@hotmail.com
 pkgname=usbutils
 pkgver=005
-pkgrel=1
+pkgrel=2
 pkgdesc=USB Device Utilities
 arch=(i686 x86_64)
 license=('GPL')
 groups=('base')
-depends=('libusb')
+depends=('libusb' 'hwids')
 optdepends=('python2: for lsusb.py usage'
-'coreutils: for lsusb.py usage'
-'wget: for update-usbids.sh usage')
+'coreutils: for lsusb.py usage')
 url=http://linux-usb.sourceforge.net/;
 # currently broken: 
http://www.kernel.org/pub/linux/utils/usb/$pkgname/$pkgname-$pkgver.tar.gz
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
@@ -30,6 +29,8 @@
 package() {
   cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
+  # this is now in the hwids package
+  rm -rf $pkgdir/usr/{share/hwdata,sbin}
 }
 md5sums=('6a21f7b6c02b76df5e8a7c208d746654'
  '45766196895b4cc50b53cd56e1bbf3d1')



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

2012-05-20 Thread Tom Gundersen
Date: Sunday, May 20, 2012 @ 19:41:16
  Author: tomegun
Revision: 159293

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

Added:
  usbutils/repos/staging-i686/
  usbutils/repos/staging-i686/PKGBUILD
(from rev 159292, usbutils/trunk/PKGBUILD)
  usbutils/repos/staging-i686/fix-python2.patch
(from rev 159292, usbutils/trunk/fix-python2.patch)
  usbutils/repos/staging-x86_64/
  usbutils/repos/staging-x86_64/PKGBUILD
(from rev 159292, usbutils/trunk/PKGBUILD)
  usbutils/repos/staging-x86_64/fix-python2.patch
(from rev 159292, usbutils/trunk/fix-python2.patch)

--+
 staging-i686/PKGBUILD|   36 
 staging-i686/fix-python2.patch   |   17 +
 staging-x86_64/PKGBUILD  |   36 
 staging-x86_64/fix-python2.patch |   17 +
 4 files changed, 106 insertions(+)

Copied: usbutils/repos/staging-i686/PKGBUILD (from rev 159292, 
usbutils/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-20 23:41:16 UTC (rev 159293)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Tom Gundersen t...@jklm.no
+# Contributor: Judd Vinet jvi...@zeroflux.org
+# Contributor: Curtis Campbell curtisjamescampb...@hotmail.com
+pkgname=usbutils
+pkgver=005
+pkgrel=2
+pkgdesc=USB Device Utilities
+arch=(i686 x86_64)
+license=('GPL')
+groups=('base')
+depends=('libusb' 'hwids')
+optdepends=('python2: for lsusb.py usage'
+'coreutils: for lsusb.py usage')
+url=http://linux-usb.sourceforge.net/;
+# currently broken: 
http://www.kernel.org/pub/linux/utils/usb/$pkgname/$pkgname-$pkgver.tar.gz
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+fix-python2.patch)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  # patch lsusb.py to use correct usb.ids file and python2 interpreter
+  patch -Np1 -i $srcdir/fix-python2.patch
+  ./configure --prefix=/usr --datadir=/usr/share/hwdata --disable-zlib
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # this is now in the hwids package
+  rm -rf $pkgdir/usr/{share/hwdata,sbin}
+}
+md5sums=('6a21f7b6c02b76df5e8a7c208d746654'
+ '45766196895b4cc50b53cd56e1bbf3d1')

Copied: usbutils/repos/staging-i686/fix-python2.patch (from rev 159292, 
usbutils/trunk/fix-python2.patch)
===
--- staging-i686/fix-python2.patch  (rev 0)
+++ staging-i686/fix-python2.patch  2012-05-20 23:41:16 UTC (rev 159293)
@@ -0,0 +1,17 @@
+--- usbutils-002/lsusb.py  2010-12-16 01:07:09.0 +0100
 usbutils-002/lsusb.py  2011-04-09 22:43:59.043828595 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python2
+ # lsusb.py
+ # Displays your USB devices in reasonable form.
+ # (c) Kurt Garloff garl...@suse.de, 2/2009, GPL v2 or v3.
+@@ -16,7 +16,7 @@
+ warnsort = False
+ 
+ prefix = /sys/bus/usb/devices/
+-usbids = /usr/share/usb.ids
++usbids = /usr/share/hwdata/usb.ids
+ 
+ esc = chr(27)
+ norm = esc + [0;0m

Copied: usbutils/repos/staging-x86_64/PKGBUILD (from rev 159292, 
usbutils/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-20 23:41:16 UTC (rev 159293)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Tom Gundersen t...@jklm.no
+# Contributor: Judd Vinet jvi...@zeroflux.org
+# Contributor: Curtis Campbell curtisjamescampb...@hotmail.com
+pkgname=usbutils
+pkgver=005
+pkgrel=2
+pkgdesc=USB Device Utilities
+arch=(i686 x86_64)
+license=('GPL')
+groups=('base')
+depends=('libusb' 'hwids')
+optdepends=('python2: for lsusb.py usage'
+'coreutils: for lsusb.py usage')
+url=http://linux-usb.sourceforge.net/;
+# currently broken: 
http://www.kernel.org/pub/linux/utils/usb/$pkgname/$pkgname-$pkgver.tar.gz
+source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+fix-python2.patch)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  # patch lsusb.py to use correct usb.ids file and python2 interpreter
+  patch -Np1 -i $srcdir/fix-python2.patch
+  ./configure --prefix=/usr --datadir=/usr/share/hwdata --disable-zlib
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # this is now in the hwids package
+  rm -rf $pkgdir/usr/{share/hwdata,sbin}
+}
+md5sums=('6a21f7b6c02b76df5e8a7c208d746654'
+ '45766196895b4cc50b53cd56e1bbf3d1')

Copied: usbutils/repos/staging-x86_64/fix-python2.patch (from rev 159292, 
usbutils/trunk/fix-python2.patch)
===
--- 

[arch-commits] Commit in python-egenix-mx-base/trunk (PKGBUILD)

2012-05-20 Thread Stéphane Gaudreault
Date: Sunday, May 20, 2012 @ 21:39:47
  Author: stephane
Revision: 159294

upgpkg: python-egenix-mx-base 3.2.4-1

upstream update

Modified:
  python-egenix-mx-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-20 23:41:16 UTC (rev 159293)
+++ PKGBUILD2012-05-21 01:39:47 UTC (rev 159294)
@@ -4,7 +4,7 @@
 
 pkgname=python-egenix-mx-base
 _origname=egenix-mx-base
-pkgver=3.2.3
+pkgver=3.2.4
 pkgrel=1
 pkgdesc=A collection of Python tools
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 replaces=('egenix-mx-base')
 provides=('egenix-mx-base')
 source=(http://downloads.egenix.com/python/${_origname}-${pkgver}.tar.gz;)
-sha1sums=('6f56a301859b8f9513141fbeeca3e537e082aa53')
+sha1sums=('22d7fcbd582177f9a43245eadc3644f3b48cc9a7')
 
 build() {
   cd ${srcdir}/${_origname}-${pkgver}



[arch-commits] Commit in python-egenix-mx-base/repos (4 files)

2012-05-20 Thread Stéphane Gaudreault
Date: Sunday, May 20, 2012 @ 21:39:56
  Author: stephane
Revision: 159295

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

Added:
  python-egenix-mx-base/repos/extra-i686/PKGBUILD
(from rev 159294, python-egenix-mx-base/trunk/PKGBUILD)
  python-egenix-mx-base/repos/extra-x86_64/PKGBUILD
(from rev 159294, python-egenix-mx-base/trunk/PKGBUILD)
Deleted:
  python-egenix-mx-base/repos/extra-i686/PKGBUILD
  python-egenix-mx-base/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-05-21 01:39:47 UTC (rev 159294)
+++ extra-i686/PKGBUILD 2012-05-21 01:39:56 UTC (rev 159295)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=python-egenix-mx-base
-_origname=egenix-mx-base
-pkgver=3.2.3
-pkgrel=1
-pkgdesc=A collection of Python tools
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://www.egenix.com/products/python/mxBase/;
-depends=('python2')
-replaces=('egenix-mx-base')
-provides=('egenix-mx-base')
-source=(http://downloads.egenix.com/python/${_origname}-${pkgver}.tar.gz;)
-sha1sums=('6f56a301859b8f9513141fbeeca3e537e082aa53')
-
-build() {
-  cd ${srcdir}/${_origname}-${pkgver}
-
-  find . -name \*.py -exec sed -i -e s|#!/usr/bin/env python|#!/usr/bin/env 
python2| \
-  -e s|#!/usr/local/.*python.*|#!/usr/bin/env 
python2| {} \;
-
-  python2 setup.py build
-}
-
-package() {
-  cd ${srcdir}/${_origname}-${pkgver}
-  python2 setup.py install --root=${pkgdir} --skip-build --optimize=1
-  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-egenix-mx-base/repos/extra-i686/PKGBUILD (from rev 159294, 
python-egenix-mx-base/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-05-21 01:39:56 UTC (rev 159295)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=python-egenix-mx-base
+_origname=egenix-mx-base
+pkgver=3.2.4
+pkgrel=1
+pkgdesc=A collection of Python tools
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://www.egenix.com/products/python/mxBase/;
+depends=('python2')
+replaces=('egenix-mx-base')
+provides=('egenix-mx-base')
+source=(http://downloads.egenix.com/python/${_origname}-${pkgver}.tar.gz;)
+sha1sums=('22d7fcbd582177f9a43245eadc3644f3b48cc9a7')
+
+build() {
+  cd ${srcdir}/${_origname}-${pkgver}
+
+  find . -name \*.py -exec sed -i -e s|#!/usr/bin/env python|#!/usr/bin/env 
python2| \
+  -e s|#!/usr/local/.*python.*|#!/usr/bin/env 
python2| {} \;
+
+  python2 setup.py build
+}
+
+package() {
+  cd ${srcdir}/${_origname}-${pkgver}
+  python2 setup.py install --root=${pkgdir} --skip-build --optimize=1
+  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-05-21 01:39:47 UTC (rev 159294)
+++ extra-x86_64/PKGBUILD   2012-05-21 01:39:56 UTC (rev 159295)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Contributor: Douglas Soares de Andrade doug...@archlinux.org
-
-pkgname=python-egenix-mx-base
-_origname=egenix-mx-base
-pkgver=3.2.3
-pkgrel=1
-pkgdesc=A collection of Python tools
-arch=('i686' 'x86_64')
-license=('custom')
-url=http://www.egenix.com/products/python/mxBase/;
-depends=('python2')
-replaces=('egenix-mx-base')
-provides=('egenix-mx-base')
-source=(http://downloads.egenix.com/python/${_origname}-${pkgver}.tar.gz;)
-sha1sums=('6f56a301859b8f9513141fbeeca3e537e082aa53')
-
-build() {
-  cd ${srcdir}/${_origname}-${pkgver}
-
-  find . -name \*.py -exec sed -i -e s|#!/usr/bin/env python|#!/usr/bin/env 
python2| \
-  -e s|#!/usr/local/.*python.*|#!/usr/bin/env 
python2| {} \;
-
-  python2 setup.py build
-}
-
-package() {
-  cd ${srcdir}/${_origname}-${pkgver}
-  python2 setup.py install --root=${pkgdir} --skip-build --optimize=1
-  install -D -m644 COPYRIGHT ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-egenix-mx-base/repos/extra-x86_64/PKGBUILD (from rev 159294, 
python-egenix-mx-base/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-05-21 01:39:56 UTC (rev 159295)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault