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

2013-11-03 Thread Felix Yan
Date: Monday, November 4, 2013 @ 06:47:56
  Author: fyan
Revision: 100423

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

Added:
  cgminer/repos/community-i686/PKGBUILD
(from rev 100422, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-i686/cgminer.conf.d
(from rev 100422, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-i686/cgminer.service
(from rev 100422, cgminer/trunk/cgminer.service)
  cgminer/repos/community-x86_64/PKGBUILD
(from rev 100422, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-x86_64/cgminer.conf.d
(from rev 100422, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-x86_64/cgminer.service
(from rev 100422, cgminer/trunk/cgminer.service)
Deleted:
  cgminer/repos/community-i686/PKGBUILD
  cgminer/repos/community-i686/cgminer.conf.d
  cgminer/repos/community-i686/cgminer.service
  cgminer/repos/community-x86_64/PKGBUILD
  cgminer/repos/community-x86_64/cgminer.conf.d
  cgminer/repos/community-x86_64/cgminer.service

--+
 /PKGBUILD|  158 +
 /cgminer.conf.d  |   22 +
 /cgminer.service |   16 +++
 community-i686/PKGBUILD  |   78 --
 community-i686/cgminer.conf.d|   11 --
 community-i686/cgminer.service   |8 -
 community-x86_64/PKGBUILD|   78 --
 community-x86_64/cgminer.conf.d  |   11 --
 community-x86_64/cgminer.service |8 -
 9 files changed, 196 insertions(+), 194 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-04 05:46:28 UTC (rev 100422)
+++ community-i686/PKGBUILD 2013-11-04 05:47:56 UTC (rev 100423)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: monson 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: David Manouchehri 
-
-pkgname=cgminer
-pkgver=3.6.6
-pkgrel=1
-pkgdesc="Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins"
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libcl' 'libusbx' 'jansson')
-makedepends=('opencl-headers')
-optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
-# 'opencl-catalyst: OpenCL implementation for AMD') # catalyst 
currently dropped from repo
-source=("http://ck.kolivas.org/apps/$pkgname/$pkgname-${pkgver}.tar.bz2";
-"$pkgname.conf.d"
-"$pkgname.service")
-backup=("etc/conf.d/$pkgname" "etc/$pkgname.conf")
-
-[ "$CARCH" == "x86_64" ] && makedepends+=('yasm')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # We have latest jansson and libusb - just use them
-  sed "s|ac_subdirs_all='compat/libusb\-1.0\ncompat/jansson-2.5'||" -i 
./configure
-  sed 's|subdirs="$subdirs compat/libusb\-1.0"||' -i ./configure
-  sed 's|subdirs="$subdirs compat/jansson\-2.5"||' -i ./configure
-  sed 
's|LIBUSB_LIBS="compat/libusb-1.0/libusb/.libs/libusb-1.0.a"|LIBUSB_LIBS=-lusb-1.0|'
 -i ./configure
-  sed 
's|JANSSON_LIBS="compat/jansson-2.5/src/.libs/libjansson.a"|JANSSON_LIBS=-ljansson|'
 -i ./configure
-  sed 's|compat/Makefile ||' -i ./configure
-
-  sed 's|JANSSON_INCLUDES = -I$(top_srcdir)/compat/jansson-2.5/src||' -i 
./Makefile.in
-  sed 's|USBUTILS_INCLUDES = 
-I$(top_srcdir)/compat/libusb\-1.0/libusb|USBUTILS_INCLUDES = 
-I/usr/include/libusb-1.0|' -i ./Makefile.in
-  sed 's|SUBDIRS = lib compat ccan|SUBDIRS = lib ccan|' -i ./Makefile.in
-
-  rm -r compat
-
-  # Here you may want to use custom CFLAGS
-  #export CFLAGS="-O2 -march=native -mtune=native -msse2"
-  
-  ./configure \
---prefix=/usr \
---enable-scrypt \
---enable-opencl \
---enable-bflsc \
---enable-bitforce \
---enable-icarus \
---enable-modminer \
---enable-avalon \
---enable-klondike \
---enable-bitfury \
---with-system-libusb \
---disable-adl # For license issues
-  
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir/usr/share/$pkgname"
-  install -m755 miner.php api-example.* "$pkgdir/usr/share/$pkgname"
-
-  install -Dm644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 "$srcdir"/$pkgname.conf.d "$pkgdir"/etc/conf.d/$pkgname
-  sed 's#/usr/local/bin#/usr/bin#g' example.conf > $pkgname.conf
-  install -Dm644 $pkgname.conf "$pkgdir"/etc/$pkgname.conf
-}
-
-sha512sums=('1f913118fd3a2757a9fa9b2ffb8f1527109e90626044362ce94bbf93e876448cace189bc6c6e0c28f33d71ecc0488312d60530ef20baadf9894e82891b15171d'
-
'99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
-
'3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f')

Copied: cgminer/repos/community-

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

2013-11-03 Thread Felix Yan
Date: Monday, November 4, 2013 @ 06:46:28
  Author: fyan
Revision: 100422

upgpkg: cgminer 3.6.6.1-1

Modified:
  cgminer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-04 04:14:32 UTC (rev 100421)
+++ PKGBUILD2013-11-04 05:46:28 UTC (rev 100422)
@@ -5,7 +5,8 @@
 # Contributor: David Manouchehri 
 
 pkgname=cgminer
-pkgver=3.6.6
+pkgver=3.6.6.1
+_pkgver=3.6.6
 pkgrel=1
 pkgdesc="Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and 
derivative coins"
 url='http://forum.bitcoin.org/index.php?topic=28402.0'
@@ -15,7 +16,7 @@
 makedepends=('opencl-headers')
 optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA')
 # 'opencl-catalyst: OpenCL implementation for AMD') # catalyst 
currently dropped from repo
-source=("http://ck.kolivas.org/apps/$pkgname/$pkgname-${pkgver}.tar.bz2";
+source=("http://ck.kolivas.org/apps/$pkgname/$pkgname-${_pkgver}-1.tar.bz2";
 "$pkgname.conf.d"
 "$pkgname.service")
 backup=("etc/conf.d/$pkgname" "etc/$pkgname.conf")
@@ -23,7 +24,7 @@
 [ "$CARCH" == "x86_64" ] && makedepends+=('yasm')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgname-$_pkgver"
 
   # We have latest jansson and libusb - just use them
   sed "s|ac_subdirs_all='compat/libusb\-1.0\ncompat/jansson-2.5'||" -i 
./configure
@@ -60,7 +61,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgname-$_pkgver"
 
   make DESTDIR="$pkgdir" install
 
@@ -73,6 +74,6 @@
   install -Dm644 $pkgname.conf "$pkgdir"/etc/$pkgname.conf
 }
 
-sha512sums=('1f913118fd3a2757a9fa9b2ffb8f1527109e90626044362ce94bbf93e876448cace189bc6c6e0c28f33d71ecc0488312d60530ef20baadf9894e82891b15171d'
+sha512sums=('f2d491069b4fea3e23cc985366637eea27db24023cfc63573fb47b6d8e750123a19965a2ac64805583e674f6b3bb3e8a09b7aa1946853893780d674bda94b205'
 
'99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
 
'3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f')



[arch-commits] Commit in youtube-dl/repos/community-any (PKGBUILD PKGBUILD)

2013-11-03 Thread Eric Bélanger
Date: Monday, November 4, 2013 @ 05:14:32
  Author: eric
Revision: 100421

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 100420, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-04 04:13:32 UTC (rev 100420)
+++ PKGBUILD2013-11-04 04:14:32 UTC (rev 100421)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2013.11.02
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="http://rg3.github.io/youtube-dl/";
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('c1916f7c8c9f12079d86a066e937642a4b8fc9bc'
-  'SKIP')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
-"${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 100420, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-04 04:14:32 UTC (rev 100421)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=youtube-dl
+pkgver=2013.11.03
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="http://rg3.github.io/youtube-dl/";
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('6467e6d7eff74880d1d031a3eade3199a332c2ec'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+"${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2013-11-03 Thread Eric Bélanger
Date: Monday, November 4, 2013 @ 05:13:32
  Author: eric
Revision: 100420

upgpkg: youtube-dl 2013.11.03-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 20:44:50 UTC (rev 100419)
+++ PKGBUILD2013-11-04 04:13:32 UTC (rev 100420)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2013.11.02
+pkgver=2013.11.03
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -12,7 +12,7 @@
 optdepends=('ffmpeg: for video post-processing')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('c1916f7c8c9f12079d86a066e937642a4b8fc9bc'
+sha1sums=('6467e6d7eff74880d1d031a3eade3199a332c2ec'
   'SKIP')
 
 prepare() {



[arch-commits] Commit in perl-file-mimeinfo/repos/extra-any (PKGBUILD PKGBUILD)

2013-11-03 Thread Eric Bélanger
Date: Monday, November 4, 2013 @ 04:53:08
  Author: eric
Revision: 198775

archrelease: copy trunk to extra-any

Added:
  perl-file-mimeinfo/repos/extra-any/PKGBUILD
(from rev 198774, perl-file-mimeinfo/trunk/PKGBUILD)
Deleted:
  perl-file-mimeinfo/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-04 03:51:55 UTC (rev 198774)
+++ PKGBUILD2013-11-04 03:53:08 UTC (rev 198775)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=perl-file-mimeinfo
-pkgver=0.20
-pkgrel=1
-pkgdesc='Determine file type, includes mimeopen and mimetype'
-arch=('any')
-url="http://search.cpan.org/dist/File-MimeInfo/";
-license=('GPL' 'PerlArtistic')
-depends=('perl-file-basedir' 'perl-file-desktopentry' 'shared-mime-info')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/File-MimeInfo-${pkgver}.tar.gz)
-sha1sums=('06f49ca8c50b1f81b2fbb86e2a430c4084871bf0')
-
-build() {
-  cd File-MimeInfo-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd File-MimeInfo-${pkgver}
-  make test
-}
-
-package() {
-  cd File-MimeInfo-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-file-mimeinfo/repos/extra-any/PKGBUILD (from rev 198774, 
perl-file-mimeinfo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-04 03:53:08 UTC (rev 198775)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: 
+
+pkgname=perl-file-mimeinfo
+pkgver=0.21
+pkgrel=1
+pkgdesc='Determine file type, includes mimeopen and mimetype'
+arch=('any')
+url="http://search.cpan.org/dist/File-MimeInfo/";
+license=('GPL' 'PerlArtistic')
+depends=('perl-file-basedir' 'perl-file-desktopentry' 'shared-mime-info')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/File-MimeInfo-${pkgver}.tar.gz)
+sha1sums=('871bd30ab78b3533da7389c6af176e17d7737bb7')
+
+build() {
+  cd File-MimeInfo-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd File-MimeInfo-${pkgver}
+  make test
+}
+
+package() {
+  cd File-MimeInfo-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in perl-file-mimeinfo/trunk (PKGBUILD)

2013-11-03 Thread Eric Bélanger
Date: Monday, November 4, 2013 @ 04:51:55
  Author: eric
Revision: 198774

upgpkg: perl-file-mimeinfo 0.21-1

Upstream update

Modified:
  perl-file-mimeinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 23:32:31 UTC (rev 198773)
+++ PKGBUILD2013-11-04 03:51:55 UTC (rev 198774)
@@ -2,7 +2,7 @@
 # Maintainer: 
 
 pkgname=perl-file-mimeinfo
-pkgver=0.20
+pkgver=0.21
 pkgrel=1
 pkgdesc='Determine file type, includes mimeopen and mimetype'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl-file-basedir' 'perl-file-desktopentry' 'shared-mime-info')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/File-MimeInfo-${pkgver}.tar.gz)
-sha1sums=('06f49ca8c50b1f81b2fbb86e2a430c4084871bf0')
+sha1sums=('871bd30ab78b3533da7389c6af176e17d7737bb7')
 
 build() {
   cd File-MimeInfo-${pkgver}



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

2013-11-03 Thread Eric Bélanger
Date: Monday, November 4, 2013 @ 00:32:31
  Author: eric
Revision: 198773

Add imagemagick-doc optdepends to imagemagick (close FS#37625)

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 23:24:38 UTC (rev 198772)
+++ PKGBUILD2013-11-03 23:32:31 UTC (rev 198773)
@@ -47,7 +47,8 @@
 package_imagemagick() {
   pkgdesc="An image viewing/manipulation program"
   depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 
'libcl')
-  optdepends=('ghostscript: for Ghostscript support' 
+  optdepends=('imagemagick-doc: for additional information'
+  'ghostscript: for Ghostscript support' 
   'openexr: for OpenEXR support' 
   'libwmf: for WMF support' 
   'librsvg: for SVG support' 



[arch-commits] Commit in system-config-printer/repos (4 files)

2013-11-03 Thread Eric Bélanger
Date: Monday, November 4, 2013 @ 00:24:38
  Author: eric
Revision: 198772

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

Added:
  system-config-printer/repos/testing-i686/
  system-config-printer/repos/testing-i686/PKGBUILD
(from rev 198771, system-config-printer/trunk/PKGBUILD)
  system-config-printer/repos/testing-x86_64/
  system-config-printer/repos/testing-x86_64/PKGBUILD
(from rev 198771, system-config-printer/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   44 
 testing-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: system-config-printer/repos/testing-i686/PKGBUILD (from rev 198771, 
system-config-printer/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-03 23:24:38 UTC (rev 198772)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+
+pkgname=system-config-printer
+pkgver=1.4.3
+pkgrel=1
+pkgdesc="A CUPS printer configuration tool and status applet"
+url="http://cyberelk.net/tim/software/system-config-printer/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('pycups' 'python2-dbus' 'pysmbc' 'python2-pycurl' 'dbus-glib'
+ 'gnome-icon-theme' 'python2-notify' 'python2-gobject' 'gtk3')
+makedepends=('intltool' 'xmlto' 'docbook-xsl' 'desktop-file-utils')
+optdepends=('gnome-keyring: password management')
+replaces=('system-config-printer-common' 'system-config-printer-gnome')
+conflicts=('system-config-printer-common' 'system-config-printer-gnome')
+source=(http://cyberelk.net/tim/data/${pkgname}/${pkgver%*.*}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('99e251bfd281526fb6ea109b3e2bace3'
+ 'SKIP')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+-e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+$(find . -name '*.py')
+  sed -i "s|#!/usr/bin/python|#!/usr/bin/python2|" udev/udev-add-printer
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--with-udev-rules
+
+  make udevhelperdir=/usr/lib/udev
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" udevhelperdir=/usr/lib/udev \
+udevrulesdir=/usr/lib/udev/rules.d install
+}

Copied: system-config-printer/repos/testing-x86_64/PKGBUILD (from rev 198771, 
system-config-printer/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-11-03 23:24:38 UTC (rev 198772)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino 
+
+pkgname=system-config-printer
+pkgver=1.4.3
+pkgrel=1
+pkgdesc="A CUPS printer configuration tool and status applet"
+url="http://cyberelk.net/tim/software/system-config-printer/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('pycups' 'python2-dbus' 'pysmbc' 'python2-pycurl' 'dbus-glib'
+ 'gnome-icon-theme' 'python2-notify' 'python2-gobject' 'gtk3')
+makedepends=('intltool' 'xmlto' 'docbook-xsl' 'desktop-file-utils')
+optdepends=('gnome-keyring: password management')
+replaces=('system-config-printer-common' 'system-config-printer-gnome')
+conflicts=('system-config-printer-common' 'system-config-printer-gnome')
+source=(http://cyberelk.net/tim/data/${pkgname}/${pkgver%*.*}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('99e251bfd281526fb6ea109b3e2bace3'
+ 'SKIP')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+-e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+$(find . -name '*.py')
+  sed -i "s|#!/usr/bin/python|#!/usr/bin/python2|" udev/udev-add-printer
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--with-udev-rules
+
+  make udevhelperdir=/usr/lib/udev
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" udevhelperdir=/usr/lib/udev \
+udevrulesdir=/usr/lib/udev/rules.d install
+}



[arch-commits] Commit in system-config-printer/trunk (PKGBUILD)

2013-11-03 Thread Eric Bélanger
Date: Monday, November 4, 2013 @ 00:21:00
  Author: eric
Revision: 198771

upgpkg: system-config-printer 1.4.3-1

Upstream update

Modified:
  system-config-printer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 19:16:23 UTC (rev 198770)
+++ PKGBUILD2013-11-03 23:21:00 UTC (rev 198771)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=system-config-printer
-pkgver=1.4.2
+pkgver=1.4.3
 pkgrel=1
 pkgdesc="A CUPS printer configuration tool and status applet"
 url="http://cyberelk.net/tim/software/system-config-printer/";
@@ -16,7 +16,7 @@
 replaces=('system-config-printer-common' 'system-config-printer-gnome')
 conflicts=('system-config-printer-common' 'system-config-printer-gnome')
 
source=(http://cyberelk.net/tim/data/${pkgname}/${pkgver%*.*}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('7f6462d84056be13aadeb6e3030aad5e'
+md5sums=('99e251bfd281526fb6ea109b3e2bace3'
  'SKIP')
 
 prepare() {



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

2013-11-03 Thread Jonathan Conder
Date: Sunday, November 3, 2013 @ 21:44:50
  Author: jconder
Revision: 100419

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

Added:
  mythplugins/repos/community-staging-i686/
  mythplugins/repos/community-staging-i686/PKGBUILD
(from rev 100418, mythplugins/trunk/PKGBUILD)
  mythplugins/repos/community-staging-i686/cdparanoia.patch
(from rev 100418, mythplugins/trunk/cdparanoia.patch)
  mythplugins/repos/community-staging-i686/mythplugins-mythweb.install
(from rev 100418, mythplugins/trunk/mythplugins-mythweb.install)
  mythplugins/repos/community-staging-i686/mythplugins-mythzoneminder.install
(from rev 100418, mythplugins/trunk/mythplugins-mythzoneminder.install)
  mythplugins/repos/community-staging-x86_64/
  mythplugins/repos/community-staging-x86_64/PKGBUILD
(from rev 100418, mythplugins/trunk/PKGBUILD)
  mythplugins/repos/community-staging-x86_64/cdparanoia.patch
(from rev 100418, mythplugins/trunk/cdparanoia.patch)
  mythplugins/repos/community-staging-x86_64/mythplugins-mythweb.install
(from rev 100418, mythplugins/trunk/mythplugins-mythweb.install)
  mythplugins/repos/community-staging-x86_64/mythplugins-mythzoneminder.install
(from rev 100418, mythplugins/trunk/mythplugins-mythzoneminder.install)

-+
 community-staging-i686/PKGBUILD |  143 ++
 community-staging-i686/cdparanoia.patch |   52 +++
 community-staging-i686/mythplugins-mythweb.install  |4 
 community-staging-i686/mythplugins-mythzoneminder.install   |3 
 community-staging-x86_64/PKGBUILD   |  143 ++
 community-staging-x86_64/cdparanoia.patch   |   52 +++
 community-staging-x86_64/mythplugins-mythweb.install|4 
 community-staging-x86_64/mythplugins-mythzoneminder.install |3 
 8 files changed, 404 insertions(+)

Copied: mythplugins/repos/community-staging-i686/PKGBUILD (from rev 100418, 
mythplugins/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-03 20:44:50 UTC (rev 100419)
@@ -0,0 +1,143 @@
+# $Id$
+# Maintainer: Jonathan Conder 
+# Contributor: Giovanni Scafora 
+
+pkgbase=mythplugins
+pkgname=('mythplugins-mytharchive'
+ 'mythplugins-mythbrowser'
+ 'mythplugins-mythgallery'
+ 'mythplugins-mythgame'
+ 'mythplugins-mythmusic'
+ 'mythplugins-mythnetvision'
+ 'mythplugins-mythnews'
+ 'mythplugins-mythweather'
+ 'mythplugins-mythweb'
+ 'mythplugins-mythzoneminder')
+pkgver=0.27
+pkgrel=3
+epoch=1
+arch=('i686' 'x86_64')
+url="http://www.mythtv.org";
+license=('GPL')
+makedepends=('cdrkit' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' 'flac' 'libexif'
+ 'libvorbis' 'mesa' 'mesa-libgl' 'mplayer' 'mythtv'
+ 'perl-datetime-format-iso8601' 'perl-date-manip' 'perl-image-size'
+ 'perl-json' 'perl-libwww' 'perl-soap-lite' 'perl-xml-sax'
+ 'perl-xml-simple' 'perl-xml-xpath' 'python2-oauth' 
'python-imaging'
+ 'python2-pycurl' 'zlib')
+source=("mythtv-$pkgver.tar.gz::http://www.mythtv.org/download/mythtv/$pkgver";
+
"mythweb-$pkgver.tar.gz::http://www.mythtv.org/download/mythweb/$pkgver";
+   'cdparanoia.patch')
+sha256sums=('c236c879563a5fcccb6ca949ad04be93611745261f7c56282dda2eb32185a78c'
+'c6574a9d3029e00ef9e2fb4eff33be60804d06c71d517ad8cae27bed9b5275d3'
+   '004f1e4734830709d2ab5ebb804560514f2bf525abc2f11142501a81eba0754c')
+
+prepare() {
+  cd "$srcdir/mythtv-fixes-$pkgver/$pkgbase"
+
+  find . -name '*.py' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
+  patch -Np1 -i "$srcdir/cdparanoia.patch"
+
+  cd "$srcdir/mythweb-fixes-$pkgver"
+
+  sed -re 's@/usr/local.*/usr/share@/usr/share@' -i 'mythweb.php'
+}
+
+build() {
+  cd "$srcdir/mythtv-fixes-$pkgver/$pkgbase"
+
+  ./configure --prefix=/usr \
+  --enable-all \
+  --python=python2
+  qmake-qt4 mythplugins.pro
+  make -s
+}
+
+package_mythplugins-mytharchive() {
+  pkgdesc="Create DVDs or archive recorded shows in MythTV"
+  depends=('cdrkit' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' 'mythtv'
+   'python-imaging')
+
+  cd "$srcdir/mythtv-fixes-$pkgver/$pkgbase/mytharchive"
+  make INSTALL_ROOT="$pkgdir" install
+}
+
+package_mythplugins-mythbrowser() {
+  pkgdesc="Mini web browser for MythTV"
+  depends=('mythtv')
+
+  cd "$srcdir/mythtv-fixes-$pkgver/$pkgbase/mythbrowser"
+  make INSTALL_ROOT="$pkgdir" install
+}
+
+package_mythplugins-mythgallery() {
+  pkgdesc="Image gallery plugin for MythTV"
+  depends=('libexif' 'mythtv')
+
+  cd "$srcdir/mythtv-fixes-$pkgver/$pkgbase/mythgallery"
+  make INSTALL_ROOT="$pkgdir" install
+}
+
+package_mythplugins-mythgame() {
+  pkgdesc="Game emulator plu

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

2013-11-03 Thread Jonathan Conder
Date: Sunday, November 3, 2013 @ 21:43:51
  Author: jconder
Revision: 100418

upgpkg: mythplugins 1:0.27-3

rebuild against mythtv

Modified:
  mythplugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 20:34:30 UTC (rev 100417)
+++ PKGBUILD2013-11-03 20:43:51 UTC (rev 100418)
@@ -14,7 +14,7 @@
  'mythplugins-mythweb'
  'mythplugins-mythzoneminder')
 pkgver=0.27
-pkgrel=2
+pkgrel=3
 epoch=1
 arch=('i686' 'x86_64')
 url="http://www.mythtv.org";



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

2013-11-03 Thread Jonathan Conder
Date: Sunday, November 3, 2013 @ 21:34:30
  Author: jconder
Revision: 100417

upgpkg: mythplugins 1:0.27-2

rebuild against mythtv

Modified:
  mythplugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 20:29:25 UTC (rev 100416)
+++ PKGBUILD2013-11-03 20:34:30 UTC (rev 100417)
@@ -28,7 +28,7 @@
 source=("mythtv-$pkgver.tar.gz::http://www.mythtv.org/download/mythtv/$pkgver";
 
"mythweb-$pkgver.tar.gz::http://www.mythtv.org/download/mythweb/$pkgver";
'cdparanoia.patch')
-sha256sums=('49789de705be73275325b1a4984b727cf8284fdc4ae6b041ad152857c830dc46'
+sha256sums=('c236c879563a5fcccb6ca949ad04be93611745261f7c56282dda2eb32185a78c'
 'c6574a9d3029e00ef9e2fb4eff33be60804d06c71d517ad8cae27bed9b5275d3'
'004f1e4734830709d2ab5ebb804560514f2bf525abc2f11142501a81eba0754c')
 



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

2013-11-03 Thread Jonathan Conder
Date: Sunday, November 3, 2013 @ 21:29:25
  Author: jconder
Revision: 100416

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

Added:
  mythtv/repos/community-staging-i686/
  mythtv/repos/community-staging-i686/PKGBUILD
(from rev 100415, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-staging-i686/mythbackend.service
(from rev 100415, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-staging-i686/mythtv.install
(from rev 100415, mythtv/trunk/mythtv.install)
  mythtv/repos/community-staging-x86_64/
  mythtv/repos/community-staging-x86_64/PKGBUILD
(from rev 100415, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-staging-x86_64/mythbackend.service
(from rev 100415, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-staging-x86_64/mythtv.install
(from rev 100415, mythtv/trunk/mythtv.install)

--+
 community-staging-i686/PKGBUILD  |   73 +
 community-staging-i686/mythbackend.service   |   14 
 community-staging-i686/mythtv.install|   22 +++
 community-staging-x86_64/PKGBUILD|   73 +
 community-staging-x86_64/mythbackend.service |   14 
 community-staging-x86_64/mythtv.install  |   22 +++
 6 files changed, 218 insertions(+)

Copied: mythtv/repos/community-staging-i686/PKGBUILD (from rev 100415, 
mythtv/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-03 20:29:25 UTC (rev 100416)
@@ -0,0 +1,73 @@
+# $Id$
+# Maintainer: Jonathan Conder 
+# Contributor: Giovanni Scafora 
+# Contributor: Juergen Hoetzel 
+# Contributor: 
+# Contributor: dorphell 
+
+pkgname=mythtv
+pkgver=0.27
+pkgrel=4
+epoch=1
+pkgdesc="A Homebrew PVR project"
+arch=('i686' 'x86_64')
+url="http://www.mythtv.org/";
+license=('GPL')
+depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883'
+ 'libpulse' 'libva' 'libvpx' 'libxinerama' 'lirc-utils' 
'mariadb-clients'
+ 'mysql-python' 'perl-dbd-mysql' 'perl-io-socket-inet6' 'perl-libwww'
+ 'perl-net-upnp' 'python2-lxml' 'qtwebkit' 'taglib' 'urlgrabber' 
'x264')
+makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm')
+optdepends=('glew: for GPU commercial flagging'
+'libcec: for consumer electronics control capabilities'
+'libxml2: to read blu-ray metadata'
+'openssl: for AirTunes (RAOP) support'
+'xmltv: to download tv listings')
+conflicts=('myththemes' 'mythplugins-mythvideo')
+replaces=('myththemes' 'mythplugins-mythvideo')
+backup=()
+install='mythtv.install'
+source=("$pkgname-$pkgver.tar.gz::http://www.$pkgname.org/download/$pkgname/$pkgver";
+'mythbackend.service'
+
'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch')
+sha256sums=('c236c879563a5fcccb6ca949ad04be93611745261f7c56282dda2eb32185a78c'
+'f628f44164ce773ae54d320fb2f65353cacf9deec16981e4e56316ac33000a2f'
+'8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3')
+
+prepare() {
+  cd "$srcdir/$pkgname-fixes-$pkgver/$pkgname"
+
+  find 'bindings/python' 'contrib' -type f | xargs sed -i 
's@^#!.*python$@#!/usr/bin/python2@'
+  patch -Np2 -i "$srcdir/libcec-2-support.2.patch"
+}
+
+build() {
+  cd "$srcdir/$pkgname-fixes-$pkgver/$pkgname"
+
+  ARCH="${CARCH/_/-}"
+  ./configure --prefix=/usr \
+  --cpu="$ARCH" \
+  --disable-altivec \
+  --disable-audio-jack \
+  --disable-ccache \
+  --disable-distcc \
+  --enable-libfftw3 \
+  --enable-libmp3lame \
+  --enable-libvpx \
+  --enable-libx264 \
+  --enable-vaapi \
+  --python=python2
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-fixes-$pkgver/$pkgname"
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -D -m644 "$srcdir/mythbackend.service" 
"$pkgdir/usr/lib/systemd/system/mythbackend.service"
+  install -D -m644 'database/mc.sql' "$pkgdir/usr/share/mythtv/mc.sql"
+
+  mkdir -p "$pkgdir/usr/share/mythtv"
+  cp -R 'contrib' "$pkgdir/usr/share/mythtv"
+  mkdir -p "$pkgdir/var/log/mythtv"
+}

Copied: mythtv/repos/community-staging-i686/mythbackend.service (from rev 
100415, mythtv/trunk/mythbackend.service)
===
--- community-staging-i686/mythbackend.service  (rev 0)
+++ community-staging-i686/mythbackend.service  2013-11-03 20:29:25 UTC (rev 
100416)
@@ -0,0 +1,14 @@
+[Unit]
+Description=MythTV Backend
+After=network.target mysqld.service
+
+[Service]
+Type=simple
+Environment=HOME=/var/lib/mythtv
+User=mythtv
+ExecStart=/usr/bin/mythbackend --logpath /var/log/mythtv
+ExecStop=/usr/bin/mythshutdown --setscheduledwakeup

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

2013-11-03 Thread Jonathan Conder
Date: Sunday, November 3, 2013 @ 21:28:19
  Author: jconder
Revision: 100415

upgpkg: mythtv 1:0.27-4

rebuild against x264

Modified:
  mythtv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 18:13:58 UTC (rev 100414)
+++ PKGBUILD2013-11-03 20:28:19 UTC (rev 100415)
@@ -7,7 +7,7 @@
 
 pkgname=mythtv
 pkgver=0.27
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc="A Homebrew PVR project"
 arch=('i686' 'x86_64')
@@ -30,7 +30,7 @@
 
source=("$pkgname-$pkgver.tar.gz::http://www.$pkgname.org/download/$pkgname/$pkgver";
 'mythbackend.service'
 
'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch')
-sha256sums=('49789de705be73275325b1a4984b727cf8284fdc4ae6b041ad152857c830dc46'
+sha256sums=('c236c879563a5fcccb6ca949ad04be93611745261f7c56282dda2eb32185a78c'
 'f628f44164ce773ae54d320fb2f65353cacf9deec16981e4e56316ac33000a2f'
 '8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3')
 



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

2013-11-03 Thread Eric Bélanger
Date: Sunday, November 3, 2013 @ 20:16:23
  Author: eric
Revision: 198770

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

Added:
  avidemux/repos/staging-i686/
  avidemux/repos/staging-i686/PKGBUILD
(from rev 198769, avidemux/trunk/PKGBUILD)
  avidemux/repos/staging-i686/PKGBUILD.WIP
(from rev 198769, avidemux/trunk/PKGBUILD.WIP)
  avidemux/repos/staging-i686/avidemux.install
(from rev 198769, avidemux/trunk/avidemux.install)
  avidemux/repos/staging-x86_64/
  avidemux/repos/staging-x86_64/PKGBUILD
(from rev 198769, avidemux/trunk/PKGBUILD)
  avidemux/repos/staging-x86_64/PKGBUILD.WIP
(from rev 198769, avidemux/trunk/PKGBUILD.WIP)
  avidemux/repos/staging-x86_64/avidemux.install
(from rev 198769, avidemux/trunk/avidemux.install)

-+
 staging-i686/PKGBUILD   |  118 ++
 staging-i686/PKGBUILD.WIP   |   84 +++
 staging-i686/avidemux.install   |   11 +++
 staging-x86_64/PKGBUILD |  118 ++
 staging-x86_64/PKGBUILD.WIP |   84 +++
 staging-x86_64/avidemux.install |   11 +++
 6 files changed, 426 insertions(+)

Copied: avidemux/repos/staging-i686/PKGBUILD (from rev 198769, 
avidemux/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-11-03 19:16:23 UTC (rev 198770)
@@ -0,0 +1,118 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgbase=avidemux
+pkgname=('avidemux-cli' 'avidemux-gtk' 'avidemux-qt')
+pkgver=2.5.6
+pkgrel=8
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://fixounet.free.fr/avidemux/";
+makedepends=('cmake' 'libxslt' 'gtk2' 'qt4' 'jack' 'libvorbis' 'sdl' 'libxv' \
+ 'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'x264' 
'libsamplerate' \
+ 'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse' 'libva')
+options=('!makeflags' '!emptydirs')
+source=(http://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz)
+sha1sums=('47205c236bf6a4435b9d4dd944493c7b7e2752f5')
+
+build() {
+  cd ${pkgbase}_${pkgver}
+  mkdir build
+  cd build
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release \
+-D CMAKE_SKIP_RPATH=ON -D GTK=1 -D QT4=1 \
+-D LRELEASE_EXECUTABLE=/usr/lib/qt4/bin/lrelease ..
+  make
+
+# plugin build expects libraries to be already installed; we fake a prefix
+# in build/ by symlinking all libraries to build/lib/
+  cd lib
+  find ../avidemux -name '*.so*' | xargs ln -sft .
+  cd ../../plugins
+  mkdir build
+  cd build
+  cmake -D CMAKE_INSTALL_PREFIX=/usr -D 
AVIDEMUX_SOURCE_DIR="${srcdir}/avidemux_${pkgver}" \
+-D AVIDEMUX_CORECONFIG_DIR="${srcdir}/avidemux_${pkgver}/build/config" \
+-D AVIDEMUX_INSTALL_PREFIX="${srcdir}/avidemux_${pkgver}/build" \
+-D CMAKE_BUILD_TYPE=Release -D CMAKE_SKIP_RPATH=ON ..
+  make
+}
+
+package_avidemux-cli() {
+  pkgdesc="A graphical tool to edit video (filter/re-encode/split)"
+  depends=('libxml2' 'sdl' 'fontconfig' 'libvpx' 'libva')
+  optdepends=('lame: for the corresponding audio encoder plugin'
+  'faac: for the corresponding audio encoder plugin'
+  'faad2: for the corresponding audio decoder plugin'
+  'opencore-amr: for the corresponding audio decoder plugin'
+  'jack: for the corresponding audio device plugin'
+  'libpulse: for the corresponding audio device plugin'
+  'sdl: for the corresponding audio device plugin'
+  'x264: for the corresponding video encoder plugin'
+  'xvidcore: for the corresponding video encoder plugin')
+  provides=('avidemux')
+  conflicts=('avidemux')
+  replaces=('avidemux')
+
+  cd ${pkgbase}_${pkgver}/build
+  make DESTDIR="${pkgdir}" install
+
+  cd "${srcdir}/${pkgbase}_${pkgver}/plugins/build"
+  make DESTDIR="${pkgdir}" install
+  rm -r "${pkgdir}"/usr/share/avidemux
+  rm "${pkgdir}"/usr/share/ADM_addons/avsfilter/{avsload.exe,pipe_source.dll}
+  rm "${pkgdir}"/usr/bin/avidemux2_{gtk,qt4}
+  rm "${pkgdir}"/usr/lib/*{_gtk,_qt4,Gtk,QT4}.so
+  rm "${pkgdir}"/usr/lib/ADM_plugins/videoEncoder/x264/*{Gtk,Qt}.so
+  rm "${pkgdir}"/usr/lib/ADM_plugins/videoEncoder/xvid/*{Gtk,Qt}.so
+  rm "${pkgdir}"/usr/lib/ADM_plugins/videoFilter/*{_gtk,_qt4}.so
+
+  ln -s /usr/lib/ADM_plugins/videoEncoder/libADM_vidEnc_xvid.so 
"${pkgdir}/usr/lib/libADM_vidEnc_xvid.so"
+  ln -s /usr/lib/ADM_plugins/videoEncoder/libADM_vidEnc_x264.so 
"${pkgdir}/usr/lib/libADM_vidEnc_x264.so"
+
+  install -D -m644 ../../avidemux_icon.png 
"${pkgdir}/usr/share/pixmaps/avidemux.png"
+  install -D -m644 ../../man/avidemux.1 
"${pkgdir}/usr/share/man/man1/avidemux.1"
+}
+
+package_avidemux-gtk() {
+  pkgdesc="A graphical tool to edit video (filter/re-encode/split) - GTK GUI"
+  depends=("avidemux-cli=${pkgver}" 'gtk2' 'libxv' 'desktop-file-utils')
+  install=avidemux.install
+
+ 

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

2013-11-03 Thread Eric Bélanger
Date: Sunday, November 3, 2013 @ 20:15:23
  Author: eric
Revision: 198769

upgpkg: avidemux 2.5.6-8

Rebuild against x264 20131030

Modified:
  avidemux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 18:38:06 UTC (rev 198768)
+++ PKGBUILD2013-11-03 19:15:23 UTC (rev 198769)
@@ -4,7 +4,7 @@
 pkgbase=avidemux
 pkgname=('avidemux-cli' 'avidemux-gtk' 'avidemux-qt')
 pkgver=2.5.6
-pkgrel=7
+pkgrel=8
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://fixounet.free.fr/avidemux/";



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

2013-11-03 Thread Ángel Velásquez
Date: Sunday, November 3, 2013 @ 19:38:06
  Author: angvp
Revision: 198768

Version bump to 1.3

Added:
  python-setuptools/repos/testing-any/
  python-setuptools/repos/testing-any/PKGBUILD
(from rev 198767, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/testing-any/PKGBUILD

--+
 /PKGBUILD|   67 +
 testing-any/PKGBUILD |   67 -
 2 files changed, 67 insertions(+), 67 deletions(-)

Deleted: testing-any/PKGBUILD
===
--- testing-any/PKGBUILD2013-09-16 05:04:06 UTC (rev 194402)
+++ testing-any/PKGBUILD2013-11-03 18:38:06 UTC (rev 198768)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=1.1
-pkgrel=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools";
-makedepends=('python' 'python2')
-source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz)
-md5sums=('84062633c3818c912af76d54a40d11a7')
-
-#check() {
-#   # Check python3 module
-#   cd "${srcdir}"/setuptools-${pkgver}
-#   python3 setup.py test
-#
-#   # Check python2 module
-#   cd "${srcdir}"/setuptools-${pkgver}-python2
-#   python2 setup.py test
-#}
- 
-prepare() {
-   cd "${srcdir}"
- 
-   pushd setuptools-${pkgver}
-   popd
- 
-   cp -a setuptools-${pkgver}{,-python2}
- 
-   cd "${srcdir}"/setuptools-${pkgver}
-   sed -i -e "s|^#\!.*/usr/bin/python|#!/usr/bin/python3|" 
setuptools/tests/test_resources.py
- 
-   cd ../setuptools-${pkgver}-python2
-   sed -i -e "s|^#\!.*/usr/bin/python|#!/usr/bin/python2|" 
setuptools/tests/test_resources.py
-}
-
-build() {
-   # Build python 3 module
-   cd "${srcdir}"/setuptools-${pkgver}
-   python3 setup.py build
- 
-   # Build python 2 module
-   cd ../setuptools-${pkgver}-python2
-   python2 setup.py build
-}
- 
-package_python-setuptools() {
-   depends=('python>=3.3')
-   provides=('python-distribute')
-   replaces=('python-distribute')
- 
-   cd "${srcdir}/setuptools-${pkgver}"
-   python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-   depends=('python2>=2.7')
-   provides=('python2-distribute' 'setuptools')
-   replaces=('python2-distribute' 'setuptools')
- 
-   cd "${srcdir}/setuptools-${pkgver}-python2"
-   python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-   rm "${pkgdir}/usr/bin/easy_install"
-}

Copied: python-setuptools/repos/testing-any/PKGBUILD (from rev 198767, 
python-setuptools/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-11-03 18:38:06 UTC (rev 198768)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=1.3
+pkgrel=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools";
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz)
+md5sums=('131956989d1ec7bac1f7be034800f183')
+
+#check() {
+#   # Check python3 module
+#   cd "${srcdir}"/setuptools-${pkgver}
+#   python3 setup.py test
+#
+#   # Check python2 module
+#   cd "${srcdir}"/setuptools-${pkgver}-python2
+#   python2 setup.py test
+#}
+ 
+prepare() {
+   cd "${srcdir}"
+ 
+   pushd setuptools-${pkgver}
+   popd
+ 
+   cp -a setuptools-${pkgver}{,-python2}
+ 
+   cd "${srcdir}"/setuptools-${pkgver}
+   sed -i -e "s|^#\!.*/usr/bin/python|#!/usr/bin/python3|" 
setuptools/tests/test_resources.py
+ 
+   cd ../setuptools-${pkgver}-python2
+   sed -i -e "s|^#\!.*/usr/bin/python|#!/usr/bin/python2|" 
setuptools/tests/test_resources.py
+}
+
+build() {
+   # Build python 3 module
+   cd "${srcdir}"/setuptools-${pkgver}
+   python3 setup.py build
+ 
+   # Build python 2 module
+   cd ../setuptools-${pkgver}-python2
+   python2 setup.py build
+}
+ 
+package_python-setuptools() {
+   depends=('python>=3.3')
+   provides=('python-distribute')
+   replaces=('python-distribute')
+ 
+   cd "${srcdir}/setuptools-${pkgver}"
+   python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+}
+ 
+package_python2-setuptools() {
+   depends=('python2>=2.7')
+   provides=('python2-distribute' 'setuptools')
+   replaces=('python2-distribute' 'setuptools')
+ 
+   cd "${srcdir}/setuptools-${pkgver}-python2"
+   python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+   rm "${pkgdir}/usr/bin/easy_install"
+}



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

2013-11-03 Thread Ángel Velásquez
Date: Sunday, November 3, 2013 @ 19:33:55
  Author: angvp
Revision: 198767

upgpkg: python-setuptools 1.3-1

Version bump to 1.3

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 18:24:43 UTC (rev 198766)
+++ PKGBUILD2013-11-03 18:33:55 UTC (rev 198767)
@@ -2,7 +2,7 @@
 # Maintainer: Angel Velasquez 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=1.1.6
+pkgver=1.3
 pkgrel=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
 arch=('any')
@@ -10,6 +10,7 @@
 url="http://pypi.python.org/pypi/setuptools";
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz)
+md5sums=('131956989d1ec7bac1f7be034800f183')
 
 #check() {
 #   # Check python3 module
@@ -64,4 +65,3 @@
python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
rm "${pkgdir}/usr/bin/easy_install"
 }
-md5sums=('ee82ea53def4480191061997409d2996')



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

2013-11-03 Thread Andreas Radke
Date: Sunday, November 3, 2013 @ 19:24:43
  Author: andyrtr
Revision: 198766

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

Added:
  bluez/repos/testing-i686/PKGBUILD
(from rev 198765, bluez/trunk/PKGBUILD)
  bluez/repos/testing-x86_64/PKGBUILD
(from rev 198765, bluez/trunk/PKGBUILD)
Deleted:
  bluez/repos/testing-i686/PKGBUILD
  bluez/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |  214 ++
 testing-i686/PKGBUILD   |   74 ---
 testing-x86_64/PKGBUILD |   74 ---
 3 files changed, 214 insertions(+), 148 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-11-03 18:24:14 UTC (rev 198765)
+++ testing-i686/PKGBUILD   2013-11-03 18:24:43 UTC (rev 198766)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen 
-# Contributor: Andrea Scarpino 
-# Contributor: Geoffroy Carrier 
-
-pkgbase=bluez
-pkgname=('bluez' 'bluez-utils' 'bluez-libs')
-pkgver=5.10
-pkgrel=1
-url="http://www.bluez.org/";
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('dbus' 'libical' 'systemd')
-source=("http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('7dce03b332b3a3e7465fb88352b8a404')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure \
-  --prefix=/usr \
-  --mandir=/usr/share/man \
-  --sysconfdir=/etc \
-  --localstatedir=/var \
-  --libexecdir=/usr/lib \
-  --enable-library # this is deprecated
-
-  make
-}
-
-package_bluez() {
-  pkgdesc="Daemons for the bluetooth protocol stack"
-  depends=('libical' 'dbus' 'glib2')
-  optdepends=("cups: CUPS backend")
-  backup=('etc/dbus-1/system.d/bluetooth.conf')
-  conflicts=('obexd-client' 'obexd-server')
-
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  ### split out bluez-utils
-  rm -rf "$srcdir/_utils"
-  install -dm755 "$srcdir"/_utils/usr/share/man
-  mv "$pkgdir"/usr/share/man/man1 "$srcdir"/_utils/usr/share/man/
-  install -dm755 "$srcdir"/_utils/usr/bin
-  mv 
"$pkgdir"/usr/bin/{bccmd,ciptool,hciattach,hciconfig,hcidump,hcitool,l2ping,l2test,rctest,rfcomm,sdptool}\
-  "$srcdir"/_utils/usr/bin/
-  install -dm755 "$srcdir"/_utils/usr/lib
-  mv "$pkgdir"/usr/lib/udev "$srcdir"/_utils/usr/lib/
-
-  ### split out bluez-libs
-  rm -rf "$srcdir/_libs"
-  install -dm755 "$srcdir"/_libs/usr/lib/
-  mv "$pkgdir"/usr/lib/{pkgconfig,libbluetooth*} \
-  "$srcdir"/_libs/usr/lib/
-  mv "$pkgdir"/usr/include \
-  "$srcdir"/_libs/usr/
-}
-
-package_bluez-libs() {
-  pkgdesc="Deprecated libraries for the bluetooth protocol stack"
-  depends=('glibc')
-
-  mv "$srcdir/_libs"/* "$pkgdir"
-}
-package_bluez-utils() {
-  pkgdesc="Development and debugging utilities for the bluetooth protocol 
stack"
-  depends=('systemd')
-  conflicts=('bluez-hcidump')
-  provides=('bluez-hcidump')
-  replaces=('bluez-hcidump' 'bluez<=4.101')
-
-  mv "$srcdir/_utils"/* "$pkgdir"
-}

Copied: bluez/repos/testing-i686/PKGBUILD (from rev 198765, 
bluez/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-03 18:24:43 UTC (rev 198766)
@@ -0,0 +1,107 @@
+# $Id$
+# Maintainer: Tom Gundersen 
+# Contributor: Andrea Scarpino 
+# Contributor: Geoffroy Carrier 
+
+pkgbase=bluez
+pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci')
+pkgver=5.10
+pkgrel=2
+url="http://www.bluez.org/";
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('dbus' 'libical' 'systemd')
+source=("http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('7dce03b332b3a3e7465fb88352b8a404')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --libexecdir=/usr/lib \
+  --enable-library # this is deprecated
+#  --enable-experimental \
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+
+package_bluez() {
+  pkgdesc="Daemons for the bluetooth protocol stack"
+  depends=('libical' 'dbus' 'glib2')
+  backup=('etc/dbus-1/system.d/bluetooth.conf')
+  conflicts=('obexd-client' 'obexd-server')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} \
+   install-libexecPROGRAMS \
+   install-dbussessionbusDATA \
+   install-systemdsystemunitDATA \
+   install-systemduserunitDATA \
+   install-dbussystembusDATA \
+   install-dbusDATA \
+   install-man8
+}
+
+package_bluez-utils() {
+  pkgdesc="Development and debugging utilities for the bluetooth protocol 
stack"
+  depends=('dbus' 'systemd')
+  conflicts=('bluez-hcidump')
+  provides=('bluez-hcidump')
+  replaces=('bluez-hcidump' 'bluez<=4.101')
+
+  cd

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

2013-11-03 Thread Andreas Radke
Date: Sunday, November 3, 2013 @ 19:24:14
  Author: andyrtr
Revision: 198765

upgpkg: bluez 5.10-2

add check function; split out cups backend and hid2hci; use Makefile targets 
for splitting - moves btmon and bluetoothctl to utils pkg, both shouldn't be 
essientially needed in the core pkg

Modified:
  bluez/trunk/PKGBUILD

--+
 PKGBUILD |   91 +
 1 file changed, 62 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 16:44:35 UTC (rev 198764)
+++ PKGBUILD2013-11-03 18:24:14 UTC (rev 198765)
@@ -4,9 +4,9 @@
 # Contributor: Geoffroy Carrier 
 
 pkgbase=bluez
-pkgname=('bluez' 'bluez-utils' 'bluez-libs')
+pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci')
 pkgver=5.10
-pkgrel=1
+pkgrel=2
 url="http://www.bluez.org/";
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -15,7 +15,7 @@
 md5sums=('7dce03b332b3a3e7465fb88352b8a404')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
 
   ./configure \
   --prefix=/usr \
@@ -24,51 +24,84 @@
   --localstatedir=/var \
   --libexecdir=/usr/lib \
   --enable-library # this is deprecated
+#  --enable-experimental \
 
   make
 }
 
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+
 package_bluez() {
   pkgdesc="Daemons for the bluetooth protocol stack"
   depends=('libical' 'dbus' 'glib2')
-  optdepends=("cups: CUPS backend")
   backup=('etc/dbus-1/system.d/bluetooth.conf')
   conflicts=('obexd-client' 'obexd-server')
 
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} \
+   install-libexecPROGRAMS \
+   install-dbussessionbusDATA \
+   install-systemdsystemunitDATA \
+   install-systemduserunitDATA \
+   install-dbussystembusDATA \
+   install-dbusDATA \
+   install-man8
+}
 
-  ### split out bluez-utils
-  rm -rf "$srcdir/_utils"
-  install -dm755 "$srcdir"/_utils/usr/share/man
-  mv "$pkgdir"/usr/share/man/man1 "$srcdir"/_utils/usr/share/man/
-  install -dm755 "$srcdir"/_utils/usr/bin
-  mv 
"$pkgdir"/usr/bin/{bccmd,ciptool,hciattach,hciconfig,hcidump,hcitool,l2ping,l2test,rctest,rfcomm,sdptool}\
-  "$srcdir"/_utils/usr/bin/
-  install -dm755 "$srcdir"/_utils/usr/lib
-  mv "$pkgdir"/usr/lib/udev "$srcdir"/_utils/usr/lib/
+package_bluez-utils() {
+  pkgdesc="Development and debugging utilities for the bluetooth protocol 
stack"
+  depends=('dbus' 'systemd')
+  conflicts=('bluez-hcidump')
+  provides=('bluez-hcidump')
+  replaces=('bluez-hcidump' 'bluez<=4.101')
 
-  ### split out bluez-libs
-  rm -rf "$srcdir/_libs"
-  install -dm755 "$srcdir"/_libs/usr/lib/
-  mv "$pkgdir"/usr/lib/{pkgconfig,libbluetooth*} \
-  "$srcdir"/_libs/usr/lib/
-  mv "$pkgdir"/usr/include \
-  "$srcdir"/_libs/usr/
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} \
+   install-binPROGRAMS \
+   install-man1
+
+  # libbluetooth.so* are part of libLTLIBRARIES and binPROGRAMS targets
+  #make DESTDIR=${pkgdir} uninstall-libLTLIBRARIES
+  #rmdir ${pkgdir}/usr/lib
+  rm -rf ${pkgdir}/usr/lib
+  
+  # move the hid2hci man page out
+  mv ${pkgdir}/usr/share/man/man1/hid2hci.1 ${srcdir}/
 }
 
 package_bluez-libs() {
   pkgdesc="Deprecated libraries for the bluetooth protocol stack"
   depends=('glibc')
+  license=('LGPL2.1')
 
-  mv "$srcdir/_libs"/* "$pkgdir"
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} \
+   install-includeHEADERS \
+   install-libLTLIBRARIES \
+   install-pkgconfigDATA
 }
-package_bluez-utils() {
-  pkgdesc="Development and debugging utilities for the bluetooth protocol 
stack"
+
+package_bluez-cups() {
+  pkgdesc="CUPS printer backend for Bluetooth printers"
+  depends=('cups')
+
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install-cupsPROGRAMS
+}
+
+package_bluez-hid2hci() {
+  pkgdesc="Put HID proxying bluetooth HCI's into HCI mode"
   depends=('systemd')
-  conflicts=('bluez-hcidump')
-  provides=('bluez-hcidump')
-  replaces=('bluez-hcidump' 'bluez<=4.101')
 
-  mv "$srcdir/_utils"/* "$pkgdir"
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} \
+   install-udevPROGRAMS \
+   install-rulesDATA
+  
+  install -dm755 ${pkgdir}/usr/share/man/man1
+  mv ${srcdir}/hid2hci.1 ${pkgdir}/usr/share/man/man1/hid2hci.1
 }



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

2013-11-03 Thread Sébastien Luttringer
Date: Sunday, November 3, 2013 @ 19:13:58
  Author: seblu
Revision: 100414

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

Added:
  
opensc/repos/community-i686/0001-pkcs15-regression-in-e35febe-compute-cert-length.patch
(from rev 100413, 
opensc/trunk/0001-pkcs15-regression-in-e35febe-compute-cert-length.patch)
  opensc/repos/community-i686/0002-epass2003-properly-disable-padding.patch
(from rev 100413, 
opensc/trunk/0002-epass2003-properly-disable-padding.patch)
  opensc/repos/community-i686/PKGBUILD
(from rev 100413, opensc/trunk/PKGBUILD)
  
opensc/repos/community-x86_64/0001-pkcs15-regression-in-e35febe-compute-cert-length.patch
(from rev 100413, 
opensc/trunk/0001-pkcs15-regression-in-e35febe-compute-cert-length.patch)
  opensc/repos/community-x86_64/0002-epass2003-properly-disable-padding.patch
(from rev 100413, 
opensc/trunk/0002-epass2003-properly-disable-padding.patch)
  opensc/repos/community-x86_64/PKGBUILD
(from rev 100413, opensc/trunk/PKGBUILD)
Deleted:
  
opensc/repos/community-i686/0001-pkcs15-regression-in-e35febe-compute-cert-length.patch
  opensc/repos/community-i686/PKGBUILD
  
opensc/repos/community-x86_64/0001-pkcs15-regression-in-e35febe-compute-cert-length.patch
  opensc/repos/community-x86_64/PKGBUILD

--+
 /0001-pkcs15-regression-in-e35febe-compute-cert-length.patch | 
 228 ++
 /PKGBUILD| 
 104 
 community-i686/0001-pkcs15-regression-in-e35febe-compute-cert-length.patch   | 
 114 -
 community-i686/0002-epass2003-properly-disable-padding.patch | 
  39 +
 community-i686/PKGBUILD  | 
  49 --
 community-x86_64/0001-pkcs15-regression-in-e35febe-compute-cert-length.patch | 
 114 -
 community-x86_64/0002-epass2003-properly-disable-padding.patch   | 
  39 +
 community-x86_64/PKGBUILD| 
  49 --
 8 files changed, 410 insertions(+), 326 deletions(-)

Deleted: 
community-i686/0001-pkcs15-regression-in-e35febe-compute-cert-length.patch
===
--- community-i686/0001-pkcs15-regression-in-e35febe-compute-cert-length.patch  
2013-11-03 18:13:16 UTC (rev 100413)
+++ community-i686/0001-pkcs15-regression-in-e35febe-compute-cert-length.patch  
2013-11-03 18:13:58 UTC (rev 100414)
@@ -1,114 +0,0 @@
-From cc5a171ddcc8e49b2252135daac9ad3aa6d66ae7 Mon Sep 17 00:00:00 2001
-From: Viktor Tarasov 
-Date: Tue, 25 Dec 2012 20:05:45 +0100
-Subject: [PATCH] pkcs15: regression in e35febe: compute cert length
-
-parse_x509_cert() reviewed.
-Now certificate's DER data are allocated and the DER data length is determined 
in one place.
-
-https://github.com/OpenSC/OpenSC/pull/114
-https://github.com/OpenSC/OpenSC/commit/e35febe

- src/libopensc/pkcs15-cert.c | 37 +++--
- 1 file changed, 19 insertions(+), 18 deletions(-)
-
-diff --git a/src/libopensc/pkcs15-cert.c b/src/libopensc/pkcs15-cert.c
-index 86bea25..9b08aac 100644
 a/src/libopensc/pkcs15-cert.c
-+++ b/src/libopensc/pkcs15-cert.c
-@@ -34,13 +34,13 @@
- #include "pkcs15.h"
- 
- static int
--parse_x509_cert(sc_context_t *ctx, const u8 *buf, size_t buflen, struct 
sc_pkcs15_cert *cert)
-+parse_x509_cert(sc_context_t *ctx, struct sc_pkcs15_der *der, struct 
sc_pkcs15_cert *cert)
- {
-   int r;
-   struct sc_algorithm_id sig_alg;
--  struct sc_pkcs15_pubkey  * pubkey = NULL;
--  u8 *serial = NULL;
--  size_t serial_len = 0;
-+  struct sc_pkcs15_pubkey *pubkey = NULL;
-+  unsigned char *serial = NULL, *buf =  der->value;
-+  size_t serial_len = 0, data_len = 0, buflen = der->len;
-   struct sc_asn1_entry asn1_version[] = {
-   { "version", SC_ASN1_INTEGER, SC_ASN1_TAG_INTEGER, 0, 
&cert->version, NULL },
-   { NULL, 0, 0, 0, NULL, NULL }
-@@ -87,30 +87,32 @@ parse_x509_cert(sc_context_t *ctx, const u8 *buf, size_t 
buflen, struct sc_pkcs1
-   if (obj == NULL)
-   LOG_TEST_RET(ctx, SC_ERROR_INVALID_ASN1_OBJECT, "X.509 
certificate not found");
- 
--  cert->data.len = objlen + (obj - buf);
-+  data_len = objlen + (obj - buf);
-+  cert->data.value = malloc(data_len);
-+  if (!cert->data.value)
-+  LOG_FUNC_RETURN(ctx, SC_ERROR_OUT_OF_MEMORY);
-+  memcpy(cert->data.value, buf, data_len);
-+  cert->data.len = data_len;
-+
-   r = sc_asn1_decode(ctx, asn1_cert, obj, objlen, NULL, NULL);
-   LOG_TEST_RET(ctx, r, "ASN.1 parsing of certificate failed");
- 
-   cert->version++;
- 
--  if (pubkey) {
--  cert->key = pubkey;
--  pubkey = NULL;
--  }
--  else {
-+  if (!pubkey)
-   LOG_TEST_RET(ctx, SC_ERROR_INVALID_ASN1_OBJECT, "Unable to 
decode subjectPu

[arch-commits] Commit in opensc/trunk (2 files)

2013-11-03 Thread Sébastien Luttringer
Date: Sunday, November 3, 2013 @ 19:13:16
  Author: seblu
Revision: 100413

upgpkg: opensc 0.13.0-4

Added:
  opensc/trunk/0002-epass2003-properly-disable-padding.patch
Modified:
  opensc/trunk/PKGBUILD

---+
 0002-epass2003-properly-disable-padding.patch |   39 
 PKGBUILD  |9 +++--
 2 files changed, 45 insertions(+), 3 deletions(-)

Added: 0002-epass2003-properly-disable-padding.patch
===
--- 0002-epass2003-properly-disable-padding.patch   
(rev 0)
+++ 0002-epass2003-properly-disable-padding.patch   2013-11-03 18:13:16 UTC 
(rev 100413)
@@ -0,0 +1,39 @@
+From b1a4775310a4e30d8fd5c1cc91e60971f922e64a Mon Sep 17 00:00:00 2001
+From: Zbigniew Halas 
+Date: Wed, 27 Feb 2013 23:44:02 +
+Subject: [PATCH] epass2003: properly disable padding
+
+EVP_CIPHER_CTX_set_padding needs to be called after EVP_EncryptInit_ex
+and EVP_DecryptInit_ex, otherwise padding is re-enabled, which in turn
+causes buffer overruns
+---
+ src/libopensc/card-epass2003.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/libopensc/card-epass2003.c b/src/libopensc/card-epass2003.c
+index 80088b9..6f04573 100644
+--- a/src/libopensc/card-epass2003.c
 b/src/libopensc/card-epass2003.c
+@@ -117,8 +117,8 @@
+ 
+   memcpy(iv_tmp, iv, EVP_MAX_IV_LENGTH);
+   EVP_CIPHER_CTX_init(&ctx);
+-  EVP_CIPHER_CTX_set_padding(&ctx, 0);
+   EVP_EncryptInit_ex(&ctx, cipher, NULL, key, iv_tmp);
++  EVP_CIPHER_CTX_set_padding(&ctx, 0);
+ 
+   if (!EVP_EncryptUpdate(&ctx, output, &outl, input, length))
+   goto out;
+@@ -146,8 +146,8 @@
+ 
+   memcpy(iv_tmp, iv, EVP_MAX_IV_LENGTH);
+   EVP_CIPHER_CTX_init(&ctx);
+-  EVP_CIPHER_CTX_set_padding(&ctx, 0);
+   EVP_DecryptInit_ex(&ctx, cipher, NULL, key, iv_tmp);
++  EVP_CIPHER_CTX_set_padding(&ctx, 0);
+ 
+   if (!EVP_DecryptUpdate(&ctx, output, &outl, input, length))
+   goto out;
+-- 
+1.8.4
+

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 17:59:19 UTC (rev 100412)
+++ PKGBUILD2013-11-03 18:13:16 UTC (rev 100413)
@@ -4,7 +4,7 @@
 
 pkgname=opensc
 pkgver=0.13.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Tools and libraries for smart cards'
 arch=('x86_64' 'i686')
 url='https://github.com/OpenSC/OpenSC/wiki'
@@ -14,12 +14,15 @@
 depends=('openssl' 'pcsclite' 'libltdl')
 options=('!emptydirs')
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz";
-'0001-pkcs15-regression-in-e35febe-compute-cert-length.patch')
+'0001-pkcs15-regression-in-e35febe-compute-cert-length.patch'
+'0002-epass2003-properly-disable-padding.patch')
 md5sums=('74a10de6c646bdaae307d6dc9e9accc0'
- '49a0989c169decf6876a3a9631289dbc')
+ '49a0989c169decf6876a3a9631289dbc'
+ '68fe80c8fb6c28c0bcf9d36e3245e4ae')
 
 prepare() {
   patch -p1 -d $pkgname-$pkgver < 
0001-pkcs15-regression-in-e35febe-compute-cert-length.patch
+  patch -p1 -d $pkgname-$pkgver < 0002-epass2003-properly-disable-padding.patch
 }
 
 build() {



[arch-commits] Commit in perl-xml-libxml/repos (8 files)

2013-11-03 Thread Jonathan Steel
Date: Sunday, November 3, 2013 @ 18:59:19
  Author: jsteel
Revision: 100412

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

Added:
  perl-xml-libxml/repos/community-i686/PKGBUILD
(from rev 100411, perl-xml-libxml/trunk/PKGBUILD)
  perl-xml-libxml/repos/community-i686/perl-xml-libxml.install
(from rev 100411, perl-xml-libxml/trunk/perl-xml-libxml.install)
  perl-xml-libxml/repos/community-x86_64/PKGBUILD
(from rev 100411, perl-xml-libxml/trunk/PKGBUILD)
  perl-xml-libxml/repos/community-x86_64/perl-xml-libxml.install
(from rev 100411, perl-xml-libxml/trunk/perl-xml-libxml.install)
Deleted:
  perl-xml-libxml/repos/community-i686/PKGBUILD
  perl-xml-libxml/repos/community-i686/perl-xml-libxml.install
  perl-xml-libxml/repos/community-x86_64/PKGBUILD
  perl-xml-libxml/repos/community-x86_64/perl-xml-libxml.install

--+
 /PKGBUILD|   76 +
 /perl-xml-libxml.install |   30 +++
 community-i686/PKGBUILD  |   36 -
 community-i686/perl-xml-libxml.install   |   15 -
 community-x86_64/PKGBUILD|   36 -
 community-x86_64/perl-xml-libxml.install |   15 -
 6 files changed, 106 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-03 17:58:59 UTC (rev 100411)
+++ community-i686/PKGBUILD 2013-11-03 17:59:19 UTC (rev 100412)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Justin "juster" Davis 
-# Contributor: François Charette 
-
-pkgname=perl-xml-libxml
-pkgver=2.0106
-pkgrel=1
-pkgdesc="Interface to the libxml library"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/XML-LibXML";
-license=('GPL')
-depends=('libxml2' 'perl-xml-sax' 'perl-xml-namespacesupport')
-provides=('perl-libxml' 'perl-xml-libxml-common')
-replaces=('perl-libxml' 'perl-xml-libxml-common')
-conflicts=('perl-libxml' 'perl-xml-libxml-common')
-options=('!emptydirs')
-install=$pkgname.install
-source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
-md5sums=('5da8ecfdedccca81fe0821e9935fe11c')
-
-build() {
-  cd XML-LibXML-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd XML-LibXML-$pkgver
-  make test
-}
-
-package() {
-  cd XML-LibXML-$pkgver
-  make pure_install doc_install DESTDIR="$pkgdir"/
-}

Copied: perl-xml-libxml/repos/community-i686/PKGBUILD (from rev 100411, 
perl-xml-libxml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-03 17:59:19 UTC (rev 100412)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Justin "juster" Davis 
+# Contributor: François Charette 
+
+pkgname=perl-xml-libxml
+pkgver=2.0107
+pkgrel=1
+pkgdesc="Interface to the libxml library"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/XML-LibXML";
+license=('GPL')
+depends=('libxml2' 'perl-xml-sax' 'perl-xml-namespacesupport')
+provides=('perl-libxml' 'perl-xml-libxml-common')
+replaces=('perl-libxml' 'perl-xml-libxml-common')
+options=('!emptydirs')
+install=$pkgname.install
+source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
+md5sums=('4caedd8fb64167e1caf0443f18ec47a2')
+
+build() {
+  cd "$srcdir"/XML-LibXML-$pkgver
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir"/XML-LibXML-$pkgver
+
+  make test
+}
+
+package() {
+  cd "$srcdir"/XML-LibXML-$pkgver
+
+  make pure_install doc_install DESTDIR="$pkgdir"/
+}

Deleted: community-i686/perl-xml-libxml.install
===
--- community-i686/perl-xml-libxml.install  2013-11-03 17:58:59 UTC (rev 
100411)
+++ community-i686/perl-xml-libxml.install  2013-11-03 17:59:19 UTC (rev 
100412)
@@ -1,15 +0,0 @@
-post_install() {
-  echo ":: Installing SAX XML Parsers"
-  /usr/bin/perl -MXML::SAX -e 
"XML::SAX->add_parser(q(XML::LibXML::SAX::Parser))->save_parsers()"
-  /usr/bin/perl -MXML::SAX -e 
"XML::SAX->add_parser(q(XML::LibXML::SAX))->save_parsers()"
-}
-
-post_upgrade() {
-  libxmlcount=`grep -c XML::LibXML::SAX 
/usr/share/perl5/vendor_perl/XML/SAX/ParserDetails.ini`
-  if [[ $libxmlcount == 0 ]]; then
- echo ":: Installing SAX XML Parsers"
- /usr/bin/perl -MXML::SAX -e 
"XML::SAX->add_parser(q(XML::LibXML::SAX::Parser))->save_parsers()"
- /usr/bin/perl -MXML::SAX -e 
"XML::SAX->add_parser(q(XML::LibXML::SAX))->save_parsers()"
-  fi
-}
-

Copied: perl-xml-libxml/repos/community-i686/perl-xml-libxml.install (from rev 
100411, perl-xml-libxml/trunk/perl-xml-libxml.install)
===
--- community-i686/perl-

[arch-commits] Commit in perl-xml-libxml/trunk (PKGBUILD)

2013-11-03 Thread Jonathan Steel
Date: Sunday, November 3, 2013 @ 18:58:59
  Author: jsteel
Revision: 100411

upgpkg: perl-xml-libxml 2.0107-1

Modified:
  perl-xml-libxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 17:49:07 UTC (rev 100410)
+++ PKGBUILD2013-11-03 17:58:59 UTC (rev 100411)
@@ -4,7 +4,7 @@
 # Contributor: François Charette 
 
 pkgname=perl-xml-libxml
-pkgver=2.0106
+pkgver=2.0107
 pkgrel=1
 pkgdesc="Interface to the libxml library"
 arch=('i686' 'x86_64')
@@ -13,24 +13,26 @@
 depends=('libxml2' 'perl-xml-sax' 'perl-xml-namespacesupport')
 provides=('perl-libxml' 'perl-xml-libxml-common')
 replaces=('perl-libxml' 'perl-xml-libxml-common')
-conflicts=('perl-libxml' 'perl-xml-libxml-common')
 options=('!emptydirs')
 install=$pkgname.install
 source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
-md5sums=('5da8ecfdedccca81fe0821e9935fe11c')
+md5sums=('4caedd8fb64167e1caf0443f18ec47a2')
 
 build() {
-  cd XML-LibXML-$pkgver
+  cd "$srcdir"/XML-LibXML-$pkgver
+
   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 
 check() {
-  cd XML-LibXML-$pkgver
+  cd "$srcdir"/XML-LibXML-$pkgver
+
   make test
 }
 
 package() {
-  cd XML-LibXML-$pkgver
+  cd "$srcdir"/XML-LibXML-$pkgver
+
   make pure_install doc_install DESTDIR="$pkgdir"/
 }



[arch-commits] Commit in perl-devel-globaldestruction/trunk (PKGBUILD)

2013-11-03 Thread Jonathan Steel
Date: Sunday, November 3, 2013 @ 18:48:54
  Author: jsteel
Revision: 100409

upgpkg: perl-devel-globaldestruction 0.12-1

Modified:
  perl-devel-globaldestruction/trunk/PKGBUILD

--+
 PKGBUILD |   22 ++
 1 file changed, 10 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 17:44:50 UTC (rev 100408)
+++ PKGBUILD2013-11-03 17:48:54 UTC (rev 100409)
@@ -2,24 +2,24 @@
 # Maintainer: Jonathan Steel 
 # Contributor: Alan Young 
 
-pkgname='perl-devel-globaldestruction'
-_pkgname='Devel-GlobalDestruction'
-pkgver='0.11'
-pkgrel='1'
+pkgname=perl-devel-globaldestruction
+_pkgname=Devel-GlobalDestruction
+pkgver=0.12
+pkgrel=1
 pkgdesc="Expose the flag which marks global"
 arch=('any')
 license=('PerlArtistic' 'GPL')
 options=('!emptydirs')
 depends=('perl' 'perl-sub-exporter' 'perl-sub-exporter-progressive')
-url='http://search.cpan.org/dist/Devel-GlobalDestruction'
+url="http://search.cpan.org/dist/Devel-GlobalDestruction";
 
source=(http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/$_pkgname-$pkgver.tar.gz)
-md5sums=('f2f811fc3e8876aa3fa23d1d16dfb2bd')
+md5sums=('87382bd2f512b0703dd55da6b2b16ec4')
 
 build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor"   \
-  PERL_MB_OPT="--installdirs vendor" \
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""  \
+  PERL_AUTOINSTALL="--skipdeps"   \
+  PERL_MM_OPT="INSTALLDIRS=vendor"\
+  PERL_MB_OPT="--installdirs vendor"  \
   MODULEBUILDRC=/dev/null
 
 cd "$srcdir"/$_pkgname-$pkgver
@@ -41,6 +41,4 @@
   cd "$srcdir"/$_pkgname-$pkgver
 
   make DESTDIR="$pkgdir"/ install
-
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
 }



[arch-commits] Commit in perl-devel-globaldestruction/repos/community-any (2 files)

2013-11-03 Thread Jonathan Steel
Date: Sunday, November 3, 2013 @ 18:49:07
  Author: jsteel
Revision: 100410

archrelease: copy trunk to community-any

Added:
  perl-devel-globaldestruction/repos/community-any/PKGBUILD
(from rev 100409, perl-devel-globaldestruction/trunk/PKGBUILD)
Deleted:
  perl-devel-globaldestruction/repos/community-any/PKGBUILD

--+
 PKGBUILD |   91 +
 1 file changed, 44 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-03 17:48:54 UTC (rev 100409)
+++ PKGBUILD2013-11-03 17:49:07 UTC (rev 100410)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: jsteel 
-# Contributor: Alan Young 
-
-pkgname='perl-devel-globaldestruction'
-pkgver='0.11'
-pkgrel='1'
-pkgdesc="Expose the flag which marks global"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl>=5.6.0' 'perl-sub-exporter' 
'perl-sub-exporter-progressive>=0.001002')
-url='http://search.cpan.org/dist/Devel-GlobalDestruction'
-source=(http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Devel-GlobalDestruction-$pkgver.tar.gz)
-md5sums=('f2f811fc3e8876aa3fa23d1d16dfb2bd')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
-  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-  MODULEBUILDRC=/dev/null
-
-cd "$srcdir"/Devel-GlobalDestruction-$pkgver
-
-/usr/bin/perl Makefile.PL
-
-make
-  )
-}
-
-check() {
-  cd "$srcdir"/Devel-GlobalDestruction-$pkgver
-
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-  )
-}
-
-package() {
-  cd "$srcdir"/Devel-GlobalDestruction-$pkgver
-
-  make install
-
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-devel-globaldestruction/repos/community-any/PKGBUILD (from rev 
100409, perl-devel-globaldestruction/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-03 17:49:07 UTC (rev 100410)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Alan Young 
+
+pkgname=perl-devel-globaldestruction
+_pkgname=Devel-GlobalDestruction
+pkgver=0.12
+pkgrel=1
+pkgdesc="Expose the flag which marks global"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl' 'perl-sub-exporter' 'perl-sub-exporter-progressive')
+url="http://search.cpan.org/dist/Devel-GlobalDestruction";
+source=(http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/$_pkgname-$pkgver.tar.gz)
+md5sums=('87382bd2f512b0703dd55da6b2b16ec4')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""  \
+  PERL_AUTOINSTALL="--skipdeps"   \
+  PERL_MM_OPT="INSTALLDIRS=vendor"\
+  PERL_MB_OPT="--installdirs vendor"  \
+  MODULEBUILDRC=/dev/null
+
+cd "$srcdir"/$_pkgname-$pkgver
+
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$srcdir"/$_pkgname-$pkgver
+
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "$srcdir"/$_pkgname-$pkgver
+
+  make DESTDIR="$pkgdir"/ install
+}



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

2013-11-03 Thread Sébastien Luttringer
Date: Sunday, November 3, 2013 @ 18:44:50
  Author: seblu
Revision: 100408

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

Added:
  lz4/repos/community-i686/PKGBUILD
(from rev 100407, lz4/trunk/PKGBUILD)
  lz4/repos/community-x86_64/PKGBUILD
(from rev 100407, lz4/trunk/PKGBUILD)
Deleted:
  lz4/repos/community-i686/PKGBUILD
  lz4/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   62 
 community-i686/PKGBUILD   |   31 --
 community-x86_64/PKGBUILD |   31 --
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-03 17:44:39 UTC (rev 100407)
+++ community-i686/PKGBUILD 2013-11-03 17:44:50 UTC (rev 100408)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-# Contacted by mail, author use svn commit as release version.
-# He only push tested release code into svn and support using revision as 
version
-
-pkgname=lz4
-pkgver=107
-pkgrel=1
-pkgdesc='Very fast lossless compression algorithm'
-arch=('i686' 'x86_64')
-url='https://code.google.com/p/lz4/'
-license=('BSD' 'GPL2')
-makedepends=('svn')
-depends=('glibc')
-source=("$pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver";)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make lz4 lz4c
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 lz4 "$pkgdir/usr/bin/lz4"
-  install -Dm755 lz4c "$pkgdir/usr/bin/lz4c"
-  install -Dm644 cmake/pack/release_COPYING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lz4/repos/community-i686/PKGBUILD (from rev 100407, lz4/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-03 17:44:50 UTC (rev 100408)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+# Contacted by mail, author use svn commit as release version.
+# He only push tested release code into svn and support using revision as 
version
+
+pkgname=lz4
+pkgver=108
+pkgrel=1
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://code.google.com/p/lz4/'
+license=('BSD' 'GPL2')
+makedepends=('svn')
+depends=('glibc')
+source=("$pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver";)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make lz4 lz4c
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 lz4 "$pkgdir/usr/bin/lz4"
+  install -Dm755 lz4c "$pkgdir/usr/bin/lz4c"
+  install -Dm644 cmake/pack/release_COPYING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-03 17:44:39 UTC (rev 100407)
+++ community-x86_64/PKGBUILD   2013-11-03 17:44:50 UTC (rev 100408)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-# Contacted by mail, author use svn commit as release version.
-# He only push tested release code into svn and support using revision as 
version
-
-pkgname=lz4
-pkgver=107
-pkgrel=1
-pkgdesc='Very fast lossless compression algorithm'
-arch=('i686' 'x86_64')
-url='https://code.google.com/p/lz4/'
-license=('BSD' 'GPL2')
-makedepends=('svn')
-depends=('glibc')
-source=("$pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver";)
-md5sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make lz4 lz4c
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 lz4 "$pkgdir/usr/bin/lz4"
-  install -Dm755 lz4c "$pkgdir/usr/bin/lz4c"
-  install -Dm644 cmake/pack/release_COPYING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lz4/repos/community-x86_64/PKGBUILD (from rev 100407, 
lz4/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-03 17:44:50 UTC (rev 100408)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+# Contacted by mail, author use svn commit as release version.
+# He only push tested release code into svn and support using revision as 
version
+
+pkgname=lz4
+pkgver=108
+pkgrel=1
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://code.google.com/p/lz4/'
+license=('BSD' 'GPL2')
+makedepends=('svn')
+depends=('glibc')
+source=("$pkgname::svn+http://lz4.googlecode.com/svn/trunk/#revision=$pkgver";)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make lz4 lz4c
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 lz4 "$pkgdir/usr/bin/lz4"
+  install -Dm755 lz4c "$pkgdir/usr/bin/lz4c"
+  install -Dm644 cmake/pack/release_COPYING.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-11-03 Thread Sébastien Luttringer
Date: Sunday, November 3, 2013 @ 18:44:39
  Author: seblu
Revision: 100407

upgpkg: lz4 108-1

Modified:
  lz4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 17:43:01 UTC (rev 100406)
+++ PKGBUILD2013-11-03 17:44:39 UTC (rev 100407)
@@ -5,7 +5,7 @@
 # He only push tested release code into svn and support using revision as 
version
 
 pkgname=lz4
-pkgver=107
+pkgver=108
 pkgrel=1
 pkgdesc='Very fast lossless compression algorithm'
 arch=('i686' 'x86_64')



[arch-commits] Commit in perl-mixin-linewise/trunk (PKGBUILD)

2013-11-03 Thread Sébastien Luttringer
Date: Sunday, November 3, 2013 @ 18:42:52
  Author: seblu
Revision: 100405

upgpkg: perl-mixin-linewise 0.102-1

Modified:
  perl-mixin-linewise/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 17:35:51 UTC (rev 100404)
+++ PKGBUILD2013-11-03 17:42:52 UTC (rev 100405)
@@ -2,16 +2,16 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=perl-mixin-linewise
-pkgver=0.004
+pkgver=0.102
 pkgrel=1
 pkgdesc='Perl Mixin::Linewise module - write your linewise code for handles'
 arch=('any')
-url='http://search.cpan.org/~rjbs/Mixin-Linewise-0.003/'
+url='http://search.cpan.org/~rjbs/Mixin-Linewise/'
 license=('GPL' 'PerlArtistic')
 depends=('perl-io-string' 'perl-sub-exporter')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Mixin-Linewise-$pkgver.tar.gz";)
-md5sums=('bd79936157ed8930e74b9fcfb223525f')
+md5sums=('f441e865d53720acc9367ecf1328134d')
 
 build() {
   cd Mixin-Linewise-$pkgver



[arch-commits] Commit in perl-mixin-linewise/repos/community-any (PKGBUILD PKGBUILD)

2013-11-03 Thread Sébastien Luttringer
Date: Sunday, November 3, 2013 @ 18:43:01
  Author: seblu
Revision: 100406

archrelease: copy trunk to community-any

Added:
  perl-mixin-linewise/repos/community-any/PKGBUILD
(from rev 100405, perl-mixin-linewise/trunk/PKGBUILD)
Deleted:
  perl-mixin-linewise/repos/community-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-03 17:42:52 UTC (rev 100405)
+++ PKGBUILD2013-11-03 17:43:01 UTC (rev 100406)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=perl-mixin-linewise
-pkgver=0.004
-pkgrel=1
-pkgdesc='Perl Mixin::Linewise module - write your linewise code for handles'
-arch=('any')
-url='http://search.cpan.org/~rjbs/Mixin-Linewise-0.003/'
-license=('GPL' 'PerlArtistic')
-depends=('perl-io-string' 'perl-sub-exporter')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Mixin-Linewise-$pkgver.tar.gz";)
-md5sums=('bd79936157ed8930e74b9fcfb223525f')
-
-build() {
-  cd Mixin-Linewise-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Mixin-Linewise-$pkgver
-  make test
-}
-
-package() {
-  cd Mixin-Linewise-$pkgver
-  make install DESTDIR="$pkgdir/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-mixin-linewise/repos/community-any/PKGBUILD (from rev 100405, 
perl-mixin-linewise/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-03 17:43:01 UTC (rev 100406)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=perl-mixin-linewise
+pkgver=0.102
+pkgrel=1
+pkgdesc='Perl Mixin::Linewise module - write your linewise code for handles'
+arch=('any')
+url='http://search.cpan.org/~rjbs/Mixin-Linewise/'
+license=('GPL' 'PerlArtistic')
+depends=('perl-io-string' 'perl-sub-exporter')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Mixin-Linewise-$pkgver.tar.gz";)
+md5sums=('f441e865d53720acc9367ecf1328134d')
+
+build() {
+  cd Mixin-Linewise-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Mixin-Linewise-$pkgver
+  make test
+}
+
+package() {
+  cd Mixin-Linewise-$pkgver
+  make install DESTDIR="$pkgdir/"
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in perl-sub-exporter-progressive/repos/community-any (2 files)

2013-11-03 Thread Jonathan Steel
Date: Sunday, November 3, 2013 @ 18:35:51
  Author: jsteel
Revision: 100404

archrelease: copy trunk to community-any

Added:
  perl-sub-exporter-progressive/repos/community-any/PKGBUILD
(from rev 100403, perl-sub-exporter-progressive/trunk/PKGBUILD)
Deleted:
  perl-sub-exporter-progressive/repos/community-any/PKGBUILD

--+
 PKGBUILD |  114 +++--
 1 file changed, 43 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-03 17:35:32 UTC (rev 100403)
+++ PKGBUILD2013-11-03 17:35:51 UTC (rev 100404)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: jsteel 
-# Contributor: Alan Young 
-
-pkgname='perl-sub-exporter-progressive'
-_pkgname='Sub-Exporter-Progressive'
-pkgver='0.001010'
-pkgrel='1'
-pkgdesc='Only use Sub::Exporter if you need it'
-arch=('any')
-url='http://search.cpan.org/dist/Sub-Exporter-Progressive'
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/F/FR/FREW/$_pkgname-$pkgver.tar.gz";)
-md5sums=('0350d9e12549112ae1f618cbff3ecbd9')
-
-build() {
-  export MODULEBUILDRC=/dev/null \
- PERL5LIB="" \
- PERL_AUTOINSTALL=--skipdeps \
- PERL_MB_OPT="--installdirs vendor --destdir \"$pkgdir\"" \
- PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR=\"$pkgdir\"" \
- PERL_MM_USE_DEFAULT=1
-
-  cd "$srcdir"/$_pkgname-$pkgver
-
-  if [[ -e ./Build.PL ]]; then
-/usr/bin/perl Build.PL
-./Build
-  elif [[ -e ./Makefile.PL ]]; then
-/usr/bin/perl Makefile.PL
-make
-  fi
-}
-
-check() {
-  export MODULEBUILDRC=/dev/null \
- PERL5LIB="" \
- PERL_AUTOINSTALL=--skipdeps \
- PERL_MB_OPT="--installdirs vendor --destdir \"$pkgdir\"" \
- PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR=\"$pkgdir\"" \
- PERL_MM_USE_DEFAULT=1
-
-  cd "$srcdir"/$_pkgname-$pkgver
-
-  if [[ -e ./Build.PL ]]; then
-./Build test
-  elif [[ -e ./Makefile.PL ]]; then
-make test
-  fi
-}
-
-package() {
-  export MODULEBUILDRC=/dev/null \
- PERL5LIB="" \
- PERL_AUTOINSTALL=--skipdeps \
- PERL_MB_OPT="--installdirs vendor --destdir \"$pkgdir\"" \
- PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR=\"$pkgdir\"" \
- PERL_MM_USE_DEFAULT=1
-
-  cd "$srcdir"/$_pkgname-$pkgver
-
-  if [[ -e ./Build.PL ]]; then
-./Build install
-  elif [[ -e ./Makefile.PL ]]; then
-make install
-  fi
-
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-sub-exporter-progressive/repos/community-any/PKGBUILD (from rev 
100403, perl-sub-exporter-progressive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-03 17:35:51 UTC (rev 100404)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Alan Young 
+
+pkgname=perl-sub-exporter-progressive
+_pkgname=Sub-Exporter-Progressive
+pkgver=0.001011
+pkgrel=1
+pkgdesc="Only use Sub::Exporter if you need it"
+arch=('any')
+url="http://search.cpan.org/dist/Sub-Exporter-Progressive";
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/F/FR/FREW/$_pkgname-$pkgver.tar.gz)
+md5sums=('bb50b3ba1538902b197c04818a84230a')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""  \
+  PERL_AUTOINSTALL="--skipdeps"   \
+  PERL_MM_OPT="INSTALLDIRS=vendor"\
+  PERL_MB_OPT="--installdirs vendor"  \
+  MODULEBUILDRC=/dev/null
+
+cd "$srcdir"/$_pkgname-$pkgver
+
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$srcdir"/$_pkgname-$pkgver
+
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "$srcdir"/$_pkgname-$pkgver
+
+  make DESTDIR="$pkgdir"/ install
+}



[arch-commits] Commit in perl-sub-exporter-progressive/trunk (PKGBUILD)

2013-11-03 Thread Jonathan Steel
Date: Sunday, November 3, 2013 @ 18:35:32
  Author: jsteel
Revision: 100403

upgpkg: perl-sub-exporter-progressive 0.001011-1

Modified:
  perl-sub-exporter-progressive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 16:42:13 UTC (rev 100402)
+++ PKGBUILD2013-11-03 17:35:32 UTC (rev 100403)
@@ -2,23 +2,23 @@
 # Maintainer: Jonathan Steel 
 # Contributor: Alan Young 
 
-pkgname='perl-sub-exporter-progressive'
-_pkgname='Sub-Exporter-Progressive'
-pkgver='0.001010'
-pkgrel='1'
-pkgdesc='Only use Sub::Exporter if you need it'
+pkgname=perl-sub-exporter-progressive
+_pkgname=Sub-Exporter-Progressive
+pkgver=0.001011
+pkgrel=1
+pkgdesc="Only use Sub::Exporter if you need it"
 arch=('any')
-url='http://search.cpan.org/dist/Sub-Exporter-Progressive'
+url="http://search.cpan.org/dist/Sub-Exporter-Progressive";
 license=('PerlArtistic' 'GPL')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/F/FR/FREW/$_pkgname-$pkgver.tar.gz)
-md5sums=('0350d9e12549112ae1f618cbff3ecbd9')
+md5sums=('bb50b3ba1538902b197c04818a84230a')
 
 build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor"   \
-  PERL_MB_OPT="--installdirs vendor" \
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""  \
+  PERL_AUTOINSTALL="--skipdeps"   \
+  PERL_MM_OPT="INSTALLDIRS=vendor"\
+  PERL_MB_OPT="--installdirs vendor"  \
   MODULEBUILDRC=/dev/null
 
 cd "$srcdir"/$_pkgname-$pkgver
@@ -40,6 +40,4 @@
   cd "$srcdir"/$_pkgname-$pkgver
 
   make DESTDIR="$pkgdir"/ install
-
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
 }



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

2013-11-03 Thread Laurent Carlier
Date: Sunday, November 3, 2013 @ 17:42:13
  Author: lcarlier
Revision: 100402

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-elfutils/repos/multilib-testing-x86_64/
  lib32-elfutils/repos/multilib-testing-x86_64/PKGBUILD
(from rev 100401, lib32-elfutils/trunk/PKGBUILD)
  lib32-elfutils/repos/multilib-testing-x86_64/git-fixes.patch
(from rev 100401, lib32-elfutils/trunk/git-fixes.patch)

-+
 PKGBUILD|   41 +
 git-fixes.patch |   75 ++
 2 files changed, 116 insertions(+)

Copied: lib32-elfutils/repos/multilib-testing-x86_64/PKGBUILD (from rev 100401, 
lib32-elfutils/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2013-11-03 16:42:13 UTC (rev 100402)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Andrej Gelenberg 
+
+_pkgbasename=elfutils
+pkgname=lib32-elfutils
+pkgver=0.157
+pkgrel=1
+pkgdesc="Collection of libraries for working with ELF object files and DWARF 
debugging information (32-bit)"
+arch=('x86_64')
+url="https://fedorahosted.org/elfutils/";
+license=('LGPL3' 'GPL' 'GPL3')
+depends=('lib32-bzip2' 'lib32-zlib' 'elfutils')
+makedepends=('gcc-multilib')
+source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2)
+sha1sums=('5e3767206c7f1b3bcfe33bce99fe09686ef165d2')
+
+build() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+   
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  CFLAGS+=" -g"  # required for test-suite success
+  
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+check() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make check
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/{bin,include,share}
+}

Copied: lib32-elfutils/repos/multilib-testing-x86_64/git-fixes.patch (from rev 
100401, lib32-elfutils/trunk/git-fixes.patch)
===
--- multilib-testing-x86_64/git-fixes.patch (rev 0)
+++ multilib-testing-x86_64/git-fixes.patch 2013-11-03 16:42:13 UTC (rev 
100402)
@@ -0,0 +1,75 @@
+From 57bd66cabf6e6b9ecf622cdbf350804897a8df58 Mon Sep 17 00:00:00 2001
+From: Roland McGrath 
+Date: Tue, 11 Dec 2012 17:42:07 +
+Subject: nm: Fix size passed to snprintf for invalid sh_name case.
+
+Signed-off-by: Roland McGrath 
+---
+(limited to 'src/nm.c')
+
+diff --git a/src/nm.c b/src/nm.c
+index f50da0b..8a1c57a 100644
+--- a/src/nm.c
 b/src/nm.c
+@@ -769,8 +769,9 @@ show_symbols_sysv (Ebl *ebl, GElf_Word strndx, const char 
*fullname,
+  gelf_getshdr (scn, &shdr_mem)->sh_name);
+   if (unlikely (name == NULL))
+   {
+-name = alloca (sizeof "[invalid sh_name 0x12345678]");
+-snprintf (name, sizeof name, "[invalid sh_name %#" PRIx32 "]",
++  const size_t bufsz = sizeof "[invalid sh_name 0x12345678]"
++name = alloca (bufsz);
++snprintf (name, bufsz, "[invalid sh_name %#" PRIx32 "]",
+   gelf_getshdr (scn, &shdr_mem)->sh_name);
+   }
+   scnnames[elf_ndxscn (scn)] = name;
+--
+cgit v0.9.1
+From 7df3d2cd70932cd70515dbeb75e4db66fd27f192 Mon Sep 17 00:00:00 2001
+From: Mark Wielaard 
+Date: Tue, 11 Dec 2012 21:27:05 +
+Subject: Add missing semicolon in show_symbols_sysv
+
+Signed-off-by: Mark Wielaard 
+---
+(limited to 'src/nm.c')
+
+diff --git a/src/nm.c b/src/nm.c
+index 8a1c57a..7aae84b 100644
+--- a/src/nm.c
 b/src/nm.c
+@@ -769,7 +769,7 @@ show_symbols_sysv (Ebl *ebl, GElf_Word strndx, const char 
*fullname,
+  gelf_getshdr (scn, &shdr_mem)->sh_name);
+   if (unlikely (name == NULL))
+   {
+-  const size_t bufsz = sizeof "[invalid sh_name 0x12345678]"
++const size_t bufsz = sizeof "[invalid sh_name 0x12345678]";
+ name = alloca (bufsz);
+ snprintf (name, bufsz, "[invalid sh_name %#" PRIx32 "]",
+   gelf_getshdr (scn, &shdr_mem)->sh_name);
+--
+cgit v0.9.1
+From 1a4d0668d18bf1090c5c08cdb5cb3ba2b8eb5410 Mon Sep 17 00:00:00 2001
+From: David Abdurachmanov 
+Date: Sun, 13 Jan 2013 15:44:21 +
+Subject: ar.c (do_oper_delete): Fix num passed to memset.
+
+Signed-off-by: David Abdurachmanov 
+---
+(limited to 'src/ar.c')
+
+diff --git a/src/ar.c b/src/ar.c
+index 03da1b7..2d6ad60 100644
+--- a/src/ar.c
 b/src/ar.c
+@@ -919,7 +919,7 @@ do_oper_delete (const char *arfname, char **argv, int argc,
+   long int instance)
+ {
+   bool *found = alloca (sizeof (bool) * argc);
+-  memset (found, '\0', sizeof (found));
++  memset (found, '\0', sizeof (bool) * argc);
+ 
+   /* List of the files we keep.  */
+   struct armem *to_copy = NUL

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

2013-11-03 Thread Laurent Carlier
Date: Sunday, November 3, 2013 @ 17:42:06
  Author: lcarlier
Revision: 100401

upgpkg: lib32-elfutils 0.157-1

Sync with testing

Modified:
  lib32-elfutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 14:43:21 UTC (rev 100400)
+++ PKGBUILD2013-11-03 16:42:06 UTC (rev 100401)
@@ -4,7 +4,7 @@
 
 _pkgbasename=elfutils
 pkgname=lib32-elfutils
-pkgver=0.156
+pkgver=0.157
 pkgrel=1
 pkgdesc="Collection of libraries for working with ELF object files and DWARF 
debugging information (32-bit)"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('lib32-bzip2' 'lib32-zlib' 'elfutils')
 makedepends=('gcc-multilib')
 
source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2)
-sha1sums=('48b30828eb0fb47787e45d80db05c05bbe0eaa76')
+sha1sums=('5e3767206c7f1b3bcfe33bce99fe09686ef165d2')
 
 build() {
   cd ${srcdir}/${_pkgbasename}-${pkgver}



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

2013-11-03 Thread Laurent Carlier
Date: Sunday, November 3, 2013 @ 17:39:02
  Author: lcarlier
Revision: 198763

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

Added:
  elfutils/repos/testing-i686/
  elfutils/repos/testing-i686/PKGBUILD
(from rev 198762, elfutils/trunk/PKGBUILD)
  elfutils/repos/testing-x86_64/
  elfutils/repos/testing-x86_64/PKGBUILD
(from rev 198762, elfutils/trunk/PKGBUILD)

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

Copied: elfutils/repos/testing-i686/PKGBUILD (from rev 198762, 
elfutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-11-03 16:39:02 UTC (rev 198763)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Andrej Gelenberg 
+
+pkgname=elfutils
+pkgver=0.157
+pkgrel=1
+pkgdesc="Libraries and utilities to handle ELF object files and DWARF 
debugging information"
+arch=('i686' 'x86_64')
+url="https://fedorahosted.org/elfutils/";
+license=('LGPL3' 'GPL' 'GPL3')
+depends=('gcc-libs' 'zlib' 'bzip2' 'xz')
+provides=('libelf')
+replaces=('libelf')
+conflicts=('libelf')
+source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
+options=('staticlibs')
+sha1sums=('5e3767206c7f1b3bcfe33bce99fe09686ef165d2'
+  'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  CFLAGS+=" -g"  # required for test-suite success
+  ./configure --prefix=/usr --program-prefix="eu-"
+
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  
+  rm "${pkgdir}"/usr/lib/lib{asm,dw,elf}.a
+}

Copied: elfutils/repos/testing-x86_64/PKGBUILD (from rev 198762, 
elfutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-11-03 16:39:02 UTC (rev 198763)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Andrej Gelenberg 
+
+pkgname=elfutils
+pkgver=0.157
+pkgrel=1
+pkgdesc="Libraries and utilities to handle ELF object files and DWARF 
debugging information"
+arch=('i686' 'x86_64')
+url="https://fedorahosted.org/elfutils/";
+license=('LGPL3' 'GPL' 'GPL3')
+depends=('gcc-libs' 'zlib' 'bzip2' 'xz')
+provides=('libelf')
+replaces=('libelf')
+conflicts=('libelf')
+source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
+options=('staticlibs')
+sha1sums=('5e3767206c7f1b3bcfe33bce99fe09686ef165d2'
+  'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  CFLAGS+=" -g"  # required for test-suite success
+  ./configure --prefix=/usr --program-prefix="eu-"
+
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  
+  rm "${pkgdir}"/usr/lib/lib{asm,dw,elf}.a
+}



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

2013-11-03 Thread Laurent Carlier
Date: Sunday, November 3, 2013 @ 17:38:50
  Author: lcarlier
Revision: 198762

upgpkg: elfutils 0.157-1

upstream release 0.157

Modified:
  elfutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 13:49:41 UTC (rev 198761)
+++ PKGBUILD2013-11-03 16:38:50 UTC (rev 198762)
@@ -3,8 +3,8 @@
 # Contributor: Andrej Gelenberg 
 
 pkgname=elfutils
-pkgver=0.156
-pkgrel=2
+pkgver=0.157
+pkgrel=1
 pkgdesc="Libraries and utilities to handle ELF object files and DWARF 
debugging information"
 arch=('i686' 'x86_64')
 url="https://fedorahosted.org/elfutils/";
@@ -15,7 +15,7 @@
 conflicts=('libelf')
 
source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
 options=('staticlibs')
-sha1sums=('48b30828eb0fb47787e45d80db05c05bbe0eaa76'
+sha1sums=('5e3767206c7f1b3bcfe33bce99fe09686ef165d2'
   'SKIP')
 
 build() {



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

2013-11-03 Thread Михаил Страшун
Date: Sunday, November 3, 2013 @ 15:43:21
  Author: dicebot
Revision: 100400

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

Added:
  gdc/repos/community-i686/PKGBUILD
(from rev 100399, gdc/trunk/PKGBUILD)
  gdc/repos/community-i686/folders.diff
(from rev 100399, gdc/trunk/folders.diff)
  gdc/repos/community-x86_64/PKGBUILD
(from rev 100399, gdc/trunk/PKGBUILD)
  gdc/repos/community-x86_64/folders.diff
(from rev 100399, gdc/trunk/folders.diff)
Deleted:
  gdc/repos/community-i686/PKGBUILD
  gdc/repos/community-i686/folders.diff
  gdc/repos/community-x86_64/PKGBUILD
  gdc/repos/community-x86_64/folders.diff

---+
 /PKGBUILD |  198 
 /folders.diff |   66 +
 community-i686/PKGBUILD   |   98 ---
 community-i686/folders.diff   |   33 --
 community-x86_64/PKGBUILD |   98 ---
 community-x86_64/folders.diff |   33 --
 6 files changed, 264 insertions(+), 262 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-03 14:43:04 UTC (rev 100399)
+++ community-i686/PKGBUILD 2013-11-03 14:43:21 UTC (rev 100400)
@@ -1,98 +0,0 @@
-# Maintainer: Mihails Strasuns 
-# Contributor: Moritz Maxeiner 
-# Contributor: Jerome Berger 
-# Contributor: Jesus Alvarez 
-
-pkgname=('gdc' 'libgphobos-devel')
-pkgver=4.8.1
-pkgrel=6
-arch=('i686' 'x86_64')
-url="https://github.com/D-Programming-GDC/GDC";
-license=('GPL')
-makedepends=('binutils>=2.23' 'git' 'gcc' 'make' 'perl' 'cloog' 'automake')
-options=('!emptydirs' '!buildflags')
-_snapshot=4.8-20130725
-source=(ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz2
-gdc::git://github.com/D-Programming-GDC/GDC.git#branch=gdc-4.8
-folders.diff)
-sha256sums=('e4e2202b15f8ba323f88c65de0e4190b0630a4b2e70b0653526b31e946877ead'
-'SKIP'
-'88a1f1315633e9dde18637ff5239898abd94dca9a39fdb211a66555dd84c2fec')
-
-groups=('dlang' 'dlang-gdc')
-conflicts=('gdc1-bin' 'gdc1-hg' 'gdc-git')
-
-prepare()
-{
-cd $srcdir/gcc-$_snapshot
-
-# Do not run fixincludes
-sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
-
-echo $pkgver > gcc/BASE-VER
-
-# hack! - some configure tests for header files using "$CPP $CPPFLAGS"
-sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" {libiberty,gcc}/configure
-
-cd $srcdir/gdc
-git apply $srcdir/folders.diff # fix gdc_include_path
-./setup-gcc.sh ../gcc-$_snapshot
-
-mkdir $srcdir/gcc-build
-}
-
-
-build()
-{
-cd ${srcdir}/gcc-build
-
-${srcdir}/gcc-$_snapshot/configure --prefix=/usr \
---libdir=/usr/lib --libexecdir=/usr/lib \
---mandir=/usr/share/man --infodir=/usr/share/info \
---with-bugurl=https://bugs.archlinux.org/ \
---enable-languages=d \
---enable-shared --enable-threads=posix \
---with-system-zlib --enable-__cxa_atexit \
---disable-libunwind-exceptions --enable-clocale=gnu \
---disable-libstdcxx-pch \
---enable-gnu-unique-object --enable-linker-build-id \
---enable-cloog-backend=isl --disable-cloog-version-check \
---enable-lto --enable-gold --enable-ld=default \
---enable-plugin --with-plugin-ld=ld.gold \
---with-linker-hash-style=gnu --disable-install-libiberty \
---disable-multilib --disable-libssp --disable-werror \
---disable-nls --disable-bootstrap \
---disable-libgomp --disable-libmudflap --disable-libquadmath
-
-make 
-}
-
-package_gdc()
-{
-depends=('gcc' 'binutils')
-optdepends=('libgphobos-devel: D standard library, GDC version')
-provides=("d-compiler")
-pkgdesc="Compiler for D programming language wich uses gcc backend"
- 
-install -D -m755 $srcdir/gcc-build/gcc/gdc $pkgdir/usr/bin/gdc
-install -D -m755 $srcdir/gcc-build/gcc/cc1d 
$pkgdir/usr/lib/gcc/$CHOST/4.8.1/cc1d
-}
-
-package_libgphobos-devel()
-{
-pkgdesc="Standard library for D programming language, GDC port"
-provides=("d-runtime" "d-stdlib")
-depends=('gdc')
-
-# druntime
-install -D $srcdir/gdc/libphobos/libdruntime/object.di 
$pkgdir/usr/include/dlang/gdc/$pkgver/object.di
-cp -r $srcdir/gdc/libphobos/libdruntime/core 
$pkgdir/usr/include/dlang/gdc/$pkgver/core
-cp -r $srcdir/gdc/libphobos/libdruntime/gcc 
$pkgdir/usr/include/dlang/gdc/$pkgver/gcc
-
-# phobos
-cp $srcdir/gdc/libphobos/src/crc32.d 
${pkgdir}/usr/include/dlang/gdc/$pkgver/crc32.d
-cp -r $srcdir/gdc/libphobos/src/std 
${pkgdir}/usr/include/dlang/gdc/$pkgver/std
-cp -r $srcdir/gdc/libphobos/src/etc 
${pkgdir}/usr/include/dlang/gdc/$pkgver/etc
-
-install -D -m644 $srcdir/gcc-build/$CHOST/libphobos/src/libgphobos2.a 
$pkgdir/usr/lib/libgphobos2.a
-}

Copied: gdc/repos/community-i686/PKGBUILD (from rev 100399, gdc/trunk/PKGBUILD)
===

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

2013-11-03 Thread Михаил Страшун
Date: Sunday, November 3, 2013 @ 15:43:04
  Author: dicebot
Revision: 100399

upgpkg: gdc 4.8.2-1

gdc -> 4.8.2

Modified:
  gdc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 12:30:25 UTC (rev 100398)
+++ PKGBUILD2013-11-03 14:43:04 UTC (rev 100399)
@@ -4,8 +4,8 @@
 # Contributor: Jesus Alvarez 
 
 pkgname=('gdc' 'libgphobos-devel')
-pkgver=4.8.1
-pkgrel=6
+pkgver=4.8.2
+pkgrel=1
 arch=('i686' 'x86_64')
 url="https://github.com/D-Programming-GDC/GDC";
 license=('GPL')
@@ -75,7 +75,7 @@
 pkgdesc="Compiler for D programming language wich uses gcc backend"
  
 install -D -m755 $srcdir/gcc-build/gcc/gdc $pkgdir/usr/bin/gdc
-install -D -m755 $srcdir/gcc-build/gcc/cc1d 
$pkgdir/usr/lib/gcc/$CHOST/4.8.1/cc1d
+install -D -m755 $srcdir/gcc-build/gcc/cc1d 
$pkgdir/usr/lib/gcc/$CHOST/$pkgver/cc1d
 }
 
 package_libgphobos-devel()
@@ -82,6 +82,7 @@
 {
 pkgdesc="Standard library for D programming language, GDC port"
 provides=("d-runtime" "d-stdlib")
+options=("staticlibs")
 depends=('gdc')
 
 # druntime



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

2013-11-03 Thread Felix Yan
Date: Sunday, November 3, 2013 @ 13:29:00
  Author: fyan
Revision: 100396

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

Added:
  wiznote/repos/community-i686/PKGBUILD
(from rev 100395, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-i686/wiznote.install
(from rev 100395, wiznote/trunk/wiznote.install)
  wiznote/repos/community-x86_64/PKGBUILD
(from rev 100395, wiznote/trunk/PKGBUILD)
  wiznote/repos/community-x86_64/wiznote.install
(from rev 100395, wiznote/trunk/wiznote.install)
Deleted:
  wiznote/repos/community-i686/PKGBUILD
  wiznote/repos/community-i686/wiznote.install
  wiznote/repos/community-x86_64/PKGBUILD
  wiznote/repos/community-x86_64/wiznote.install

--+
 /PKGBUILD|   56 +
 /wiznote.install |   24 +++
 community-i686/PKGBUILD  |   28 --
 community-i686/wiznote.install   |   12 ---
 community-x86_64/PKGBUILD|   28 --
 community-x86_64/wiznote.install |   12 ---
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-03 12:27:53 UTC (rev 100395)
+++ community-i686/PKGBUILD 2013-11-03 12:29:00 UTC (rev 100396)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.0.59
-pkgrel=1
-pkgdesc="Opensource cross-platform cloud based note-taking client"
-arch=('i686' 'x86_64')
-url="http://www.wiznote.com";
-license=('GPL3' 'custom')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit') # indirect: qt5-declarative qt5-sensors zlib glic gcc-libs
-makedepends=('cmake' 'qt5-tools' 'git')
-install=wiznote.install
-_wiznote_project_name="WizQTClient"
-source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#tag=v$pkgver";)
-md5sums=('SKIP')
-
-build() {
-cd $_wiznote_project_name
-cmake -DWIZNOTE_USE_QT5=YES -DCMAKE_INSTALL_PREFIX=/usr/ .
-   make
-}
-
-package() {
-   cd $_wiznote_project_name
-   make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 100395, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-03 12:29:00 UTC (rev 100396)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.0.62
+pkgrel=1
+pkgdesc="Opensource cross-platform cloud based note-taking client"
+arch=('i686' 'x86_64')
+url="http://www.wiznote.com";
+license=('GPL3' 'custom')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit') # indirect: qt5-declarative qt5-sensors zlib glic gcc-libs
+makedepends=('cmake' 'qt5-tools' 'git')
+install=wiznote.install
+_wiznote_project_name="WizQTClient"
+source=("git+https://github.com/WizTeam/${_wiznote_project_name}.git#tag=v$pkgver";)
+md5sums=('SKIP')
+
+build() {
+cd $_wiznote_project_name
+cmake -DWIZNOTE_USE_QT5=YES -DCMAKE_INSTALL_PREFIX=/usr/ .
+   make
+}
+
+package() {
+   cd $_wiznote_project_name
+   make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/wiznote.install
===
--- community-i686/wiznote.install  2013-11-03 12:27:53 UTC (rev 100395)
+++ community-i686/wiznote.install  2013-11-03 12:29:00 UTC (rev 100396)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &>/dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: wiznote/repos/community-i686/wiznote.install (from rev 100395, 
wiznote/trunk/wiznote.install)
===
--- community-i686/wiznote.install  (rev 0)
+++ community-i686/wiznote.install  2013-11-03 12:29:00 UTC (rev 100396)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-03 12:27:53 UTC (rev 100395)
+++ community-x86_64/PKGBUILD   2013-11-03 12:29:00 UTC (rev 100396)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.0.59
-pkgrel=1
-pkgdesc="Opensource cross-platform cloud based note-taking client"
-arch=('i686' 'x86_64')
-url="http://www.wiznote.com";
-license=('GPL3' 'custom')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'qt5-base' 
'qt5-webkit') # ind

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

2013-11-03 Thread Felix Yan
Date: Sunday, November 3, 2013 @ 13:27:53
  Author: fyan
Revision: 100395

upgpkg: wiznote 2.0.62-1

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 12:25:13 UTC (rev 100394)
+++ PKGBUILD2013-11-03 12:27:53 UTC (rev 100395)
@@ -3,7 +3,7 @@
 # Contributor: Albert.Zhou 
 
 pkgname=wiznote
-pkgver=2.0.59
+pkgver=2.0.62
 pkgrel=1
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')



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

2013-11-03 Thread Felix Yan
Date: Sunday, November 3, 2013 @ 13:25:13
  Author: fyan
Revision: 100394

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

Added:
  fcitx-m17n/repos/community-i686/PKGBUILD
(from rev 100393, fcitx-m17n/trunk/PKGBUILD)
  fcitx-m17n/repos/community-x86_64/PKGBUILD
(from rev 100393, fcitx-m17n/trunk/PKGBUILD)
Deleted:
  fcitx-m17n/repos/community-i686/PKGBUILD
  fcitx-m17n/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   54 
 community-i686/PKGBUILD   |   29 ---
 community-x86_64/PKGBUILD |   29 ---
 3 files changed, 54 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-03 12:23:59 UTC (rev 100393)
+++ community-i686/PKGBUILD 2013-11-03 12:25:13 UTC (rev 100394)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=fcitx-m17n
-pkgver=0.2.1
-pkgrel=1
-pkgdesc="Fcitx Wrapper for m17n."
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx";
-license=('GPL')
-depends=('fcitx>=4.2.7' 'm17n-lib')
-makedepends=('cmake')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz";)
-
-build() {
-cd "$srcdir/${pkgname}-${pkgver}"
-mkdir -p build
-cd build
-
-cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-make
-}
-
-package() {
-cd "$srcdir/${pkgname}-${pkgver}/build"
-make DESTDIR="${pkgdir}" install
-}
-
-sha512sums=('b2becf6f20de32191690a5541956dc0a607443bd593fbfb61d1663dcc1f854df6b146c17ed73afbdff4006c12f001707de87adc706b3e1d45608bbf2bc045bce')

Copied: fcitx-m17n/repos/community-i686/PKGBUILD (from rev 100393, 
fcitx-m17n/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-03 12:25:13 UTC (rev 100394)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=fcitx-m17n
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="Fcitx Wrapper for m17n."
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx";
+license=('GPL')
+depends=('fcitx>=4.2.7' 'm17n-lib')
+makedepends=('cmake')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz";)
+
+build() {
+cd ${pkgname}-${pkgver}
+
+cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}
+
+sha512sums=('f0a708a351956c3972ae7d91050e274438c5631c785e829f746629f9cf2cb4c0bfe7dcb5f4e8bcda62e7761081526a484afb533a86b1c8b5c7d063f6ecbc502a')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-03 12:23:59 UTC (rev 100393)
+++ community-x86_64/PKGBUILD   2013-11-03 12:25:13 UTC (rev 100394)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=fcitx-m17n
-pkgver=0.2.1
-pkgrel=1
-pkgdesc="Fcitx Wrapper for m17n."
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fcitx";
-license=('GPL')
-depends=('fcitx>=4.2.7' 'm17n-lib')
-makedepends=('cmake')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz";)
-
-build() {
-cd "$srcdir/${pkgname}-${pkgver}"
-mkdir -p build
-cd build
-
-cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-make
-}
-
-package() {
-cd "$srcdir/${pkgname}-${pkgver}/build"
-make DESTDIR="${pkgdir}" install
-}
-
-sha512sums=('b2becf6f20de32191690a5541956dc0a607443bd593fbfb61d1663dcc1f854df6b146c17ed73afbdff4006c12f001707de87adc706b3e1d45608bbf2bc045bce')

Copied: fcitx-m17n/repos/community-x86_64/PKGBUILD (from rev 100393, 
fcitx-m17n/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-03 12:25:13 UTC (rev 100394)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=fcitx-m17n
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="Fcitx Wrapper for m17n."
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fcitx";
+license=('GPL')
+depends=('fcitx>=4.2.7' 'm17n-lib')
+makedepends=('cmake')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz";)
+
+build() {
+cd ${pkgname}-${pkgver}
+
+cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}
+
+sha512sums=('f0a708a351956c3972ae7d91050e274438c5631c785e829f746629f9cf2cb4c0bfe7dcb5f4e8bcda62e7761081526a484afb533a86b1c8b5c7d063f6ecbc502a')



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

2013-11-03 Thread Felix Yan
Date: Sunday, November 3, 2013 @ 13:23:59
  Author: fyan
Revision: 100393

upgpkg: fcitx-m17n 0.2.2-1

Modified:
  fcitx-m17n/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 11:48:16 UTC (rev 100392)
+++ PKGBUILD2013-11-03 12:23:59 UTC (rev 100393)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=fcitx-m17n
-pkgver=0.2.1
+pkgver=0.2.2
 pkgrel=1
 pkgdesc="Fcitx Wrapper for m17n."
 arch=('i686' 'x86_64')
@@ -13,17 +13,15 @@
 source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz";)
 
 build() {
-cd "$srcdir/${pkgname}-${pkgver}"
-mkdir -p build
-cd build
+cd ${pkgname}-${pkgver}
 
-cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
 make
 }
 
 package() {
-cd "$srcdir/${pkgname}-${pkgver}/build"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }
 
-sha512sums=('b2becf6f20de32191690a5541956dc0a607443bd593fbfb61d1663dcc1f854df6b146c17ed73afbdff4006c12f001707de87adc706b3e1d45608bbf2bc045bce')
+sha512sums=('f0a708a351956c3972ae7d91050e274438c5631c785e829f746629f9cf2cb4c0bfe7dcb5f4e8bcda62e7761081526a484afb533a86b1c8b5c7d063f6ecbc502a')



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

2013-11-03 Thread Ronald van Haren
Date: Sunday, November 3, 2013 @ 12:27:36
  Author: ronald
Revision: 198758

upgpkg: lapack 3.4.2-2

add lapack cbindings

Modified:
  lapack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 10:27:39 UTC (rev 198757)
+++ PKGBUILD2013-11-03 11:27:36 UTC (rev 198758)
@@ -7,7 +7,7 @@
 pkgbase=lapack
 pkgname=('lapack' 'blas')
 pkgver=3.4.2
-pkgrel=1
+pkgrel=2
 url="http://www.netlib.org/lapack";
 pkgdesc="Linear Algebra PACKage"
 makedepends=('gcc-fortran' 'cmake')
@@ -29,7 +29,8 @@
 -DCMAKE_SKIP_RPATH=ON \
 -DBUILD_SHARED_LIBS=ON \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_Fortran_COMPILER=gfortran
+-DCMAKE_Fortran_COMPILER=gfortran \
+-DLAPACKE=ON
   make
 }
 
@@ -36,16 +37,17 @@
 package_lapack() {
   depends=("blas=${pkgver}")
 
-  install -m755 -d ${pkgdir}/usr/{lib,bin}
+  install -m755 -d ${pkgdir}/usr/{lib,bin,include}
   
-  for libname in liblapack libtmglib; do
+  for libname in liblapack libtmglib liblapacke; do
 install -m755 "${srcdir}/build/lib/${libname}.so" \
   "${pkgdir}/usr/lib/"
-ln -sf liblapack.so "${pkgdir}/usr/lib/${libname}.so.${pkgver}"
-ln -sf liblapack.so "${pkgdir}/usr/lib/${libname}.so.3"
+ln -sf ${libname}.so "${pkgdir}/usr/lib/${libname}.so.${pkgver}"
+ln -sf ${libname}.so "${pkgdir}/usr/lib/${libname}.so.3"
   done
   
   install -m755 ${srcdir}/build/bin/* ${pkgdir}/usr/bin
+  install -m644 ${srcdir}/build/include/* ${pkgdir}/usr/include
   install -m755 -d "${pkgdir}/usr/share/licenses/lapack"
   install -m644 "${srcdir}/${pkgname}-${pkgver}/LICENSE" \
 "${pkgdir}/usr/share/licenses/lapack/"



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

2013-11-03 Thread Ronald van Haren
Date: Sunday, November 3, 2013 @ 12:28:03
  Author: ronald
Revision: 198759

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

Added:
  lapack/repos/extra-i686/LICENSE.blas
(from rev 198758, lapack/trunk/LICENSE.blas)
  lapack/repos/extra-i686/PKGBUILD
(from rev 198758, lapack/trunk/PKGBUILD)
  lapack/repos/extra-i686/lapack-3.1.1-make.inc.patch
(from rev 198758, lapack/trunk/lapack-3.1.1-make.inc.patch)
  lapack/repos/extra-x86_64/LICENSE.blas
(from rev 198758, lapack/trunk/LICENSE.blas)
  lapack/repos/extra-x86_64/PKGBUILD
(from rev 198758, lapack/trunk/PKGBUILD)
  lapack/repos/extra-x86_64/lapack-3.1.1-make.inc.patch
(from rev 198758, lapack/trunk/lapack-3.1.1-make.inc.patch)
Deleted:
  lapack/repos/extra-i686/LICENSE.blas
  lapack/repos/extra-i686/PKGBUILD
  lapack/repos/extra-i686/lapack-3.1.1-make.inc.patch
  lapack/repos/extra-x86_64/LICENSE.blas
  lapack/repos/extra-x86_64/PKGBUILD
  lapack/repos/extra-x86_64/lapack-3.1.1-make.inc.patch

--+
 /LICENSE.blas|   38 
 /PKGBUILD|  136 +
 /lapack-3.1.1-make.inc.patch |   46 +
 extra-i686/LICENSE.blas  |   19 
 extra-i686/PKGBUILD  |   66 --
 extra-i686/lapack-3.1.1-make.inc.patch   |   23 
 extra-x86_64/LICENSE.blas|   19 
 extra-x86_64/PKGBUILD|   66 --
 extra-x86_64/lapack-3.1.1-make.inc.patch |   23 
 9 files changed, 220 insertions(+), 216 deletions(-)

Deleted: extra-i686/LICENSE.blas
===
--- extra-i686/LICENSE.blas 2013-11-03 11:27:36 UTC (rev 198758)
+++ extra-i686/LICENSE.blas 2013-11-03 11:28:03 UTC (rev 198759)
@@ -1,19 +0,0 @@
-From: http://www.netlib.org/blas/faq.html
-
- 2) Are there legal restrictions on the use of BLAS reference
-implementation software? 
-
-The reference BLAS is a freely-available software package. It is
-available from netlib via anonymous ftp and the World Wide Web. Thus,
-it can be included in commercial software packages (and has been). We
-only ask that proper credit be given to the authors. 
-
-Like all software, it is copyrighted. It is not trademarked, but we do
-ask the following: 
-
-If you modify the source for these routines we ask that you change the
-name of the routine and comment the changes made to the original. 
-
-We will gladly answer any questions regarding the software. If a
-modification is done, however, it is the responsibility of the person
-who modified the routine to provide support. 

Copied: lapack/repos/extra-i686/LICENSE.blas (from rev 198758, 
lapack/trunk/LICENSE.blas)
===
--- extra-i686/LICENSE.blas (rev 0)
+++ extra-i686/LICENSE.blas 2013-11-03 11:28:03 UTC (rev 198759)
@@ -0,0 +1,19 @@
+From: http://www.netlib.org/blas/faq.html
+
+ 2) Are there legal restrictions on the use of BLAS reference
+implementation software? 
+
+The reference BLAS is a freely-available software package. It is
+available from netlib via anonymous ftp and the World Wide Web. Thus,
+it can be included in commercial software packages (and has been). We
+only ask that proper credit be given to the authors. 
+
+Like all software, it is copyrighted. It is not trademarked, but we do
+ask the following: 
+
+If you modify the source for these routines we ask that you change the
+name of the routine and comment the changes made to the original. 
+
+We will gladly answer any questions regarding the software. If a
+modification is done, however, it is the responsibility of the person
+who modified the routine to provide support. 

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-03 11:27:36 UTC (rev 198758)
+++ extra-i686/PKGBUILD 2013-11-03 11:28:03 UTC (rev 198759)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Jan de Groot 
-# Contributor: damir 
-# Contributor: Jason Taylor 
-
-pkgbase=lapack
-pkgname=('lapack' 'blas')
-pkgver=3.4.2
-pkgrel=1
-url="http://www.netlib.org/lapack";
-pkgdesc="Linear Algebra PACKage"
-makedepends=('gcc-fortran' 'cmake')
-depends=('gcc-libs')
-arch=('i686' 'x86_64')
-license=("custom")
-source=(http://www.netlib.org/${pkgbase}/${pkgbase}-${pkgver}.tgz
-LICENSE.blas)
-sha1sums=('93a6e4e6639aaf00571d53a580ddc415416e868b'
-  '2491a151a37f0162b25fc4e4e9a8ac444b574a76')
-
-build() {
-  cd "${srcdir}"
-
-  install -d build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DBUILD_SHARED_LIBS=ON \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_Fortran_COMPILER=gfortran
-  make
-}
-
-package_lapack() {
-  depends=("blas=${pkgver}")
-
-  install -m7

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

2013-11-03 Thread Maxime Gauduin
Date: Sunday, November 3, 2013 @ 12:24:10
  Author: alucryd
Revision: 100390

upgpkg: ruby-iconv 1.0.3-6

Modified:
  ruby-iconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 11:23:17 UTC (rev 100389)
+++ PKGBUILD2013-11-03 11:24:10 UTC (rev 100390)
@@ -3,7 +3,7 @@
 
 pkgname=ruby-iconv
 pkgver=1.0.3
-pkgrel=5
+pkgrel=6
 pkgdesc="Wrapper library for iconv"
 arch=('i686' 'x86_64')
 url="https://github.com/nurse/iconv";
@@ -29,7 +29,6 @@
 # Native extension
   install -dm 755 "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/$CARCH-linux
   mv 
"${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/{iconv,$CARCH-linux}/iconv.so
-  ln -s ../$CARCH-linux/iconv.so 
"${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/iconv/
 
 # Gem compatibility
   mv ../../specifications "${pkgdir}"/usr/lib/ruby/gems/${_rubyver}/



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

2013-11-03 Thread Maxime Gauduin
Date: Sunday, November 3, 2013 @ 12:24:29
  Author: alucryd
Revision: 100391

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

Added:
  ruby-iconv/repos/community-i686/PKGBUILD
(from rev 100390, ruby-iconv/trunk/PKGBUILD)
  ruby-iconv/repos/community-x86_64/PKGBUILD
(from rev 100390, ruby-iconv/trunk/PKGBUILD)
Deleted:
  ruby-iconv/repos/community-i686/PKGBUILD
  ruby-iconv/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   82 
 community-i686/PKGBUILD   |   42 --
 community-x86_64/PKGBUILD |   42 --
 3 files changed, 82 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-03 11:24:10 UTC (rev 100390)
+++ community-i686/PKGBUILD 2013-11-03 11:24:29 UTC (rev 100391)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=ruby-iconv
-pkgver=1.0.3
-pkgrel=5
-pkgdesc="Wrapper library for iconv"
-arch=('i686' 'x86_64')
-url="https://github.com/nurse/iconv";
-license=('BSD')
-depends=('ruby')
-source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
-noextract=("${pkgname#*-}-${pkgver}.gem")
-sha256sums=('94a9b62a56c96226b62b787cd45fdc48c03f4517f1e36e64db113b010fb012da')
-
-prepare() {
-  gem install --no-{document,user-install} --ignore-dependencies -i . 
${pkgname#*-}-${pkgver}.gem
-  sed "s|iconv/iconv.so|$CARCH-linux/iconv.so|" -i 
gems/${pkgname#*-}-${pkgver}/lib/iconv.rb
-}
-
-package() {
-  cd gems/${pkgname#*-}-${pkgver}
-
-  local _rubyver="$(ruby --version | sed 's/.* \(.*\..*\..*\)p.*/\1/')"
-
-  install -dm 755 "${pkgdir}"/usr/lib/ruby/{gems/${_rubyver},vendor_ruby}
-  mv lib "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}
-
-# Native extension
-  install -dm 755 "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/$CARCH-linux
-  mv 
"${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/{iconv,$CARCH-linux}/iconv.so
-  ln -s ../$CARCH-linux/iconv.so 
"${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/iconv/
-
-# Gem compatibility
-  mv ../../specifications "${pkgdir}"/usr/lib/ruby/gems/${_rubyver}/
-
-# License
-  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m 644 {,"${pkgdir}"/usr/share/licenses/${pkgname}/}BSDL
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-iconv/repos/community-i686/PKGBUILD (from rev 100390, 
ruby-iconv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-03 11:24:29 UTC (rev 100391)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ruby-iconv
+pkgver=1.0.3
+pkgrel=6
+pkgdesc="Wrapper library for iconv"
+arch=('i686' 'x86_64')
+url="https://github.com/nurse/iconv";
+license=('BSD')
+depends=('ruby')
+source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
+noextract=("${pkgname#*-}-${pkgver}.gem")
+sha256sums=('94a9b62a56c96226b62b787cd45fdc48c03f4517f1e36e64db113b010fb012da')
+
+prepare() {
+  gem install --no-{document,user-install} --ignore-dependencies -i . 
${pkgname#*-}-${pkgver}.gem
+  sed "s|iconv/iconv.so|$CARCH-linux/iconv.so|" -i 
gems/${pkgname#*-}-${pkgver}/lib/iconv.rb
+}
+
+package() {
+  cd gems/${pkgname#*-}-${pkgver}
+
+  local _rubyver="$(ruby --version | sed 's/.* \(.*\..*\..*\)p.*/\1/')"
+
+  install -dm 755 "${pkgdir}"/usr/lib/ruby/{gems/${_rubyver},vendor_ruby}
+  mv lib "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}
+
+# Native extension
+  install -dm 755 "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/$CARCH-linux
+  mv 
"${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/{iconv,$CARCH-linux}/iconv.so
+
+# Gem compatibility
+  mv ../../specifications "${pkgdir}"/usr/lib/ruby/gems/${_rubyver}/
+
+# License
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m 644 {,"${pkgdir}"/usr/share/licenses/${pkgname}/}BSDL
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-03 11:24:10 UTC (rev 100390)
+++ community-x86_64/PKGBUILD   2013-11-03 11:24:29 UTC (rev 100391)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=ruby-iconv
-pkgver=1.0.3
-pkgrel=5
-pkgdesc="Wrapper library for iconv"
-arch=('i686' 'x86_64')
-url="https://github.com/nurse/iconv";
-license=('BSD')
-depends=('ruby')
-source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
-noextract=("${pkgname#*-}-${pkgver}.gem")
-sha256sums=('94a9b62a56c96226b62b787cd45fdc48c03f4517f1e36e64db113b010fb012da')
-
-prepare() {
-  gem install --no-{document,user-install} --ignore-dependencies -i . 
${pkgname#*-}-${pkgver}.gem
-  sed "s|iconv/iconv.so|$CARCH-linux/iconv.so|" -i 
gems/${pkgname#*-}-${pkgver}/lib/iconv.rb
-}
-
-package() {
-  cd gems/${pkgname#*-}-${pkgver}
-
-  local _

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

2013-11-03 Thread Maxime Gauduin
Date: Sunday, November 3, 2013 @ 12:23:00
  Author: alucryd
Revision: 100388

FS#37613: ruby-iconv 1.0.3-5

Modified:
  ruby-iconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 11:15:18 UTC (rev 100387)
+++ PKGBUILD2013-11-03 11:23:00 UTC (rev 100388)
@@ -3,7 +3,7 @@
 
 pkgname=ruby-iconv
 pkgver=1.0.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Wrapper library for iconv"
 arch=('i686' 'x86_64')
 url="https://github.com/nurse/iconv";
@@ -15,6 +15,7 @@
 
 prepare() {
   gem install --no-{document,user-install} --ignore-dependencies -i . 
${pkgname#*-}-${pkgver}.gem
+  sed "s|iconv/iconv.so|$CARCH-linux/iconv.so|" -i 
gems/${pkgname#*-}-${pkgver}/lib/iconv.rb
 }
 
 package() {
@@ -28,6 +29,7 @@
 # Native extension
   install -dm 755 "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/$CARCH-linux
   mv 
"${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/{iconv,$CARCH-linux}/iconv.so
+  ln -s ../$CARCH-linux/iconv.so 
"${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/iconv/
 
 # Gem compatibility
   mv ../../specifications "${pkgdir}"/usr/lib/ruby/gems/${_rubyver}/



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

2013-11-03 Thread Maxime Gauduin
Date: Sunday, November 3, 2013 @ 12:23:17
  Author: alucryd
Revision: 100389

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

Added:
  ruby-iconv/repos/community-i686/PKGBUILD
(from rev 100388, ruby-iconv/trunk/PKGBUILD)
  ruby-iconv/repos/community-x86_64/PKGBUILD
(from rev 100388, ruby-iconv/trunk/PKGBUILD)
Deleted:
  ruby-iconv/repos/community-i686/PKGBUILD
  ruby-iconv/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 community-i686/PKGBUILD   |   40 
 community-x86_64/PKGBUILD |   40 
 3 files changed, 84 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-03 11:23:00 UTC (rev 100388)
+++ community-i686/PKGBUILD 2013-11-03 11:23:17 UTC (rev 100389)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=ruby-iconv
-pkgver=1.0.3
-pkgrel=4
-pkgdesc="Wrapper library for iconv"
-arch=('i686' 'x86_64')
-url="https://github.com/nurse/iconv";
-license=('BSD')
-depends=('ruby')
-source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
-noextract=("${pkgname#*-}-${pkgver}.gem")
-sha256sums=('94a9b62a56c96226b62b787cd45fdc48c03f4517f1e36e64db113b010fb012da')
-
-prepare() {
-  gem install --no-{document,user-install} --ignore-dependencies -i . 
${pkgname#*-}-${pkgver}.gem
-}
-
-package() {
-  cd gems/${pkgname#*-}-${pkgver}
-
-  local _rubyver="$(ruby --version | sed 's/.* \(.*\..*\..*\)p.*/\1/')"
-
-  install -dm 755 "${pkgdir}"/usr/lib/ruby/{gems/${_rubyver},vendor_ruby}
-  mv lib "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}
-
-# Native extension
-  install -dm 755 "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/$CARCH-linux
-  mv 
"${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/{iconv,$CARCH-linux}/iconv.so
-
-# Gem compatibility
-  mv ../../specifications "${pkgdir}"/usr/lib/ruby/gems/${_rubyver}/
-
-# License
-  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m 644 {,"${pkgdir}"/usr/share/licenses/${pkgname}/}BSDL
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-iconv/repos/community-i686/PKGBUILD (from rev 100388, 
ruby-iconv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-03 11:23:17 UTC (rev 100389)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=ruby-iconv
+pkgver=1.0.3
+pkgrel=5
+pkgdesc="Wrapper library for iconv"
+arch=('i686' 'x86_64')
+url="https://github.com/nurse/iconv";
+license=('BSD')
+depends=('ruby')
+source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
+noextract=("${pkgname#*-}-${pkgver}.gem")
+sha256sums=('94a9b62a56c96226b62b787cd45fdc48c03f4517f1e36e64db113b010fb012da')
+
+prepare() {
+  gem install --no-{document,user-install} --ignore-dependencies -i . 
${pkgname#*-}-${pkgver}.gem
+  sed "s|iconv/iconv.so|$CARCH-linux/iconv.so|" -i 
gems/${pkgname#*-}-${pkgver}/lib/iconv.rb
+}
+
+package() {
+  cd gems/${pkgname#*-}-${pkgver}
+
+  local _rubyver="$(ruby --version | sed 's/.* \(.*\..*\..*\)p.*/\1/')"
+
+  install -dm 755 "${pkgdir}"/usr/lib/ruby/{gems/${_rubyver},vendor_ruby}
+  mv lib "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}
+
+# Native extension
+  install -dm 755 "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/$CARCH-linux
+  mv 
"${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/{iconv,$CARCH-linux}/iconv.so
+  ln -s ../$CARCH-linux/iconv.so 
"${pkgdir}"/usr/lib/ruby/vendor_ruby/${_rubyver}/iconv/
+
+# Gem compatibility
+  mv ../../specifications "${pkgdir}"/usr/lib/ruby/gems/${_rubyver}/
+
+# License
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -m 644 {,"${pkgdir}"/usr/share/licenses/${pkgname}/}BSDL
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-03 11:23:00 UTC (rev 100388)
+++ community-x86_64/PKGBUILD   2013-11-03 11:23:17 UTC (rev 100389)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-
-pkgname=ruby-iconv
-pkgver=1.0.3
-pkgrel=4
-pkgdesc="Wrapper library for iconv"
-arch=('i686' 'x86_64')
-url="https://github.com/nurse/iconv";
-license=('BSD')
-depends=('ruby')
-source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem";)
-noextract=("${pkgname#*-}-${pkgver}.gem")
-sha256sums=('94a9b62a56c96226b62b787cd45fdc48c03f4517f1e36e64db113b010fb012da')
-
-prepare() {
-  gem install --no-{document,user-install} --ignore-dependencies -i . 
${pkgname#*-}-${pkgver}.gem
-}
-
-package() {
-  cd gems/${pkgname#*-}-${pkgver}
-
-  local _rubyver="$(ruby --version | sed 's/.* \(.*\..*\..*\)p.*/\1/')"
-
-  install -dm 755 "${pkgdir}"/usr/lib/ruby/{gems/${_rubyver},vendor_ruby}
-  mv lib "${pkgdir}"/usr/lib/ruby/vendor_ruby/${_ruby

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

2013-11-03 Thread Bartłomiej Piotrowski
Date: Sunday, November 3, 2013 @ 12:15:05
  Author: bpiotrowski
Revision: 100386

upgpkg: mpv 0.2.2-1

- new upstream release

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 10:00:41 UTC (rev 100385)
+++ PKGBUILD2013-11-03 11:15:05 UTC (rev 100386)
@@ -3,8 +3,8 @@
 # Contributor: Eivind Uggedal 
 
 pkgname=mpv
-pkgver=0.2.1
-pkgrel=4
+pkgver=0.2.2
+pkgrel=1
 pkgdesc='Video player based on MPlayer/mplayer2'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -17,8 +17,8 @@
 makedepends=('mesa' 'python-docutils')
 options=(!emptydirs)
 install=mpv.install
-source=("https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz";)
-md5sums=('4e7c8823354f97753f0cbe17c61ec211')
+source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('632d1ee368fe7355563047bbdcd7b08a')
 
 build() {
   unset CFLAGS
@@ -51,6 +51,4 @@
 "$pkgdir"/usr/share/doc/mpv/examples
   install -m644 DOCS/{encoding.rst,tech-overview.txt} \
 "$pkgdir"/usr/share/doc/mpv
-
-  #install -Dm644 etc/mpv.desktop "$pkgdir"/usr/share/applications/mpv.desktop
 }



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

2013-11-03 Thread Bartłomiej Piotrowski
Date: Sunday, November 3, 2013 @ 12:15:18
  Author: bpiotrowski
Revision: 100387

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

Added:
  mpv/repos/community-i686/PKGBUILD
(from rev 100386, mpv/trunk/PKGBUILD)
  mpv/repos/community-i686/mpv.install
(from rev 100386, mpv/trunk/mpv.install)
  mpv/repos/community-x86_64/PKGBUILD
(from rev 100386, mpv/trunk/PKGBUILD)
  mpv/repos/community-x86_64/mpv.install
(from rev 100386, mpv/trunk/mpv.install)
Deleted:
  mpv/repos/community-i686/PKGBUILD
  mpv/repos/community-i686/mpv.install
  mpv/repos/community-x86_64/PKGBUILD
  mpv/repos/community-x86_64/mpv.install

--+
 /PKGBUILD|  108 +
 /mpv.install |   24 +
 community-i686/PKGBUILD  |   56 -
 community-i686/mpv.install   |   12 
 community-x86_64/PKGBUILD|   56 -
 community-x86_64/mpv.install |   12 
 6 files changed, 132 insertions(+), 136 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-03 11:15:05 UTC (rev 100386)
+++ community-i686/PKGBUILD 2013-11-03 11:15:18 UTC (rev 100387)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Eivind Uggedal 
-
-pkgname=mpv
-pkgver=0.2.1
-pkgrel=4
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
- 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 
'libxinerama'
- 'libquvi' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
- 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua51'
-)
-makedepends=('mesa' 'python-docutils')
-options=(!emptydirs)
-install=mpv.install
-source=("https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz";)
-md5sums=('4e7c8823354f97753f0cbe17c61ec211')
-
-build() {
-  unset CFLAGS
-  unset LDFLAGS
-
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---confdir=/etc/mpv \
---disable-lircc \
---disable-joystick \
---disable-radio \
---disable-radio-capture \
---disable-radio-v4l2 \
---disable-rpath \
---disable-libbs2b \
---disable-direct3d \
---disable-corevideo \
---disable-cocoa \
---disable-coreaudio
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/doc/mpv/examples
-  install -m644 etc/{input,example,encoding-example-profiles}.conf \
-"$pkgdir"/usr/share/doc/mpv/examples
-  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
-"$pkgdir"/usr/share/doc/mpv
-
-  #install -Dm644 etc/mpv.desktop "$pkgdir"/usr/share/applications/mpv.desktop
-}

Copied: mpv/repos/community-i686/PKGBUILD (from rev 100386, mpv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-03 11:15:18 UTC (rev 100387)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Eivind Uggedal 
+
+pkgname=mpv
+pkgver=0.2.2
+pkgrel=1
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+ 'portaudio' 'ffmpeg' 'lcms2' 'libdvdread' 'libcdio-paranoia' 
'libxinerama'
+ 'libquvi' 'mpg123' 'libxv' 'libxkbcommon' 'libva' 'lirc-utils'
+ 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua51'
+)
+makedepends=('mesa' 'python-docutils')
+options=(!emptydirs)
+install=mpv.install
+source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('632d1ee368fe7355563047bbdcd7b08a')
+
+build() {
+  unset CFLAGS
+  unset LDFLAGS
+
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--confdir=/etc/mpv \
+--disable-lircc \
+--disable-joystick \
+--disable-radio \
+--disable-radio-capture \
+--disable-radio-v4l2 \
+--disable-rpath \
+--disable-libbs2b \
+--disable-direct3d \
+--disable-corevideo \
+--disable-cocoa \
+--disable-coreaudio
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/doc/mpv/examples
+  install -m644 etc/{input,example,encoding-example-profiles}.conf \
+"$pkgdir"/usr/share/doc/mpv/examples
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+"$pkgdir"/usr/share/doc/mpv
+}

Deleted: community-i686/mpv.install
===
--- community-i686/mpv.install  2013-11-03 11:15:05 UTC (rev 100386)
+++ community-i686/mpv.install  2013-11-03 11:15:18 UTC (rev 100387)
@@ -1,12 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-pos

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

2013-11-03 Thread Giovanni Scafora
Date: Sunday, November 3, 2013 @ 11:27:32
  Author: giovanni
Revision: 198756

upgpkg: mercurial 2.8-1

upstream release

Modified:
  mercurial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 09:14:05 UTC (rev 198755)
+++ PKGBUILD2013-11-03 10:27:32 UTC (rev 198756)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=mercurial
-pkgver=2.7.2
+pkgver=2.8
 pkgrel=1
 pkgdesc="A scalable distributed SCM tool"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/mercurial/hgrc')
 source=("http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz";
 'mercurial.profile')
-md5sums=('ec00ddc6aadfea1e11b23650cb741d53'
+md5sums=('76b565f48000e9f331356ab107a5bcbb'
  '43e1d36564d4c7fbe9a091d3ea370a44')
 
 package() {



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

2013-11-03 Thread Giovanni Scafora
Date: Sunday, November 3, 2013 @ 11:27:39
  Author: giovanni
Revision: 198757

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

Added:
  mercurial/repos/extra-i686/PKGBUILD
(from rev 198756, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-i686/mercurial.profile
(from rev 198756, mercurial/trunk/mercurial.profile)
  mercurial/repos/extra-x86_64/PKGBUILD
(from rev 198756, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-x86_64/mercurial.profile
(from rev 198756, mercurial/trunk/mercurial.profile)
Deleted:
  mercurial/repos/extra-i686/PKGBUILD
  mercurial/repos/extra-i686/mercurial.profile
  mercurial/repos/extra-x86_64/PKGBUILD
  mercurial/repos/extra-x86_64/mercurial.profile

+
 /PKGBUILD  |   94 +++
 /mercurial.profile |2 
 extra-i686/PKGBUILD|   47 ---
 extra-i686/mercurial.profile   |1 
 extra-x86_64/PKGBUILD  |   47 ---
 extra-x86_64/mercurial.profile |1 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-03 10:27:32 UTC (rev 198756)
+++ extra-i686/PKGBUILD 2013-11-03 10:27:39 UTC (rev 198757)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=mercurial
-pkgver=2.7.2
-pkgrel=1
-pkgdesc="A scalable distributed SCM tool"
-arch=('i686' 'x86_64')
-url="http://mercurial.selenic.com/";
-license=('GPL')
-depends=('python2')
-optdepends=('tk: for the hgk GUI')
-backup=('etc/mercurial/hgrc')
-source=("http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz";
-'mercurial.profile')
-md5sums=('ec00ddc6aadfea1e11b23650cb741d53'
- '43e1d36564d4c7fbe9a091d3ea370a44')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-  sed -i -e 's#env python#env python2#' \
-"${pkgdir}"/usr/lib/python2.7/site-packages/mercurial/lsprof.py
-
-  install -d ${pkgdir}/usr/share/man/{man1,man5}
-  install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1"
-  install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5"
-  install -m755 contrib/hgk "${pkgdir}/usr/bin"
-  install -m644 -D contrib/zsh_completion 
"${pkgdir}/usr/share/zsh/site-functions/_hg"
-  install -m644 -D contrib/bash_completion 
"${pkgdir}/usr/share/bash-completion/completions/hg"
-  install -d "${pkgdir}/usr/share/emacs/site-lisp"
-  install -m644 contrib/{mq.el,mercurial.el} 
"${pkgdir}/usr/share/emacs/site-lisp"
-
-  vimpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -Dm644 contrib/vim/HGAnnotate.vim "${vimpath}/syntax/HGAnnotate.vim"
-
-  # set some variables
-  install -m755 -d ${pkgdir}/etc/profile.d
-  install -m755 ${srcdir}/mercurial.profile 
"${pkgdir}/etc/profile.d/mercurial.sh"
-
-  # install configuration file
-  install -m755 -d ${pkgdir}/etc/mercurial
-  install -m644 contrib/sample.hgrc "${pkgdir}/etc/mercurial/hgrc"
-}

Copied: mercurial/repos/extra-i686/PKGBUILD (from rev 198756, 
mercurial/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-03 10:27:39 UTC (rev 198757)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=mercurial
+pkgver=2.8
+pkgrel=1
+pkgdesc="A scalable distributed SCM tool"
+arch=('i686' 'x86_64')
+url="http://mercurial.selenic.com/";
+license=('GPL')
+depends=('python2')
+optdepends=('tk: for the hgk GUI')
+backup=('etc/mercurial/hgrc')
+source=("http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz";
+'mercurial.profile')
+md5sums=('76b565f48000e9f331356ab107a5bcbb'
+ '43e1d36564d4c7fbe9a091d3ea370a44')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  sed -i -e 's#env python#env python2#' \
+"${pkgdir}"/usr/lib/python2.7/site-packages/mercurial/lsprof.py
+
+  install -d ${pkgdir}/usr/share/man/{man1,man5}
+  install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1"
+  install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5"
+  install -m755 contrib/hgk "${pkgdir}/usr/bin"
+  install -m644 -D contrib/zsh_completion 
"${pkgdir}/usr/share/zsh/site-functions/_hg"
+  install -m644 -D contrib/bash_completion 
"${pkgdir}/usr/share/bash-completion/completions/hg"
+  install -d "${pkgdir}/usr/share/emacs/site-lisp"
+  install -m644 contrib/{mq.el,mercurial.el} 
"${pkgdir}/usr/share/emacs/site-lisp"
+
+  vimpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -Dm644 contrib/vim/HGAnnotate.vim "${vimpath}/syntax/HGAnnotate.vim"
+
+  # set some variables
+  install -m755 -d ${pkgdir}/etc/profile.d
+  install -m755 ${srcdir}/mercurial.profile 
"${pkgdir}/etc/profile.d/mercurial.sh"

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

2013-11-03 Thread Kyle Keen
Date: Sunday, November 3, 2013 @ 11:00:41
  Author: kkeen
Revision: 100385

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

Added:
  seamonkey/repos/community-i686/PKGBUILD
(from rev 100384, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-i686/mozconfig
(from rev 100384, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
(from rev 100384, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-i686/seamonkey.install
(from rev 100384, seamonkey/trunk/seamonkey.install)
  seamonkey/repos/community-x86_64/PKGBUILD
(from rev 100384, seamonkey/trunk/PKGBUILD)
  seamonkey/repos/community-x86_64/mozconfig
(from rev 100384, seamonkey/trunk/mozconfig)
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
(from rev 100384, seamonkey/trunk/seamonkey-2.0-lang.patch)
  seamonkey/repos/community-x86_64/seamonkey.install
(from rev 100384, seamonkey/trunk/seamonkey.install)
Deleted:
  seamonkey/repos/community-i686/PKGBUILD
  seamonkey/repos/community-i686/mozconfig
  seamonkey/repos/community-i686/seamonkey-2.0-lang.patch
  seamonkey/repos/community-i686/seamonkey.install
  seamonkey/repos/community-x86_64/PKGBUILD
  seamonkey/repos/community-x86_64/mozconfig
  seamonkey/repos/community-x86_64/seamonkey-2.0-lang.patch
  seamonkey/repos/community-x86_64/seamonkey.install

---+
 /PKGBUILD |  136 
 /mozconfig|   72 ++
 /seamonkey-2.0-lang.patch |   22 
 /seamonkey.install|   24 
 community-i686/PKGBUILD   |   67 -
 community-i686/mozconfig  |   36 ---
 community-i686/seamonkey-2.0-lang.patch   |   11 --
 community-i686/seamonkey.install  |   12 --
 community-x86_64/PKGBUILD |   67 -
 community-x86_64/mozconfig|   36 ---
 community-x86_64/seamonkey-2.0-lang.patch |   11 --
 community-x86_64/seamonkey.install|   12 --
 12 files changed, 254 insertions(+), 252 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-03 09:59:30 UTC (rev 100384)
+++ community-i686/PKGBUILD 2013-11-03 10:00:41 UTC (rev 100385)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgname=seamonkey
-pkgver=2.21
-pkgrel=1
-pkgdesc="SeaMonkey internet suite"
-arch=('i686' 'x86_64')
-license=('MPL')
-depends=('alsa-lib'  'dbus-glib'  'desktop-file-utils'  'gtk2' 'hunspell'  
'libevent'  'libnotify'  'libvpx'  'libxt' 'mime-types'  'mozilla-common'  
'nss'  'sqlite'  'startup-notification')
-makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 
'mesa' 'autoconf2.13' 'imake' 'python3')
-install=$pkgname.install
-url="http://www.seamonkey-project.org/";
-source=(ftp://ftp.mozilla.org/pub/mozilla.org/$pkgname/releases/$pkgver/source/$pkgname-$pkgver.source.tar.bz2
-mozconfig
-seamonkey-2.0-lang.patch)
-md5sums=('f2ddfea12f80aab48cc3cfca9f15f2a2'
- '925c96ed78ac587ac90d2922bcbb'
- '25b6fe16ac24cd5c852213e5c1adb272')
-
-prepare() {
-  cd comm-release
-  cp ../mozconfig .mozconfig
-  patch -Np1 -i ../seamonkey-2.0-lang.patch
-
-  # Don't exit with error when some libs are missing which we have in
-  # system.
-  sed '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' \
-  -i suite/installer/Makefile.in
-
-  # configure script misdetects the preprocessor without an optimization level
-  sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure
-}
-
-build() {
-  cd comm-release
-
-  export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/seamonkey-$pkgver"
-  export MOZ_MAKE_FLAGS="$MAKEFLAGS"
-  unset MAKEFLAGS
-  unset CPPFLAGS
-
-  make -j1 -f client.mk build
-}
-
-package() {
-  cd comm-release
-
-  make -j1 -f client.mk DESTDIR="$pkgdir" install
-
-  rm -rf "$pkgdir"/usr/lib/seamonkey-$pkgver/{dictionaries,hyphenation}
-  ln -s /usr/share/hunspell "$pkgdir/usr/lib/seamonkey-$pkgver/dictionaries"
-  ln -s /usr/share/hyphen "$pkgdir/usr/lib/seamonkey-$pkgver/hyphenation"
-
-  install -Dm644 suite/branding/nightly/icons/gtk/seamonkey.png \
-"$pkgdir/usr/share/pixmaps/seamonkey.png"
-
-  install -Dm644 mozilla/toolkit/mozapps/installer/linux/rpm/mozilla.desktop \
-"$pkgdir/usr/share/applications/seamonkey.desktop"
-  sed -i 's/@MOZ_APP_DISPLAYNAME@/SeaMonkey internet suite/' \
-"$pkgdir/usr/share/applications/seamonkey.desktop"
-  sed -i 's/@MOZ_APP_NAME@/seamonkey/' 
"$pkgdir/usr/share/applications/seamonkey.desktop"
-
-  rm -f "$pkgdir/usr/lib/pkgconfig/"seamonkey-ns{s,pr}.pc
-  rm -r "$pkgdir"/usr/{include,lib/seamonkey-devel-$pkgver,share/idl}
-}
-

Copied: seamonkey/repos/community-i686/PKGBUILD (from rev 100384, 
seamonkey/trunk/PKGBUILD)
==

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

2013-11-03 Thread Kyle Keen
Date: Sunday, November 3, 2013 @ 10:59:30
  Author: kkeen
Revision: 100384

upgpkg: seamonkey 2.22-1

Modified:
  seamonkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 09:41:20 UTC (rev 100383)
+++ PKGBUILD2013-11-03 09:59:30 UTC (rev 100384)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen 
 
 pkgname=seamonkey
-pkgver=2.21
+pkgver=2.22
 pkgrel=1
 pkgdesc="SeaMonkey internet suite"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 
source=(ftp://ftp.mozilla.org/pub/mozilla.org/$pkgname/releases/$pkgver/source/$pkgname-$pkgver.source.tar.bz2
 mozconfig
 seamonkey-2.0-lang.patch)
-md5sums=('f2ddfea12f80aab48cc3cfca9f15f2a2'
+md5sums=('49b92ed98c23efdbdafa39b9dee920a7'
  '925c96ed78ac587ac90d2922bcbb'
  '25b6fe16ac24cd5c852213e5c1adb272')
 
@@ -65,3 +65,4 @@
   rm -r "$pkgdir"/usr/{include,lib/seamonkey-devel-$pkgver,share/idl}
 }
 
+



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

2013-11-03 Thread Andrea Scarpino
Date: Sunday, November 3, 2013 @ 09:56:52
  Author: andrea
Revision: 198753

use staticlibs

Modified:
  libkdeedu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 00:30:32 UTC (rev 198752)
+++ PKGBUILD2013-11-03 08:56:52 UTC (rev 198753)
@@ -12,6 +12,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 replaces=('kdeedu-libkdeedu' 'kdeedu-data')
+options=('staticlibs') # libqtmmlwidget.a needed by KAlgebra
 
source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
 sha1sums=('23daf0f0371b1c7e40a376fba627bc42afeeb5a2')
 



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

2013-11-03 Thread Evangelos Foutras
Date: Sunday, November 3, 2013 @ 10:41:20
  Author: foutrelis
Revision: 100383

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

Added:
  handbrake/repos/community-staging-i686/
  handbrake/repos/community-staging-i686/PKGBUILD
(from rev 100382, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-staging-i686/handbrake.install
(from rev 100382, handbrake/trunk/handbrake.install)
  handbrake/repos/community-staging-x86_64/
  handbrake/repos/community-staging-x86_64/PKGBUILD
(from rev 100382, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-staging-x86_64/handbrake.install
(from rev 100382, handbrake/trunk/handbrake.install)

+
 community-staging-i686/PKGBUILD|   80 +++
 community-staging-i686/handbrake.install   |   14 
 community-staging-x86_64/PKGBUILD  |   80 +++
 community-staging-x86_64/handbrake.install |   14 
 4 files changed, 188 insertions(+)

Copied: handbrake/repos/community-staging-i686/PKGBUILD (from rev 100382, 
handbrake/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-03 09:41:20 UTC (rev 100383)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Giovanni Scafora 
+# Contributor: Sebastien Piccand 
+
+pkgname=('handbrake' 'handbrake-cli')
+pkgver=0.9.9
+pkgrel=5
+arch=('i686' 'x86_64')
+url="http://handbrake.fr/";
+license=('GPL')
+makedepends=('intltool' 'python2' 'yasm' 'wget' 'bzip2' 'gcc-libs' 'libnotify'
+ 'gst-plugins-base' 'gtk3' 'dbus-glib' 'fribidi' 'libass'
+ 'fontconfig' 'freetype2' 'libxml2' 'libogg' 'libvorbis'
+ 'libtheora' 'libsamplerate' 'libbluray' 'x264')
+source=(http://downloads.sourceforge.net/project/handbrake/$pkgver/HandBrake-$pkgver.tar.bz2)
+sha256sums=('a71dd774104cda00cfb51a813550351d638253791f2f419d04a66f3158a835b3')
+
+prepare() {
+  cd "$srcdir/HandBrake-$pkgver"
+
+  # Use Python 2
+  sed -i 's/python /python2 /' gtk/src/Makefile.am
+
+  # Use more system libs
+  # We had ffmpeg here as well but it broke PGS subtitle processing
+  # https://forum.handbrake.fr/viewtopic.php?f=13&t=27581
+  sed -i \
+-e '/MODULES += contrib\/libbluray/d' \
+-e '/MODULES += contrib\/x264/d' \
+make/include/main.defs
+
+  # Fix configure.ac to work with automake 1.13
+  cd gtk
+  sed -i \
+-e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' \
+-e '/AM_PROG_CC_STDC/d' \
+-e 's/$pkg_gudev"/gmodule-2.0 $pkg_gudev"/' \
+configure.ac
+
+  autoreconf -vi
+}
+
+build() {
+  cd "$srcdir/HandBrake-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--force \
+--disable-gtk-update-checks
+  cd build
+  make
+}
+
+package_handbrake() {
+  pkgdesc="Multithreaded video transcoder"
+  depends=('bzip2' 'gcc-libs' 'gst-plugins-base' 'libnotify' 'dbus-glib'
+   'fribidi' 'libass' 'gtk3' 'fontconfig' 'freetype2' 'libxml2'
+   'libogg' 'libvorbis' 'libtheora' 'libsamplerate' 'libbluray'
+   'x264' 'desktop-file-utils' 'hicolor-icon-theme')
+  optdepends=('gst-plugins-good: for video previews'
+  'gst-libav: for video previews')
+  install=$pkgname.install
+
+  cd "$srcdir/HandBrake-$pkgver/build"
+
+  make DESTDIR="$pkgdir" install
+  rm "$pkgdir/usr/bin/HandBrakeCLI"
+}
+
+package_handbrake-cli() {
+  pkgdesc="Multithreaded video transcoder (CLI)"
+  depends=('bzip2' 'gcc-libs' 'zlib' 'fribidi' 'libass' 'libxml2' 'libtheora'
+   'libsamplerate' 'libbluray' 'x264')
+
+  cd "$srcdir/HandBrake-$pkgver/build"
+  install -D HandBrakeCLI "$pkgdir/usr/bin/HandBrakeCLI"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: handbrake/repos/community-staging-i686/handbrake.install (from rev 
100382, handbrake/trunk/handbrake.install)
===
--- community-staging-i686/handbrake.install(rev 0)
+++ community-staging-i686/handbrake.install2013-11-03 09:41:20 UTC (rev 
100383)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: handbrake/repos/community-staging-x86_64/PKGBUILD (from rev 100382, 
handbrake/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-11-03 09:41:20 UTC (rev 100383)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Giovanni Scafora 
+# Contributor: Sebastien Piccand 
+
+pkgname=('handbrake' 'handbrake-cli')
+pkgver=0.9.9
+pkgrel=5
+arch=('i686' 'x86_64')
+url="http://handbrake.fr/";
+license=('GPL')
+makedepen

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

2013-11-03 Thread Evangelos Foutras
Date: Sunday, November 3, 2013 @ 10:41:09
  Author: foutrelis
Revision: 100382

upgpkg: handbrake 0.9.9-5

libx264.so.138 rebuild.

Modified:
  handbrake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 09:26:39 UTC (rev 100381)
+++ PKGBUILD2013-11-03 09:41:09 UTC (rev 100382)
@@ -5,7 +5,7 @@
 
 pkgname=('handbrake' 'handbrake-cli')
 pkgver=0.9.9
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url="http://handbrake.fr/";
 license=('GPL')



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

2013-11-03 Thread Evangelos Foutras
Date: Sunday, November 3, 2013 @ 10:26:39
  Author: foutrelis
Revision: 100381

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

Added:
  mplayer-vaapi/repos/community-staging-i686/
  mplayer-vaapi/repos/community-staging-i686/PKGBUILD
(from rev 100380, mplayer-vaapi/trunk/PKGBUILD)
  mplayer-vaapi/repos/community-staging-i686/cdio-includes.patch
(from rev 100380, mplayer-vaapi/trunk/cdio-includes.patch)
  mplayer-vaapi/repos/community-staging-i686/mplayer-vaapi.install
(from rev 100380, mplayer-vaapi/trunk/mplayer-vaapi.install)
  mplayer-vaapi/repos/community-staging-i686/subreader-fix-srt-parsing.patch
(from rev 100380, mplayer-vaapi/trunk/subreader-fix-srt-parsing.patch)
  mplayer-vaapi/repos/community-staging-i686/tweak-desktop-file.patch
(from rev 100380, mplayer-vaapi/trunk/tweak-desktop-file.patch)
  mplayer-vaapi/repos/community-staging-x86_64/
  mplayer-vaapi/repos/community-staging-x86_64/PKGBUILD
(from rev 100380, mplayer-vaapi/trunk/PKGBUILD)
  mplayer-vaapi/repos/community-staging-x86_64/cdio-includes.patch
(from rev 100380, mplayer-vaapi/trunk/cdio-includes.patch)
  mplayer-vaapi/repos/community-staging-x86_64/mplayer-vaapi.install
(from rev 100380, mplayer-vaapi/trunk/mplayer-vaapi.install)
  mplayer-vaapi/repos/community-staging-x86_64/subreader-fix-srt-parsing.patch
(from rev 100380, mplayer-vaapi/trunk/subreader-fix-srt-parsing.patch)
  mplayer-vaapi/repos/community-staging-x86_64/tweak-desktop-file.patch
(from rev 100380, mplayer-vaapi/trunk/tweak-desktop-file.patch)

--+
 community-staging-i686/PKGBUILD  |   89 +
 community-staging-i686/cdio-includes.patch   |   43 ++
 community-staging-i686/mplayer-vaapi.install |   11 +
 community-staging-i686/subreader-fix-srt-parsing.patch   |   40 +
 community-staging-i686/tweak-desktop-file.patch  |   14 ++
 community-staging-x86_64/PKGBUILD|   89 +
 community-staging-x86_64/cdio-includes.patch |   43 ++
 community-staging-x86_64/mplayer-vaapi.install   |   11 +
 community-staging-x86_64/subreader-fix-srt-parsing.patch |   40 +
 community-staging-x86_64/tweak-desktop-file.patch|   14 ++
 10 files changed, 394 insertions(+)

Copied: mplayer-vaapi/repos/community-staging-i686/PKGBUILD (from rev 100380, 
mplayer-vaapi/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-11-03 09:26:39 UTC (rev 100381)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=mplayer-vaapi
+pkgver=36265
+pkgrel=6
+pkgdesc="A movie player, compiled with vaapi support"
+arch=('i686' 'x86_64')
+url="http://gitorious.org/vaapi/mplayer";
+license=('GPL')
+depends=('libxxf86dga' 'libxxf86vm' 'libmad' 'libcdio-paranoia' 'libxinerama'
+ 'lame' 'fontconfig' 'libtheora' 'xvidcore' 'libmng' 'libxss' 'glu'
+ 'sdl' 'smbclient' 'aalib' 'jack' 'libcaca' 'x264' 'faac' 'faad2'
+ 'lirc-utils' 'ttf-dejavu' 'libxvmc' 'enca' 'opencore-amr' 'libdca'
+ 'a52dec' 'schroedinger' 'mpg123' 'libvpx' 'libpulse' 'fribidi'
+ 'libbluray' 'libva' 'libass' 'desktop-file-utils')
+makedepends=('unzip' 'live-media' 'yasm' 'ladspa' 'git' 'mesa')
+provides=("mplayer=$pkgver")
+conflicts=('mplayer')
+backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
+source=(http://pkgbuild.com/~foutrelis/sources/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
+cdio-includes.patch
+tweak-desktop-file.patch
+subreader-fix-srt-parsing.patch)
+options=('!buildflags' '!emptydirs')
+install=mplayer-vaapi.install
+sha256sums=('5747c28c30c15d1000fb655a8abaa4b22483746d0e82775b27466948ae0c549a'
+'SKIP'
+'72e6c654f9733953ad2466d0ea1a52f23e753791d8232d90f13293eb1b358720'
+'5a09fb462729a4e573568f9e8c1f57dbe7f69c0b68cfa4f6d70b3e52c450d93b'
+'8b6cd325d89ff8bce3662c6aaa9b61b8e6163c6574e09b575426a1eed02b8ad3')
+
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  patch -Np0 -i "$srcdir/cdio-includes.patch"
+  patch -d etc -Np0 -i "$srcdir/tweak-desktop-file.patch"
+
+  # http://bugzilla.mplayerhq.hu/show_bug.cgi?id=2139
+  patch -Np0 -i "$srcdir/subreader-fix-srt-parsing.patch"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--enable-runtime-cpudetection \
+--disable-gui \
+--disable-arts \
+--disable-gif \
+--disable-liblzo \
+--disable-speex \
+--disable-cdparanoia \
+--disable-openal \
+--disable-libdv \
+--disable-musepack \
+--disable-esd \
+--disable-mga \
+--disable-ass-internal \
+--enable-xvmc \
+--enable-radio \
+--enable-radio-ca

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

2013-11-03 Thread Evangelos Foutras
Date: Sunday, November 3, 2013 @ 10:26:24
  Author: foutrelis
Revision: 100380

upgpkg: mplayer-vaapi 36265-6

libx264.so.138 rebuild.

Modified:
  mplayer-vaapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 07:15:10 UTC (rev 100379)
+++ PKGBUILD2013-11-03 09:26:24 UTC (rev 100380)
@@ -5,7 +5,7 @@
 
 pkgname=mplayer-vaapi
 pkgver=36265
-pkgrel=5
+pkgrel=6
 pkgdesc="A movie player, compiled with vaapi support"
 arch=('i686' 'x86_64')
 url="http://gitorious.org/vaapi/mplayer";



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

2013-11-03 Thread Andrea Scarpino
Date: Sunday, November 3, 2013 @ 10:13:51
  Author: andrea
Revision: 198754

upgpkg: libindi 0.9.6-5

libindiclient builds as static only

Modified:
  libindi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 08:56:52 UTC (rev 198753)
+++ PKGBUILD2013-11-03 09:13:51 UTC (rev 198754)
@@ -4,7 +4,7 @@
 
 pkgname=libindi
 pkgver=0.9.6
-pkgrel=4
+pkgrel=5
 pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
 url="http://www.indilib.org/index.php?title=Main_Page";
 license=('GPL2')
@@ -11,6 +11,7 @@
 arch=('i686' 'x86_64')
 depends=('libnova' 'cfitsio' 'boost-libs' 'libusb-compat')
 makedepends=('cmake' 'boost')
+options=('staticlibs') # libindiclient builds as static only
 source=("http://downloads.sourceforge.net/indi/${pkgname}_${pkgver}.tar.gz";)
 md5sums=('c1456544a36f543e2884f88913cf3eb0')
 



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

2013-11-03 Thread Andrea Scarpino
Date: Sunday, November 3, 2013 @ 10:14:05
  Author: andrea
Revision: 198755

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

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

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   37 ---
 extra-x86_64/PKGBUILD |   37 ---
 3 files changed, 76 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-03 09:13:51 UTC (rev 198754)
+++ extra-i686/PKGBUILD 2013-11-03 09:14:05 UTC (rev 198755)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=libindi
-pkgver=0.9.6
-pkgrel=4
-pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
-url="http://www.indilib.org/index.php?title=Main_Page";
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libnova' 'cfitsio' 'boost-libs' 'libusb-compat')
-makedepends=('cmake' 'boost')
-source=("http://downloads.sourceforge.net/indi/${pkgname}_${pkgver}.tar.gz";)
-md5sums=('c1456544a36f543e2884f88913cf3eb0')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  install -d "${pkgdir}"/usr/lib/udev/rules.d
-  mv "${pkgdir}"/etc/udev/rules.d/99-gpusb.rules \
-"${pkgdir}"/usr/lib/udev/rules.d/
-  rmdir "${pkgdir}"/etc/udev/rules.d "${pkgdir}"/etc/udev "${pkgdir}"/etc
-}

Copied: libindi/repos/extra-i686/PKGBUILD (from rev 198754, 
libindi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-03 09:14:05 UTC (rev 198755)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=libindi
+pkgver=0.9.6
+pkgrel=5
+pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
+url="http://www.indilib.org/index.php?title=Main_Page";
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libnova' 'cfitsio' 'boost-libs' 'libusb-compat')
+makedepends=('cmake' 'boost')
+options=('staticlibs') # libindiclient builds as static only
+source=("http://downloads.sourceforge.net/indi/${pkgname}_${pkgver}.tar.gz";)
+md5sums=('c1456544a36f543e2884f88913cf3eb0')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  install -d "${pkgdir}"/usr/lib/udev/rules.d
+  mv "${pkgdir}"/etc/udev/rules.d/99-gpusb.rules \
+"${pkgdir}"/usr/lib/udev/rules.d/
+  rmdir "${pkgdir}"/etc/udev/rules.d "${pkgdir}"/etc/udev "${pkgdir}"/etc
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-03 09:13:51 UTC (rev 198754)
+++ extra-x86_64/PKGBUILD   2013-11-03 09:14:05 UTC (rev 198755)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=libindi
-pkgver=0.9.6
-pkgrel=4
-pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
-url="http://www.indilib.org/index.php?title=Main_Page";
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libnova' 'cfitsio' 'boost-libs' 'libusb-compat')
-makedepends=('cmake' 'boost')
-source=("http://downloads.sourceforge.net/indi/${pkgname}_${pkgver}.tar.gz";)
-md5sums=('c1456544a36f543e2884f88913cf3eb0')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-
-  install -d "${pkgdir}"/usr/lib/udev/rules.d
-  mv "${pkgdir}"/etc/udev/rules.d/99-gpusb.rules \
-"${pkgdir}"/usr/lib/udev/rules.d/
-  rmdir "${pkgdir}"/etc/udev/rules.d "${pkgdir}"/etc/udev "${pkgdir}"/etc
-}

Copied: libindi/repos/extra-x86_64/PKGBUILD (from rev 198754, 
libindi/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-03 09:14:05 UTC (rev 198755)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=libindi
+pkgver=0.9.6
+pkgrel=5
+pkgdesc="A distributed control protocol designed to operate astronomical 
instrumentation"
+url="http://www.indilib.org/index.php?title=Main_Page"

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

2013-11-03 Thread Kyle Keen
Date: Sunday, November 3, 2013 @ 08:15:10
  Author: kkeen
Revision: 100379

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

Added:
  python-pyzmq/repos/community-i686/PKGBUILD
(from rev 100378, python-pyzmq/trunk/PKGBUILD)
  python-pyzmq/repos/community-x86_64/PKGBUILD
(from rev 100378, python-pyzmq/trunk/PKGBUILD)
Deleted:
  python-pyzmq/repos/community-i686/PKGBUILD
  python-pyzmq/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  100 
 community-i686/PKGBUILD   |   50 --
 community-x86_64/PKGBUILD |   50 --
 3 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-03 07:14:18 UTC (rev 100378)
+++ community-i686/PKGBUILD 2013-11-03 07:15:10 UTC (rev 100379)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-pkgbase=python-pyzmq
-pkgname=(python2-pyzmq python-pyzmq)
-pkgver=13.1.0
-pkgrel=1
-pkgdesc="Python bindings for zeromq, written in Cython"
-arch=(i686 x86_64)
-url="http://www.zeromq.org/bindings:python";
-license=('LGPL')
-depends=(zeromq python)
-makedepends=(python python2 zeromq)
-#source=(https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz)
-source=(https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz)
-md5sums=('b54a2209a4efed93ed00282d949db8d9')
-
-build() {
-  cd "$srcdir"
-  cp -a pyzmq-${pkgver} py2zmq-${pkgver}
-  cd "$srcdir/pyzmq-$pkgver"
-  # py3 errors added in 2.2.0.1 
-  sed -i 's|except socket.error, e:|except socket.error as e:|' 
zmq/eventloop/ioloop.py
-  sed -i 's|except gevent.Timeout, t:|except gevent.Timeout as t:|' 
zmq/green/core.py
-  cd "$srcdir/py2zmq-$pkgver"
-  sed -i 's|^#!/usr/bin/env python$|&2|' $(find ./ -name '*.py')
-}
-
-package_python2-pyzmq() {
-  pkgdesc="Python2 bindings for zeromq, written in Cython"
-  depends=(zeromq python2)
-  cd "$srcdir/py2zmq-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=0
-}
-
-package_python-pyzmq() {
-  pkgdesc="Python3 bindings for zeromq, written in Cython"
-  depends=(zeromq python)
-  cd "$srcdir/pyzmq-$pkgver"
-  python3 setup.py install --root="$pkgdir" --optimize=0
-}
-
-check()
-{
-  cd "$srcdir/pyzmq-$pkgver"
-  python3 setup.py build_ext --inplace
-  python3 setup.py test
-  cd "$srcdir/py2zmq-$pkgver"
-  python2 setup.py build_ext --inplace
-  python2 setup.py test
-}

Copied: python-pyzmq/repos/community-i686/PKGBUILD (from rev 100378, 
python-pyzmq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-03 07:15:10 UTC (rev 100379)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Kyle Keen 
+pkgbase=python-pyzmq
+pkgname=(python2-pyzmq python-pyzmq)
+pkgver=14.0.0
+pkgrel=1
+pkgdesc="Python bindings for zeromq, written in Cython"
+arch=(i686 x86_64)
+url="http://www.zeromq.org/bindings:python";
+license=('LGPL')
+depends=(zeromq python)
+makedepends=(python python2 zeromq)
+#source=(https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz)
+source=(https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz)
+md5sums=('ce62ce9807b0b5da0076eaa9cf6cc24e')
+
+build() {
+  cd "$srcdir"
+  cp -a pyzmq-${pkgver} py2zmq-${pkgver}
+  cd "$srcdir/pyzmq-$pkgver"
+  # py3 errors added in 2.2.0.1 
+  sed -i 's|except socket.error, e:|except socket.error as e:|' 
zmq/eventloop/ioloop.py
+  sed -i 's|except gevent.Timeout, t:|except gevent.Timeout as t:|' 
zmq/green/core.py
+  cd "$srcdir/py2zmq-$pkgver"
+  sed -i 's|^#!/usr/bin/env python$|&2|' $(find ./ -name '*.py')
+}
+
+package_python2-pyzmq() {
+  pkgdesc="Python2 bindings for zeromq, written in Cython"
+  depends=(zeromq python2)
+  cd "$srcdir/py2zmq-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=0
+}
+
+package_python-pyzmq() {
+  pkgdesc="Python3 bindings for zeromq, written in Cython"
+  depends=(zeromq python)
+  cd "$srcdir/pyzmq-$pkgver"
+  python3 setup.py install --root="$pkgdir" --optimize=0
+}
+
+check()
+{
+  cd "$srcdir/pyzmq-$pkgver"
+  python3 setup.py build_ext --inplace
+  python3 setup.py test
+  cd "$srcdir/py2zmq-$pkgver"
+  python2 setup.py build_ext --inplace
+  python2 setup.py test
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-03 07:14:18 UTC (rev 100378)
+++ community-x86_64/PKGBUILD   2013-11-03 07:15:10 UTC (rev 100379)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-pkgbase=python-pyzmq
-pkgname=(python2-pyzmq python-pyzmq)
-pkgver=13.1.0
-pkgrel=1
-pkgdesc="Python bindings for zeromq, written in Cython"
-arch=(i686 x86_64)
-url="http://www.zeromq.org/bindings:python";
-license=('LGPL')
-depends=(zeromq python)
-makedepends=(python python2 zeromq)
-#source=

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

2013-11-03 Thread Kyle Keen
Date: Sunday, November 3, 2013 @ 08:14:18
  Author: kkeen
Revision: 100378

upgpkg: python-pyzmq 14.0.0-1

Modified:
  python-pyzmq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 03:21:48 UTC (rev 100377)
+++ PKGBUILD2013-11-03 07:14:18 UTC (rev 100378)
@@ -2,7 +2,7 @@
 # Maintainer: Kyle Keen 
 pkgbase=python-pyzmq
 pkgname=(python2-pyzmq python-pyzmq)
-pkgver=13.1.0
+pkgver=14.0.0
 pkgrel=1
 pkgdesc="Python bindings for zeromq, written in Cython"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 makedepends=(python python2 zeromq)
 #source=(https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz)
 source=(https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz)
-md5sums=('b54a2209a4efed93ed00282d949db8d9')
+md5sums=('ce62ce9807b0b5da0076eaa9cf6cc24e')
 
 build() {
   cd "$srcdir"