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

2013-11-02 Thread Eric Bélanger
Date: Sunday, November 3, 2013 @ 04:21:22
  Author: eric
Revision: 100376

upgpkg: youtube-dl 2013.11.02-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 22:36:28 UTC (rev 100375)
+++ PKGBUILD2013-11-03 03:21:22 UTC (rev 100376)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2013.10.30
+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')
@@ -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=('7641997758d1abad61638c981a0387008bbb1926'
+sha1sums=('c1916f7c8c9f12079d86a066e937642a4b8fc9bc'
   'SKIP')
 
 prepare() {



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

2013-11-02 Thread Eric Bélanger
Date: Sunday, November 3, 2013 @ 04:21:48
  Author: eric
Revision: 100377

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-03 03:21:22 UTC (rev 100376)
+++ PKGBUILD2013-11-03 03:21:48 UTC (rev 100377)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2013.10.30
-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=('7641997758d1abad61638c981a0387008bbb1926'
-  '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 100376, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-03 03:21:48 UTC (rev 100377)
@@ -0,0 +1,29 @@
+# $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"
+}



[arch-commits] Commit in imagemagick/repos/extra-i686 (4 files)

2013-11-02 Thread Eric Bélanger
Date: Sunday, November 3, 2013 @ 01:30:17
  Author: eric
Revision: 198751

archrelease: copy trunk to extra-i686

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 198750, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 198750, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch

+
 PKGBUILD   |  178 +++
 perlmagick.rpath.patch |   22 ++---
 2 files changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-03 00:29:33 UTC (rev 198750)
+++ PKGBUILD2013-11-03 00:30:17 UTC (rev 198751)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.7.4
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://www.imagemagick.org/";
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 'liblqr' \
- 'opencl-headers' 'libcl' 'libwebp')
-#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 \
-source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 \
-perlmagick.rpath.patch)
-sha1sums=('88e936a1738967d078a9500f430e9017400a05e9'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = "i686" ]] && EXTRAOPTS="-with-gcc-arch=i686"
-  [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 --with-jp2 
\
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
---enable-opencl --without-gvc --without-djvu --without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
- make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc="An image viewing/manipulation program"
-  depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 
'libcl')
-  optdepends=('ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'jasper: for JPEG-2000 support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
-  "etc/ImageMagick-${pkgver%%.*}/colors.xml"
-  "etc/ImageMagick-${pkgver%%.*}/delegates.xml"
-  "etc/ImageMagick-${pkgver%%.*}/log.xml"
-  "etc/ImageMagick-${pkgver%%.*}/magic.xml"
-  "etc/ImageMagick-${pkgver%%.*}/mime.xml"
-  "etc/ImageMagick-${pkgver%%.*}/policy.xml"
-  "etc/ImageMagick-${pkgver%%.*}/quantization-table.xml"
-  "etc/ImageMagick-${pkgver%%.*}/thresholds.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-windows.xml")
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick/LICENSE"
-  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick/NOTICE"
-
-#Cleaning
-  rm -f "${pkgdir}"/usr/lib/*.la
-}
-
-package_imagemagick-doc() {
-  pkgdesc="The ImageMagick documentation (utilities manuals and libraries API)"
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make DESTDIR="${pkgdir}" install-data-html
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick-doc/LICENSE"
-  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick-doc/NOTICE"
-}

Copied: imagemagick/repos/extra-i686/PKGBUILD (from rev 198750, 
imagemagick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-03 00:30:17 UTC (rev 198751)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgbase=imagemagick
+pkgname=('imagemagick' 'imagemagick-doc')
+pkgver=6.8.7.4
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.imagemagick.org/";
+license=('custom')

[arch-commits] Commit in imagemagick/repos/extra-x86_64 (4 files)

2013-11-02 Thread Eric Bélanger
Date: Sunday, November 3, 2013 @ 01:30:32
  Author: eric
Revision: 198752

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 198751, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 198751, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

+
 PKGBUILD   |  178 +++
 perlmagick.rpath.patch |   22 ++---
 2 files changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-03 00:30:17 UTC (rev 198751)
+++ PKGBUILD2013-11-03 00:30:32 UTC (rev 198752)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.7.4
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://www.imagemagick.org/";
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 'liblqr' \
- 'opencl-headers' 'libcl' 'libwebp')
-#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 \
-source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 \
-perlmagick.rpath.patch)
-sha1sums=('88e936a1738967d078a9500f430e9017400a05e9'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = "i686" ]] && EXTRAOPTS="-with-gcc-arch=i686"
-  [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 --with-jp2 
\
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
---enable-opencl --without-gvc --without-djvu --without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
- make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc="An image viewing/manipulation program"
-  depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 
'libcl')
-  optdepends=('ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'jasper: for JPEG-2000 support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
-  "etc/ImageMagick-${pkgver%%.*}/colors.xml"
-  "etc/ImageMagick-${pkgver%%.*}/delegates.xml"
-  "etc/ImageMagick-${pkgver%%.*}/log.xml"
-  "etc/ImageMagick-${pkgver%%.*}/magic.xml"
-  "etc/ImageMagick-${pkgver%%.*}/mime.xml"
-  "etc/ImageMagick-${pkgver%%.*}/policy.xml"
-  "etc/ImageMagick-${pkgver%%.*}/quantization-table.xml"
-  "etc/ImageMagick-${pkgver%%.*}/thresholds.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-windows.xml")
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick/LICENSE"
-  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick/NOTICE"
-
-#Cleaning
-  rm -f "${pkgdir}"/usr/lib/*.la
-}
-
-package_imagemagick-doc() {
-  pkgdesc="The ImageMagick documentation (utilities manuals and libraries API)"
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make DESTDIR="${pkgdir}" install-data-html
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick-doc/LICENSE"
-  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick-doc/NOTICE"
-}

Copied: imagemagick/repos/extra-x86_64/PKGBUILD (from rev 198751, 
imagemagick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-03 00:30:32 UTC (rev 198752)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgbase=imagemagick
+pkgname=('imagemagick' 'imagemagick-doc')
+pkgver=6.8.7.4
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.imagemagick.org/";
+license

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

2013-11-02 Thread Eric Bélanger
Date: Sunday, November 3, 2013 @ 01:29:33
  Author: eric
Revision: 198750

Fix typo in configure option

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 00:25:19 UTC (rev 198749)
+++ PKGBUILD2013-11-03 00:29:33 UTC (rev 198750)
@@ -27,7 +27,7 @@
 
 build() {
   cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = "i686" ]] && EXTRAOPTS="-with-gcc-arch=i686"
+  [[ $CARCH = "i686" ]] && EXTRAOPTS="--with-gcc-arch=i686"
   [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
 
   ./configure --prefix=/usr --sysconfdir=/etc --with-modules \



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

2013-11-02 Thread Eric Bélanger
Date: Sunday, November 3, 2013 @ 01:25:19
  Author: eric
Revision: 198749

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 198748, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 198748, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 198748, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 198748, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  178 ++
 /perlmagick.rpath.patch |   22 
 extra-i686/PKGBUILD |   86 
 extra-i686/perlmagick.rpath.patch   |   11 --
 extra-x86_64/PKGBUILD   |   86 
 extra-x86_64/perlmagick.rpath.patch |   11 --
 6 files changed, 200 insertions(+), 194 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-03 00:24:39 UTC (rev 198748)
+++ extra-i686/PKGBUILD 2013-11-03 00:25:19 UTC (rev 198749)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.7.4
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.imagemagick.org/";
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 'liblqr' \
- 'opencl-headers' 'libcl' 'libwebp')
-#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 \
-source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 \
-perlmagick.rpath.patch)
-sha1sums=('88e936a1738967d078a9500f430e9017400a05e9'
-  'SKIP'
-  'e143cf9d530fabf3b58023899b5cc544ba93daec')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf --force --install
-  patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 --with-jp2 
\
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
---enable-opencl --without-gvc --without-djvu --without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw 
- make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc="An image viewing/manipulation program"
-  depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 
'libcl')
-  optdepends=('ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'jasper: for JPEG-2000 support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support')
-  backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
-  "etc/ImageMagick-${pkgver%%.*}/colors.xml"
-  "etc/ImageMagick-${pkgver%%.*}/delegates.xml"
-  "etc/ImageMagick-${pkgver%%.*}/log.xml"
-  "etc/ImageMagick-${pkgver%%.*}/magic.xml"
-  "etc/ImageMagick-${pkgver%%.*}/mime.xml"
-  "etc/ImageMagick-${pkgver%%.*}/policy.xml"
-  "etc/ImageMagick-${pkgver%%.*}/quantization-table.xml"
-  "etc/ImageMagick-${pkgver%%.*}/thresholds.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-windows.xml")
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick/LICENSE"
-  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick/NOTICE"
-
-#Cleaning
-  rm -f "${pkgdir}"/usr/lib/*.la
-}
-
-package_imagemagick-doc() {
-  pkgdesc="The ImageMagick documentation (utilities manuals and libraries API)"
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make DESTDIR="${pkgdir}" install-data-html
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick-doc/LICENSE"
-  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick-doc/NOTICE"
-}

Copied: imagemagick/repos/extra-i6

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

2013-11-02 Thread Eric Bélanger
Date: Sunday, November 3, 2013 @ 01:24:39
  Author: eric
Revision: 198748

upgpkg: imagemagick 6.8.7.4-2

Enforce -march value (close FS#37596)

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 22:49:34 UTC (rev 198747)
+++ PKGBUILD2013-11-03 00:24:39 UTC (rev 198748)
@@ -4,7 +4,7 @@
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
 pkgver=6.8.7.4
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/";
 license=('custom')
@@ -27,12 +27,15 @@
 
 build() {
   cd ImageMagick-${pkgver%.*}-${pkgver##*.}
+  [[ $CARCH = "i686" ]] && EXTRAOPTS="-with-gcc-arch=i686"
+  [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
+
   ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
 --enable-hdri --with-wmf --with-openexr --with-xml --with-lcms2 --with-jp2 
\
 --with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
 --with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
 --enable-opencl --without-gvc --without-djvu --without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw 
+--without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
  make
 }
 



[arch-commits] Commit in logrotate/trunk (logrotate.conf)

2013-11-02 Thread Pierre Schmitz
Date: Saturday, November 2, 2013 @ 23:49:34
  Author: pierre
Revision: 198747

Fix indention; FS#32975

Modified:
  logrotate/trunk/logrotate.conf

+
 logrotate.conf |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: logrotate.conf
===
--- logrotate.conf  2013-11-02 22:40:11 UTC (rev 198746)
+++ logrotate.conf  2013-11-02 22:49:34 UTC (rev 198747)
@@ -26,7 +26,7 @@
 /var/log/wtmp {
 monthly
 create 0664 root utmp
-   minsize 1M
+minsize 1M
 rotate 1
 }
 



[arch-commits] Commit in lighttpd/repos (24 files)

2013-11-02 Thread Pierre Schmitz
Date: Saturday, November 2, 2013 @ 23:40:11
  Author: pierre
Revision: 198746

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

Added:
  lighttpd/repos/extra-i686/PKGBUILD
(from rev 198745, lighttpd/trunk/PKGBUILD)
  lighttpd/repos/extra-i686/lighttpd.conf
(from rev 198745, lighttpd/trunk/lighttpd.conf)
  lighttpd/repos/extra-i686/lighttpd.install
(from rev 198745, lighttpd/trunk/lighttpd.install)
  lighttpd/repos/extra-i686/lighttpd.logrotate.d
(from rev 198745, lighttpd/trunk/lighttpd.logrotate.d)
  lighttpd/repos/extra-i686/lighttpd.service
(from rev 198745, lighttpd/trunk/lighttpd.service)
  lighttpd/repos/extra-i686/lighttpd.tmpfiles
(from rev 198745, lighttpd/trunk/lighttpd.tmpfiles)
  lighttpd/repos/extra-x86_64/PKGBUILD
(from rev 198745, lighttpd/trunk/PKGBUILD)
  lighttpd/repos/extra-x86_64/lighttpd.conf
(from rev 198745, lighttpd/trunk/lighttpd.conf)
  lighttpd/repos/extra-x86_64/lighttpd.install
(from rev 198745, lighttpd/trunk/lighttpd.install)
  lighttpd/repos/extra-x86_64/lighttpd.logrotate.d
(from rev 198745, lighttpd/trunk/lighttpd.logrotate.d)
  lighttpd/repos/extra-x86_64/lighttpd.service
(from rev 198745, lighttpd/trunk/lighttpd.service)
  lighttpd/repos/extra-x86_64/lighttpd.tmpfiles
(from rev 198745, lighttpd/trunk/lighttpd.tmpfiles)
Deleted:
  lighttpd/repos/extra-i686/PKGBUILD
  lighttpd/repos/extra-i686/lighttpd.conf
  lighttpd/repos/extra-i686/lighttpd.install
  lighttpd/repos/extra-i686/lighttpd.logrotate.d
  lighttpd/repos/extra-i686/lighttpd.service
  lighttpd/repos/extra-i686/lighttpd.tmpfiles
  lighttpd/repos/extra-x86_64/PKGBUILD
  lighttpd/repos/extra-x86_64/lighttpd.conf
  lighttpd/repos/extra-x86_64/lighttpd.install
  lighttpd/repos/extra-x86_64/lighttpd.logrotate.d
  lighttpd/repos/extra-x86_64/lighttpd.service
  lighttpd/repos/extra-x86_64/lighttpd.tmpfiles

---+
 /PKGBUILD |  142 
 /lighttpd.conf|   44 +++
 /lighttpd.install |   18 
 /lighttpd.logrotate.d |   18 
 /lighttpd.service |   24 ++
 /lighttpd.tmpfiles|4 +
 extra-i686/PKGBUILD   |   71 --
 extra-i686/lighttpd.conf  |   12 ---
 extra-i686/lighttpd.install   |9 --
 extra-i686/lighttpd.logrotate.d   |9 --
 extra-i686/lighttpd.service   |   12 ---
 extra-i686/lighttpd.tmpfiles  |2 
 extra-x86_64/PKGBUILD |   71 --
 extra-x86_64/lighttpd.conf|   12 ---
 extra-x86_64/lighttpd.install |9 --
 extra-x86_64/lighttpd.logrotate.d |9 --
 extra-x86_64/lighttpd.service |   12 ---
 extra-x86_64/lighttpd.tmpfiles|2 
 18 files changed, 250 insertions(+), 230 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-02 22:39:58 UTC (rev 198745)
+++ extra-i686/PKGBUILD 2013-11-02 22:40:11 UTC (rev 198746)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=lighttpd
-pkgver=1.4.33
-pkgrel=1
-pkgdesc='A secure, fast, compliant and very flexible web-server'
-license=('custom')
-arch=('i686' 'x86_64')
-url="http://www.lighttpd.net/";
-depends=('pcre' 'bzip2' 'libldap' 'util-linux' 'systemd')
-makedepends=('fcgi' 'libmariadbclient' 'lua51' 'libxml2' 'e2fsprogs' 'sqlite' 
'gdbm' 'pkgconfig')
-optdepends=('libxml2: mod_webdav'
-'lua51: mod_cml/mod_magnet'
-'libmariadbclient: mod_mysql_vhost'
-'sqlite: mod_webdav')
-backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd')
-options=('emptydirs')
-install='lighttpd.install'
-source=("http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz";
-
"http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz.asc";
-'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 
'lighttpd.service')
-sha256sums=('2886aedc23857ca44df91b8fe6f36059ec82a859ae0eb230220e42abc331610c'
-'SKIP'
-'41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe'
-'ee56422fe48f2683ccb5ca2e3dc6bad79ea8e1cbd043b21d2ea73b87018e35aa'
-'d8a185145a7c08b4fd8c8e6c12dae3e176389dd9b1c66e239757b2ba5108c871'
-'503fd8557297f4fb814d74effcb59633135b3c2407a87f5abe97467f0822c147')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   ./configure --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libdir=/usr/lib/lighttpd/ \
-   --sysconfdir=/etc/lighttpd \
-   --with-mysql \
-   --with-ldap \
-   --with-attr \
-   --with-openssl \
-   --with-kerberos5 \
-   --without-fam \
-   --with-webdav-props \
-   --with-webdav-locks \
-   --with-gdbm \
-   --with-me

[arch-commits] Commit in lighttpd/trunk (PKGBUILD lighttpd.conf)

2013-11-02 Thread Pierre Schmitz
Date: Saturday, November 2, 2013 @ 23:39:58
  Author: pierre
Revision: 198745

upgpkg: lighttpd 1.4.33-2

Include more mimetypes in example config

Modified:
  lighttpd/trunk/PKGBUILD
  lighttpd/trunk/lighttpd.conf

---+
 PKGBUILD  |4 ++--
 lighttpd.conf |   12 +++-
 2 files changed, 13 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 21:43:36 UTC (rev 198744)
+++ PKGBUILD2013-11-02 22:39:58 UTC (rev 198745)
@@ -3,7 +3,7 @@
 
 pkgname=lighttpd
 pkgver=1.4.33
-pkgrel=1
+pkgrel=2
 pkgdesc='A secure, fast, compliant and very flexible web-server'
 license=('custom')
 arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@
 sha256sums=('2886aedc23857ca44df91b8fe6f36059ec82a859ae0eb230220e42abc331610c'
 'SKIP'
 '41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe'
-'ee56422fe48f2683ccb5ca2e3dc6bad79ea8e1cbd043b21d2ea73b87018e35aa'
+'fece4581bebf39768571962dedce176b2b5f487c0abb5c1cfb35395de216c01f'
 'd8a185145a7c08b4fd8c8e6c12dae3e176389dd9b1c66e239757b2ba5108c871'
 '503fd8557297f4fb814d74effcb59633135b3c2407a87f5abe97467f0822c147')
 

Modified: lighttpd.conf
===
--- lighttpd.conf   2013-11-02 21:43:36 UTC (rev 198744)
+++ lighttpd.conf   2013-11-02 22:39:58 UTC (rev 198745)
@@ -9,4 +9,14 @@
 server.errorlog= "/var/log/lighttpd/error.log"
 dir-listing.activate   = "enable"
 index-file.names   = ( "index.html" )
-mimetype.assign= ( ".html" => "text/html", ".txt" => 
"text/plain", ".jpg" => "image/jpeg", ".png" => "image/png", "" => 
"application/octet-stream" )
+mimetype.assign= (
+   ".html" => "text/html",
+   ".txt" => "text/plain",
+   ".css" => "text/css",
+   ".js" => "application/x-javascript",
+   ".jpg" => "image/jpeg",
+   ".jpeg" => "image/jpeg",
+   ".gif" => "image/gif",
+   ".png" => "image/png",
+   "" => "application/octet-stream"
+   )



[arch-commits] Commit in grails/trunk (PKGBUILD grails.sh)

2013-11-02 Thread Alexander Rødseth
Date: Saturday, November 2, 2013 @ 23:36:10
  Author: arodseth
Revision: 100374

upgpkg: grails 2.3.1-1

Modified:
  grails/trunk/PKGBUILD
  grails/trunk/grails.sh

---+
 PKGBUILD  |8 
 grails.sh |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 22:03:39 UTC (rev 100373)
+++ PKGBUILD2013-11-02 22:36:10 UTC (rev 100374)
@@ -3,7 +3,7 @@
 
 pkgbase=grails
 pkgname=('grails' 'grails-docs')
-pkgver=2.3.0
+pkgver=2.3.1
 pkgrel=1
 pkgdesc='Groovy on rails, web framework'
 arch=('any')
@@ -17,9 +17,9 @@
 
source=("http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/${pkgname[0]}-$pkgver.zip";
 
"http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/${pkgname[1]}-$pkgver.zip";
 "$pkgbase.sh")
-sha256sums=('f036e8285badfcae075f9db1ed258dc04cd50d1e77ad1d1f78d1911b13ad962b'
-'3415ad55cff3ba15a052d1371a3898764d13627fbdc98afcdef7f6f15758fb60'
-'009f00755c1d5312f8ee4ad7e407e3b4a5328b6820e04b94b39750c43fe76d56')
+sha256sums=('d37fa632a11ce0dfb0c9cadefebf1631911fde226885964c6cb5b87ab7f6c30f'
+'9fbaf89879176e12fa74fbdbb604c7e94e8736c8821f5b72a82f3636b8f8d308'
+'5b9b76115640a31c728fb6951a1ee9ed0c7da7bbb558e0f1fe22f383c05633f0')
 
 prepare() {
   cd "${pkgname[0]}-$pkgver"

Modified: grails.sh
===
--- grails.sh   2013-11-02 22:03:39 UTC (rev 100373)
+++ grails.sh   2013-11-02 22:36:10 UTC (rev 100374)
@@ -1,5 +1,5 @@
 #!/bin/sh
-if [ ! -f $GRAILS_HOME/startGrails ]; then
+if [[ ! -f $GRAILS_HOME/startGrails ]]; then
   GRAILS_HOME=/usr/share/grails
 fi
 DIRNAME=$GRAILS_HOME



[arch-commits] Commit in grails/repos/community-any (4 files)

2013-11-02 Thread Alexander Rødseth
Date: Saturday, November 2, 2013 @ 23:36:28
  Author: arodseth
Revision: 100375

archrelease: copy trunk to community-any

Added:
  grails/repos/community-any/PKGBUILD
(from rev 100374, grails/trunk/PKGBUILD)
  grails/repos/community-any/grails.sh
(from rev 100374, grails/trunk/grails.sh)
Deleted:
  grails/repos/community-any/PKGBUILD
  grails/repos/community-any/grails.sh

---+
 PKGBUILD  |  136 ++--
 grails.sh |   14 +++---
 2 files changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-02 22:36:10 UTC (rev 100374)
+++ PKGBUILD2013-11-02 22:36:28 UTC (rev 100375)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-
-pkgbase=grails
-pkgname=('grails' 'grails-docs')
-pkgver=2.3.0
-pkgrel=1
-pkgdesc='Groovy on rails, web framework'
-arch=('any')
-url='http://grails.org/'
-license=('APACHE')
-makedepends=('setconf' 'apache-ant' 'unzip')
-optdepends=('groovy: the groovy programming language'
-'grails-docs: documentation for grails')
-options=('!emptydirs')
-noextract=("${pkgname[1]}-$pkgver.zip")
-source=("http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/${pkgname[0]}-$pkgver.zip";
-
"http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/${pkgname[1]}-$pkgver.zip";
-"$pkgbase.sh")
-sha256sums=('f036e8285badfcae075f9db1ed258dc04cd50d1e77ad1d1f78d1911b13ad962b'
-'3415ad55cff3ba15a052d1371a3898764d13627fbdc98afcdef7f6f15758fb60'
-'009f00755c1d5312f8ee4ad7e407e3b4a5328b6820e04b94b39750c43fe76d56')
-
-prepare() {
-  cd "${pkgname[0]}-$pkgver"
-
-  # configure paths
-  setconf bin/grails DIRNAME /usr/share/grails
-  setconf bin/grails-debug DIRNAME /usr/share/grails
-}
-
-package_grails() {
-  depends=('java-environment' 'junit' 'bash' 'sh')
-  cd "$pkgname-$pkgver"
-
-  mkdir -p "$pkgdir/usr/share/pixmaps/"
-  cp -r "$srcdir/$pkgname-$pkgver" "$pkgdir/usr/share/$pkgname"
-
-  # wrapper scripts
-  install -Dm755 bin/startGrails \
-"$pkgdir/usr/share/$pkgname/startGrails"
-  install -Dm755 "../$pkgname.sh" \
-"$pkgdir/usr/bin/$pkgname"
-  install -Dm755 "../$pkgname.sh" \
-"$pkgdir/usr/share/$pkgname/bin/$pkgname"
-
-  # icons
-  cp media/icons/*.png "$pkgdir/usr/share/pixmaps/"
-  
-  # profile.d script
-  echo 'export GRAILS_HOME=/usr/share/grails' > "$pkgname.sh"
-  install -Dm755 "$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh"
-
-  # clean up
-  cd "$pkgdir/usr/share/$pkgname"
-  rm -rf doc INSTALL LICENSE README
-  find "$pkgdir/usr/share" -name "*.bat" -exec rm {} \;
-}
-
-package_grails-docs() {
-  pkgdesc='Documentation for Grails'
-
-  install -d "$pkgdir/usr/share/doc" "$pkgdir/usr/share/grails"
-  unzip "grails-docs-$pkgver.zip" -d "$pkgdir/usr/share/doc/grails-$pkgver"
-  ln -s "/usr/share/doc/grails-$pkgver" "$pkgdir/usr/share/grails/doc"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: grails/repos/community-any/PKGBUILD (from rev 100374, 
grails/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-02 22:36:28 UTC (rev 100375)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+
+pkgbase=grails
+pkgname=('grails' 'grails-docs')
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='Groovy on rails, web framework'
+arch=('any')
+url='http://grails.org/'
+license=('APACHE')
+makedepends=('setconf' 'apache-ant' 'unzip')
+optdepends=('groovy: the groovy programming language'
+'grails-docs: documentation for grails')
+options=('!emptydirs')
+noextract=("${pkgname[1]}-$pkgver.zip")
+source=("http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/${pkgname[0]}-$pkgver.zip";
+
"http://dist.springframework.org.s3.amazonaws.com/release/GRAILS/${pkgname[1]}-$pkgver.zip";
+"$pkgbase.sh")
+sha256sums=('d37fa632a11ce0dfb0c9cadefebf1631911fde226885964c6cb5b87ab7f6c30f'
+'9fbaf89879176e12fa74fbdbb604c7e94e8736c8821f5b72a82f3636b8f8d308'
+'5b9b76115640a31c728fb6951a1ee9ed0c7da7bbb558e0f1fe22f383c05633f0')
+
+prepare() {
+  cd "${pkgname[0]}-$pkgver"
+
+  # configure paths
+  setconf bin/grails DIRNAME /usr/share/grails
+  setconf bin/grails-debug DIRNAME /usr/share/grails
+}
+
+package_grails() {
+  depends=('java-environment' 'junit' 'bash' 'sh')
+  cd "$pkgname-$pkgver"
+
+  mkdir -p "$pkgdir/usr/share/pixmaps/"
+  cp -r "$srcdir/$pkgname-$pkgver" "$pkgdir/usr/share/$pkgname"
+
+  # wrapper scripts
+  install -Dm755 bin/startGrails \
+"$pkgdir/usr/share/$pkgname/startGrails"
+  install -Dm755 "../$pkgname.sh" \
+"$pkgdir/usr/bin/$pkgname"
+  install -Dm755 "../$pkgname.sh" \
+"$pkgdir/usr/share/$pkgname/bin/$pkgname"
+
+  # icons
+  cp media/icons/*.png "$pkgdir/usr/share/pixmaps/"
+  
+  # profile.d script
+  echo 'export GRAILS_HOME=/usr/share/grails' > "$pkgname.sh"
+  install -Dm755 "$pkgna

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

2013-11-02 Thread Daniel Wallace
Date: Saturday, November 2, 2013 @ 23:03:15
  Author: dwallace
Revision: 100372

upgpkg: python-beautifulsoup4 4.3.2-1

upgpkg: beautifulsoup4 4.3.2

Modified:
  python-beautifulsoup4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 21:59:16 UTC (rev 100371)
+++ PKGBUILD2013-11-02 22:03:15 UTC (rev 100372)
@@ -4,7 +4,7 @@
 
 pkgbase=python-beautifulsoup4
 pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
-pkgver=4.3.1
+pkgver=4.3.2
 pkgrel=1
 pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
 arch=('any')
@@ -12,7 +12,7 @@
 license=('PSF')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz";)
-md5sums=('508095f2784c64114e06856edc1dafed')
+md5sums=('b8d157a204d56512a4cc196e53e7d8ee')
 
 build() {
   cd "${srcdir}"



[arch-commits] Commit in python-beautifulsoup4/repos/community-any (PKGBUILD PKGBUILD)

2013-11-02 Thread Daniel Wallace
Date: Saturday, November 2, 2013 @ 23:03:39
  Author: dwallace
Revision: 100373

archrelease: copy trunk to community-any

Added:
  python-beautifulsoup4/repos/community-any/PKGBUILD
(from rev 100372, python-beautifulsoup4/trunk/PKGBUILD)
Deleted:
  python-beautifulsoup4/repos/community-any/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-02 22:03:15 UTC (rev 100372)
+++ PKGBUILD2013-11-02 22:03:39 UTC (rev 100373)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-
-pkgbase=python-beautifulsoup4
-pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
-pkgver=4.3.1
-pkgrel=1
-pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
-arch=('any')
-url="http://www.crummy.com/software/BeautifulSoup/index.html";
-license=('PSF')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz";)
-md5sums=('508095f2784c64114e06856edc1dafed')
-
-build() {
-  cd "${srcdir}"
-  cp -a beautifulsoup4-${pkgver}{,-python2}
-
-  # Build python 3 module
-  cd "${srcdir}/beautifulsoup4-${pkgver}"
-  python setup.py build
-
-  # Build python 2 module
-  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
-  python2 setup.py build
-}
-
-package_python2-beautifulsoup4() {
-  optdepends=('python2-chardet: universal encoding detector'
-  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
-
-  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/bs4/tests
-}
-
-package_python-beautifulsoup4() {
-  optdepends=('python-chardet: universal encoding detector'
-  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
-
-  cd "${srcdir}/beautifulsoup4-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  rm -rf 
${pkgdir}/usr/lib/python3.2/site-packages/bs4/{__pycache__,tests,builder/__pycache__}
-}

Copied: python-beautifulsoup4/repos/community-any/PKGBUILD (from rev 100372, 
python-beautifulsoup4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-02 22:03:39 UTC (rev 100373)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+
+pkgbase=python-beautifulsoup4
+pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
+pkgver=4.3.2
+pkgrel=1
+pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
+arch=('any')
+url="http://www.crummy.com/software/BeautifulSoup/index.html";
+license=('PSF')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz";)
+md5sums=('b8d157a204d56512a4cc196e53e7d8ee')
+
+build() {
+  cd "${srcdir}"
+  cp -a beautifulsoup4-${pkgver}{,-python2}
+
+  # Build python 3 module
+  cd "${srcdir}/beautifulsoup4-${pkgver}"
+  python setup.py build
+
+  # Build python 2 module
+  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
+  python2 setup.py build
+}
+
+package_python2-beautifulsoup4() {
+  optdepends=('python2-chardet: universal encoding detector'
+  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+
+  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/bs4/tests
+}
+
+package_python-beautifulsoup4() {
+  optdepends=('python-chardet: universal encoding detector'
+  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd "${srcdir}/beautifulsoup4-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+
+  rm -rf 
${pkgdir}/usr/lib/python3.2/site-packages/bs4/{__pycache__,tests,builder/__pycache__}
+}



[arch-commits] Commit in lib32-curl/repos/multilib-x86_64 (6 files)

2013-11-02 Thread Daniel Wallace
Date: Saturday, November 2, 2013 @ 22:59:16
  Author: dwallace
Revision: 100371

archrelease: copy trunk to multilib-x86_64

Added:
  
lib32-curl/repos/multilib-x86_64/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
(from rev 100370, 
lib32-curl/trunk/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch)
  lib32-curl/repos/multilib-x86_64/PKGBUILD
(from rev 100370, lib32-curl/trunk/PKGBUILD)
  lib32-curl/repos/multilib-x86_64/curlbuild.h
(from rev 100370, lib32-curl/trunk/curlbuild.h)
Deleted:
  
lib32-curl/repos/multilib-x86_64/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
  lib32-curl/repos/multilib-x86_64/PKGBUILD
  lib32-curl/repos/multilib-x86_64/curlbuild.h

-+
 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch |   78 ++---
 PKGBUILD|  134 
+-
 curlbuild.h |   18 -
 3 files changed, 115 insertions(+), 115 deletions(-)

Deleted: 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
===
--- 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch 
2013-11-02 21:58:47 UTC (rev 100370)
+++ 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch 
2013-11-02 21:59:16 UTC (rev 100371)
@@ -1,39 +0,0 @@
-From da3fc1ee91de656a30f3a12de394bcba55119872 Mon Sep 17 00:00:00 2001
-From: Linus Nielsen Feltzing 
-Date: Sun, 10 Feb 2013 22:57:58 +0100
-Subject: [PATCH] Fix NULL pointer reference when closing an unused multi
- handle.
-

- lib/multi.c|  8 +---
- tests/data/Makefile.am |  1 +
- tests/data/test1508| 31 +
- tests/libtest/Makefile.inc |  6 +-
- tests/libtest/lib1508.c| 49 ++
- 5 files changed, 91 insertions(+), 4 deletions(-)
- create mode 100644 tests/data/test1508
- create mode 100644 tests/libtest/lib1508.c
-
-diff --git a/lib/multi.c b/lib/multi.c
-index fa0afb9..706df23 100644
 a/lib/multi.c
-+++ b/lib/multi.c
-@@ -1773,10 +1773,12 @@ CURLMcode curl_multi_cleanup(CURLM *multi_handle)
- /* Close all the connections in the connection cache */
- close_all_connections(multi);
- 
--multi->closure_handle->dns.hostcache = multi->hostcache;
--Curl_hostcache_clean(multi->closure_handle);
-+if(multi->closure_handle) {
-+  multi->closure_handle->dns.hostcache = multi->hostcache;
-+  Curl_hostcache_clean(multi->closure_handle);
- 
--Curl_close(multi->closure_handle);
-+  Curl_close(multi->closure_handle);
-+}
- multi->closure_handle = NULL;
- 
- Curl_hash_destroy(multi->sockhash);
--- 
-1.8.1.3
-

Copied: 
lib32-curl/repos/multilib-x86_64/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch
 (from rev 100370, 
lib32-curl/trunk/0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch)
===
--- 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch 
(rev 0)
+++ 0001-Fix-NULL-pointer-reference-when-closing-an-unused-mu.patch 
2013-11-02 21:59:16 UTC (rev 100371)
@@ -0,0 +1,39 @@
+From da3fc1ee91de656a30f3a12de394bcba55119872 Mon Sep 17 00:00:00 2001
+From: Linus Nielsen Feltzing 
+Date: Sun, 10 Feb 2013 22:57:58 +0100
+Subject: [PATCH] Fix NULL pointer reference when closing an unused multi
+ handle.
+
+---
+ lib/multi.c|  8 +---
+ tests/data/Makefile.am |  1 +
+ tests/data/test1508| 31 +
+ tests/libtest/Makefile.inc |  6 +-
+ tests/libtest/lib1508.c| 49 ++
+ 5 files changed, 91 insertions(+), 4 deletions(-)
+ create mode 100644 tests/data/test1508
+ create mode 100644 tests/libtest/lib1508.c
+
+diff --git a/lib/multi.c b/lib/multi.c
+index fa0afb9..706df23 100644
+--- a/lib/multi.c
 b/lib/multi.c
+@@ -1773,10 +1773,12 @@ CURLMcode curl_multi_cleanup(CURLM *multi_handle)
+ /* Close all the connections in the connection cache */
+ close_all_connections(multi);
+ 
+-multi->closure_handle->dns.hostcache = multi->hostcache;
+-Curl_hostcache_clean(multi->closure_handle);
++if(multi->closure_handle) {
++  multi->closure_handle->dns.hostcache = multi->hostcache;
++  Curl_hostcache_clean(multi->closure_handle);
+ 
+-Curl_close(multi->closure_handle);
++  Curl_close(multi->closure_handle);
++}
+ multi->closure_handle = NULL;
+ 
+ Curl_hash_destroy(multi->sockhash);
+-- 
+1.8.1.3
+

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-02 21:58:47 UTC (rev 100370)
+++ PKGBUILD2013-11-02 21:59:16 UTC (rev 100371)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contri

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

2013-11-02 Thread Daniel Wallace
Date: Saturday, November 2, 2013 @ 22:58:47
  Author: dwallace
Revision: 100370

upgpkg: lib32-curl 7.33.0-1

upgpkg: lib32-curl 7.33.0-1

Modified:
  lib32-curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 21:44:13 UTC (rev 100369)
+++ PKGBUILD2013-11-02 21:58:47 UTC (rev 100370)
@@ -8,7 +8,7 @@
 
 pkgname=lib32-curl
 _pkgname=curl
-pkgver=7.32.0
+pkgver=7.33.0
 pkgrel=1
 pkgdesc="An URL retrieval utility and library (32-bit)"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 depends=('lib32-libssh2' "${_pkgname}")
 options=('!libtool')
 source=("http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz"{,.asc})
-md5sums=('f77cf3cb59cf2bfe686b80338323fd40'
+md5sums=('c8a4eaac7ce7b0d1bf458d62ccd4ef93'
  'SKIP')
 
 build() {



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

2013-11-02 Thread Daniel Wallace
Date: Saturday, November 2, 2013 @ 22:44:13
  Author: dwallace
Revision: 100369

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

Added:
  connman/repos/community-i686/PKGBUILD
(from rev 100368, connman/trunk/PKGBUILD)
  connman/repos/community-i686/allow_group_network.diff
(from rev 100368, connman/trunk/allow_group_network.diff)
  connman/repos/community-x86_64/PKGBUILD
(from rev 100368, connman/trunk/PKGBUILD)
  connman/repos/community-x86_64/allow_group_network.diff
(from rev 100368, connman/trunk/allow_group_network.diff)
Deleted:
  connman/repos/community-i686/PKGBUILD
  connman/repos/community-i686/allow_group_network.diff
  connman/repos/community-x86_64/PKGBUILD
  connman/repos/community-x86_64/allow_group_network.diff

---+
 /PKGBUILD |  100 
 /allow_group_network.diff |   24 ++
 community-i686/PKGBUILD   |   50 --
 community-i686/allow_group_network.diff   |   12 ---
 community-x86_64/PKGBUILD |   50 --
 community-x86_64/allow_group_network.diff |   12 ---
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-02 21:43:32 UTC (rev 100368)
+++ community-i686/PKGBUILD 2013-11-02 21:44:13 UTC (rev 100369)
@@ -1,50 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Lucas De Marchi 
-
-pkgname=connman
-pkgver=1.18
-pkgrel=2
-pkgdesc="Wireless LAN network manager"
-url="http://connman.net/";
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('dbus-core' 'iptables' 'gnutls' 'glib2')
-conflicts=('openresolv')
-optdepends=('bluez: Support for Bluetooth devices'
-'wpa_supplicant: For WiFi devices'
-'pptpclient: for ppp support')
-makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp')
-source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
-'allow_group_network.diff')
-md5sums=('cd696bf74512eb644cef6e983ba6c94f'
- 'a8d22ee089fb0ed725130d16ad393047')
-
-prepare(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/allow_group_network.diff"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --bindir=/usr/bin \
- --sbindir=/usr/bin \
-  --with-systemdunitdir=/usr/lib/systemd/system \
-  --enable-threads \
-  --enable-pptp \
-  --enable-openconnect \
-  --enable-vpnc \
-  --enable-openvpn \
-  --enable-polkit \
-  --enable-client
-
-  make
-}
-
-package(){
-  make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
-  install -Dm755 "$srcdir/$pkgname-$pkgver/client/${pkgname}ctl" 
"$pkgdir/usr/bin/${pkgname}ctl"
-  find "$pkgdir/usr" -name \*.service -exec sed -i 's/s\(bin\)/\1/' {} +
-}

Copied: connman/repos/community-i686/PKGBUILD (from rev 100368, 
connman/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-02 21:44:13 UTC (rev 100369)
@@ -0,0 +1,50 @@
+#$Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Lucas De Marchi 
+
+pkgname=connman
+pkgver=1.19
+pkgrel=1
+pkgdesc="Wireless LAN network manager"
+url="http://connman.net/";
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('dbus-core' 'iptables' 'gnutls' 'glib2')
+conflicts=('openresolv')
+optdepends=('bluez: Support for Bluetooth devices'
+'wpa_supplicant: For WiFi devices'
+'pptpclient: for ppp support')
+makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp')
+source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+'allow_group_network.diff')
+md5sums=('562181545fe04ec8442ab4774963154d'
+ 'a8d22ee089fb0ed725130d16ad393047')
+
+prepare(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/allow_group_network.diff"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --bindir=/usr/bin \
+ --sbindir=/usr/bin \
+  --with-systemdunitdir=/usr/lib/systemd/system \
+  --enable-threads \
+  --enable-pptp \
+  --enable-openconnect \
+  --enable-vpnc \
+  --enable-openvpn \
+  --enable-polkit \
+  --enable-client
+
+  make
+}
+
+package(){
+  make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
+  install -Dm755 "$srcdir/$pkgname-$pkgver/client/${pkgname}ctl" 
"$pkgdir/usr/bin/${pkgname}ctl"
+  find "$pkgdir/usr" -name \*.service -exec sed -i 's/s\(bin\)/\1/' {} +
+}

Deleted: community-i686/allow_group_network.diff
===
--

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

2013-11-02 Thread Daniel Wallace
Date: Saturday, November 2, 2013 @ 22:43:32
  Author: dwallace
Revision: 100368

upgpkg: connman 1.19-1

upgpkg: connman 1.19

Modified:
  connman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 21:33:40 UTC (rev 100367)
+++ PKGBUILD2013-11-02 21:43:32 UTC (rev 100368)
@@ -3,8 +3,8 @@
 # Contributor: Lucas De Marchi 
 
 pkgname=connman
-pkgver=1.18
-pkgrel=2
+pkgver=1.19
+pkgrel=1
 pkgdesc="Wireless LAN network manager"
 url="http://connman.net/";
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp')
 
source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
 'allow_group_network.diff')
-md5sums=('cd696bf74512eb644cef6e983ba6c94f'
+md5sums=('562181545fe04ec8442ab4774963154d'
  'a8d22ee089fb0ed725130d16ad393047')
 
 prepare(){



[arch-commits] Commit in openssl/repos (14 files)

2013-11-02 Thread Pierre Schmitz
Date: Saturday, November 2, 2013 @ 22:43:36
  Author: pierre
Revision: 198744

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

Added:
  openssl/repos/testing-i686/
  openssl/repos/testing-i686/PKGBUILD
(from rev 198743, openssl/trunk/PKGBUILD)
  openssl/repos/testing-i686/ca-dir.patch
(from rev 198743, openssl/trunk/ca-dir.patch)
  openssl/repos/testing-i686/no-rpath.patch
(from rev 198743, openssl/trunk/no-rpath.patch)
  
openssl/repos/testing-i686/openssl-1.0.1-Check-DTLS_BAD_VER-for-version-number.patch
(from rev 198743, 
openssl/trunk/openssl-1.0.1-Check-DTLS_BAD_VER-for-version-number.patch)
  
openssl/repos/testing-i686/openssl-1.0.1-e_aes_cbc_hmac_sha1.c-fix-rare-bad-record-mac-on-AES.patch
(from rev 198743, 
openssl/trunk/openssl-1.0.1-e_aes_cbc_hmac_sha1.c-fix-rare-bad-record-mac-on-AES.patch)
  openssl/repos/testing-i686/openssl-1.0.1e-fix_pod_syntax-1.patch
(from rev 198743, openssl/trunk/openssl-1.0.1e-fix_pod_syntax-1.patch)
  openssl/repos/testing-x86_64/
  openssl/repos/testing-x86_64/PKGBUILD
(from rev 198743, openssl/trunk/PKGBUILD)
  openssl/repos/testing-x86_64/ca-dir.patch
(from rev 198743, openssl/trunk/ca-dir.patch)
  openssl/repos/testing-x86_64/no-rpath.patch
(from rev 198743, openssl/trunk/no-rpath.patch)
  
openssl/repos/testing-x86_64/openssl-1.0.1-Check-DTLS_BAD_VER-for-version-number.patch
(from rev 198743, 
openssl/trunk/openssl-1.0.1-Check-DTLS_BAD_VER-for-version-number.patch)
  
openssl/repos/testing-x86_64/openssl-1.0.1-e_aes_cbc_hmac_sha1.c-fix-rare-bad-record-mac-on-AES.patch
(from rev 198743, 
openssl/trunk/openssl-1.0.1-e_aes_cbc_hmac_sha1.c-fix-rare-bad-record-mac-on-AES.patch)
  openssl/repos/testing-x86_64/openssl-1.0.1e-fix_pod_syntax-1.patch
(from rev 198743, openssl/trunk/openssl-1.0.1e-fix_pod_syntax-1.patch)

-+
 testing-i686/PKGBUILD  
 |   84 ++
 testing-i686/ca-dir.patch  
 |   33 
 testing-i686/no-rpath.patch
 |   11 
 testing-i686/openssl-1.0.1-Check-DTLS_BAD_VER-for-version-number.patch 
 |   31 
 
testing-i686/openssl-1.0.1-e_aes_cbc_hmac_sha1.c-fix-rare-bad-record-mac-on-AES.patch
   |   32 
 testing-i686/openssl-1.0.1e-fix_pod_syntax-1.patch 
 |  393 ++
 testing-x86_64/PKGBUILD
 |   84 ++
 testing-x86_64/ca-dir.patch
 |   33 
 testing-x86_64/no-rpath.patch  
 |   11 
 testing-x86_64/openssl-1.0.1-Check-DTLS_BAD_VER-for-version-number.patch   
 |   31 
 
testing-x86_64/openssl-1.0.1-e_aes_cbc_hmac_sha1.c-fix-rare-bad-record-mac-on-AES.patch
 |   32 
 testing-x86_64/openssl-1.0.1e-fix_pod_syntax-1.patch   
 |  393 ++
 12 files changed, 1168 insertions(+)

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


[arch-commits] Commit in openssl/trunk (3 files)

2013-11-02 Thread Pierre Schmitz
Date: Saturday, November 2, 2013 @ 22:41:43
  Author: pierre
Revision: 198743

Backport fixes

See FS#36158

Added:
  openssl/trunk/openssl-1.0.1-Check-DTLS_BAD_VER-for-version-number.patch
  
openssl/trunk/openssl-1.0.1-e_aes_cbc_hmac_sha1.c-fix-rare-bad-record-mac-on-AES.patch
Modified:
  openssl/trunk/PKGBUILD

--+
 PKGBUILD |   
16 -
 openssl-1.0.1-Check-DTLS_BAD_VER-for-version-number.patch|   
31 +
 openssl-1.0.1-e_aes_cbc_hmac_sha1.c-fix-rare-bad-record-mac-on-AES.patch |   
32 ++
 3 files changed, 76 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 21:33:11 UTC (rev 198742)
+++ PKGBUILD2013-11-02 21:41:43 UTC (rev 198743)
@@ -6,7 +6,7 @@
 # use a pacman compatible version scheme
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
 #pkgver=$_ver
-pkgrel=4
+pkgrel=5
 pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
 arch=('i686' 'x86_64')
 url='https://www.openssl.org'
@@ -19,12 +19,16 @@
 "https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz.asc";
 'no-rpath.patch'
 'ca-dir.patch'
-'openssl-1.0.1e-fix_pod_syntax-1.patch')
+'openssl-1.0.1e-fix_pod_syntax-1.patch'
+'openssl-1.0.1-Check-DTLS_BAD_VER-for-version-number.patch'
+
'openssl-1.0.1-e_aes_cbc_hmac_sha1.c-fix-rare-bad-record-mac-on-AES.patch')
 md5sums=('66bf6f10f060d561929de96f9dfe5b8c'
  'SKIP'
  'dc78d3d06baffc16217519242ce92478'
  '3bf51be3a1bbd262be46dc619f92aa90'
- '88d3bef4bbdc640b0412315d8d347bdf')
+ '88d3bef4bbdc640b0412315d8d347bdf'
+ 'ae7848bb152b8834ceff30c8c480d422'
+ 'c5cc62a47cef72f4e5ad119a88e97ae4')
 
 prepare() {
cd $srcdir/$pkgname-$_ver
@@ -35,6 +39,12 @@
patch -p0 -i $srcdir/ca-dir.patch
 
patch -p1 -i $srcdir/openssl-1.0.1e-fix_pod_syntax-1.patch
+   # OpenSSL 1.0.0k, 1.0.1.d, 1.0.1e fail handshake with DTLS1_BAD_VER
+   # http://rt.openssl.org/Ticket/Display.html?id=2984
+   patch -p1 -i 
$srcdir/openssl-1.0.1-Check-DTLS_BAD_VER-for-version-number.patch
+   # Communication problems with 1.0.1e
+   # http://rt.openssl.org/Ticket/Display.html?id=3002
+   patch -p1 -i 
$srcdir/openssl-1.0.1-e_aes_cbc_hmac_sha1.c-fix-rare-bad-record-mac-on-AES.patch
 }
 
 build() {

Added: openssl-1.0.1-Check-DTLS_BAD_VER-for-version-number.patch
===
--- openssl-1.0.1-Check-DTLS_BAD_VER-for-version-number.patch   
(rev 0)
+++ openssl-1.0.1-Check-DTLS_BAD_VER-for-version-number.patch   2013-11-02 
21:41:43 UTC (rev 198743)
@@ -0,0 +1,31 @@
+From 9fe4603b8245425a4c46986ed000fca054231253 Mon Sep 17 00:00:00 2001
+From: David Woodhouse 
+Date: Tue, 12 Feb 2013 14:55:32 +
+Subject: Check DTLS_BAD_VER for version number.
+
+The version check for DTLS1_VERSION was redundant as
+DTLS1_VERSION > TLS1_1_VERSION, however we do need to
+check for DTLS1_BAD_VER for compatibility.
+
+PR:2984
+(cherry picked from commit d980abb22e22661e98e5cee33d760ab0c7584ecc)
+---
+ ssl/s3_cbc.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/ssl/s3_cbc.c b/ssl/s3_cbc.c
+index 02edf3f..443a31e 100644
+--- a/ssl/s3_cbc.c
 b/ssl/s3_cbc.c
+@@ -148,7 +148,7 @@ int tls1_cbc_remove_padding(const SSL* s,
+   unsigned padding_length, good, to_check, i;
+   const unsigned overhead = 1 /* padding length byte */ + mac_size;
+   /* Check if version requires explicit IV */
+-  if (s->version >= TLS1_1_VERSION || s->version == DTLS1_VERSION)
++  if (s->version >= TLS1_1_VERSION || s->version == DTLS1_BAD_VER)
+   {
+   /* These lengths are all public so we can test them in
+* non-constant time.
+-- 
+1.8.4.2
+

Added: openssl-1.0.1-e_aes_cbc_hmac_sha1.c-fix-rare-bad-record-mac-on-AES.patch
===
--- openssl-1.0.1-e_aes_cbc_hmac_sha1.c-fix-rare-bad-record-mac-on-AES.patch
(rev 0)
+++ openssl-1.0.1-e_aes_cbc_hmac_sha1.c-fix-rare-bad-record-mac-on-AES.patch
2013-11-02 21:41:43 UTC (rev 198743)
@@ -0,0 +1,32 @@
+From 9ab3ce124616cb12bd39c6aa1e1bde0f46969b29 Mon Sep 17 00:00:00 2001
+From: Andy Polyakov 
+Date: Mon, 18 Mar 2013 19:29:41 +0100
+Subject: e_aes_cbc_hmac_sha1.c: fix rare bad record mac on AES-NI plaforms.
+
+PR: 3002
+(cherry picked from commit 5c60046553716fcf160718f59160493194f212dc)
+---
+ crypto/evp/e_aes_cbc_hmac_sha1.c | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/crypto/evp/e_aes_cbc_hmac_sha1.c 
b/crypto/evp/e_aes_cbc_hmac_sha1.c
+index 483e04b..fb2c884 100644
+--- a/crypto/evp/e_aes_cbc_hmac_sha1.c
 b/crypto/

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

2013-11-02 Thread Eric Bélanger
Date: Saturday, November 2, 2013 @ 22:33:11
  Author: eric
Revision: 198742

Keep empty /etc/sensors.d/ directory (close FS#37188)

Modified:
  lm_sensors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 17:52:44 UTC (rev 198741)
+++ PKGBUILD2013-11-02 21:33:11 UTC (rev 198742)
@@ -12,7 +12,6 @@
 makedepends=('rrdtool')
 optdepends=('rrdtool: for logging with sensord')
 backup=('etc/sensors3.conf' 'etc/healthd.conf')
-options=('!emptydirs')
 
source=(http://dl.lm-sensors.org/lm-sensors/releases/lm_sensors-${pkgver}.tar.bz2{,.sig}
 \
healthd healthd.conf fancontrol.service sensord.service healthd.service 
\
 linux_3.0.patch lm_sensors-fancontrol.patch)



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

2013-11-02 Thread Daniel Wallace
Date: Saturday, November 2, 2013 @ 22:33:40
  Author: dwallace
Revision: 100367

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-02 21:32:52 UTC (rev 100366)
+++ community-i686/PKGBUILD 2013-11-02 21:33:40 UTC (rev 100367)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: dorphell
-# Contributor: Travis Willard  
-# Contributor: Douglas Soares de Andrade   
-# Contributor: Jesse Jaara 
-
-pkgname=libpng12
-_realname=libpng
-pkgver=1.2.50
-pkgrel=3
-pkgdesc="A collection of routines used to create PNG format graphics files"
-arch=('i686' 'x86_64')
-url="http://www.libpng.org/pub/png/libpng.html";
-license=('custom')
-depends=('zlib')
-source=("http://sourceforge.net/projects/libpng/files/libpng-${pkgver}.tar.xz";
-
"http://sourceforge.net/projects/apng/files/libpng/libpng12/libpng-${pkgver}-apng.patch.gz";)
-
-build() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-
-  patch -Np0 -i "${srcdir}/libpng-${pkgver}-apng.patch"
-
-  libtoolize --force --copy
-  aclocal
-  autoconf
-  automake --add-missing
-
-  ./configure --prefix=/usr
-
-  make ECHO=echo
-}
-
-package() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-
-  make ECHO=echo DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}/usr/share"
-  rm -rf "${pkgdir}/usr/bin/libpng-config"
-  rm -rf "${pkgdir}/usr/lib/"{libpng.so,libpng.a}
-  rm -fr "${pkgdir}/usr/lib/pkgconfig/libpng.pc"
-  rm -rf "${pkgdir}/usr/include/"{pngconf.h,png.h}
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/libpng12/LICENSE
-
-}
-
-md5sums=('a3e00fccbfe356174ab515b5c00641c7'
- 'b06ac3f6a6f982abc2036359665e82a9')

Copied: libpng12/repos/community-i686/PKGBUILD (from rev 100366, 
libpng12/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-02 21:33:40 UTC (rev 100367)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: dorphell
+# Contributor: Travis Willard  
+# Contributor: Douglas Soares de Andrade   
+# Contributor: Jesse Jaara 
+
+pkgname=libpng12
+_realname=libpng
+pkgver=1.2.50
+pkgrel=4
+pkgdesc="A collection of routines used to create PNG format graphics files"
+arch=('i686' 'x86_64')
+url="http://www.libpng.org/pub/png/libpng.html";
+license=('custom')
+depends=('zlib')
+source=("http://sourceforge.net/projects/libpng/files/libpng-${pkgver}.tar.xz";
+
"http://sourceforge.net/projects/apng/files/libpng/libpng12/libpng-${pkgver}-apng.patch.gz";)
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+
+  patch -Np0 -i "${srcdir}/libpng-${pkgver}-apng.patch"
+
+  libtoolize --force --copy
+  aclocal
+  autoconf
+  automake --add-missing
+
+  ./configure --prefix=/usr
+
+  make ECHO=echo
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+
+  make ECHO=echo DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}/usr/share"
+  rm -rf "${pkgdir}/usr/bin/libpng-config"
+  rm -rf "${pkgdir}/usr/lib/"{libpng.so,libpng.a}
+  rm -fr "${pkgdir}/usr/lib/pkgconfig/libpng.pc"
+  rm -rf "${pkgdir}/usr/include/"{pngconf.h,png.h}
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/libpng12/LICENSE
+
+}
+
+md5sums=('a3e00fccbfe356174ab515b5c00641c7'
+ 'b06ac3f6a6f982abc2036359665e82a9')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-02 21:32:52 UTC (rev 100366)
+++ community-x86_64/PKGBUILD   2013-11-02 21:33:40 UTC (rev 100367)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: dorphell
-# Contributor: Travis Willard  
-# Contributor: Douglas Soares de Andrade   
-# Contributor: Jesse Jaara 
-
-pkgname=libpng12
-_realname=libpng
-pkgver=1.2.50
-pkgrel=3
-pkgdesc="A collection of routines used to create PNG format graphics files"
-arch=('i686' 'x86_64')
-url="http://www.libpng.org/pub/png/libpng.html";
-license=('custom')
-depends=('zlib')
-source=("http://sourceforge.net/projects/libpng/files/libpng-${pkgver}.tar.xz";
-
"http://sourceforge.net/projects/apng/files/li

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

2013-11-02 Thread Daniel Wallace
Date: Saturday, November 2, 2013 @ 22:32:52
  Author: dwallace
Revision: 100366

upgpkg: libpng12 1.2.50-4

upgpkg: libpng12 1.2.50-4 staticlibs

Modified:
  libpng12/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 21:17:14 UTC (rev 100365)
+++ PKGBUILD2013-11-02 21:32:52 UTC (rev 100366)
@@ -8,7 +8,7 @@
 pkgname=libpng12
 _realname=libpng
 pkgver=1.2.50
-pkgrel=3
+pkgrel=4
 pkgdesc="A collection of routines used to create PNG format graphics files"
 arch=('i686' 'x86_64')
 url="http://www.libpng.org/pub/png/libpng.html";



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

2013-11-02 Thread Daniel Wallace
Date: Saturday, November 2, 2013 @ 22:17:14
  Author: dwallace
Revision: 100365

static libs

Modified:
  haskell-html/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 21:15:24 UTC (rev 100364)
+++ PKGBUILD2013-11-02 21:17:14 UTC (rev 100365)
@@ -15,6 +15,7 @@
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
 md5sums=('2a7de5a2af9a2f80d39825d6a95ee445')
+options=('staticlibs')
 
 build() {
 cd ${srcdir}/${_hkgname}-${pkgver}



[arch-commits] Commit in xe-guest-utilities/trunk (PKGBUILD)

2013-11-02 Thread Daniel Wallace
Date: Saturday, November 2, 2013 @ 22:15:24
  Author: dwallace
Revision: 100364

static libs

Modified:
  xe-guest-utilities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 20:40:41 UTC (rev 100363)
+++ PKGBUILD2013-11-02 21:15:24 UTC (rev 100364)
@@ -12,6 +12,7 @@
 
url="http://citrix.com/English/ps2/products/product.asp?contentID=683148&ntref=hp_nav_US";
 license=('GPL' 'LGPL')
 makedepends=(python2)
+options=(staticlibs)
 
source=("ftp://ftp.archlinux.org/other/community/$pkgbase/${pkgbase}_${pkgver}-1033.tar.gz";
'ip_address.patch'
 'xe-linux-distribution.service'



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

2013-11-02 Thread Ray Rashif
Date: Saturday, November 2, 2013 @ 21:40:41
  Author: schiv
Revision: 100363

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

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

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   35 ---
 community-x86_64/PKGBUILD |   35 ---
 3 files changed, 78 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-02 20:40:17 UTC (rev 100362)
+++ community-i686/PKGBUILD 2013-11-02 20:40:41 UTC (rev 100363)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: svoufff 
-# Contributor: Shinlun Hsieh 
-
-pkgname=gigedit
-pkgver=0.2.0
-pkgrel=2
-pkgdesc="Gigasampler instrument editor"
-arch=(i686 x86_64)
-url="http://www.linuxsampler.org/";
-license=('GPL')
-depends=('linuxsampler' 'gtkmm' 'libsigc++')
-makedepends=('intltool')
-options=('!makeflags')
-source=(http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.gz)
-md5sums=('eadfc82118460206e8f83c104f9d2a3a')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # fix linking
-  sed -i -e 's/@LIBS@/@LIBS@ -lsigc-2.0/g' src/gigedit/Makefile.in
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gigedit/repos/community-i686/PKGBUILD (from rev 100362, 
gigedit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-02 20:40:41 UTC (rev 100363)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: svoufff 
+# Contributor: Shinlun Hsieh 
+
+pkgname=gigedit
+pkgver=0.2.0
+pkgrel=3
+pkgdesc="Gigasampler instrument editor"
+arch=('i686' 'x86_64')
+url="http://www.linuxsampler.org/";
+license=('GPL')
+depends=('linuxsampler' 'gtkmm') # linuxsampler required for plugin
+makedepends=('intltool')
+options=('!makeflags') # code chokes on parallel build
+source=("http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.gz";)
+md5sums=('eadfc82118460206e8f83c104f9d2a3a')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # fix linking
+  sed -i -e 's/@LIBS@/@LIBS@ -lsigc-2.0/g' src/gigedit/Makefile.in
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-02 20:40:17 UTC (rev 100362)
+++ community-x86_64/PKGBUILD   2013-11-02 20:40:41 UTC (rev 100363)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: svoufff 
-# Contributor: Shinlun Hsieh 
-
-pkgname=gigedit
-pkgver=0.2.0
-pkgrel=2
-pkgdesc="Gigasampler instrument editor"
-arch=(i686 x86_64)
-url="http://www.linuxsampler.org/";
-license=('GPL')
-depends=('linuxsampler' 'gtkmm' 'libsigc++')
-makedepends=('intltool')
-options=('!makeflags')
-source=(http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.gz)
-md5sums=('eadfc82118460206e8f83c104f9d2a3a')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # fix linking
-  sed -i -e 's/@LIBS@/@LIBS@ -lsigc-2.0/g' src/gigedit/Makefile.in
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gigedit/repos/community-x86_64/PKGBUILD (from rev 100362, 
gigedit/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-02 20:40:41 UTC (rev 100363)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: svoufff 
+# Contributor: Shinlun Hsieh 
+
+pkgname=gigedit
+pkgver=0.2.0
+pkgrel=3
+pkgdesc="Gigasampler instrument editor"
+arch=('i686' 'x86_64')
+url="http://www.linuxsampler.org/";
+license=('GPL')
+depends=('linuxsampler' 'gtkmm') # linuxsampler required for plugin
+makedepends=('intltool')
+options=('!makeflags') # code chokes on parallel build
+source=("http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.gz";)
+md5sums=('eadfc82118460206e8f83c104f9d2a3a')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # fix linking
+  sed -i -e 's/@LIBS@/@LIBS@ -lsigc-2.0/g' src/gigedit/Makefile.in
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pk

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

2013-11-02 Thread Ray Rashif
Date: Saturday, November 2, 2013 @ 21:40:17
  Author: schiv
Revision: 100362

upgpkg: gigedit 0.2.0-3

remove static libs

Modified:
  gigedit/trunk/PKGBUILD

--+
 PKGBUILD |   20 
 1 file changed, 12 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 20:39:09 UTC (rev 100361)
+++ PKGBUILD2013-11-02 20:40:17 UTC (rev 100362)
@@ -5,31 +5,35 @@
 
 pkgname=gigedit
 pkgver=0.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Gigasampler instrument editor"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://www.linuxsampler.org/";
 license=('GPL')
-depends=('linuxsampler' 'gtkmm' 'libsigc++')
+depends=('linuxsampler' 'gtkmm') # linuxsampler required for plugin
 makedepends=('intltool')
-options=('!makeflags')
-source=(http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.gz)
+options=('!makeflags') # code chokes on parallel build
+source=("http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.gz";)
 md5sums=('eadfc82118460206e8f83c104f9d2a3a')
 
-build() {
+prepare() {
   cd "$srcdir/$pkgname-$pkgver"
 
   # fix linking
   sed -i -e 's/@LIBS@/@LIBS@ -lsigc-2.0/g' src/gigedit/Makefile.in
+}
 
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
   ./configure --prefix=/usr
   make
 }
 
 package() {
-   cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgname-$pkgver"
 
-  make DESTDIR="$pkgdir/" install
+  make DESTDIR="$pkgdir" install
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-11-02 Thread Ray Rashif
Date: Saturday, November 2, 2013 @ 21:39:09
  Author: schiv
Revision: 100361

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

Added:
  linuxsampler/repos/community-i686/PKGBUILD
(from rev 100360, linuxsampler/trunk/PKGBUILD)
  linuxsampler/repos/community-i686/license.txt
(from rev 100360, linuxsampler/trunk/license.txt)
  linuxsampler/repos/community-x86_64/PKGBUILD
(from rev 100360, linuxsampler/trunk/PKGBUILD)
  linuxsampler/repos/community-x86_64/license.txt
(from rev 100360, linuxsampler/trunk/license.txt)
Deleted:
  linuxsampler/repos/community-i686/PKGBUILD
  linuxsampler/repos/community-i686/license.txt
  linuxsampler/repos/community-x86_64/PKGBUILD
  linuxsampler/repos/community-x86_64/license.txt

--+
 /PKGBUILD|   90 +
 /license.txt |   14 ++
 community-i686/PKGBUILD  |   38 -
 community-i686/license.txt   |7 ---
 community-x86_64/PKGBUILD|   38 -
 community-x86_64/license.txt |7 ---
 6 files changed, 104 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-02 20:38:48 UTC (rev 100360)
+++ community-i686/PKGBUILD 2013-11-02 20:39:09 UTC (rev 100361)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: svoufff 
-# Contributor: Shinlun Hsieh 
-
-pkgname=linuxsampler
-pkgver=1.0.0
-pkgrel=2
-pkgdesc="Professional-grade audio sampler alternative to Gigasampler"
-arch=(i686 x86_64)
-url="http://www.linuxsampler.org/";
-license=('GPL' 'custom')
-depends=('libgig' 'jack' 'sqlite3')
-makedepends=('dssi' 'lv2core')
-options=('libtool') # do NOT slay libtool; required by gigedit
-source=(http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2
-license.txt)
-md5sums=('a97136791a3228d840b006e5481fc39d'
- '746c1421eb9f6812b5fa411bfb923c75')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure  --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-
-  # install GPL exception statement
-  install -Dm644 ../license.txt \
-"$pkgdir/usr/share/licenses/$pkgname/GPL-EXCEPTION"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: linuxsampler/repos/community-i686/PKGBUILD (from rev 100360, 
linuxsampler/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-02 20:39:09 UTC (rev 100361)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: svoufff 
+# Contributor: Shinlun Hsieh 
+
+pkgname=linuxsampler
+pkgver=1.0.0
+pkgrel=3
+pkgdesc="Professional-grade audio sampler alternative to Gigasampler"
+arch=('i686' 'x86_64')
+url="http://www.linuxsampler.org/";
+license=('GPL' 'custom:exception')
+depends=('libgig' 'jack' 'sqlite')
+makedepends=('ladspa' 'dssi' 'lv2core') # ladspa is a header dep of dssi
+options=('libtool') # do NOT slay libtool; required by gigedit
+source=("http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2";
+'license.txt')
+md5sums=('a97136791a3228d840b006e5481fc39d'
+ '746c1421eb9f6812b5fa411bfb923c75')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # fix compile error with compiler's suggestion
+  sed -i 's/append(element)/this->append(element)/' src/common/Pool.h
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  # install GPL exception statement
+  install -Dm644 "$srcdir/license.txt" \
+"$pkgdir/usr/share/licenses/$pkgname/GPL-EXCEPTION"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/license.txt
===
--- community-i686/license.txt  2013-11-02 20:38:48 UTC (rev 100360)
+++ community-i686/license.txt  2013-11-02 20:39:09 UTC (rev 100361)
@@ -1,7 +0,0 @@
-LinuxSampler is licensed under the GNU GPL with the exception that
-USAGE of the source code, libraries and applications
-FOR COMMERCIAL HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED without
-prior written permission by the LinuxSampler authors.
-
-If you have questions on the subject, that are not yet covered by
-the FAQ, please contact us.

Copied: linuxsampler/repos/community-i686/license.txt (from rev 100360, 
linuxsampler/trunk/license.txt)
===
--- community-i686/license.txt  (rev 0)
+++ community-i686/license.txt  2013-11-02 20:39:09 UTC (rev 100361)
@@ -0,0 +1,7 @@
+LinuxSampler is licensed under the GNU GPL with the exception that
+USAGE of the source code, libraries and applications
+FOR COMMERCIAL HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED without
+prior written per

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

2013-11-02 Thread Ray Rashif
Date: Saturday, November 2, 2013 @ 21:38:48
  Author: schiv
Revision: 100360

upgpkg: linuxsampler 1.0.0-3

remove static libs

Modified:
  linuxsampler/trunk/PKGBUILD

--+
 PKGBUILD |   25 -
 1 file changed, 16 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 20:24:57 UTC (rev 100359)
+++ PKGBUILD2013-11-02 20:38:48 UTC (rev 100360)
@@ -5,23 +5,30 @@
 
 pkgname=linuxsampler
 pkgver=1.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Professional-grade audio sampler alternative to Gigasampler"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://www.linuxsampler.org/";
-license=('GPL' 'custom')
+license=('GPL' 'custom:exception')
 depends=('libgig' 'jack' 'sqlite')
-makedepends=('dssi' 'lv2core')
+makedepends=('ladspa' 'dssi' 'lv2core') # ladspa is a header dep of dssi
 options=('libtool') # do NOT slay libtool; required by gigedit
-source=(http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2
-license.txt)
+source=("http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2";
+'license.txt')
 md5sums=('a97136791a3228d840b006e5481fc39d'
  '746c1421eb9f6812b5fa411bfb923c75')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # fix compile error with compiler's suggestion
+  sed -i 's/append(element)/this->append(element)/' src/common/Pool.h
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  ./configure  --prefix=/usr
+  ./configure --prefix=/usr
   make
 }
 
@@ -28,10 +35,10 @@
 package() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  make DESTDIR="$pkgdir/" install
+  make DESTDIR="$pkgdir" install
 
   # install GPL exception statement
-  install -Dm644 ../license.txt \
+  install -Dm644 "$srcdir/license.txt" \
 "$pkgdir/usr/share/licenses/$pkgname/GPL-EXCEPTION"
 }
 



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

2013-11-02 Thread Ray Rashif
Date: Saturday, November 2, 2013 @ 21:24:33
  Author: schiv
Revision: 100358

upgpkg: libgig 3.3.0-3

remove static libs

Modified:
  libgig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 17:06:23 UTC (rev 100357)
+++ PKGBUILD2013-11-02 20:24:33 UTC (rev 100358)
@@ -5,14 +5,14 @@
 
 pkgname=libgig
 pkgver=3.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="C++ library for loading Gigasampler and DLS files"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://www.linuxsampler.org/libgig/";
 license=('GPL')
-depends=('gcc-libs' 'util-linux' 'libsndfile')
-options=('!makeflags')
-source=(http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2)
+depends=('util-linux' 'libsndfile')
+options=('!makeflags') # code chokes on parallel build
+source=("http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2";)
 md5sums=('fc33e8e948ed2db9b7003a3ecdb78549')
 
 build() {
@@ -25,7 +25,7 @@
 package() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  make DESTDIR="$pkgdir/" install
+  make DESTDIR="$pkgdir" install
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-11-02 Thread Ray Rashif
Date: Saturday, November 2, 2013 @ 21:24:57
  Author: schiv
Revision: 100359

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

Added:
  libgig/repos/community-i686/PKGBUILD
(from rev 100358, libgig/trunk/PKGBUILD)
  libgig/repos/community-x86_64/PKGBUILD
(from rev 100358, libgig/trunk/PKGBUILD)
Deleted:
  libgig/repos/community-i686/PKGBUILD
  libgig/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-02 20:24:33 UTC (rev 100358)
+++ community-i686/PKGBUILD 2013-11-02 20:24:57 UTC (rev 100359)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: svoufff 
-# Contributor: Shinlun Hsieh 
-
-pkgname=libgig
-pkgver=3.3.0
-pkgrel=2
-pkgdesc="C++ library for loading Gigasampler and DLS files"
-arch=(i686 x86_64)
-url="http://www.linuxsampler.org/libgig/";
-license=('GPL')
-depends=('gcc-libs' 'util-linux-ng' 'libsndfile')
-options=('!makeflags')
-source=(http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2)
-md5sums=('fc33e8e948ed2db9b7003a3ecdb78549')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libgig/repos/community-i686/PKGBUILD (from rev 100358, 
libgig/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-02 20:24:57 UTC (rev 100359)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: svoufff 
+# Contributor: Shinlun Hsieh 
+
+pkgname=libgig
+pkgver=3.3.0
+pkgrel=3
+pkgdesc="C++ library for loading Gigasampler and DLS files"
+arch=('i686' 'x86_64')
+url="http://www.linuxsampler.org/libgig/";
+license=('GPL')
+depends=('util-linux' 'libsndfile')
+options=('!makeflags') # code chokes on parallel build
+source=("http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2";)
+md5sums=('fc33e8e948ed2db9b7003a3ecdb78549')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-02 20:24:33 UTC (rev 100358)
+++ community-x86_64/PKGBUILD   2013-11-02 20:24:57 UTC (rev 100359)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: svoufff 
-# Contributor: Shinlun Hsieh 
-
-pkgname=libgig
-pkgver=3.3.0
-pkgrel=2
-pkgdesc="C++ library for loading Gigasampler and DLS files"
-arch=(i686 x86_64)
-url="http://www.linuxsampler.org/libgig/";
-license=('GPL')
-depends=('gcc-libs' 'util-linux-ng' 'libsndfile')
-options=('!makeflags')
-source=(http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2)
-md5sums=('fc33e8e948ed2db9b7003a3ecdb78549')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libgig/repos/community-x86_64/PKGBUILD (from rev 100358, 
libgig/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-02 20:24:57 UTC (rev 100359)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: svoufff 
+# Contributor: Shinlun Hsieh 
+
+pkgname=libgig
+pkgver=3.3.0
+pkgrel=3
+pkgdesc="C++ library for loading Gigasampler and DLS files"
+arch=('i686' 'x86_64')
+url="http://www.linuxsampler.org/libgig/";
+license=('GPL')
+depends=('util-linux' 'libsndfile')
+options=('!makeflags') # code chokes on parallel build
+source=("http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2";)
+md5sums=('fc33e8e948ed2db9b7003a3ecdb78549')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in itstool/repos/extra-any (PKGBUILD PKGBUILD)

2013-11-02 Thread Jan Steffens
Date: Saturday, November 2, 2013 @ 18:52:44
  Author: heftig
Revision: 198741

archrelease: copy trunk to extra-any

Added:
  itstool/repos/extra-any/PKGBUILD
(from rev 198740, itstool/trunk/PKGBUILD)
Deleted:
  itstool/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   66 -
 1 file changed, 35 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-02 17:52:03 UTC (rev 198740)
+++ PKGBUILD2013-11-02 17:52:44 UTC (rev 198741)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Michael Pusterhofer 
-
-pkgname=itstool
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="XML to PO and back again"
-arch=(any)
-url="http://itstool.org/";
-license=(GPL3)
-source=(http://files.itstool.org/itstool/$pkgname-$pkgver.tar.bz2)
-depends=(python2 libxml2)
-sha256sums=('46fed63fb89c72dbfc03097b4477084ff05ad6f171212d8f1f1546ea543978aa')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i '1s|#!/usr/bin/python|&2|' itstool itstool.in
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: itstool/repos/extra-any/PKGBUILD (from rev 198740, 
itstool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-02 17:52:44 UTC (rev 198741)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Michael Pusterhofer 
+
+pkgname=itstool
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="XML to PO and back again"
+arch=(any)
+url="http://itstool.org/";
+license=(GPL3)
+depends=(python2 libxml2)
+source=(http://files.itstool.org/itstool/$pkgname-$pkgver.tar.bz2)
+sha256sums=('14708111b11b4a70e240e3b404d7a58941e61dbb5caf7e18833294d654c09169')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '1s|#!/usr/bin/python|&2|' itstool itstool.in
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



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

2013-11-02 Thread Jan Steffens
Date: Saturday, November 2, 2013 @ 18:52:03
  Author: heftig
Revision: 198740

2.0.0 (tried to use python3, but failed. it's not compatible)

Modified:
  itstool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 17:33:56 UTC (rev 198739)
+++ PKGBUILD2013-11-02 17:52:03 UTC (rev 198740)
@@ -3,19 +3,23 @@
 # Contributor: Michael Pusterhofer 
 
 pkgname=itstool
-pkgver=1.2.0
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="XML to PO and back again"
 arch=(any)
 url="http://itstool.org/";
 license=(GPL3)
+depends=(python2 libxml2)
 source=(http://files.itstool.org/itstool/$pkgname-$pkgver.tar.bz2)
-depends=(python2 libxml2)
-sha256sums=('46fed63fb89c72dbfc03097b4477084ff05ad6f171212d8f1f1546ea543978aa')
+sha256sums=('14708111b11b4a70e240e3b404d7a58941e61dbb5caf7e18833294d654c09169')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '1s|#!/usr/bin/python|&2|' itstool itstool.in
+}
+
 build() {
   cd $pkgname-$pkgver
-  sed -i '1s|#!/usr/bin/python|&2|' itstool itstool.in
   ./configure --prefix=/usr
   make
 }



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

2013-11-02 Thread Jan Steffens
Date: Saturday, November 2, 2013 @ 18:33:56
  Author: heftig
Revision: 198739

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-02 17:32:49 UTC (rev 198738)
+++ extra-i686/PKGBUILD 2013-11-02 17:33:56 UTC (rev 198739)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Maintainer: Tom Gundersen 
-# Contributor: John Proctor 
-
-pkgname=libxml2
-pkgver=2.9.1
-pkgrel=3
-pkgdesc="XML parsing library, version 2"
-arch=(i686 x86_64)
-license=('MIT')
-depends=('zlib' 'readline' 'ncurses' 'xz')
-makedepends=('python2')
-url="http://www.xmlsoft.org/";
-source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
-http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
-md5sums=('9c0cfef285d5c4a5c80d00904ddab380'
- 'ae3d1ebe000a3972afa104ca7f0e1b4a')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
-  ./configure --prefix=/usr --with-threads --with-history \
- --with-python=/usr/bin/python2
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  mv "${srcdir}/xmlconf" .
-  make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libxml2/repos/extra-i686/PKGBUILD (from rev 198738, 
libxml2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-02 17:33:56 UTC (rev 198739)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Tom Gundersen 
+# Contributor: John Proctor 
+
+pkgname=libxml2
+pkgver=2.9.1
+pkgrel=4
+pkgdesc="XML parsing library, version 2"
+arch=(i686 x86_64)
+license=('MIT')
+depends=('zlib' 'readline' 'ncurses' 'xz')
+makedepends=('python' 'python2')
+url="http://www.xmlsoft.org/";
+source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
+http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
+md5sums=('9c0cfef285d5c4a5c80d00904ddab380'
+ 'ae3d1ebe000a3972afa104ca7f0e1b4a')
+
+prepare() {
+  mv xmlconf -t ${pkgname}-${pkgver}
+  cp -a ${pkgname}-${pkgver} python3
+
+  cd ${pkgname}-${pkgver}
+  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
+  make
+
+  cd ../python3
+  ./configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python3
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+  cd ../python3
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+  cd ../python3/python
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-02 17:32:49 UTC (rev 198738)
+++ extra-x86_64/PKGBUILD   2013-11-02 17:33:56 UTC (rev 198739)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Maintainer: Tom Gundersen 
-# Contributor: John Proctor 
-
-pkgname=libxml2
-pkgver=2.9.1
-pkgrel=3
-pkgdesc="XML parsing library, version 2"
-arch=(i686 x86_64)
-license=('MIT')
-depends=('zlib' 'readline' 'ncurses' 'xz')
-makedepends=('python2')
-url="http://www.xmlsoft.org/";
-source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
-http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
-md5sums=('9c0cfef285d5c4a5c80d00904ddab380'
- 'ae3d1ebe000a3972afa104ca7f0e1b4a')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
-  ./configure --prefix=/usr --with-threads --with-history \
- --with-python=/usr/bin/python2
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  mv "${srcdir}/xmlconf" .
-  make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: libxml2/repos/extra-x86_64/PKGBUILD 

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

2013-11-02 Thread Jan Steffens
Date: Saturday, November 2, 2013 @ 18:32:49
  Author: heftig
Revision: 198738

ship python3 bindings

Modified:
  libxml2/trunk/PKGBUILD

--+
 PKGBUILD |   31 ++-
 1 file changed, 22 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 16:06:46 UTC (rev 198737)
+++ PKGBUILD2013-11-02 17:32:49 UTC (rev 198738)
@@ -5,12 +5,12 @@
 
 pkgname=libxml2
 pkgver=2.9.1
-pkgrel=3
+pkgrel=4
 pkgdesc="XML parsing library, version 2"
 arch=(i686 x86_64)
 license=('MIT')
 depends=('zlib' 'readline' 'ncurses' 'xz')
-makedepends=('python2')
+makedepends=('python' 'python2')
 url="http://www.xmlsoft.org/";
 source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
 http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
@@ -17,22 +17,35 @@
 md5sums=('9c0cfef285d5c4a5c80d00904ddab380'
  'ae3d1ebe000a3972afa104ca7f0e1b4a')
 
+prepare() {
+  mv xmlconf -t ${pkgname}-${pkgver}
+  cp -a ${pkgname}-${pkgver} python3
+
+  cd ${pkgname}-${pkgver}
+  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
+}
+
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
-  ./configure --prefix=/usr --with-threads --with-history \
- --with-python=/usr/bin/python2
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
   make
+
+  cd ../python3
+  ./configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python3
+  make
 }
 
 check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  mv "${srcdir}/xmlconf" .
+  cd ${pkgname}-${pkgver}
   make check
+  cd ../python3
+  make check
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+  cd ../python3/python
+  make DESTDIR="${pkgdir}" install
 }



[arch-commits] Commit in dart/repos (2 files)

2013-11-02 Thread Alexander Rødseth
Date: Saturday, November 2, 2013 @ 18:06:23
  Author: arodseth
Revision: 100357

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

Added:
  dart/repos/community-i686/PKGBUILD
(from rev 100356, dart/trunk/PKGBUILD)
  dart/repos/community-x86_64/PKGBUILD
(from rev 100356, dart/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   80 
 community-x86_64/PKGBUILD |   80 
 2 files changed, 160 insertions(+)

Copied: dart/repos/community-i686/PKGBUILD (from rev 100356, 
dart/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-02 17:06:23 UTC (rev 100357)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: T. Jameson Little 
+# Contributor: Usagi Ito 
+# Contributor: siasia 
+# Contributor: Julien Nicoulaud 
+
+pkgname=dart
+pkgver=0.8.7.0
+pkgrel=1
+pkgdesc='The dart programming language (includes SDK and editor)'
+arch=('x86_64' 'i686')
+url='http://www.dartlang.org/'
+license=('BSD' 'EPL')
+depends=('java-runtime' 'gtk2' 'desktop-file-utils' 'gconf')
+makedepends=('gendesk' 'setconf')
+backup=("opt/$pkgname/DartEditor.ini")
+options=('!strip')
+
+if [[ $CARCH == x86_64 ]]; then
+  
source=("https://storage.googleapis.com/dart-editor-archive-integration/latest/darteditor-linux-64.zip";
+  
'darteditor.png::https://www.dartlang.org/tools/images/dart-logo-48.png')
+  
sha256sums=('230d53fc95f873e4d2e7cd2377706693196dbfc154c80493d57cf409d2908d72'
+  
'd90f14b0cfa2dd36502ed5e5854466d54c8d0cf0ac9a5d9ec823274c1a33a00e')
+else
+  
source=("https://storage.googleapis.com/dart-editor-archive-integration/latest/darteditor-linux-32.zip";
+  
'darteditor.png::https://www.dartlang.org/tools/images/dart-logo-48.png')
+  
sha256sums=('4752ad56ca58611cf67474d3ebb979a2e5f26e477a3c508cf5847c7207e837a1'
+  
'd90f14b0cfa2dd36502ed5e5854466d54c8d0cf0ac9a5d9ec823274c1a33a00e')
+fi
+
+prepare() {
+  # Fix permissions
+  find "$pkgname" -type d -exec chmod 0755 '{}' + \
+-or -type f -exec chmod 0644 '{}' +
+  chmod +x "$pkgname/DartEditor"
+  chmod +x "$pkgname/dart-sdk/bin/"*
+
+  # Remove dartium (available in the dart-editor package on AUR)
+  rm -r "$pkgname/chromium"
+
+  # Prepare a desktop shortcut
+  gendesk -n -f --pkgname 'darteditor' --name 'Dart Editor' \
+--exec 'darteditor %U' --pkgdesc 'Editor for the dart programming language'
+
+  # Fix paths
+  cd "$pkgname/dart-sdk/bin"
+  setconf dart2js BIN_DIR "/opt/$pkgname/dart-sdk/bin"
+  setconf dart2js PROG_NAME "/opt/$pkgname/dart-sdk/bin/dart2js"
+  setconf dartanalyzer SCRIPT_DIR "/opt/$pkgname/dart-sdk/bin"
+  setconf dartdoc BIN_DIR "/opt/$pkgname/dart-sdk/bin"
+}
+
+package() {
+  # Create directories
+  install -d "$pkgdir"{"/opt/$pkgname",/usr/{bin,"share/doc/$pkgname"}}
+
+  # Package the files
+  cp -a dart/* "$pkgdir/opt/$pkgname/"
+
+  # Set up symbolic links for the executables
+  for f in dart dart2js dartanalyzer dartdoc pub; do
+ln -s "/opt/$pkgname/dart-sdk/bin/$f" "$pkgdir/usr/bin/$f"
+  done
+  ln -s "/opt/$pkgname/DartEditor" "$pkgdir/usr/bin/darteditor"
+
+  # Package samples and documentation
+  for f in samples about.html about_files; do
+echo mv "$pkgdir/opt/$pkgname/$f" "$pkgdir/usr/share/doc/$pkgname/"
+  done
+
+  # Set up a symbolic link for the configuration
+  echo ln -s "/opt/$pkgname/DartEditor.ini" "$pkgdir/etc/darteditor.ini"
+
+  # Package desktop shortcut and icon
+  install -Dm644 'darteditor.desktop' 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 'darteditor.png' "$pkgdir/usr/share/pixmaps/darteditor.png"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: dart/repos/community-x86_64/PKGBUILD (from rev 100356, 
dart/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-02 17:06:23 UTC (rev 100357)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: T. Jameson Little 
+# Contributor: Usagi Ito 
+# Contributor: siasia 
+# Contributor: Julien Nicoulaud 
+
+pkgname=dart
+pkgver=0.8.7.0
+pkgrel=1
+pkgdesc='The dart programming language (includes SDK and editor)'
+arch=('x86_64' 'i686')
+url='http://www.dartlang.org/'
+license=('BSD' 'EPL')
+depends=('java-runtime' 'gtk2' 'desktop-file-utils' 'gconf')
+makedepends=('gendesk' 'setconf')
+backup=("opt/$pkgname/DartEditor.ini")
+options=('!strip')
+
+if [[ $CARCH == x86_64 ]]; then
+  
source=("https://storage.googleapis.com/dart-editor-archive-integration/latest/darteditor-linux-64.zip";
+  
'darteditor.png::https://www.dartlang.org/tools/images/dart-logo-48.png')
+  
sha256sums=('230d53fc95f873e4d2e7cd2377706693196dbfc154c8

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

2013-11-02 Thread Alexander Rødseth
Date: Saturday, November 2, 2013 @ 18:06:10
  Author: arodseth
Revision: 100356

upgpkg: dart 0.8.7.0-1

Modified:
  dart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 16:17:09 UTC (rev 100355)
+++ PKGBUILD2013-11-02 17:06:10 UTC (rev 100356)
@@ -74,7 +74,7 @@
 
   # Package desktop shortcut and icon
   install -Dm644 'darteditor.desktop' 
"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 '../darteditor.png' "$pkgdir/usr/share/pixmaps/darteditor.png"
+  install -Dm644 'darteditor.png' "$pkgdir/usr/share/pixmaps/darteditor.png"
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-11-02 Thread Kyle Keen
Date: Saturday, November 2, 2013 @ 17:17:09
  Author: kkeen
Revision: 100355

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

Added:
  gnuradio/repos/community-i686/21-fcd.rules
(from rev 100354, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-i686/PKGBUILD
(from rev 100354, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-i686/gnuradio.install
(from rev 100354, gnuradio/trunk/gnuradio.install)
  gnuradio/repos/community-x86_64/21-fcd.rules
(from rev 100354, gnuradio/trunk/21-fcd.rules)
  gnuradio/repos/community-x86_64/PKGBUILD
(from rev 100354, gnuradio/trunk/PKGBUILD)
  gnuradio/repos/community-x86_64/gnuradio.install
(from rev 100354, gnuradio/trunk/gnuradio.install)
Deleted:
  gnuradio/repos/community-i686/21-fcd.rules
  gnuradio/repos/community-i686/PKGBUILD
  gnuradio/repos/community-x86_64/21-fcd.rules
  gnuradio/repos/community-x86_64/PKGBUILD

---+
 /21-fcd.rules |   18 
 /PKGBUILD |  162 
 community-i686/21-fcd.rules   |9 --
 community-i686/PKGBUILD   |   78 -
 community-i686/gnuradio.install   |   11 ++
 community-x86_64/21-fcd.rules |9 --
 community-x86_64/PKGBUILD |   78 -
 community-x86_64/gnuradio.install |   11 ++
 8 files changed, 202 insertions(+), 174 deletions(-)

Deleted: community-i686/21-fcd.rules
===
--- community-i686/21-fcd.rules 2013-11-02 16:16:19 UTC (rev 100354)
+++ community-i686/21-fcd.rules 2013-11-02 16:17:09 UTC (rev 100355)
@@ -1,9 +0,0 @@
-# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
-
-# HIDAPI/libusb:
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
-SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
-
-# HIDAPI/hidraw:
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
-KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Copied: gnuradio/repos/community-i686/21-fcd.rules (from rev 100354, 
gnuradio/trunk/21-fcd.rules)
===
--- community-i686/21-fcd.rules (rev 0)
+++ community-i686/21-fcd.rules 2013-11-02 16:17:09 UTC (rev 100355)
@@ -0,0 +1,9 @@
+# Udev rules for the Funcube Dongle Pro (0xfb56) and Pro+ (0xfb31)
+
+# HIDAPI/libusb:
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb56" MODE:="0666"
+SUBSYSTEMS=="usb" ATTRS{idVendor}=="04d8" ATTRS{idProduct}=="fb31" MODE:="0666"
+
+# HIDAPI/hidraw:
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb56", MODE="0666"
+KERNEL=="hidraw*", ATTRS{busnum}=="1", ATTRS{idVendor}=="04d8", 
ATTRS{idProduct}=="fb31", MODE="0666"

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-02 16:16:19 UTC (rev 100354)
+++ community-i686/PKGBUILD 2013-11-02 16:17:09 UTC (rev 100355)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Dominik Heidler 
-pkgname=gnuradio
-pkgver=3.7.1
-pkgrel=7
-pkgdesc="General purpose DSP and SDR toolkit.  Supports usrp and fcd."
-arch=('i686' 'x86_64')
-url="http://gnuradio.org";
-license=('GPL')
-depends=('fftw' 'python2-numpy' 'cppunit' 'swig' 'gsl' 'blas' 'guile' 
'boost-libs>=1.53' 'libusbx' 'portaudio' 'libuhd')
-makedepends=('boost' 'cmake' 'python2-lxml' 'pygtk' 'wxpython' 
'python2-cheetah')
-optdepends=('python2-cheetah: gnuradio-companion'
-'python2-lxml: gnuradio-companion'
-'pyxml: gnuradio-companion'
-'pygtk: gnuradio-companion'
-'wxpython: gr-wxgui'
-'qwtplot3d: gr-qtgui'
-'pyqwt: gr-qtgui'
-'doxygen: autogenerated documentation'
-'pkgconfig: ?')
-conflicts=('gnuradio-git')
-
-# todo
-# add gr-osmosdr-git to optdepends
-# split the gui components?
-# build doxygen docs?
-
-source=("http://gnuradio.org/releases/$pkgname/$pkgname-$pkgver.tar.gz";
-"21-fcd.rules")
-md5sums=('6c5e67da6ed8724dd900d8e343b64be4'
- '465e12c454c6a22ebec9849181af7bdc')
-
-build() {
-   export PYTHON=python2
-   cd "$srcdir/$pkgname-$pkgver"
-   msg "Starting build."
-   mkdir -p build
-   cd build
-   cmake \
-   -DPYTHON_EXECUTABLE=$(which python2) \
-   -DPYTHON_INCLUDE_DIR=$(echo /usr/include/python2*) \
-   -DPYTHON_LIBRARY=$(echo /usr/lib/libpython2.*.so) \
-   -DENABLE_GRC=ON \
-   -DCMAKE_INSTALL_PREFIX=/usr ../
-   make
-}
-
-check() {
-   cd "$srcdir/$pkgname-$pkgver/build"
-   export PYTHON=python2
-   #make test
-}
-
-package() {
-   cd "$srcdir"
-   install -D -m644 21-fcd.rul

[arch-commits] Commit in gnuradio/trunk (PKGBUILD gnuradio.install)

2013-11-02 Thread Kyle Keen
Date: Saturday, November 2, 2013 @ 17:16:19
  Author: kkeen
Revision: 100354

upgpkg: gnuradio 3.7.1-8, fix FS#37590

Added:
  gnuradio/trunk/gnuradio.install
Modified:
  gnuradio/trunk/PKGBUILD

--+
 PKGBUILD |   11 +++
 gnuradio.install |   11 +++
 2 files changed, 18 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 15:51:58 UTC (rev 100353)
+++ PKGBUILD2013-11-02 16:16:19 UTC (rev 100354)
@@ -3,7 +3,7 @@
 # Contributor: Dominik Heidler 
 pkgname=gnuradio
 pkgver=3.7.1
-pkgrel=7
+pkgrel=8
 pkgdesc="General purpose DSP and SDR toolkit.  Supports usrp and fcd."
 arch=('i686' 'x86_64')
 url="http://gnuradio.org";
@@ -12,7 +12,6 @@
 makedepends=('boost' 'cmake' 'python2-lxml' 'pygtk' 'wxpython' 
'python2-cheetah')
 optdepends=('python2-cheetah: gnuradio-companion'
 'python2-lxml: gnuradio-companion'
-'pyxml: gnuradio-companion'
 'pygtk: gnuradio-companion'
 'wxpython: gr-wxgui'
 'qwtplot3d: gr-qtgui'
@@ -20,11 +19,13 @@
 'doxygen: autogenerated documentation'
 'pkgconfig: ?')
 conflicts=('gnuradio-git')
+install=gnuradio.install
 
 # todo
 # add gr-osmosdr-git to optdepends
 # split the gui components?
 # build doxygen docs?
+# icons
 
 source=("http://gnuradio.org/releases/$pkgname/$pkgname-$pkgver.tar.gz";
 "21-fcd.rules")
@@ -54,8 +55,10 @@
 
 package() {
cd "$srcdir"
-   install -D -m644 21-fcd.rules 
"$pkgdir/usr/lib/udev/rules.d/21-fcd.rules"
-   cd "$pkgname-$pkgver/build"
+   install -Dm644 21-fcd.rules "$pkgdir/usr/lib/udev/rules.d/21-fcd.rules"
+   cd "$srcdir/$pkgname-$pkgver/grc/freedesktop"
+install -Dm644 gnuradio-grc.desktop 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+   cd "$srcdir/$pkgname-$pkgver/build"
make DESTDIR="$pkgdir" install
msg "Replacing filenames to use python2."
sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \

Added: gnuradio.install
===
--- gnuradio.install(rev 0)
+++ gnuradio.install2013-11-02 16:16:19 UTC (rev 100354)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2013-11-02 Thread Jan Steffens
Date: Saturday, November 2, 2013 @ 17:06:46
  Author: heftig
Revision: 198737

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

Added:
  pavucontrol/repos/extra-i686/PKGBUILD
(from rev 198736, pavucontrol/trunk/PKGBUILD)
  pavucontrol/repos/extra-i686/pavucontrol.desktop
(from rev 198736, pavucontrol/trunk/pavucontrol.desktop)
  pavucontrol/repos/extra-x86_64/PKGBUILD
(from rev 198736, pavucontrol/trunk/PKGBUILD)
  pavucontrol/repos/extra-x86_64/pavucontrol.desktop
(from rev 198736, pavucontrol/trunk/pavucontrol.desktop)
Deleted:
  pavucontrol/repos/extra-i686/PKGBUILD
  pavucontrol/repos/extra-i686/pavucontrol.desktop
  pavucontrol/repos/extra-x86_64/PKGBUILD
  pavucontrol/repos/extra-x86_64/pavucontrol.desktop

--+
 /PKGBUILD|   64 +
 /pavucontrol.desktop |   22 
 extra-i686/PKGBUILD  |   32 --
 extra-i686/pavucontrol.desktop   |   11 --
 extra-x86_64/PKGBUILD|   32 --
 extra-x86_64/pavucontrol.desktop |   11 --
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-02 16:06:07 UTC (rev 198736)
+++ extra-i686/PKGBUILD 2013-11-02 16:06:46 UTC (rev 198737)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Corrado Primier 
-# Contributor: William Rea 
-# Contributor: Daniel J Griffiths 
-
-pkgname=pavucontrol
-pkgver=2.0
-pkgrel=1
-pkgdesc="A GTK volume control tool for PulseAudio"
-arch=(i686 x86_64)
-url="http://freedesktop.org/software/pulseaudio/pavucontrol/";
-license=(GPL)
-depends=(gnome-icon-theme libcanberra-pulse gtkmm3 libsigc++)
-makedepends=(intltool lynx)
-source=($url/$pkgname-$pkgver.tar.xz pavucontrol.desktop)
-sha256sums=('22f29dd81b4a1a34ec7bffe9b027aff2a37fc76ccded4539d43a8c126a39470b'
-'5eab8c78e92c39a71ac1ca4c4464a8915d3a29d91e1703fd51c24652b747eebe')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-gtk3
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir/pavucontrol.desktop" \
-"$pkgdir/usr/share/applications/pavucontrol.desktop"
-}

Copied: pavucontrol/repos/extra-i686/PKGBUILD (from rev 198736, 
pavucontrol/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-02 16:06:46 UTC (rev 198737)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Daniel J Griffiths 
+# Contributor: Corrado Primier 
+# Contributor: William Rea 
+
+pkgname=pavucontrol
+pkgdesc="A GTK volume control for PulseAudio"
+pkgver=2.0
+pkgrel=2
+arch=(i686 x86_64)
+url="http://freedesktop.org/software/pulseaudio/pavucontrol/";
+license=(GPL)
+depends=(gnome-icon-theme libcanberra-pulse gtkmm3 libsigc++)
+makedepends=(intltool lynx)
+source=($url/$pkgname-$pkgver.tar.xz pavucontrol.desktop)
+sha256sums=('22f29dd81b4a1a34ec7bffe9b027aff2a37fc76ccded4539d43a8c126a39470b'
+'5eab8c78e92c39a71ac1ca4c4464a8915d3a29d91e1703fd51c24652b747eebe')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-gtk3
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir/pavucontrol.desktop" \
+"$pkgdir/usr/share/applications/pavucontrol.desktop"
+}

Deleted: extra-i686/pavucontrol.desktop
===
--- extra-i686/pavucontrol.desktop  2013-11-02 16:06:07 UTC (rev 198736)
+++ extra-i686/pavucontrol.desktop  2013-11-02 16:06:46 UTC (rev 198737)
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Name=PulseAudio Volume Control
-GenericName=Volume Control
-Comment=Adjust the volume level
-Exec=pavucontrol
-Icon=multimedia-volume-control
-StartupNotify=true
-Type=Application
-Categories=AudioVideo;Audio;
-GenericName[en_GB]=Volume Control

Copied: pavucontrol/repos/extra-i686/pavucontrol.desktop (from rev 198736, 
pavucontrol/trunk/pavucontrol.desktop)
===
--- extra-i686/pavucontrol.desktop  (rev 0)
+++ extra-i686/pavucontrol.desktop  2013-11-02 16:06:46 UTC (rev 198737)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Name=PulseAudio Volume Control
+GenericName=Volume Control
+Comment=Adjust the volume level
+Exec=pavucontrol
+Icon=multimedia-volume-control
+StartupNotify=true
+Type=Application
+Categories=AudioVideo;Audio;
+GenericName[en_GB]=Volume Control

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-02 16:06:07 UTC (rev 198736)
+++ extra-x86_64/PKGBUILD   2013-11-02 16:06:46 UTC (rev 1

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

2013-11-02 Thread Jan Steffens
Date: Saturday, November 2, 2013 @ 17:06:07
  Author: heftig
Revision: 198736

rebuild FS#37554

Modified:
  pavucontrol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 15:15:10 UTC (rev 198735)
+++ PKGBUILD2013-11-02 16:06:07 UTC (rev 198736)
@@ -7,7 +7,7 @@
 pkgname=pavucontrol
 pkgdesc="A GTK volume control for PulseAudio"
 pkgver=2.0
-pkgrel=1
+pkgrel=2
 arch=(i686 x86_64)
 url="http://freedesktop.org/software/pulseaudio/pavucontrol/";
 license=(GPL)



[arch-commits] Commit in ltris/repos/community-i686 (6 files)

2013-11-02 Thread Jaroslav Lichtblau
Date: Saturday, November 2, 2013 @ 16:51:58
  Author: jlichtblau
Revision: 100353

archrelease: copy trunk to community-i686

Added:
  ltris/repos/community-i686/PKGBUILD
(from rev 100352, ltris/trunk/PKGBUILD)
  ltris/repos/community-i686/ltris.changelog
(from rev 100352, ltris/trunk/ltris.changelog)
  ltris/repos/community-i686/ltris.install
(from rev 100352, ltris/trunk/ltris.install)
Deleted:
  ltris/repos/community-i686/PKGBUILD
  ltris/repos/community-i686/ltris.changelog
  ltris/repos/community-i686/ltris.install

-+
 PKGBUILD|   68 +++---
 ltris.changelog |   65 +++
 ltris.install   |8 +++---
 3 files changed, 73 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-02 15:47:29 UTC (rev 100352)
+++ PKGBUILD2013-11-02 15:51:58 UTC (rev 100353)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Eric Belanger 
-# Contributor: SmackleFunky 
-
-pkgname=ltris
-pkgver=1.0.18
-pkgrel=1
-pkgdesc="A tetris clone where you have a bowl with blocks falling down"
-arch=('i686' 'x86_64')
-url="http://lgames.sourceforge.net/index.php?project=LTris";
-license=('GPL')
-depends=('sdl_mixer')
-backup=('var/games/ltris.hscr')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz)
-sha256sums=('3cba90365d50e79601368499af77d54cb03c0cf2544324e5df246eb1eeaa0e30')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --localstatedir=/var/games
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/pixmaps
-  install -m644 icons/ltris{16,32,48}.xpm ${pkgdir}/usr/share/pixmaps
-}

Copied: ltris/repos/community-i686/PKGBUILD (from rev 100352, 
ltris/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-02 15:51:58 UTC (rev 100353)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Eric Belanger 
+# Contributor: SmackleFunky 
+
+pkgname=ltris
+pkgver=1.0.19
+pkgrel=1
+pkgdesc="A tetris clone where you have a bowl with blocks falling down"
+arch=('i686' 'x86_64')
+url="http://lgames.sourceforge.net/index.php?project=LTris";
+license=('GPL')
+depends=('sdl_mixer')
+backup=('var/games/ltris.hscr')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz)
+sha256sums=('8f6a9e7719d22004aee153db29ffd9ca41c7a6cd87fc791591994eecc2e625a1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --localstatedir=/var/games
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/pixmaps
+  install -m644 icons/ltris{16,32,48}.xpm ${pkgdir}/usr/share/pixmaps
+}

Deleted: ltris.changelog
===
--- ltris.changelog 2013-11-02 15:47:29 UTC (rev 100352)
+++ ltris.changelog 2013-11-02 15:51:58 UTC (rev 100353)
@@ -1,30 +0,0 @@
-2011-12-18  Jaroslav Lichtblau  
-
-   * ltris 1.0.18-1
-   * Upstream update
-
-2011-08-28  Jaroslav Lichtblau  
-
-   * ltris 1.0.17-1
-   * Upstream update
-
-2011-03-09  Jaroslav Lichtblau  
-
-   * ltris 1.0.16-1
-   * Upstream update
-
-2009-12-29  Eric Belanger  
-
-   * ltris 1.0.14-1
-   * Upstream update
-
-2009-11-07  Eric Belanger  
-
-   * ltris 1.0.13-1
-   * Upstream update
-
-2009-04-07  Eric Belanger  
-
-   * ltris 1.0.12-1
-   * Fixed score file location and permissions (close FS#13489)
-   * Added ChangeLog

Copied: ltris/repos/community-i686/ltris.changelog (from rev 100352, 
ltris/trunk/ltris.changelog)
===
--- ltris.changelog (rev 0)
+++ ltris.changelog 2013-11-02 15:51:58 UTC (rev 100353)
@@ -0,0 +1,35 @@
+2013-11-02  Jaroslav Lichtblau  
+
+   * ltris 1.0.19-1
+   * Upstream update
+
+2011-12-18  Jaroslav Lichtblau  
+
+   * ltris 1.0.18-1
+   * Upstream update
+
+2011-08-28  Jaroslav Lichtblau  
+
+   * ltris 1.0.17-1
+   * Upstream update
+
+2011-03-09  Jaroslav Lichtblau  
+
+   * ltris 1.0.16-1
+   * Upstream update
+
+2009-12-29  Eric Belanger  
+
+   * ltris 1.0.14-1
+   * Upstream update
+
+2009-11-07  Eric Belanger  
+
+   * ltris 1.0.13-1
+   * Upstream update
+
+2009-04-07  Eric Belanger  
+
+   * ltris 1.0.12-1
+   * Fixed score file location and permissions (close FS#13489)
+   * Added ChangeLog

Deleted: ltris.install
===
-

[arch-commits] Commit in ltris/repos/community-x86_64 (6 files)

2013-11-02 Thread Jaroslav Lichtblau
Date: Saturday, November 2, 2013 @ 16:47:29
  Author: jlichtblau
Revision: 100352

archrelease: copy trunk to community-x86_64

Added:
  ltris/repos/community-x86_64/PKGBUILD
(from rev 100351, ltris/trunk/PKGBUILD)
  ltris/repos/community-x86_64/ltris.changelog
(from rev 100351, ltris/trunk/ltris.changelog)
  ltris/repos/community-x86_64/ltris.install
(from rev 100351, ltris/trunk/ltris.install)
Deleted:
  ltris/repos/community-x86_64/PKGBUILD
  ltris/repos/community-x86_64/ltris.changelog
  ltris/repos/community-x86_64/ltris.install

-+
 PKGBUILD|   68 +++---
 ltris.changelog |   65 +++
 ltris.install   |8 +++---
 3 files changed, 73 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-02 15:45:40 UTC (rev 100351)
+++ PKGBUILD2013-11-02 15:47:29 UTC (rev 100352)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Eric Belanger 
-# Contributor: SmackleFunky 
-
-pkgname=ltris
-pkgver=1.0.18
-pkgrel=1
-pkgdesc="A tetris clone where you have a bowl with blocks falling down"
-arch=('i686' 'x86_64')
-url="http://lgames.sourceforge.net/index.php?project=LTris";
-license=('GPL')
-depends=('sdl_mixer')
-backup=('var/games/ltris.hscr')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz)
-sha256sums=('3cba90365d50e79601368499af77d54cb03c0cf2544324e5df246eb1eeaa0e30')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --localstatedir=/var/games
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-
-  install -d ${pkgdir}/usr/share/pixmaps
-  install -m644 icons/ltris{16,32,48}.xpm ${pkgdir}/usr/share/pixmaps
-}

Copied: ltris/repos/community-x86_64/PKGBUILD (from rev 100351, 
ltris/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-02 15:47:29 UTC (rev 100352)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Eric Belanger 
+# Contributor: SmackleFunky 
+
+pkgname=ltris
+pkgver=1.0.19
+pkgrel=1
+pkgdesc="A tetris clone where you have a bowl with blocks falling down"
+arch=('i686' 'x86_64')
+url="http://lgames.sourceforge.net/index.php?project=LTris";
+license=('GPL')
+depends=('sdl_mixer')
+backup=('var/games/ltris.hscr')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz)
+sha256sums=('8f6a9e7719d22004aee153db29ffd9ca41c7a6cd87fc791591994eecc2e625a1')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --localstatedir=/var/games
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -d ${pkgdir}/usr/share/pixmaps
+  install -m644 icons/ltris{16,32,48}.xpm ${pkgdir}/usr/share/pixmaps
+}

Deleted: ltris.changelog
===
--- ltris.changelog 2013-11-02 15:45:40 UTC (rev 100351)
+++ ltris.changelog 2013-11-02 15:47:29 UTC (rev 100352)
@@ -1,30 +0,0 @@
-2011-12-18  Jaroslav Lichtblau  
-
-   * ltris 1.0.18-1
-   * Upstream update
-
-2011-08-28  Jaroslav Lichtblau  
-
-   * ltris 1.0.17-1
-   * Upstream update
-
-2011-03-09  Jaroslav Lichtblau  
-
-   * ltris 1.0.16-1
-   * Upstream update
-
-2009-12-29  Eric Belanger  
-
-   * ltris 1.0.14-1
-   * Upstream update
-
-2009-11-07  Eric Belanger  
-
-   * ltris 1.0.13-1
-   * Upstream update
-
-2009-04-07  Eric Belanger  
-
-   * ltris 1.0.12-1
-   * Fixed score file location and permissions (close FS#13489)
-   * Added ChangeLog

Copied: ltris/repos/community-x86_64/ltris.changelog (from rev 100351, 
ltris/trunk/ltris.changelog)
===
--- ltris.changelog (rev 0)
+++ ltris.changelog 2013-11-02 15:47:29 UTC (rev 100352)
@@ -0,0 +1,35 @@
+2013-11-02  Jaroslav Lichtblau  
+
+   * ltris 1.0.19-1
+   * Upstream update
+
+2011-12-18  Jaroslav Lichtblau  
+
+   * ltris 1.0.18-1
+   * Upstream update
+
+2011-08-28  Jaroslav Lichtblau  
+
+   * ltris 1.0.17-1
+   * Upstream update
+
+2011-03-09  Jaroslav Lichtblau  
+
+   * ltris 1.0.16-1
+   * Upstream update
+
+2009-12-29  Eric Belanger  
+
+   * ltris 1.0.14-1
+   * Upstream update
+
+2009-11-07  Eric Belanger  
+
+   * ltris 1.0.13-1
+   * Upstream update
+
+2009-04-07  Eric Belanger  
+
+   * ltris 1.0.12-1
+   * Fixed score file location and permissions (close FS#13489)
+   * Added ChangeLog

Deleted: ltris.install
===

[arch-commits] Commit in ltris/trunk (PKGBUILD ltris.changelog)

2013-11-02 Thread Jaroslav Lichtblau
Date: Saturday, November 2, 2013 @ 16:45:40
  Author: jlichtblau
Revision: 100351

upgpkg: ltris 1.0.19-1

Modified:
  ltris/trunk/PKGBUILD
  ltris/trunk/ltris.changelog

-+
 PKGBUILD|4 ++--
 ltris.changelog |5 +
 2 files changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 15:13:26 UTC (rev 100350)
+++ PKGBUILD2013-11-02 15:45:40 UTC (rev 100351)
@@ -4,7 +4,7 @@
 # Contributor: SmackleFunky 
 
 pkgname=ltris
-pkgver=1.0.18
+pkgver=1.0.19
 pkgrel=1
 pkgdesc="A tetris clone where you have a bowl with blocks falling down"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz)
-sha256sums=('3cba90365d50e79601368499af77d54cb03c0cf2544324e5df246eb1eeaa0e30')
+sha256sums=('8f6a9e7719d22004aee153db29ffd9ca41c7a6cd87fc791591994eecc2e625a1')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Modified: ltris.changelog
===
--- ltris.changelog 2013-11-02 15:13:26 UTC (rev 100350)
+++ ltris.changelog 2013-11-02 15:45:40 UTC (rev 100351)
@@ -1,3 +1,8 @@
+2013-11-02  Jaroslav Lichtblau  
+
+   * ltris 1.0.19-1
+   * Upstream update
+
 2011-12-18  Jaroslav Lichtblau  
 
* ltris 1.0.18-1



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

2013-11-02 Thread Jan Steffens
Date: Saturday, November 2, 2013 @ 16:15:10
  Author: heftig
Revision: 198735

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

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

---+
 /PKGBUILD |   92 
 extra-i686/PKGBUILD   |   46 
 extra-x86_64/PKGBUILD |   46 
 3 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-02 15:14:26 UTC (rev 198734)
+++ extra-i686/PKGBUILD 2013-11-02 15:15:10 UTC (rev 198735)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.22
-pkgrel=1
-pkgdesc="OpenType text shaping engine"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('989680807e76197418338e44f226e02f155f33031efd9aff14dbc4dc14af71da')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
---with-gobject
-  make
-}
-
-package_harfbuzz() {
-  depends=(glib2 freetype2 graphite)
-  optdepends=('cairo: hb-view program')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
-
-# Split harfbuzz-icu
-  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
-  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
-  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
-  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
-}
-
-package_harfbuzz-icu(){
-  pkgdesc="$pkgdesc (ICU integration)"
-  depends=(harfbuzz icu)
-
-  mv hb-icu/* "$pkgdir"
-
-  install -Dm644 $pkgbase-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
-}

Copied: harfbuzz/repos/extra-i686/PKGBUILD (from rev 198734, 
harfbuzz/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-02 15:15:10 UTC (rev 198735)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=(harfbuzz)
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=0.9.23
+pkgrel=1
+pkgdesc="OpenType text shaping engine"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
+license=(MIT)
+makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
+source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
+sha256sums=('171ab7f58e7243082a4582f4d1f21b3f44462931ea92a6909d303ad3614794c7')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr \
+--with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
+--with-gobject
+  make
+}
+
+package_harfbuzz() {
+  depends=(glib2 freetype2 graphite)
+  optdepends=('cairo: hb-view program')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
+  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
+  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
+  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
+}
+
+package_harfbuzz-icu(){
+  pkgdesc="$pkgdesc (ICU integration)"
+  depends=(harfbuzz icu)
+
+  mv hb-icu/* "$pkgdir"
+
+  install -Dm644 $pkgbase-$pkgver/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-02 15:14:26 UTC (rev 198734)
+++ extra-x86_64/PKGBUILD   2013-11-02 15:15:10 UTC (rev 198735)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.22
-pkgrel=1
-pkgdesc="OpenType text shaping engine"
-arch=(i686 x86_64)
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz";
-license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
-source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('989680807e76197418338e44f226e02f155f33031efd9aff14dbc4dc14af71da')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr \
---with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
---with-gobject
-  make
-}
-
-package_harfbuzz() {
-  depends=(glib2 freetype2 graphit

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

2013-11-02 Thread Jan Steffens
Date: Saturday, November 2, 2013 @ 16:14:26
  Author: heftig
Revision: 198734

0.9.23

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 10:22:10 UTC (rev 198733)
+++ PKGBUILD2013-11-02 15:14:26 UTC (rev 198734)
@@ -3,7 +3,7 @@
 
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=0.9.22
+pkgver=0.9.23
 pkgrel=1
 pkgdesc="OpenType text shaping engine"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection)
 
source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('989680807e76197418338e44f226e02f155f33031efd9aff14dbc4dc14af71da')
+sha256sums=('171ab7f58e7243082a4582f4d1f21b3f44462931ea92a6909d303ad3614794c7')
 
 build() {
   cd $pkgbase-$pkgver



[arch-commits] Commit in kid3/repos/community-i686 (6 files)

2013-11-02 Thread Jaroslav Lichtblau
Date: Saturday, November 2, 2013 @ 16:13:26
  Author: jlichtblau
Revision: 100350

archrelease: copy trunk to community-i686

Added:
  kid3/repos/community-i686/PKGBUILD
(from rev 100349, kid3/trunk/PKGBUILD)
  kid3/repos/community-i686/kid3.changelog
(from rev 100349, kid3/trunk/kid3.changelog)
  kid3/repos/community-i686/kid3.install
(from rev 100349, kid3/trunk/kid3.install)
Deleted:
  kid3/repos/community-i686/PKGBUILD
  kid3/repos/community-i686/kid3.changelog
  kid3/repos/community-i686/kid3.install

+
 PKGBUILD   |   85 +--
 kid3.changelog |   85 ---
 kid3.install   |   24 +++
 3 files changed, 96 insertions(+), 98 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-02 14:50:28 UTC (rev 100349)
+++ PKGBUILD2013-11-02 15:13:26 UTC (rev 100350)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alois Nespor 
-
-pkgname=kid3
-pkgver=2.3
-pkgrel=2
-pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor for KDE"
-arch=('i686' 'x86_64')
-url="http://kid3.sourceforge.net/";
-license=('GPL')
-depends=('chromaprint' 'id3lib' 'taglib' 'kdebase-runtime')
-makedepends=('automoc4' 'cmake' 'docbook-xml' 'docbook-xsl')
-options=('!makeflags')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('8426b40b065f5a968796d1ff92da8d7a96d67cd963df837ce30ff1cf795ae301')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/AVCODEC_MAX_AUDIO_FRAME_SIZE/192000/' 
src/core/import/ffmpegfingerprintdecoder.cpp
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  cd ${srcdir}
-
-  mkdir build
-  cd build
-
-  cmake \
-../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: kid3/repos/community-i686/PKGBUILD (from rev 100349, 
kid3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-02 15:13:26 UTC (rev 100350)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alois Nespor 
+
+pkgname=kid3
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor for KDE"
+arch=('i686' 'x86_64')
+url="http://kid3.sourceforge.net/";
+license=('GPL')
+depends=('chromaprint' 'id3lib' 'taglib' 'kdebase-runtime')
+makedepends=('automoc4' 'cmake' 'docbook-xml' 'docbook-xsl')
+options=('!makeflags')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('ebbae8b277c14083f87d49bcde5a86295c1874c4004fc5db2d5764ff53f15d59')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cd ${srcdir}
+
+  mkdir build
+  cd build
+
+  cmake \
+../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: kid3.changelog
===
--- kid3.changelog  2013-11-02 14:50:28 UTC (rev 100349)
+++ kid3.changelog  2013-11-02 15:13:26 UTC (rev 100350)
@@ -1,41 +0,0 @@
-2013-03-12 Jaroslav Lichtblau 
-   * kid3 2.3-1
-
-2012-12-16 Jaroslav Lichtblau 
-   * kid3 2.2.1-1
-
-2012-10-28 Jaroslav Lichtblau 
-   * kid3 2.2-1
-
-2012-06-03 Jaroslav Lichtblau 
-   * kid3 2.1-4 ffmpeg 0.11 rebuild
-
-2012-05-12 Jaroslav Lichtblau 
-   * kid3 2.1-1
-
-2011-11-20 Jaroslav Lichtblau 
-   * kid3 2.0.1-1
-
-2011-09-09 Jaroslav Lichtblau 
-   * kid3 2.0-1
-
-2011-02-19 Jaroslav Lichtblau 
-   * kid3 1.6
-
-2010-09-27 Jaroslav Lichtblau 
-   * Update to major release v1.5
-
-2010-03-13 Andrea Scarpino 
-   * Update to major release v1.4
-   * MP4V2 enabled
-   * Cleanup dependencies
-
-2010-01-01 Jaroslav Lichtblau 
-   * Update to major release v1.3
-   * MP4V2 disabled, package in [extra] needs to be updated to be used 
with kid3
-
-2009-04-29 Jaroslav Lichtblau 
-   * Update to major release v1.2
-
-2008-10-25 Jaroslav Lichtblau 
-   * Update to major release v1.1

Copied: kid3/repos/community-i686/kid3.changelog (from rev 100349, 
kid3/trunk/kid3.changelog)
===
--- kid3.changelog  (rev 0)
+++ kid3.changelog  2013-11-02 15:13:26 UTC (rev 100350)
@@ -0,0 +1,44 @@
+2013-11-02 Jaroslav Lichtblau 
+   * kid3 3.0.1-1
+
+2013-03-12 Jaroslav Lichtblau 
+   * kid3 2.3-1
+
+2012-12-16 Jaroslav Lichtblau 
+   * kid3 2.2.1-1
+
+2012-10-28 Jaroslav Lichtblau 
+   * kid3 2.2-1
+
+2012-06-03 Jaroslav Lichtblau 
+   * kid3 2.1-4 ffmpeg 0.11 rebuild
+
+2012-05-12 Jarosla

[arch-commits] Commit in kid3/repos/community-x86_64 (6 files)

2013-11-02 Thread Jaroslav Lichtblau
Date: Saturday, November 2, 2013 @ 15:50:28
  Author: jlichtblau
Revision: 100349

archrelease: copy trunk to community-x86_64

Added:
  kid3/repos/community-x86_64/PKGBUILD
(from rev 100348, kid3/trunk/PKGBUILD)
  kid3/repos/community-x86_64/kid3.changelog
(from rev 100348, kid3/trunk/kid3.changelog)
  kid3/repos/community-x86_64/kid3.install
(from rev 100348, kid3/trunk/kid3.install)
Deleted:
  kid3/repos/community-x86_64/PKGBUILD
  kid3/repos/community-x86_64/kid3.changelog
  kid3/repos/community-x86_64/kid3.install

+
 PKGBUILD   |   85 +--
 kid3.changelog |   85 ---
 kid3.install   |   24 +++
 3 files changed, 96 insertions(+), 98 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-02 14:50:15 UTC (rev 100348)
+++ PKGBUILD2013-11-02 14:50:28 UTC (rev 100349)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Alois Nespor 
-
-pkgname=kid3
-pkgver=2.3
-pkgrel=2
-pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor for KDE"
-arch=('i686' 'x86_64')
-url="http://kid3.sourceforge.net/";
-license=('GPL')
-depends=('chromaprint' 'id3lib' 'taglib' 'kdebase-runtime')
-makedepends=('automoc4' 'cmake' 'docbook-xml' 'docbook-xsl')
-options=('!makeflags')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('8426b40b065f5a968796d1ff92da8d7a96d67cd963df837ce30ff1cf795ae301')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/AVCODEC_MAX_AUDIO_FRAME_SIZE/192000/' 
src/core/import/ffmpegfingerprintdecoder.cpp
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  cd ${srcdir}
-
-  mkdir build
-  cd build
-
-  cmake \
-../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-
-  make
-}
-
-package() {
-  cd build
-
-  make DESTDIR=${pkgdir} install
-}

Copied: kid3/repos/community-x86_64/PKGBUILD (from rev 100348, 
kid3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-02 14:50:28 UTC (rev 100349)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Alois Nespor 
+
+pkgname=kid3
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor for KDE"
+arch=('i686' 'x86_64')
+url="http://kid3.sourceforge.net/";
+license=('GPL')
+depends=('chromaprint' 'id3lib' 'taglib' 'kdebase-runtime')
+makedepends=('automoc4' 'cmake' 'docbook-xml' 'docbook-xsl')
+options=('!makeflags')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('ebbae8b277c14083f87d49bcde5a86295c1874c4004fc5db2d5764ff53f15d59')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cd ${srcdir}
+
+  mkdir build
+  cd build
+
+  cmake \
+../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: kid3.changelog
===
--- kid3.changelog  2013-11-02 14:50:15 UTC (rev 100348)
+++ kid3.changelog  2013-11-02 14:50:28 UTC (rev 100349)
@@ -1,41 +0,0 @@
-2013-03-12 Jaroslav Lichtblau 
-   * kid3 2.3-1
-
-2012-12-16 Jaroslav Lichtblau 
-   * kid3 2.2.1-1
-
-2012-10-28 Jaroslav Lichtblau 
-   * kid3 2.2-1
-
-2012-06-03 Jaroslav Lichtblau 
-   * kid3 2.1-4 ffmpeg 0.11 rebuild
-
-2012-05-12 Jaroslav Lichtblau 
-   * kid3 2.1-1
-
-2011-11-20 Jaroslav Lichtblau 
-   * kid3 2.0.1-1
-
-2011-09-09 Jaroslav Lichtblau 
-   * kid3 2.0-1
-
-2011-02-19 Jaroslav Lichtblau 
-   * kid3 1.6
-
-2010-09-27 Jaroslav Lichtblau 
-   * Update to major release v1.5
-
-2010-03-13 Andrea Scarpino 
-   * Update to major release v1.4
-   * MP4V2 enabled
-   * Cleanup dependencies
-
-2010-01-01 Jaroslav Lichtblau 
-   * Update to major release v1.3
-   * MP4V2 disabled, package in [extra] needs to be updated to be used 
with kid3
-
-2009-04-29 Jaroslav Lichtblau 
-   * Update to major release v1.2
-
-2008-10-25 Jaroslav Lichtblau 
-   * Update to major release v1.1

Copied: kid3/repos/community-x86_64/kid3.changelog (from rev 100348, 
kid3/trunk/kid3.changelog)
===
--- kid3.changelog  (rev 0)
+++ kid3.changelog  2013-11-02 14:50:28 UTC (rev 100349)
@@ -0,0 +1,44 @@
+2013-11-02 Jaroslav Lichtblau 
+   * kid3 3.0.1-1
+
+2013-03-12 Jaroslav Lichtblau 
+   * kid3 2.3-1
+
+2012-12-16 Jaroslav Lichtblau 
+   * kid3 2.2.1-1
+
+2012-10-28 Jaroslav Lichtblau 
+   * kid3 2.2-1
+
+2012-06-03 Jaroslav Lichtblau 
+   * kid3 2.1-4 ffmpeg 0.11 rebuild
+
+

[arch-commits] Commit in kid3/trunk (PKGBUILD kid3.changelog)

2013-11-02 Thread Jaroslav Lichtblau
Date: Saturday, November 2, 2013 @ 15:50:15
  Author: jlichtblau
Revision: 100348

upgpkg: kid3 3.0.1-1

Modified:
  kid3/trunk/PKGBUILD
  kid3/trunk/kid3.changelog

+
 PKGBUILD   |   11 +++
 kid3.changelog |3 +++
 2 files changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 13:15:23 UTC (rev 100347)
+++ PKGBUILD2013-11-02 14:50:15 UTC (rev 100348)
@@ -3,8 +3,8 @@
 # Contributor: Alois Nespor 
 
 pkgname=kid3
-pkgver=2.3
-pkgrel=2
+pkgver=3.0.1
+pkgrel=1
 pkgdesc="An MP3, Ogg/Vorbis and FLAC tag editor for KDE"
 arch=('i686' 'x86_64')
 url="http://kid3.sourceforge.net/";
@@ -15,13 +15,8 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('8426b40b065f5a968796d1ff92da8d7a96d67cd963df837ce30ff1cf795ae301')
+sha256sums=('ebbae8b277c14083f87d49bcde5a86295c1874c4004fc5db2d5764ff53f15d59')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's/AVCODEC_MAX_AUDIO_FRAME_SIZE/192000/' 
src/core/import/ffmpegfingerprintdecoder.cpp
-}
-
 build() {
   cd ${pkgname}-${pkgver}
 

Modified: kid3.changelog
===
--- kid3.changelog  2013-11-02 13:15:23 UTC (rev 100347)
+++ kid3.changelog  2013-11-02 14:50:15 UTC (rev 100348)
@@ -1,3 +1,6 @@
+2013-11-02 Jaroslav Lichtblau 
+   * kid3 3.0.1-1
+
 2013-03-12 Jaroslav Lichtblau 
* kid3 2.3-1
 



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

2013-11-02 Thread Alexander Rødseth
Date: Saturday, November 2, 2013 @ 14:15:23
  Author: arodseth
Revision: 100347

Minor changes

Modified:
  dart/trunk/PKGBUILD

--+
 PKGBUILD |   18 +++---
 1 file changed, 11 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 13:11:23 UTC (rev 100346)
+++ PKGBUILD2013-11-02 13:15:23 UTC (rev 100347)
@@ -13,16 +13,20 @@
 url='http://www.dartlang.org/'
 license=('BSD' 'EPL')
 depends=('java-runtime' 'gtk2' 'desktop-file-utils' 'gconf')
-makedepends=('imagemagick' 'gendesk' 'setconf')
+makedepends=('gendesk' 'setconf')
 backup=("opt/$pkgname/DartEditor.ini")
 options=('!strip')
 
 if [[ $CARCH == x86_64 ]]; then
-  
source=("https://storage.googleapis.com/dart-editor-archive-integration/latest/darteditor-linux-64.zip";)
-  
sha256sums=('230d53fc95f873e4d2e7cd2377706693196dbfc154c80493d57cf409d2908d72')
+  
source=("https://storage.googleapis.com/dart-editor-archive-integration/latest/darteditor-linux-64.zip";
+  
'darteditor.png::https://www.dartlang.org/tools/images/dart-logo-48.png')
+  
sha256sums=('230d53fc95f873e4d2e7cd2377706693196dbfc154c80493d57cf409d2908d72'
+  
'd90f14b0cfa2dd36502ed5e5854466d54c8d0cf0ac9a5d9ec823274c1a33a00e')
 else
-  
source=("https://storage.googleapis.com/dart-editor-archive-integration/latest/darteditor-linux-32.zip";)
-  
sha256sums=('4752ad56ca58611cf67474d3ebb979a2e5f26e477a3c508cf5847c7207e837a1')
+  
source=("https://storage.googleapis.com/dart-editor-archive-integration/latest/darteditor-linux-32.zip";
+  
'darteditor.png::https://www.dartlang.org/tools/images/dart-logo-48.png')
+  
sha256sums=('4752ad56ca58611cf67474d3ebb979a2e5f26e477a3c508cf5847c7207e837a1'
+  
'd90f14b0cfa2dd36502ed5e5854466d54c8d0cf0ac9a5d9ec823274c1a33a00e')
 fi
 
 prepare() {
@@ -69,8 +73,8 @@
   echo ln -s "/opt/$pkgname/DartEditor.ini" "$pkgdir/etc/darteditor.ini"
 
   # Package desktop shortcut and icon
-  install -Dm644 "darteditor.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
-  convert "$pkgname/icon.xpm" "$pkgdir/usr/share/pixmaps/darteditor.png"
+  install -Dm644 'darteditor.desktop' 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 '../darteditor.png' "$pkgdir/usr/share/pixmaps/darteditor.png"
 }
 
 # vim:set ts=2 sw=2 et:



[arch-commits] Commit in goagent/repos/community-any (6 files)

2013-11-02 Thread Felix Yan
Date: Saturday, November 2, 2013 @ 14:11:23
  Author: fyan
Revision: 100346

archrelease: copy trunk to community-any

Added:
  goagent/repos/community-any/PKGBUILD
(from rev 100344, goagent/trunk/PKGBUILD)
  goagent/repos/community-any/goagent.install
(from rev 100344, goagent/trunk/goagent.install)
  goagent/repos/community-any/goagent.service
(from rev 100344, goagent/trunk/goagent.service)
Deleted:
  goagent/repos/community-any/PKGBUILD
  goagent/repos/community-any/goagent.install
  goagent/repos/community-any/goagent.service

-+
 PKGBUILD|   91 +++---
 goagent.install |   44 +-
 goagent.service |   24 +++---
 3 files changed, 81 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-02 13:11:06 UTC (rev 100345)
+++ PKGBUILD2013-11-02 13:11:23 UTC (rev 100346)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: cuihao 
-# Contributor: Guten  
-
-pkgname=goagent
-pkgver=3.0.5
-pkgrel=3
-pkgdesc="A gae proxy forked from gappproxy/wallproxy"
-arch=("any")
-url="http://goagent.googlecode.com";
-license=("GPL2")
-depends=('python2' 'python2-pyopenssl')
-conflicts=('python2-gevent<0.99')
-optdepends=('python2-gevent-beta: for better performance')
-source=("https://github.com/goagent/goagent/archive/v$pkgver.tar.gz";
-"$pkgname.service")
-backup=('etc/goagent')
-install=goagent.install
-
-package() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  sed -i -e "s|^#!/usr/bin/env python|#!/usr/bin/env python2|" local/proxy.py
-  
-  install -Dm755 local/proxy.py "$pkgdir/usr/share/$pkgname/local/proxy.py"
-  install -Dm644 local/proxy.pac "$pkgdir/usr/share/$pkgname/local/proxy.pac"
-  install -Dm644 local/cacert.pem "$pkgdir/usr/share/$pkgname/local/cacert.pem"
-  install -Dm644 local/SwitchyOptions.bak 
"$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak"
-  install -Dm644 local/SwitchySharp.crx 
"$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx"
-
-  install -Dm644 local/proxy.ini "$pkgdir/etc/goagent"
-  ln -sf "/etc/goagent" "${pkgdir}/usr/share/$pkgname/local/proxy.ini"
-  
-  cp -r server "$pkgdir/usr/share/$pkgname/"
-  rm "$pkgdir/usr/share/$pkgname/server/uploader.bat"
-
-  # systemd service
-  install -Dm644 "${srcdir}/goagent.service" 
"${pkgdir}/usr/lib/systemd/system/goagent.service"
-}
-
-# vim:set ts=2 sw=2 et:
-sha512sums=('0b9fc8dd0867cbddd7cda7162c544b6ea4919e0e34815f109b0a3b3a58b9f588dcdbdb89c01bd49cc87052e370a72bc8ac5d868514ca77a3e73952fcadd3e6ca'
-
'b8f5f6342303edd520a577d0348deef7017ba79aa5c6f43c4e1c368d7b204f6364f4537f2a5e21f3b63a321bdcf3d407e5dea9883211c11a4d11801b057cddc2')

Copied: goagent/repos/community-any/PKGBUILD (from rev 100344, 
goagent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-02 13:11:23 UTC (rev 100346)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: cuihao 
+# Contributor: Guten  
+
+pkgname=goagent
+pkgver=3.0.5
+pkgrel=4
+pkgdesc="A gae proxy forked from gappproxy/wallproxy"
+arch=("any")
+url="http://goagent.googlecode.com";
+license=("GPL2")
+depends=('python2' 'python2-pyopenssl')
+conflicts=('python2-gevent<0.99')
+optdepends=('python2-gevent-beta: for better performance')
+source=("https://github.com/goagent/goagent/archive/v$pkgver.tar.gz";
+"$pkgname.service"
+
https://raw.github.com/goagent/goagent/881cd53efba5aff4f94f5a9f69d1b4259786e705/local/proxy.ini)
+backup=('etc/goagent')
+install=goagent.install
+
+package() {
+  cd $pkgbase-$pkgver
+
+  sed -i -e "s|^#!/usr/bin/env python|#!/usr/bin/env python2|" local/proxy.py
+  
+  install -Dm755 local/proxy.py "$pkgdir/usr/share/$pkgname/local/proxy.py"
+  install -Dm644 local/proxy.pac "$pkgdir/usr/share/$pkgname/local/proxy.pac"
+  install -Dm644 local/cacert.pem "$pkgdir/usr/share/$pkgname/local/cacert.pem"
+  install -Dm644 local/SwitchyOptions.bak 
"$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak"
+  install -Dm644 local/SwitchySharp.crx 
"$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx"
+
+  #install -Dm644 local/proxy.ini "$pkgdir/etc/goagent"
+  install -Dm644 ../proxy.ini "$pkgdir/etc/goagent"
+  ln -sf "/etc/goagent" "${pkgdir}/usr/share/$pkgname/local/proxy.ini"
+  
+  cp -r server "$pkgdir/usr/share/$pkgname/"
+  rm "$pkgdir/usr/share/$pkgname/server/uploader.bat"
+
+  # systemd service
+  install -Dm644 "${srcdir}/goagent.service" 
"${pkgdir}/usr/lib/systemd/system/goagent.service"
+}
+
+# vim:set ts=2 sw=2 et:
+sha512sums=('0b9fc8dd0867cbddd7cda7162c544b6ea4919e0e34815f109b0a3b3a58b9f588dcdbdb89c01bd49cc87052e370a72bc8ac5d868514ca77a3e73952fcadd3e6ca'
+
'b8f5f6342303edd520a577d0348deef7017ba79aa5c6f43c4e1c368d7b204f6364f4537f2a5e21f3b63a321bdcf3d407e5dea9883211c11a4d11801b057cddc2'
+  

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

2013-11-02 Thread Alexander Rødseth
Date: Saturday, November 2, 2013 @ 14:11:06
  Author: arodseth
Revision: 100345

Minor changes

Modified:
  dart/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 13:10:29 UTC (rev 100344)
+++ PKGBUILD2013-11-02 13:11:06 UTC (rev 100345)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# $Id$
 # Maintainer: Alexander Rødseth 
 # Contributor: T. Jameson Little 
 # Contributor: Usagi Ito 
@@ -32,10 +32,12 @@
   chmod +x "$pkgname/DartEditor"
   chmod +x "$pkgname/dart-sdk/bin/"*
 
-  # Prepare a desktop shortcut and icon
+  # Remove dartium (available in the dart-editor package on AUR)
+  rm -r "$pkgname/chromium"
+
+  # Prepare a desktop shortcut
   gendesk -n -f --pkgname 'darteditor' --name 'Dart Editor' \
 --exec 'darteditor %U' --pkgdesc 'Editor for the dart programming language'
-  convert "$pkgname/icon.xpm" "darteditor.png"
 
   # Fix paths
   cd "$pkgname/dart-sdk/bin"
@@ -68,7 +70,7 @@
 
   # Package desktop shortcut and icon
   install -Dm644 "darteditor.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "darteditor.png" "$pkgdir/usr/share/pixmaps/darteditor.png"
+  convert "$pkgname/icon.xpm" "$pkgdir/usr/share/pixmaps/darteditor.png"
 }
 
 # vim:set ts=2 sw=2 et:


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


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

2013-11-02 Thread Felix Yan
Date: Saturday, November 2, 2013 @ 14:10:29
  Author: fyan
Revision: 100344

upgpkg: goagent 3.0.5-4 hotfix for youtube

Modified:
  goagent/trunk/PKGBUILD

--+
 PKGBUILD |   13 -
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 13:03:15 UTC (rev 100343)
+++ PKGBUILD2013-11-02 13:10:29 UTC (rev 100344)
@@ -5,7 +5,7 @@
 
 pkgname=goagent
 pkgver=3.0.5
-pkgrel=3
+pkgrel=4
 pkgdesc="A gae proxy forked from gappproxy/wallproxy"
 arch=("any")
 url="http://goagent.googlecode.com";
@@ -14,12 +14,13 @@
 conflicts=('python2-gevent<0.99')
 optdepends=('python2-gevent-beta: for better performance')
 source=("https://github.com/goagent/goagent/archive/v$pkgver.tar.gz";
-"$pkgname.service")
+"$pkgname.service"
+
https://raw.github.com/goagent/goagent/881cd53efba5aff4f94f5a9f69d1b4259786e705/local/proxy.ini)
 backup=('etc/goagent')
 install=goagent.install
 
 package() {
-  cd "$srcdir/$pkgbase-$pkgver"
+  cd $pkgbase-$pkgver
 
   sed -i -e "s|^#!/usr/bin/env python|#!/usr/bin/env python2|" local/proxy.py
   
@@ -29,7 +30,8 @@
   install -Dm644 local/SwitchyOptions.bak 
"$pkgdir/usr/share/$pkgname/local/SwitchyOptions.bak"
   install -Dm644 local/SwitchySharp.crx 
"$pkgdir/usr/share/$pkgname/local/SwitchySharp_1_9_52.crx"
 
-  install -Dm644 local/proxy.ini "$pkgdir/etc/goagent"
+  #install -Dm644 local/proxy.ini "$pkgdir/etc/goagent"
+  install -Dm644 ../proxy.ini "$pkgdir/etc/goagent"
   ln -sf "/etc/goagent" "${pkgdir}/usr/share/$pkgname/local/proxy.ini"
   
   cp -r server "$pkgdir/usr/share/$pkgname/"
@@ -41,4 +43,5 @@
 
 # vim:set ts=2 sw=2 et:
 
sha512sums=('0b9fc8dd0867cbddd7cda7162c544b6ea4919e0e34815f109b0a3b3a58b9f588dcdbdb89c01bd49cc87052e370a72bc8ac5d868514ca77a3e73952fcadd3e6ca'
-
'b8f5f6342303edd520a577d0348deef7017ba79aa5c6f43c4e1c368d7b204f6364f4537f2a5e21f3b63a321bdcf3d407e5dea9883211c11a4d11801b057cddc2')
+
'b8f5f6342303edd520a577d0348deef7017ba79aa5c6f43c4e1c368d7b204f6364f4537f2a5e21f3b63a321bdcf3d407e5dea9883211c11a4d11801b057cddc2'
+
'9903977f348101f76accaecc83bbec68daf87d9626a981d0bc42274d13c468d909513cd147910871173949d86395f702b689aab296c97a72ef9be73bddfd2a8a')



[arch-commits] Commit in (6 files)

2013-11-02 Thread Alexander Rødseth
Date: Saturday, November 2, 2013 @ 14:03:15
  Author: arodseth
Revision: 100343

Adding the dart SDK and editor

Added:
  dart/
  dart/repos/
  dart/repos/community-i686/
  dart/repos/community-x86_64/
  dart/trunk/
  dart/trunk/PKGBUILD

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

Added: dart/trunk/PKGBUILD
===
--- dart/trunk/PKGBUILD (rev 0)
+++ dart/trunk/PKGBUILD 2013-11-02 13:03:15 UTC (rev 100343)
@@ -0,0 +1,74 @@
+# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# Maintainer: Alexander Rødseth 
+# Contributor: T. Jameson Little 
+# Contributor: Usagi Ito 
+# Contributor: siasia 
+# Contributor: Julien Nicoulaud 
+
+pkgname=dart
+pkgver=0.8.7.0
+pkgrel=1
+pkgdesc='The dart programming language (includes SDK and editor)'
+arch=('x86_64' 'i686')
+url='http://www.dartlang.org/'
+license=('BSD' 'EPL')
+depends=('java-runtime' 'gtk2' 'desktop-file-utils' 'gconf')
+makedepends=('imagemagick' 'gendesk' 'setconf')
+backup=("opt/$pkgname/DartEditor.ini")
+options=('!strip')
+
+if [[ $CARCH == x86_64 ]]; then
+  
source=("https://storage.googleapis.com/dart-editor-archive-integration/latest/darteditor-linux-64.zip";)
+  
sha256sums=('230d53fc95f873e4d2e7cd2377706693196dbfc154c80493d57cf409d2908d72')
+else
+  
source=("https://storage.googleapis.com/dart-editor-archive-integration/latest/darteditor-linux-32.zip";)
+  
sha256sums=('4752ad56ca58611cf67474d3ebb979a2e5f26e477a3c508cf5847c7207e837a1')
+fi
+
+prepare() {
+  # Fix permissions
+  find "$pkgname" -type d -exec chmod 0755 '{}' + \
+-or -type f -exec chmod 0644 '{}' +
+  chmod +x "$pkgname/DartEditor"
+  chmod +x "$pkgname/dart-sdk/bin/"*
+
+  # Prepare a desktop shortcut and icon
+  gendesk -n -f --pkgname 'darteditor' --name 'Dart Editor' \
+--exec 'darteditor %U' --pkgdesc 'Editor for the dart programming language'
+  convert "$pkgname/icon.xpm" "darteditor.png"
+
+  # Fix paths
+  cd "$pkgname/dart-sdk/bin"
+  setconf dart2js BIN_DIR "/opt/$pkgname/dart-sdk/bin"
+  setconf dart2js PROG_NAME "/opt/$pkgname/dart-sdk/bin/dart2js"
+  setconf dartanalyzer SCRIPT_DIR "/opt/$pkgname/dart-sdk/bin"
+  setconf dartdoc BIN_DIR "/opt/$pkgname/dart-sdk/bin"
+}
+
+package() {
+  # Create directories
+  install -d "$pkgdir"{"/opt/$pkgname",/usr/{bin,"share/doc/$pkgname"}}
+
+  # Package the files
+  cp -a dart/* "$pkgdir/opt/$pkgname/"
+
+  # Set up symbolic links for the executables
+  for f in dart dart2js dartanalyzer dartdoc pub; do
+ln -s "/opt/$pkgname/dart-sdk/bin/$f" "$pkgdir/usr/bin/$f"
+  done
+  ln -s "/opt/$pkgname/DartEditor" "$pkgdir/usr/bin/darteditor"
+
+  # Package samples and documentation
+  for f in samples about.html about_files; do
+echo mv "$pkgdir/opt/$pkgname/$f" "$pkgdir/usr/share/doc/$pkgname/"
+  done
+
+  # Set up a symbolic link for the configuration
+  echo ln -s "/opt/$pkgname/DartEditor.ini" "$pkgdir/etc/darteditor.ini"
+
+  # Package desktop shortcut and icon
+  install -Dm644 "darteditor.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "darteditor.png" "$pkgdir/usr/share/pixmaps/darteditor.png"
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (5 files)

2013-11-02 Thread Alexander Rødseth
Date: Saturday, November 2, 2013 @ 13:07:53
  Author: arodseth
Revision: 100341

Moving from AUR (274 votes) to [community]

Added:
  archey3/
  archey3/repos/
  archey3/repos/community-any/
  archey3/trunk/
  archey3/trunk/PKGBUILD

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

Added: archey3/trunk/PKGBUILD
===
--- archey3/trunk/PKGBUILD  (rev 0)
+++ archey3/trunk/PKGBUILD  2013-11-02 12:07:53 UTC (rev 100341)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Laurie Clark-Michalek 
+# Contributor: graysky 
+
+pkgname=archey3
+pkgver=0.5
+pkgrel=1
+pkgdesc='Output a logo and various system information'
+arch=('any')
+url='http://bluepeppers.github.com/archey3'
+license=('GPL')
+depends=('python')
+makedepends=('git' 'python-distribute')
+optdepends=('imagemagick: for default screenshot command')
+# AUR optdeps: python-logbook-git and python-mpd-git
+source=('git://github.com/bluepeppers/archey3.git#commit=c1d1fedccc843ada034d7bcbfe89d00cfc58fea3')
+md5sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  grep pkgver= PKGBUILD | cut -d'=' -f2
+}
+
+package() {
+  cd "$pkgname"
+
+  python setup.py install --root="$pkgdir"
+} 
+
+# vim:set ts=2 sw=2 et:


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


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

2013-11-02 Thread Alexander Rødseth
Date: Saturday, November 2, 2013 @ 13:08:18
  Author: arodseth
Revision: 100342

archrelease: copy trunk to community-any

Added:
  archey3/repos/community-any/PKGBUILD
(from rev 100341, archey3/trunk/PKGBUILD)

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

Copied: archey3/repos/community-any/PKGBUILD (from rev 100341, 
archey3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-02 12:08:18 UTC (rev 100342)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Laurie Clark-Michalek 
+# Contributor: graysky 
+
+pkgname=archey3
+pkgver=0.5
+pkgrel=1
+pkgdesc='Output a logo and various system information'
+arch=('any')
+url='http://bluepeppers.github.com/archey3'
+license=('GPL')
+depends=('python')
+makedepends=('git' 'python-distribute')
+optdepends=('imagemagick: for default screenshot command')
+# AUR optdeps: python-logbook-git and python-mpd-git
+source=('git://github.com/bluepeppers/archey3.git#commit=c1d1fedccc843ada034d7bcbfe89d00cfc58fea3')
+md5sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  grep pkgver= PKGBUILD | cut -d'=' -f2
+}
+
+package() {
+  cd "$pkgname"
+
+  python setup.py install --root="$pkgdir"
+} 
+
+# vim:set ts=2 sw=2 et:



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

2013-11-02 Thread Sergej Pupykin
Date: Saturday, November 2, 2013 @ 12:47:21
  Author: spupykin
Revision: 100340

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-02 11:46:13 UTC (rev 100339)
+++ community-i686/PKGBUILD 2013-11-02 11:47:21 UTC (rev 100340)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Roman Kyrylych 
-# Contributor: Johannes Sjolund 
-
-pkgname=mxml
-pkgver=2.7
-pkgrel=1
-pkgdesc="A small XML parsing library"
-arch=('i686' 'x86_64')
-url="http://www.minixml.org/";
-license=('LGPL')
-source=("http://ftp.easysw.com/pub/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
-md5sums=('76f2ae49bf0f5745d5cb5d9507774dc9')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-#  [ "$CARCH" = x86_64 ] && export CFLAGS="$CFLAGS -fPIC"
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DSTROOT="$pkgdir" install
-  chmod -x "$pkgdir/usr/lib/libmxml.a"
-}

Copied: mxml/repos/community-i686/PKGBUILD (from rev 100339, 
mxml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-02 11:47:21 UTC (rev 100340)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Roman Kyrylych 
+# Contributor: Johannes Sjolund 
+
+pkgname=mxml
+pkgver=2.7
+pkgrel=2
+pkgdesc="A small XML parsing library"
+arch=('i686' 'x86_64')
+url="http://www.minixml.org/";
+license=('LGPL')
+source=("http://www.msweet.org/files/project3/$pkgname-$pkgver.tar.gz";)
+md5sums=('76f2ae49bf0f5745d5cb5d9507774dc9')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+#  [ "$CARCH" = x86_64 ] && export CFLAGS="$CFLAGS -fPIC"
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DSTROOT="$pkgdir" install
+  chmod -x "$pkgdir/usr/lib/libmxml.a"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-02 11:46:13 UTC (rev 100339)
+++ community-x86_64/PKGBUILD   2013-11-02 11:47:21 UTC (rev 100340)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Roman Kyrylych 
-# Contributor: Johannes Sjolund 
-
-pkgname=mxml
-pkgver=2.7
-pkgrel=1
-pkgdesc="A small XML parsing library"
-arch=('i686' 'x86_64')
-url="http://www.minixml.org/";
-license=('LGPL')
-source=("http://ftp.easysw.com/pub/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
-md5sums=('76f2ae49bf0f5745d5cb5d9507774dc9')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-#  [ "$CARCH" = x86_64 ] && export CFLAGS="$CFLAGS -fPIC"
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DSTROOT="$pkgdir" install
-  chmod -x "$pkgdir/usr/lib/libmxml.a"
-}

Copied: mxml/repos/community-x86_64/PKGBUILD (from rev 100339, 
mxml/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-02 11:47:21 UTC (rev 100340)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Roman Kyrylych 
+# Contributor: Johannes Sjolund 
+
+pkgname=mxml
+pkgver=2.7
+pkgrel=2
+pkgdesc="A small XML parsing library"
+arch=('i686' 'x86_64')
+url="http://www.minixml.org/";
+license=('LGPL')
+source=("http://www.msweet.org/files/project3/$pkgname-$pkgver.tar.gz";)
+md5sums=('76f2ae49bf0f5745d5cb5d9507774dc9')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+#  [ "$CARCH" = x86_64 ] && export CFLAGS="$CFLAGS -fPIC"
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DSTROOT="$pkgdir" install
+  chmod -x "$pkgdir/usr/lib/libmxml.a"
+}



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

2013-11-02 Thread Sergej Pupykin
Date: Saturday, November 2, 2013 @ 12:46:13
  Author: spupykin
Revision: 100339

upgpkg: mxml 2.7-2

upd

Modified:
  mxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 11:39:11 UTC (rev 100338)
+++ PKGBUILD2013-11-02 11:46:13 UTC (rev 100339)
@@ -5,12 +5,12 @@
 
 pkgname=mxml
 pkgver=2.7
-pkgrel=1
+pkgrel=2
 pkgdesc="A small XML parsing library"
 arch=('i686' 'x86_64')
 url="http://www.minixml.org/";
 license=('LGPL')
-source=("http://ftp.easysw.com/pub/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
+source=("http://www.msweet.org/files/project3/$pkgname-$pkgver.tar.gz";)
 md5sums=('76f2ae49bf0f5745d5cb5d9507774dc9')
 
 build() {



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

2013-11-02 Thread Sergej Pupykin
Date: Saturday, November 2, 2013 @ 12:39:11
  Author: spupykin
Revision: 100338

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

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

+
 /PKGBUILD  |  244 +++
 /tesseract.install |   14 ++
 community-i686/PKGBUILD|  122 -
 community-i686/tesseract.install   |7 -
 community-x86_64/PKGBUILD  |  122 -
 community-x86_64/tesseract.install |7 -
 6 files changed, 258 insertions(+), 258 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-02 11:38:29 UTC (rev 100337)
+++ community-i686/PKGBUILD 2013-11-02 11:39:11 UTC (rev 100338)
@@ -1,122 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andreas Hauser 
-
-# chinese requires two files
-_langs=(afr ara aze bel ben bul cat ces chi_sim chi_tra chr dan deu ell
-eng enm epo epo_alt equ est eus fin fra frk frm glg grc heb hin hrv hun
-ind isl ita ita_old jpn kan kor lav lit mal mkd mlt msa nld nor pol por
-ron rus slk slv spa spa_old sqi srp swa swe tam tel tgl tha tur ukr vie)
-
-pkgbase=tesseract
-pkgname=(tesseract $(for l in ${_langs[@]}; do echo tesseract-data-${l}; done))
-pkgver=3.02.02
-_pkgver=3.02
-pkgrel=2
-pkgdesc="An OCR programm"
-arch=(i686 x86_64)
-url="http://code.google.com/p/tesseract-ocr";
-license=("APACHE")
-depends=(libpng libtiff libjpeg zlib giflib gcc-libs leptonica)
-source=(http://tesseract-ocr.googlecode.com/files/$pkgname-$pkgver.tar.gz
-$(for l in ${_langs[@]}; do
-echo 
http://tesseract-ocr.googlecode.com/files/tesseract-ocr-${_pkgver}.${l}.tar.gz
-done))
-md5sums=('3d57ee5777fa998632ad0693c13a0e9e'
- '16a756bf353896e34386f4509582e487'
- 'd7b3708f1f1f2898c258209923063f57'
- '143044ff7b643b844c2f0b2a170ceda2'
- '3bb6dab515166d641ac62e973c868ac5'
- '0b662630eb4b2e0ebf40c38184068fba'
- '91fc34ef041aafe32549a7a6232afad0'
- '27b77ecc66f8c8d904cd6b87886aca22'
- 'ae144b9d230267b5ae62804ad7a09dac'
- '718779539d3202ae95ae5ff52a3ad5e8'
- '391ed3fcf014bae777b33dc7a771a00d'
- 'dd5b4fa247500d7713ab5556af62d9fa'
- '2f6a93920b3ce55de24ca762a66a5de1'
- '57bdb26ec7c767e126ff97776d8bfb10'
- '3760cc3dee6489dcc865b31e7a36bd47'
- '3562250fe6f4e76229a329166b8ae853'
- 'd9dc4ad9cbcde78e5be59eb226865661'
- '5dc0cf01d21ee43ed834ee947e1e810a'
- '67815529386679223092ddf301bf57d4'
- '94667836c651fc4fd43645efdc34e19a'
- 'a067f5975cbe83fea205897187fa256b'
- '4c2cee5bf3558f6384e5907aa02ae80c'
- '71f8b343ed2010f775ff474faec5874f'
- '2bca200b783fdba2f546063c68740c50'
- 'dd734ac212a98a02945760891b657e70'
- 'e0ca24ca45de83e67057f0e208233ffc'
- 'ef7b8e13891e08f29b02011a5dd6b630'
- 'f14aac95ab2f4a5f919da82dbc1fcd3c'
- '7ae7f3384083c66f06d63b6c0f0a66c3'
- '186f17b326a58313344c2ea987ea7785'
- '0396a267d894f485b6b534476f3322dc'
- 'eb1b3537cd664fec48bebac75fac5992'
- '9f672ea7c90eecbbe35ec353ff45c764'
- '3f05946a9e57a8ffabb3fccc8a80cfaa'
- 'fbdba86f34b907f5a709051c01b53f71'
- '989ca558eb05fcf6873dfdd8c692291d'
- 'e1be2b08e667c3bb0ab0f18c9456bf2f'
- '510016e85d7ea8e1f4ebf98741138909'
- 'fc9125f6652fb661575d6e15c94f88f6'
- '2095b56c9c6b0dba9b837fd226ed6d29'
- '801021a1ad6e4aa3ef697f065ff6c798'
- '1f5e8f022d3c2697075bdfc03935f128'
- 'b8930c64befcaadbb47951cad4a2f075'
- '90a41ac86375b230980b643b35b88011'
- 'cb42ec9504eecdc4f974dbca4387ac34'
- '6db5753b3b03296544bbb2c0f59a7178'
- '6d979585abb07c13dda003820129461c'
- '90b3f1f4113a9dccd0287e6b5b7512d6'
- 'ad490a8091ee329190266f3fd057c511'
- '9f498e01855a57473af8f083c125455a'
- 'e8c785df8aaa49e61f3a95aa24066122'
- '991e4771e16abd6a66caeaeeb2a4d4d2'
- 'c7bea975ba663d13e03c29d6cf33b5a8'
- 'fe1385ed203ecd9e0999a44b135069ec'
- '7838da948e404bb760bef83a5c3d64dd'
- '372e38617fcc7e25c77996c5499ae063'
- 'd8350668fa790b5d4007348a55840bdf'
- '6c68107a71f82fa42c858e4d6dc70aca'
- 

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

2013-11-02 Thread Sergej Pupykin
Date: Saturday, November 2, 2013 @ 12:38:29
  Author: spupykin
Revision: 100337

upgpkg: tesseract 3.02.02-3

upd

Modified:
  tesseract/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 11:38:23 UTC (rev 100336)
+++ PKGBUILD2013-11-02 11:38:29 UTC (rev 100337)
@@ -12,7 +12,7 @@
 pkgname=(tesseract $(for l in ${_langs[@]}; do echo tesseract-data-${l}; done))
 pkgver=3.02.02
 _pkgver=3.02
-pkgrel=2
+pkgrel=3
 pkgdesc="An OCR programm"
 arch=(i686 x86_64)
 url="http://code.google.com/p/tesseract-ocr";
@@ -49,7 +49,7 @@
  'dd734ac212a98a02945760891b657e70'
  'e0ca24ca45de83e67057f0e208233ffc'
  'ef7b8e13891e08f29b02011a5dd6b630'
- 'f14aac95ab2f4a5f919da82dbc1fcd3c'
+ 'ac493e5a49e456f2dd354f5b6449573e'
  '7ae7f3384083c66f06d63b6c0f0a66c3'
  '186f17b326a58313344c2ea987ea7785'
  '0396a267d894f485b6b534476f3322dc'



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

2013-11-02 Thread Sergej Pupykin
Date: Saturday, November 2, 2013 @ 12:38:23
  Author: spupykin
Revision: 100336

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

Added:
  lash/repos/community-i686/PKGBUILD
(from rev 100335, lash/trunk/PKGBUILD)
  lash/repos/community-i686/lash.install
(from rev 100335, lash/trunk/lash.install)
  lash/repos/community-i686/makefile.patch
(from rev 100335, lash/trunk/makefile.patch)
  lash/repos/community-x86_64/PKGBUILD
(from rev 100335, lash/trunk/PKGBUILD)
  lash/repos/community-x86_64/lash.install
(from rev 100335, lash/trunk/lash.install)
  lash/repos/community-x86_64/makefile.patch
(from rev 100335, lash/trunk/makefile.patch)
Deleted:
  lash/repos/community-i686/PKGBUILD
  lash/repos/community-i686/lash.install
  lash/repos/community-i686/makefile.patch
  lash/repos/community-x86_64/PKGBUILD
  lash/repos/community-x86_64/lash.install
  lash/repos/community-x86_64/makefile.patch

-+
 /PKGBUILD   |   74 ++
 /lash.install   |   12 ++
 /makefile.patch |   28 ++
 community-i686/PKGBUILD |   35 -
 community-i686/lash.install |6 ---
 community-i686/makefile.patch   |   14 ---
 community-x86_64/PKGBUILD   |   35 -
 community-x86_64/lash.install   |6 ---
 community-x86_64/makefile.patch |   14 ---
 9 files changed, 114 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-02 11:38:01 UTC (rev 100335)
+++ community-i686/PKGBUILD 2013-11-02 11:38:23 UTC (rev 100336)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: DonVla 
-
-pkgname=lash
-pkgver=0.6.0~rc2
-_relver=0.6.0.594
-pkgrel=6
-pkgdesc="A session management system for JACK and ALSA"
-arch=('i686' 'x86_64')
-#url="http://lash-audio.org";
-url="http://lash.nongnu.org/";
-license=('GPL')
-depends=('dbus-core' 'gtk2' 'jack' 'libxml2' 'python2')
-install=$pkgname.install
-source=("http://download.savannah.gnu.org/releases/lash/${pkgname}-${pkgver}.tar.bz2";
 "makefile.patch")
-md5sums=('af1dc4f4ceb284b1b0845de4f4c2fe47'
- '24ceb7e3d008c25e1490102983165612')
-
-build() {
-  cd "${srcdir}/${pkgname}-${_relver}"
-  patch -p0 < "${srcdir}/makefile.patch"
-
-  # Python2 fixes
-  export PYTHON="python2"
-  sed -i "s#env python#&2#" clients/lash_control
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${_relver}"
-  make DESTDIR=${pkgdir} install
-}

Copied: lash/repos/community-i686/PKGBUILD (from rev 100335, 
lash/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-02 11:38:23 UTC (rev 100336)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: DonVla 
+
+pkgname=lash
+pkgver=0.6.0~rc2
+_relver=0.6.0.594
+pkgrel=7
+pkgdesc="A session management system for JACK and ALSA"
+arch=('i686' 'x86_64')
+#url="http://lash-audio.org";
+url="http://lash.nongnu.org/";
+license=('GPL')
+depends=('dbus-core' 'gtk2' 'jack' 'libxml2' 'python2')
+install=$pkgname.install
+source=("http://download.savannah.gnu.org/releases/lash/${pkgname}-${pkgver}.tar.bz2";
 "makefile.patch")
+md5sums=('af1dc4f4ceb284b1b0845de4f4c2fe47'
+ '24ceb7e3d008c25e1490102983165612')
+
+build() {
+  cd "${srcdir}/${pkgname}-${_relver}"
+  patch -p0 < "${srcdir}/makefile.patch"
+
+  # Python2 fixes
+  export PYTHON="python2"
+  sed -i "s#env python#&2#" clients/lash_control
+
+  export LDFLAGS="-ldl -lm"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${_relver}"
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/lash.install
===
--- community-i686/lash.install 2013-11-02 11:38:01 UTC (rev 100335)
+++ community-i686/lash.install 2013-11-02 11:38:23 UTC (rev 100336)
@@ -1,6 +0,0 @@
-post_install() {
-  printf "\n"
-  printf "==> You might need to add following line to your 
/etc/services(without quotes):\n"
-  printf "==> \"lash   14541/tcp   # LASH client/server protocol\"\n"
-  printf "\n"
-}

Copied: lash/repos/community-i686/lash.install (from rev 100335, 
lash/trunk/lash.install)
===
--- community-i686/lash.install (rev 0)
+++ community-i686/lash.install 2013-11-02 11:38:23 UTC (rev 100336)
@@ -0,0 +1,6 @@
+post_install() {
+  printf "\n"
+  printf "==> You might need to add following line to your 
/etc/services(without quotes):\n"
+  printf "==> \"lash   14541/tcp   # LASH client/server protocol\"\n"
+  printf "\n"
+}

Deleted: community-i686/makefile.patch
=

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

2013-11-02 Thread Sergej Pupykin
Date: Saturday, November 2, 2013 @ 12:38:01
  Author: spupykin
Revision: 100335

upgpkg: lash 0.6.0~rc2-7

upd

Modified:
  lash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 11:34:59 UTC (rev 100334)
+++ PKGBUILD2013-11-02 11:38:01 UTC (rev 100335)
@@ -5,7 +5,7 @@
 pkgname=lash
 pkgver=0.6.0~rc2
 _relver=0.6.0.594
-pkgrel=6
+pkgrel=7
 pkgdesc="A session management system for JACK and ALSA"
 arch=('i686' 'x86_64')
 #url="http://lash-audio.org";
@@ -25,6 +25,8 @@
   export PYTHON="python2"
   sed -i "s#env python#&2#" clients/lash_control
 
+  export LDFLAGS="-ldl -lm"
+
   ./configure --prefix=/usr
   make
 }



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

2013-11-02 Thread Ionuț Mircea Bîru
Date: Saturday, November 2, 2013 @ 12:34:59
  Author: ioni
Revision: 100334

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

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

+
 /PKGBUILD  |   64 +++
 /gnote.install |   42 +
 community-i686/PKGBUILD|   32 ---
 community-i686/gnote.install   |   21 
 community-x86_64/PKGBUILD  |   32 ---
 community-x86_64/gnote.install |   21 
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-02 11:32:00 UTC (rev 100333)
+++ community-i686/PKGBUILD 2013-11-02 11:34:59 UTC (rev 100334)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Ionut Biru 
-# Contributor: uastasi 
-pkgname=gnote
-pkgver=3.10.0
-pkgrel=1
-pkgdesc="A note taking application."
-arch=('i686' 'x86_64')
-url="http://live.gnome.org/Gnote";
-license=('GPL3')
-depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 
'libsecret')
-makedepends=('intltool' 'itstool' 'boost')
-install=gnote.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('10dedfde2f7748f67eda4f334505c7e8ff2b86286d2c9feb3c43e7261684b71b')
-
-build() {
-cd $pkgname-$pkgver
-./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir=/usr/lib/gnote \
---disable-scrollkeeper \
---disable-schemas-compile \
---disable-static
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR="$pkgdir" install
-}

Copied: gnote/repos/community-i686/PKGBUILD (from rev 100333, 
gnote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-02 11:34:59 UTC (rev 100334)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Ionut Biru 
+# Contributor: uastasi 
+pkgname=gnote
+pkgver=3.10.1
+pkgrel=1
+pkgdesc="A note taking application."
+arch=('i686' 'x86_64')
+url="http://live.gnome.org/Gnote";
+license=('GPL3')
+depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 
'libsecret')
+makedepends=('intltool' 'itstool' 'boost')
+install=gnote.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8466343c43cb5fb223a7abfe43e6e963f64403f96a3c823f5a37474e83d5e1a0')
+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/gnote \
+--disable-scrollkeeper \
+--disable-schemas-compile \
+--disable-static
+make
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/gnote.install
===
--- community-i686/gnote.install2013-11-02 11:32:00 UTC (rev 100333)
+++ community-i686/gnote.install2013-11-02 11:34:59 UTC (rev 100334)
@@ -1,21 +0,0 @@
-pkgname=gnote
-
-post_install() {
-glib-compile-schemas usr/share/glib-2.0/schemas
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-pre_upgrade() {
-if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
-usr/sbin/gconfpkg --uninstall ${pkgname}
-fi
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: gnote/repos/community-i686/gnote.install (from rev 100333, 
gnote/trunk/gnote.install)
===
--- community-i686/gnote.install(rev 0)
+++ community-i686/gnote.install2013-11-02 11:34:59 UTC (rev 100334)
@@ -0,0 +1,21 @@
+pkgname=gnote
+
+post_install() {
+glib-compile-schemas usr/share/glib-2.0/schemas
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+pre_upgrade() {
+if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
+usr/sbin/gconfpkg --uninstall ${pkgname}
+fi
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
=

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

2013-11-02 Thread Ionuț Mircea Bîru
Date: Saturday, November 2, 2013 @ 12:32:00
  Author: ioni
Revision: 100333

update to 3.10.1

Modified:
  gnote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 11:08:32 UTC (rev 100332)
+++ PKGBUILD2013-11-02 11:32:00 UTC (rev 100333)
@@ -2,7 +2,7 @@
 # Maintainer:  Ionut Biru 
 # Contributor: uastasi 
 pkgname=gnote
-pkgver=3.10.0
+pkgver=3.10.1
 pkgrel=1
 pkgdesc="A note taking application."
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'itstool' 'boost')
 install=gnote.install
 
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('10dedfde2f7748f67eda4f334505c7e8ff2b86286d2c9feb3c43e7261684b71b')
+sha256sums=('8466343c43cb5fb223a7abfe43e6e963f64403f96a3c823f5a37474e83d5e1a0')
 
 build() {
 cd $pkgname-$pkgver



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

2013-11-02 Thread Florian Pritz
Date: Saturday, November 2, 2013 @ 12:08:28
  Author: bluewind
Revision: 100331

upgpkg: lib32-qt4 4.8.5-4

icu rebuild; remove static libs

Modified:
  lib32-qt4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 11:06:06 UTC (rev 100330)
+++ PKGBUILD2013-11-02 11:08:28 UTC (rev 100331)
@@ -6,7 +6,7 @@
 _pkgbasename=qt4
 pkgname=lib32-$_pkgbasename
 pkgver=4.8.5
-pkgrel=3
+pkgrel=4
 pkgdesc='A cross-platform application and UI framework (32-bit)'
 arch=('x86_64')
 url='http://qt-project.org/'



[arch-commits] Commit in lib32-qt4/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2013-11-02 Thread Florian Pritz
Date: Saturday, November 2, 2013 @ 12:08:32
  Author: bluewind
Revision: 100332

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-qt4/repos/multilib-x86_64/PKGBUILD
(from rev 100331, lib32-qt4/trunk/PKGBUILD)
Deleted:
  lib32-qt4/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  190 ++---
 1 file changed, 95 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-02 11:08:28 UTC (rev 100331)
+++ PKGBUILD2013-11-02 11:08:32 UTC (rev 100332)
@@ -1,95 +0,0 @@
-# $Id: PKGBUILD 80785 2012-12-03 16:17:19Z bluewind $
-# Maintainer: Florian Pritz 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-_pkgbasename=qt4
-pkgname=lib32-$_pkgbasename
-pkgver=4.8.5
-pkgrel=3
-pkgdesc='A cross-platform application and UI framework (32-bit)'
-arch=('x86_64')
-url='http://qt-project.org/'
-license=('GPL3' 'LGPL')
-depends=(lib32-{fontconfig,sqlite3,alsa-lib,glib2,dbus-core,openssl}
- lib32-lib{png,tiff,mng,gl,sm,xrandr,xv,xi} $_pkgbasename)
-optdepends=('lib32-libxinerama: Xinerama support'
-'lib32-libxcursor: Xcursor support'
-'lib32-libxfixes: Xfixes support')
-makedepends=(cups gcc-multilib lib32-{mesa,libcups,libxfixes,gtk2})
-options=('!libtool')
-provides=(lib32-qtwebkit)
-replaces=(lib32-qtwebkit 'lib32-qt<=4.8.4')
-conflicts=(lib32-qtwebkit lib32-qt)
-_pkgfqn="qt-everywhere-opensource-src-${pkgver}"
-source=("http://download.qt-project.org/official_releases/qt/4.8/${pkgver}/${_pkgfqn}.tar.gz";)
-md5sums=('1864987bdbb2f58f8ae8b350dfdbe133')
-
-prepare() {
-  cd $srcdir/$_pkgfqn
-
-  export QT4DIR=$srcdir/$_pkgfqn
-  export LD_LIBRARY_PATH=${QT4DIR}/lib:${LD_LIBRARY_PATH}
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  # some of those are likely unnecessary, but I'm too lazy to find and remove 
them
-  sed -i "/^QMAKE_LINK\s/s|g++|g++ -m32|g" mkspecs/common/g++-base.conf
-  sed -i "s|-O2|${CXXFLAGS} -m32|" mkspecs/common/g++-base.conf
-  sed -i "s|-O2|${CXXFLAGS} -m32|" mkspecs/common/gcc-base.conf
-  sed -i "/^QMAKE_LFLAGS_RPATH/s| -Wl,-rpath,||g" 
mkspecs/common/gcc-base-unix.conf
-  sed -i "/^QMAKE_LFLAGS\s/s|+=|+= ${LDFLAGS} -m32|g" 
mkspecs/common/gcc-base.conf
-  sed -i "s|-Wl,-O1|-m32 -Wl,-O1|" mkspecs/common/g++-unix.conf
-  sed -e "s|-O2|$CXXFLAGS -m32|" \
-  -e "/^QMAKE_RPATH/s| -Wl,-rpath,||g" \
-  -e "/^QMAKE_LINK\s/s|g++|g++ -m32|g" \
-  -e "/^QMAKE_LFLAGS\s/s|+=|+= $LDFLAGS|g" \
-  -i mkspecs/common/g++.conf
-}
-
-build() {
-  cd $srcdir/$_pkgfqn
-  export QT4DIR=$srcdir/$_pkgfqn
-  export LD_LIBRARY_PATH=${QT4DIR}/lib:${LD_LIBRARY_PATH}
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./configure -confirm-license -opensource -v -platform linux-g++-32 \
--prefix /usr \
--libdir /usr/lib32 \
--plugindir /usr/lib32/qt/plugins \
--importdir /usr/lib32/qt/imports \
--datadir /usr/share/qt \
--translationdir /usr/share/qt/translations \
--sysconfdir /etc \
--system-sqlite \
--no-phonon \
--no-phonon-backend \
--webkit \
--graphicssystem raster \
--openssl-linked \
--nomake demos \
--nomake examples \
--nomake docs \
--optimized-qmake \
--no-rpath \
--dbus-linked \
--reduce-relocations \
--no-openvg
-
-  make
-}
-
-package() {
-  cd $srcdir/$_pkgfqn
-  make INSTALL_ROOT=$pkgdir install
-
-  # Fix wrong path in pkgconfig files
-  find ${pkgdir}/usr/lib32/pkgconfig -type f -name '*.pc' \
--exec perl -pi -e "s, -L${srcdir}/?\S+,,g" {} \;
-  # Fix wrong path in prl files
-  find ${pkgdir}/usr/lib32 -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d;s/\(QMAKE_PRL_LIBS =\).*/\1/' {} 
\;
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin,tests}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-qt4/repos/multilib-x86_64/PKGBUILD (from rev 100331, 
lib32-qt4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-02 11:08:32 UTC (rev 100332)
@@ -0,0 +1,95 @@
+# $Id: PKGBUILD 80785 2012-12-03 16:17:19Z bluewind $
+# Maintainer: Florian Pritz 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+_pkgbasename=qt4
+pkgname=lib32-$_pkgbasename
+pkgver=4.8.5
+pkgrel=4
+pkgdesc='A cross-platform application and UI framework (32-bit)'
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3' 'LGPL')
+depends=(lib32-{fontconfig,sqlite3,alsa-lib,glib2,dbus-core,openssl}
+ lib32-lib{png,tiff,mng,gl,sm,xrandr,xv,xi} $_pkgbasename)
+optdepends=('lib32-libxinerama: Xinerama support'
+'lib32-libxcursor: Xcursor support'
+'lib32-libxfixes: Xfixes support')
+makedepends=(cups gcc-multilib lib32-{mesa,libcups,libxfixes,gtk2})
+options=('!libtool')
+provides=(lib32-qtwebkit)
+r

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

2013-11-02 Thread Alexander Rødseth
Date: Saturday, November 2, 2013 @ 12:06:06
  Author: arodseth
Revision: 100330

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

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

---+
 /PKGBUILD |   64 
 community-i686/PKGBUILD   |   34 ---
 community-x86_64/PKGBUILD |   34 ---
 3 files changed, 64 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-02 11:05:52 UTC (rev 100329)
+++ community-i686/PKGBUILD 2013-11-02 11:06:06 UTC (rev 100330)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Ionut Biru 
-
-pkgname=libgexiv2
-pkgver=0.6.1
-pkgrel=2
-pkgdesc='GObject-based wrapper around the Exiv2 library'
-arch=('x86_64' 'i686')
-url='http://redmine.yorba.org/projects/gexiv2/roadmap'
-# http://yorba.org/download/gexiv2/
-license=('GPL2')
-depends=('exiv2' 'gobject-introspection')
-makedepends=('python-gobject' 'python2-gobject')
-source=("http://yorba.org/download/gexiv2/${pkgver%.1}/${pkgname}_$pkgver.tar.xz";)
-sha256sums=('72ee2fcc6a98c9e83467adea45b10d1b61c55654c204dcce9c2463615389a9e3')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # In order for the build process to include any python-related files,
-  # 'import gi; print(gi._overridesdir)' must work with either python or
-  # python2. The gi module is provided by python-gobject and python2-gobject.
-  ./configure --prefix=/usr --enable-introspection
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libgexiv2/repos/community-i686/PKGBUILD (from rev 100329, 
libgexiv2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-02 11:06:06 UTC (rev 100330)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Ionut Biru 
+
+pkgname=libgexiv2
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='GObject-based wrapper around the Exiv2 library'
+arch=('x86_64' 'i686')
+# http://yorba.org/download/gexiv2/
+url='http://redmine.yorba.org/projects/gexiv2/roadmap'
+license=('GPL2')
+depends=('exiv2' 'glib2')
+makedepends=('python-gobject' 'python2-gobject')
+source=("http://yorba.org/download/gexiv2/${pkgver%.0}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('44ae5e74ec82a6b19e366cf6877ce34693ace85c5cb519a7158bdcfcb7e28e64')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # In order for the build process to include any python-related files,
+  # 'import gi; print(gi._overridesdir)' must work with either python or
+  # python2. The gi module is provided by python-gobject and python2-gobject.
+  ./configure --prefix=/usr --enable-introspection
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-02 11:05:52 UTC (rev 100329)
+++ community-x86_64/PKGBUILD   2013-11-02 11:06:06 UTC (rev 100330)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Ionut Biru 
-
-pkgname=libgexiv2
-pkgver=0.6.1
-pkgrel=2
-pkgdesc='GObject-based wrapper around the Exiv2 library'
-arch=('x86_64' 'i686')
-url='http://redmine.yorba.org/projects/gexiv2/roadmap'
-# http://yorba.org/download/gexiv2/
-license=('GPL2')
-depends=('exiv2' 'gobject-introspection')
-makedepends=('python-gobject' 'python2-gobject')
-source=("http://yorba.org/download/gexiv2/${pkgver%.1}/${pkgname}_$pkgver.tar.xz";)
-sha256sums=('72ee2fcc6a98c9e83467adea45b10d1b61c55654c204dcce9c2463615389a9e3')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # In order for the build process to include any python-related files,
-  # 'import gi; print(gi._overridesdir)' must work with either python or
-  # python2. The gi module is provided by python-gobject and python2-gobject.
-  ./configure --prefix=/usr --enable-introspection
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libgexiv2/repos/community-x86_64/PKGBUILD (from rev 100329, 
libgexiv2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-02 11:06:06 UTC (rev 100330)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Ionut Biru 
+
+pkgname=libgexiv2
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='GObject-ba

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

2013-11-02 Thread Alexander Rødseth
Date: Saturday, November 2, 2013 @ 12:05:52
  Author: arodseth
Revision: 100329

upgpkg: libgexiv2 0.7.0-1

Modified:
  libgexiv2/trunk/PKGBUILD

--+
 PKGBUILD |   18 --
 1 file changed, 8 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 09:33:11 UTC (rev 100328)
+++ PKGBUILD2013-11-02 11:05:52 UTC (rev 100329)
@@ -3,20 +3,20 @@
 # Contributor: Ionut Biru 
 
 pkgname=libgexiv2
-pkgver=0.6.1
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
 pkgdesc='GObject-based wrapper around the Exiv2 library'
 arch=('x86_64' 'i686')
+# http://yorba.org/download/gexiv2/
 url='http://redmine.yorba.org/projects/gexiv2/roadmap'
-# http://yorba.org/download/gexiv2/
 license=('GPL2')
-depends=('exiv2' 'gobject-introspection')
+depends=('exiv2' 'glib2')
 makedepends=('python-gobject' 'python2-gobject')
-source=("http://yorba.org/download/gexiv2/${pkgver%.1}/${pkgname}_$pkgver.tar.xz";)
-sha256sums=('72ee2fcc6a98c9e83467adea45b10d1b61c55654c204dcce9c2463615389a9e3')
+source=("http://yorba.org/download/gexiv2/${pkgver%.0}/$pkgname-$pkgver.tar.xz";)
+sha256sums=('44ae5e74ec82a6b19e366cf6877ce34693ace85c5cb519a7158bdcfcb7e28e64')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
 
   # In order for the build process to include any python-related files,
   # 'import gi; print(gi._overridesdir)' must work with either python or
@@ -26,9 +26,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
 }
 
 # vim:set ts=2 sw=2 et:



[arch-commits] Commit in gst-plugins-ugly/repos (4 files)

2013-11-02 Thread Jan Steffens
Date: Saturday, November 2, 2013 @ 11:22:10
  Author: heftig
Revision: 198733

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

Added:
  gst-plugins-ugly/repos/staging-i686/
  gst-plugins-ugly/repos/staging-i686/PKGBUILD
(from rev 198732, gst-plugins-ugly/trunk/PKGBUILD)
  gst-plugins-ugly/repos/staging-x86_64/
  gst-plugins-ugly/repos/staging-x86_64/PKGBUILD
(from rev 198732, gst-plugins-ugly/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   39 +++
 staging-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: gst-plugins-ugly/repos/staging-i686/PKGBUILD (from rev 198732, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-11-02 10:22:10 UTC (rev 198733)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-ugly
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/";
+depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
+makedepends=('python')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('e4760af4b12bf97ba0a8001cfe733d9d52160a0ad81f6c6f0d0d3a9e798626de')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name="GStreamer Ugly Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/";
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: gst-plugins-ugly/repos/staging-x86_64/PKGBUILD (from rev 198732, 
gst-plugins-ugly/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-11-02 10:22:10 UTC (rev 198733)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gst-plugins-ugly
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://gstreamer.freedesktop.org/";
+depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
+makedepends=('python')
+options=(!emptydirs)
+source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('e4760af4b12bf97ba0a8001cfe733d9d52160a0ad81f6c6f0d0d3a9e798626de')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name="GStreamer Ugly Plugins (Arch Linux)" \
+--with-package-origin="http://www.archlinux.org/";
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in gstreamer0.10-ugly/repos (8 files)

2013-11-02 Thread Jan Steffens
Date: Saturday, November 2, 2013 @ 11:21:36
  Author: heftig
Revision: 198732

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

Added:
  gstreamer0.10-ugly/repos/staging-i686/
  gstreamer0.10-ugly/repos/staging-i686/PKGBUILD
(from rev 198731, gstreamer0.10-ugly/trunk/PKGBUILD)
  gstreamer0.10-ugly/repos/staging-i686/cdio-cd-text-api.patch
(from rev 198731, gstreamer0.10-ugly/trunk/cdio-cd-text-api.patch)
  gstreamer0.10-ugly/repos/staging-i686/opencore-amr.patch
(from rev 198731, gstreamer0.10-ugly/trunk/opencore-amr.patch)
  gstreamer0.10-ugly/repos/staging-x86_64/
  gstreamer0.10-ugly/repos/staging-x86_64/PKGBUILD
(from rev 198731, gstreamer0.10-ugly/trunk/PKGBUILD)
  gstreamer0.10-ugly/repos/staging-x86_64/cdio-cd-text-api.patch
(from rev 198731, gstreamer0.10-ugly/trunk/cdio-cd-text-api.patch)
  gstreamer0.10-ugly/repos/staging-x86_64/opencore-amr.patch
(from rev 198731, gstreamer0.10-ugly/trunk/opencore-amr.patch)

---+
 staging-i686/PKGBUILD |   53 +
 staging-i686/cdio-cd-text-api.patch   |  183 
 staging-i686/opencore-amr.patch   |   35 ++
 staging-x86_64/PKGBUILD   |   53 +
 staging-x86_64/cdio-cd-text-api.patch |  183 
 staging-x86_64/opencore-amr.patch |   35 ++
 6 files changed, 542 insertions(+)

Copied: gstreamer0.10-ugly/repos/staging-i686/PKGBUILD (from rev 198731, 
gstreamer0.10-ugly/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-11-02 10:21:36 UTC (rev 198732)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgbase=gstreamer0.10-ugly
+pkgname=('gstreamer0.10-ugly' 'gstreamer0.10-ugly-plugins')
+pkgver=0.10.19
+pkgrel=7
+arch=('i686' 'x86_64')
+license=('LGPL')
+makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.34' 'libdvdread' 'lame' 
'libmpeg2' 'a52dec' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
+url="http://gstreamer.freedesktop.org/";
+source=(${url}/src/gst-plugins-ugly/gst-plugins-ugly-${pkgver}.tar.xz
+opencore-amr.patch
+cdio-cd-text-api.patch)
+md5sums=('ba26045c8c8c91f0d48d327ccf53ac0c'
+ 'd8feb6c99bfaff8be6b2c48ea4e98e47'
+ '6c1c665f864387f3a77d32231fedeaab')
+
+build() {
+  cd "${srcdir}/gst-plugins-ugly-${pkgver}"
+  patch -Np0 -i "${srcdir}/opencore-amr.patch"
+  patch -Np1 -i "${srcdir}/cdio-cd-text-api.patch"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-static --enable-experimental \
+--with-package-name="GStreamer Ugly Plugins (Archlinux)" \
+--with-package-origin="http://www.archlinux.org/";
+  make
+  sed -e 's/gst-libs gst ext/gst-libs gst/' -i Makefile
+}
+
+check() {
+  cd "${srcdir}/gst-plugins-ugly-${pkgver}"
+  make check
+}
+
+package_gstreamer0.10-ugly() {
+  pkgdesc="GStreamer Multimedia Framework Ugly plugin libraries"
+  depends=('gstreamer0.10-base>=0.10.34')
+  
+  cd "${srcdir}/gst-plugins-ugly-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+package_gstreamer0.10-ugly-plugins() {
+  pkgdesc="GStreamer Multimedia Framework Ugly Plugins (gst-plugins-ugly)"
+  depends=("gstreamer0.10-ugly=${pkgver}" 'libdvdread' 'lame' 'libmpeg2' 
'a52dec' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
+  groups=('gstreamer0.10-plugins')
+  replaces=('gstreamer0.10-dvdread' 'gstreamer0.10-mpeg2dec' 
'gstreamer0.10-mad' 'gstreamer0.10-lame' 'gstreamer0.10-sidplay' 
'gstreamer0.10-a52dec')
+  conflicts=('gstreamer0.10-dvdread' 'gstreamer0.10-mpeg2dec' 
'gstreamer0.10-mad' 'gstreamer0.10-lame' 'gstreamer0.10-sidplay' 
'gstreamer0.10-a52dec')
+
+  cd "${srcdir}/gst-plugins-ugly-${pkgver}"
+  make -C ext DESTDIR="${pkgdir}" install
+}

Copied: gstreamer0.10-ugly/repos/staging-i686/cdio-cd-text-api.patch (from rev 
198731, gstreamer0.10-ugly/trunk/cdio-cd-text-api.patch)
===
--- staging-i686/cdio-cd-text-api.patch (rev 0)
+++ staging-i686/cdio-cd-text-api.patch 2013-11-02 10:21:36 UTC (rev 198732)
@@ -0,0 +1,183 @@
+From 649bd92cd2600719862ad5189899212409dd0a67 Mon Sep 17 00:00:00 2001
+From: Leon Merten Lohse 
+Date: Thu, 03 May 2012 22:50:30 +
+Subject: cdio: compensate for libcdio's recent cd-text api changes
+
+https://bugzilla.gnome.org/show_bug.cgi?id=675112
+
+Conflicts:
+
+   ext/cdio/gstcdiocddasrc.c
+---
+diff --git a/ext/cdio/gstcdio.c b/ext/cdio/gstcdio.c
+index 2f58d18..483ebf5 100644
+--- a/ext/cdio/gstcdio.c
 b/ext/cdio/gstcdio.c
+@@ -30,12 +30,16 @@
+ GST_DEBUG_CATEGORY (gst_cdio_debug);
+ 
+ void
+-gst_cdio_add_cdtext_field (GstObject * src, cdtext_t * cdtext,
++gst_cdio_add_cdtext_field (GstObject * src, cdtext_t * cdtext, track_t track,
+ cdtext_field_t field, const gchar * gst_tag, GstTagList ** p_tags)
+ {
+   const gcha

[arch-commits] Commit in gst-plugins-ugly/trunk (PKGBUILD)

2013-11-02 Thread Jan Steffens
Date: Saturday, November 2, 2013 @ 11:20:45
  Author: heftig
Revision: 198731

x264 rebuild

Modified:
  gst-plugins-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 10:16:05 UTC (rev 198730)
+++ PKGBUILD2013-11-02 10:20:45 UTC (rev 198731)
@@ -3,12 +3,13 @@
 
 pkgname=gst-plugins-ugly
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
 arch=('i686' 'x86_64')
 license=('LGPL')
 url="http://gstreamer.freedesktop.org/";
 depends=('gst-plugins-base-libs' 'libdvdread' 'lame' 'libmpeg2' 'a52dec' 
'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')
+makedepends=('python')
 options=(!emptydirs)
 source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
 sha256sums=('e4760af4b12bf97ba0a8001cfe733d9d52160a0ad81f6c6f0d0d3a9e798626de')



[arch-commits] Commit in gstreamer0.10-ugly/trunk (PKGBUILD)

2013-11-02 Thread Jan Steffens
Date: Saturday, November 2, 2013 @ 11:16:05
  Author: heftig
Revision: 198730

x264 rebuild

Modified:
  gstreamer0.10-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 10:02:59 UTC (rev 198729)
+++ PKGBUILD2013-11-02 10:16:05 UTC (rev 198730)
@@ -4,7 +4,7 @@
 pkgbase=gstreamer0.10-ugly
 pkgname=('gstreamer0.10-ugly' 'gstreamer0.10-ugly-plugins')
 pkgver=0.10.19
-pkgrel=6
+pkgrel=7
 arch=('i686' 'x86_64')
 license=('LGPL')
 makedepends=('pkgconfig' 'gstreamer0.10-base>=0.10.34' 'libdvdread' 'lame' 
'libmpeg2' 'a52dec' 'libmad' 'libsidplay' 'libcdio' 'x264' 'opencore-amr')



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

2013-11-02 Thread Andreas Radke
Date: Saturday, November 2, 2013 @ 11:02:59
  Author: andyrtr
Revision: 198729

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

Added:
  libxshmfence/repos/extra-i686/
  libxshmfence/repos/extra-i686/COPYING
(from rev 198728, libxshmfence/trunk/COPYING)
  libxshmfence/repos/extra-i686/PKGBUILD
(from rev 198728, libxshmfence/trunk/PKGBUILD)
  libxshmfence/repos/extra-x86_64/
  libxshmfence/repos/extra-x86_64/COPYING
(from rev 198728, libxshmfence/trunk/COPYING)
  libxshmfence/repos/extra-x86_64/PKGBUILD
(from rev 198728, libxshmfence/trunk/PKGBUILD)

---+
 extra-i686/COPYING|   21 +
 extra-i686/PKGBUILD   |   43 +++
 extra-x86_64/COPYING  |   21 +
 extra-x86_64/PKGBUILD |   43 +++
 4 files changed, 128 insertions(+)

Copied: libxshmfence/repos/extra-i686/COPYING (from rev 198728, 
libxshmfence/trunk/COPYING)
===
--- extra-i686/COPYING  (rev 0)
+++ extra-i686/COPYING  2013-11-02 10:02:59 UTC (rev 198729)
@@ -0,0 +1,21 @@
+/*
+ * Copyright © 2013 Keith Packard
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that
+ * the above copyright notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting documentation, and
+ * that the name of the copyright holders not be used in advertising or
+ * publicity pertaining to distribution of the software without specific,
+ * written prior permission.  The copyright holders make no representations
+ * about the suitability of this software for any purpose.  It is provided "as
+ * is" without express or implied warranty.
+ *
+ * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+ * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+ * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+ * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+ * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
+ * OF THIS SOFTWARE.
+ */

Copied: libxshmfence/repos/extra-i686/PKGBUILD (from rev 198728, 
libxshmfence/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-02 10:02:59 UTC (rev 198729)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=libxshmfence
+pkgver=1.0
+pkgrel=1
+pkgdesc="a library that exposes a event API on top of Linux futexes"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/";
+license=('GPL')
+#groups=()
+depends=('glibc')
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2
+COPYING)
+sha256sums=('625089553939baa20e665873a6c8f3d694cfde78fb3110aa59da92fd2b14f14f'
+'5e46864ede2fda46c3cb7cfe3a7b9f9e4bd36d8d21d8010a284caa64b81d465a')
+
+build() {
+   cd $pkgname-$pkgver
+   
+   # fix some libtools errors
+   autoreconf -vfi
+   
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd $pkgname-$pkgver
+   make -k check
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR="$pkgdir/" install
+   
+# license is still missing
+# COPYING is taken from top of /usr/include/X11/xshmfence.h
+install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+install -m644 ${srcdir}/COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+
+}

Copied: libxshmfence/repos/extra-x86_64/COPYING (from rev 198728, 
libxshmfence/trunk/COPYING)
===
--- extra-x86_64/COPYING(rev 0)
+++ extra-x86_64/COPYING2013-11-02 10:02:59 UTC (rev 198729)
@@ -0,0 +1,21 @@
+/*
+ * Copyright © 2013 Keith Packard
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that
+ * the above copyright notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting documentation, and
+ * that the name of the copyright holders not be used in advertising or
+ * publicity pertaining to distribution of the software without specific,
+ * written prior permission.  The copyright holders make no representations
+ * about the suitability of this software for any purpose.  It is provided "as
+ * is" without express or implied warranty.
+ *
+ * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+ * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+ * EV

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

2013-11-02 Thread Andreas Radke
Date: Saturday, November 2, 2013 @ 11:02:41
  Author: andyrtr
Revision: 198728

upgpkg: libxshmfence 1.0-1

upstream update 1.0 - initially packaged for Arch

Added:
  libxshmfence/trunk/COPYING
Modified:
  libxshmfence/trunk/PKGBUILD

--+
 COPYING  |   21 
 PKGBUILD |   62 ++---
 2 files changed, 48 insertions(+), 35 deletions(-)

Added: COPYING
===
--- COPYING (rev 0)
+++ COPYING 2013-11-02 10:02:41 UTC (rev 198728)
@@ -0,0 +1,21 @@
+/*
+ * Copyright © 2013 Keith Packard
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that
+ * the above copyright notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting documentation, and
+ * that the name of the copyright holders not be used in advertising or
+ * publicity pertaining to distribution of the software without specific,
+ * written prior permission.  The copyright holders make no representations
+ * about the suitability of this software for any purpose.  It is provided "as
+ * is" without express or implied warranty.
+ *
+ * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+ * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+ * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+ * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+ * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
+ * OF THIS SOFTWARE.
+ */

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 10:00:23 UTC (rev 198727)
+++ PKGBUILD2013-11-02 10:02:41 UTC (rev 198728)
@@ -1,51 +1,43 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
+# $Id$
+# Maintainer: AndyRTR 
 
-# Maintainer: Your Name 
-pkgname=NAME
-pkgver=VERSION
+pkgname=libxshmfence
+pkgver=1.0
 pkgrel=1
-epoch=
-pkgdesc=""
-arch=()
-url=""
+pkgdesc="a library that exposes a event API on top of Linux futexes"
+arch=('i686' 'x86_64')
+url="http://xorg.freedesktop.org/";
 license=('GPL')
-groups=()
-depends=()
-makedepends=()
-checkdepends=()
-optdepends=()
-provides=()
-conflicts=()
-replaces=()
-backup=()
-options=()
-install=
-changelog=
-source=($pkgname-$pkgver.tar.gz
-$pkgname-$pkgver.patch)
-noextract=()
-md5sums=() #generate with 'makepkg -g'
+#groups=()
+depends=('glibc')
+makedepends=('xorg-util-macros')
+source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2
+COPYING)
+sha256sums=('625089553939baa20e665873a6c8f3d694cfde78fb3110aa59da92fd2b14f14f'
+'5e46864ede2fda46c3cb7cfe3a7b9f9e4bd36d8d21d8010a284caa64b81d465a')
 
-prepare() {
-   cd "$srcdir/$pkgname-$pkgver"
-   patch -p1 -i "$srcdir/$pkgname-$pkgver.patch"
-}
-
 build() {
-   cd "$srcdir/$pkgname-$pkgver"
+   cd $pkgname-$pkgver
+   
+   # fix some libtools errors
+   autoreconf -vfi
+   
./configure --prefix=/usr
make
 }
 
 check() {
-   cd "$srcdir/$pkgname-$pkgver"
+   cd $pkgname-$pkgver
make -k check
 }
 
 package() {
-   cd "$srcdir/$pkgname-$pkgver"
+   cd $pkgname-$pkgver
make DESTDIR="$pkgdir/" install
+   
+# license is still missing
+# COPYING is taken from top of /usr/include/X11/xshmfence.h
+install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+install -m644 ${srcdir}/COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+
 }



[arch-commits] Commit in eclipse/repos (20 files)

2013-11-02 Thread Ionuț Mircea Bîru
Date: Saturday, November 2, 2013 @ 11:00:23
  Author: ioni
Revision: 198727

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

Added:
  eclipse/repos/extra-i686/PKGBUILD
(from rev 198726, eclipse/trunk/PKGBUILD)
  eclipse/repos/extra-i686/eclipse.desktop
(from rev 198726, eclipse/trunk/eclipse.desktop)
  eclipse/repos/extra-i686/eclipse.install
(from rev 198726, eclipse/trunk/eclipse.install)
  eclipse/repos/extra-i686/eclipse.sh
(from rev 198726, eclipse/trunk/eclipse.sh)
  eclipse/repos/extra-i686/eclipse.svg
(from rev 198726, eclipse/trunk/eclipse.svg)
  eclipse/repos/extra-x86_64/PKGBUILD
(from rev 198726, eclipse/trunk/PKGBUILD)
  eclipse/repos/extra-x86_64/eclipse.desktop
(from rev 198726, eclipse/trunk/eclipse.desktop)
  eclipse/repos/extra-x86_64/eclipse.install
(from rev 198726, eclipse/trunk/eclipse.install)
  eclipse/repos/extra-x86_64/eclipse.sh
(from rev 198726, eclipse/trunk/eclipse.sh)
  eclipse/repos/extra-x86_64/eclipse.svg
(from rev 198726, eclipse/trunk/eclipse.svg)
Deleted:
  eclipse/repos/extra-i686/PKGBUILD
  eclipse/repos/extra-i686/eclipse.desktop
  eclipse/repos/extra-i686/eclipse.install
  eclipse/repos/extra-i686/eclipse.sh
  eclipse/repos/extra-i686/eclipse.svg
  eclipse/repos/extra-x86_64/PKGBUILD
  eclipse/repos/extra-x86_64/eclipse.desktop
  eclipse/repos/extra-x86_64/eclipse.install
  eclipse/repos/extra-x86_64/eclipse.sh
  eclipse/repos/extra-x86_64/eclipse.svg

--+
 /PKGBUILD|   88 +
 /eclipse.desktop |   18 
 /eclipse.install |   22 
 /eclipse.sh  |8 
 /eclipse.svg | 3246 +
 extra-i686/PKGBUILD  |   42 
 extra-i686/eclipse.desktop   |9 
 extra-i686/eclipse.install   |   11 
 extra-i686/eclipse.sh|4 
 extra-i686/eclipse.svg   | 1623 
 extra-x86_64/PKGBUILD|   42 
 extra-x86_64/eclipse.desktop |9 
 extra-x86_64/eclipse.install |   11 
 extra-x86_64/eclipse.sh  |4 
 extra-x86_64/eclipse.svg | 1623 
 15 files changed, 3382 insertions(+), 3378 deletions(-)

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


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

2013-11-02 Thread Ionuț Mircea Bîru
Date: Saturday, November 2, 2013 @ 10:57:24
  Author: ioni
Revision: 198726

fix license

Modified:
  eclipse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 09:57:08 UTC (rev 198725)
+++ PKGBUILD2013-11-02 09:57:24 UTC (rev 198726)
@@ -7,7 +7,7 @@
 
 pkgname=eclipse
 pkgver=4.3.1
-pkgrel=1
+pkgrel=2
 _date=201309111000
 pkgdesc="An IDE for Java and other languages"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 depends=('java-environment' 'gtk2' 'unzip' 'webkitgtk2' 'libxtst')
 install=${pkgname}.install
 makedepends=('zip')
-license=("EPL/1.1")
+license=("EPL/1.0")
 
source=("ftp://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops4/R-$pkgver-${_date}/$pkgname-SDK-$pkgver-linux-gtk.tar.gz";
 'eclipse.sh' 'eclipse.desktop' 'eclipse.svg')
 md5sums=('04880311281ff9de71a7d1def630b29e'
@@ -27,7 +27,7 @@
 
 package() {
   # install eclipse
-  install -m755 -d "$pkgdir/usr/share"
+  install -m755 -d "$pkgdir/usr/share/licenses/eclipse/"
   mv eclipse "$pkgdir/usr/share/"
 
   # install misc
@@ -39,4 +39,6 @@
   install -Dm644 "$srcdir"/eclipse.svg \
 "$pkgdir"/usr/share/icons/hicolor/scalable/apps/eclipse.svg
   sed -i "s|#!/usr/bin/python|#!/usr/bin/python2|" 
"$pkgdir"/usr/share/eclipse/plugins/org.apache.ant_1.8.4.v201303080030/bin/runant.py
+
+  mv $pkgdir/usr/share/eclipse/epl-v10.html 
"$pkgdir/usr/share/licenses/eclipse/epl-v10.html"
 }



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

2013-11-02 Thread Sergej Pupykin
Date: Saturday, November 2, 2013 @ 10:31:41
  Author: spupykin
Revision: 100326

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

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

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   30 -
 community-x86_64/PKGBUILD |   30 -
 3 files changed, 74 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-02 09:31:25 UTC (rev 100325)
+++ community-i686/PKGBUILD 2013-11-02 09:31:41 UTC (rev 100326)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: kmaster 
-
-pkgname=uudeview
-pkgver=0.5.20
-pkgrel=10
-pkgdesc="UUDeview helps transmitting & receiving binary files using mail or 
newsgroups. Includes library files."
-arch=('i686' 'x86_64')
-url="http://www.fpx.de/fp/Software/UUDeview/";
-license=('GPL')
-optdepends=('tk: for GUI')
-source=(http://www.fpx.de/fp/Software/UUDeview/download/$pkgname-$pkgver.tar.gz)
-md5sums=('0161abaec3658095044601eae82bbc5b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-  make prefix=$pkgdir/usr MANDIR=$pkgdir/usr/share/man install
-  install -d $pkgdir/usr/lib/uudeview
-  install -d $pkgdir/usr/include/uudeview
-
-  cd $srcdir/uudeview-$pkgver/uulib
-  ./configure --prefix=/usr
-  make
-  cp -v *.o $pkgdir/usr/lib/uudeview
-  cp -v *.a $pkgdir/usr/lib/uudeview
-  cp -v *.h $pkgdir/usr/include/uudeview
-}

Copied: uudeview/repos/community-i686/PKGBUILD (from rev 100325, 
uudeview/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-02 09:31:41 UTC (rev 100326)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: kmaster 
+
+pkgname=uudeview
+pkgver=0.5.20
+pkgrel=11
+pkgdesc="UUDeview helps transmitting & receiving binary files using mail or 
newsgroups. Includes library files."
+arch=('i686' 'x86_64')
+url="http://www.fpx.de/fp/Software/UUDeview/";
+license=('GPL')
+optdepends=('tk: for GUI')
+source=(http://www.fpx.de/fp/Software/UUDeview/download/$pkgname-$pkgver.tar.gz)
+md5sums=('0161abaec3658095044601eae82bbc5b')
+
+build() {
+  cd $srcdir/uudeview-$pkgver/uulib
+  autoreconf
+  cd $srcdir/$pkgname-$pkgver
+  autoreconf
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make prefix=$pkgdir/usr MANDIR=$pkgdir/usr/share/man install
+  install -d $pkgdir/usr/lib/uudeview
+  install -d $pkgdir/usr/include/uudeview
+
+  cd $srcdir/uudeview-$pkgver/uulib
+  ./configure --prefix=/usr
+  make
+  cp -v *.o $pkgdir/usr/lib/uudeview
+  cp -v *.a $pkgdir/usr/lib/uudeview
+  cp -v *.h $pkgdir/usr/include/uudeview
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-02 09:31:25 UTC (rev 100325)
+++ community-x86_64/PKGBUILD   2013-11-02 09:31:41 UTC (rev 100326)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: kmaster 
-
-pkgname=uudeview
-pkgver=0.5.20
-pkgrel=10
-pkgdesc="UUDeview helps transmitting & receiving binary files using mail or 
newsgroups. Includes library files."
-arch=('i686' 'x86_64')
-url="http://www.fpx.de/fp/Software/UUDeview/";
-license=('GPL')
-optdepends=('tk: for GUI')
-source=(http://www.fpx.de/fp/Software/UUDeview/download/$pkgname-$pkgver.tar.gz)
-md5sums=('0161abaec3658095044601eae82bbc5b')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-  make prefix=$pkgdir/usr MANDIR=$pkgdir/usr/share/man install
-  install -d $pkgdir/usr/lib/uudeview
-  install -d $pkgdir/usr/include/uudeview
-
-  cd $srcdir/uudeview-$pkgver/uulib
-  ./configure --prefix=/usr
-  make
-  cp -v *.o $pkgdir/usr/lib/uudeview
-  cp -v *.a $pkgdir/usr/lib/uudeview
-  cp -v *.h $pkgdir/usr/include/uudeview
-}

Copied: uudeview/repos/community-x86_64/PKGBUILD (from rev 100325, 
uudeview/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-02 09:31:41 UTC (rev 100326)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: kmaster 
+
+pkgname=uudeview
+pkgver=0.5.20
+pkgrel=11
+pkgdesc="UUDeview helps transmitting & receiving binary files using mail or 
newsgroups. Includes library files."
+arch=('i686' 'x86_64')
+url="http://www.fpx.de/fp/Software/UUDeview/";
+license=('

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

2013-11-02 Thread Andreas Radke
Date: Saturday, November 2, 2013 @ 10:31:45
  Author: andyrtr
Revision: 198723

upgpkg: presentproto 1.0-1

upstream update 1.0 - initially packaged for Arch

Added:
  presentproto/trunk/COPYING
Modified:
  presentproto/trunk/PKGBUILD

--+
 COPYING  |   21 +
 PKGBUILD |   59 +++
 2 files changed, 40 insertions(+), 40 deletions(-)

Added: COPYING
===
--- COPYING (rev 0)
+++ COPYING 2013-11-02 09:31:45 UTC (rev 198723)
@@ -0,0 +1,21 @@
+/*
+ * Copyright © 2013 Keith Packard
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that
+ * the above copyright notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting documentation, and
+ * that the name of the copyright holders not be used in advertising or
+ * publicity pertaining to distribution of the software without specific,
+ * written prior permission.  The copyright holders make no representations
+ * about the suitability of this software for any purpose.  It is provided "as
+ * is" without express or implied warranty.
+ *
+ * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+ * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+ * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+ * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+ * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
+ * OF THIS SOFTWARE.
+ */

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 09:21:05 UTC (rev 198722)
+++ PKGBUILD2013-11-02 09:31:45 UTC (rev 198723)
@@ -1,51 +1,30 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
+# $Id$
+# Maintainer: AndyRTR 
 
-# Maintainer: Your Name 
-pkgname=NAME
-pkgver=VERSION
+pkgname=presentproto
+pkgver=1.0
 pkgrel=1
-epoch=
-pkgdesc=""
-arch=()
-url=""
-license=('GPL')
-groups=()
-depends=()
-makedepends=()
-checkdepends=()
-optdepends=()
-provides=()
-conflicts=()
-replaces=()
-backup=()
-options=()
-install=
-changelog=
-source=($pkgname-$pkgver.tar.gz
-$pkgname-$pkgver.patch)
-noextract=()
-md5sums=() #generate with 'makepkg -g'
+pkgdesc="X11 Present protocol specification"
+arch=('any')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2
+COPYING)
+sha256sums=('812c7d48721f909a0f7a2cb1e91f6eead76159a36c4712f4579ca587552839ce'
+'5e46864ede2fda46c3cb7cfe3a7b9f9e4bd36d8d21d8010a284caa64b81d465a')
 
-prepare() {
-   cd "$srcdir/$pkgname-$pkgver"
-   patch -p1 -i "$srcdir/$pkgname-$pkgver.patch"
-}
-
 build() {
-   cd "$srcdir/$pkgname-$pkgver"
+   cd $pkgname-$pkgver
./configure --prefix=/usr
make
 }
 
-check() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make -k check
-}
-
 package() {
-   cd "$srcdir/$pkgname-$pkgver"
+   cd $pkgname-$pkgver
make DESTDIR="$pkgdir/" install
+   
+# license is still missing
+# COPYING is taken from top of /usr/include/X11/extensions/presentproto.h
+install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+install -m644 ${srcdir}/COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
 }



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

2013-11-02 Thread Andreas Radke
Date: Saturday, November 2, 2013 @ 10:32:00
  Author: andyrtr
Revision: 198724

archrelease: copy trunk to extra-any

Added:
  presentproto/repos/extra-any/
  presentproto/repos/extra-any/COPYING
(from rev 198723, presentproto/trunk/COPYING)
  presentproto/repos/extra-any/PKGBUILD
(from rev 198723, presentproto/trunk/PKGBUILD)

--+
 COPYING  |   21 +
 PKGBUILD |   30 ++
 2 files changed, 51 insertions(+)

Copied: presentproto/repos/extra-any/COPYING (from rev 198723, 
presentproto/trunk/COPYING)
===
--- extra-any/COPYING   (rev 0)
+++ extra-any/COPYING   2013-11-02 09:32:00 UTC (rev 198724)
@@ -0,0 +1,21 @@
+/*
+ * Copyright © 2013 Keith Packard
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that
+ * the above copyright notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting documentation, and
+ * that the name of the copyright holders not be used in advertising or
+ * publicity pertaining to distribution of the software without specific,
+ * written prior permission.  The copyright holders make no representations
+ * about the suitability of this software for any purpose.  It is provided "as
+ * is" without express or implied warranty.
+ *
+ * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+ * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+ * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+ * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+ * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
+ * OF THIS SOFTWARE.
+ */

Copied: presentproto/repos/extra-any/PKGBUILD (from rev 198723, 
presentproto/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2013-11-02 09:32:00 UTC (rev 198724)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=presentproto
+pkgver=1.0
+pkgrel=1
+pkgdesc="X11 Present protocol specification"
+arch=('any')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2
+COPYING)
+sha256sums=('812c7d48721f909a0f7a2cb1e91f6eead76159a36c4712f4579ca587552839ce'
+'5e46864ede2fda46c3cb7cfe3a7b9f9e4bd36d8d21d8010a284caa64b81d465a')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR="$pkgdir/" install
+   
+# license is still missing
+# COPYING is taken from top of /usr/include/X11/extensions/presentproto.h
+install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+install -m644 ${srcdir}/COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



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

2013-11-02 Thread Sergej Pupykin
Date: Saturday, November 2, 2013 @ 10:31:25
  Author: spupykin
Revision: 100325

upgpkg: uudeview 0.5.20-11

upd

Modified:
  uudeview/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 09:25:51 UTC (rev 100324)
+++ PKGBUILD2013-11-02 09:31:25 UTC (rev 100325)
@@ -4,7 +4,7 @@
 
 pkgname=uudeview
 pkgver=0.5.20
-pkgrel=10
+pkgrel=11
 pkgdesc="UUDeview helps transmitting & receiving binary files using mail or 
newsgroups. Includes library files."
 arch=('i686' 'x86_64')
 url="http://www.fpx.de/fp/Software/UUDeview/";
@@ -14,7 +14,10 @@
 md5sums=('0161abaec3658095044601eae82bbc5b')
 
 build() {
+  cd $srcdir/uudeview-$pkgver/uulib
+  autoreconf
   cd $srcdir/$pkgname-$pkgver
+  autoreconf
   ./configure --prefix=/usr --mandir=/usr/share/man
   make
 }



[arch-commits] Commit in freeradius/repos (20 files)

2013-11-02 Thread Sergej Pupykin
Date: Saturday, November 2, 2013 @ 10:25:51
  Author: spupykin
Revision: 100324

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

Added:
  freeradius/repos/community-i686/PKGBUILD
(from rev 100323, freeradius/trunk/PKGBUILD)
  freeradius/repos/community-i686/freeradius.install
(from rev 100323, freeradius/trunk/freeradius.install)
  freeradius/repos/community-i686/freeradius.service
(from rev 100323, freeradius/trunk/freeradius.service)
  freeradius/repos/community-i686/freeradius.tmpfiles
(from rev 100323, freeradius/trunk/freeradius.tmpfiles)
  freeradius/repos/community-i686/krb5-build-fix.patch
(from rev 100323, freeradius/trunk/krb5-build-fix.patch)
  freeradius/repos/community-x86_64/PKGBUILD
(from rev 100323, freeradius/trunk/PKGBUILD)
  freeradius/repos/community-x86_64/freeradius.install
(from rev 100323, freeradius/trunk/freeradius.install)
  freeradius/repos/community-x86_64/freeradius.service
(from rev 100323, freeradius/trunk/freeradius.service)
  freeradius/repos/community-x86_64/freeradius.tmpfiles
(from rev 100323, freeradius/trunk/freeradius.tmpfiles)
  freeradius/repos/community-x86_64/krb5-build-fix.patch
(from rev 100323, freeradius/trunk/krb5-build-fix.patch)
Deleted:
  freeradius/repos/community-i686/PKGBUILD
  freeradius/repos/community-i686/freeradius.install
  freeradius/repos/community-i686/freeradius.service
  freeradius/repos/community-i686/freeradius.tmpfiles
  freeradius/repos/community-i686/krb5-build-fix.patch
  freeradius/repos/community-x86_64/PKGBUILD
  freeradius/repos/community-x86_64/freeradius.install
  freeradius/repos/community-x86_64/freeradius.service
  freeradius/repos/community-x86_64/freeradius.tmpfiles
  freeradius/repos/community-x86_64/krb5-build-fix.patch

---+
 /PKGBUILD |  102 
 /freeradius.install   |   42 +
 /freeradius.service   |   30 +
 /freeradius.tmpfiles  |2 
 /krb5-build-fix.patch |   42 +
 community-i686/PKGBUILD   |   51 
 community-i686/freeradius.install |   21 --
 community-i686/freeradius.service |   15 
 community-i686/freeradius.tmpfiles|1 
 community-i686/krb5-build-fix.patch   |   21 --
 community-x86_64/PKGBUILD |   51 
 community-x86_64/freeradius.install   |   21 --
 community-x86_64/freeradius.service   |   15 
 community-x86_64/freeradius.tmpfiles  |1 
 community-x86_64/krb5-build-fix.patch |   21 --
 15 files changed, 218 insertions(+), 218 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-02 09:25:28 UTC (rev 100323)
+++ community-i686/PKGBUILD 2013-11-02 09:25:51 UTC (rev 100324)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jason R Begley (jay...@digitalgoat.com>
-
-pkgname=freeradius
-pkgver=2.2.0
-pkgrel=9
-pkgdesc="The premier open source RADIUS server"
-arch=('i686' 'x86_64')
-url="http://www.freeradius.org/";
-license=('GPL')
-depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'libmariadbclient')
-makedepends=('libpcap' 'unixodbc' 'python2')
-optdepends=('libpcap' 'unixodbc' 'python2')
-options=('!makeflags')
-install=$pkgname.install
-source=("ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2"{,.sig}
-   freeradius.tmpfiles
-   freeradius.service
-   krb5-build-fix.patch)
-md5sums=('0fb333fe6a64eb2b1dd6ef67f7bca119'
- 'SKIP'
- 'f959e89812bedfc9f8308076f78cd74e'
- 'e3f18e3a25df3b692e59f60605354708'
- 'c6a61de7576933f59154a53bfc12a2d2')
-
-build() {
-  cd $srcdir/freeradius-server-$pkgver
-  export CFLAGS="$CFLAGS -fno-strict-aliasing"
-  sed -i 's/ -DKRB5_DEPRECATED//' src/modules/rlm_krb5/Makefile.in
-  patch -p1 <$srcdir/krb5-build-fix.patch
-  ./configure --with-system-libtool --with-system-libltdl \
- --prefix=/usr --enable-heimdal-krb5 \
- --localstatedir=/var \
- --sysconfdir=/etc \
- --sbindir=/usr/bin \
- --libdir=/usr/lib/freeradius \
- --with-udpfromto
-  make
-}
-
-package() {
-  cd $srcdir/freeradius-server-$pkgver
-  make install R=$pkgdir
-  chmod o+r $pkgdir/etc/raddb/*
-  mv $pkgdir/etc/raddb $pkgdir/etc/raddb.default
-  rm -rf $pkgdir/var/run
-
-  install -Dm0644 $srcdir/$pkgname.service 
$pkgdir/usr/lib/systemd/system/$pkgname.service
-  install -Dm0644 $srcdir/$pkgname.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf
-}

Copied: freeradius/repos/community-i686/PKGBUILD (from rev 100323, 
freeradius/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-02 09:25

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

2013-11-02 Thread Sergej Pupykin
Date: Saturday, November 2, 2013 @ 10:25:28
  Author: spupykin
Revision: 100323

upgpkg: freeradius 3.0.0-1

upd

Modified:
  freeradius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 09:16:18 UTC (rev 100322)
+++ PKGBUILD2013-11-02 09:25:28 UTC (rev 100323)
@@ -3,13 +3,13 @@
 # Contributor: Jason R Begley (jay...@digitalgoat.com>
 
 pkgname=freeradius
-pkgver=2.2.0
-pkgrel=9
+pkgver=3.0.0
+pkgrel=1
 pkgdesc="The premier open source RADIUS server"
 arch=('i686' 'x86_64')
 url="http://www.freeradius.org/";
 license=('GPL')
-depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'libmariadbclient')
+depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'libmariadbclient' 'talloc')
 makedepends=('libpcap' 'unixodbc' 'python2')
 optdepends=('libpcap' 'unixodbc' 'python2')
 options=('!makeflags')
@@ -18,7 +18,7 @@
freeradius.tmpfiles
freeradius.service
krb5-build-fix.patch)
-md5sums=('0fb333fe6a64eb2b1dd6ef67f7bca119'
+md5sums=('e805282ff8fc2b273c23e44967322002'
  'SKIP'
  'f959e89812bedfc9f8308076f78cd74e'
  'e3f18e3a25df3b692e59f60605354708'
@@ -26,9 +26,9 @@
 
 build() {
   cd $srcdir/freeradius-server-$pkgver
-  export CFLAGS="$CFLAGS -fno-strict-aliasing"
-  sed -i 's/ -DKRB5_DEPRECATED//' src/modules/rlm_krb5/Makefile.in
-  patch -p1 <$srcdir/krb5-build-fix.patch
+#  export CFLAGS="$CFLAGS -fno-strict-aliasing"
+#  sed -i 's/ -DKRB5_DEPRECATED//' src/modules/rlm_krb5/Makefile.in
+#  patch -p1 <$srcdir/krb5-build-fix.patch
   ./configure --with-system-libtool --with-system-libltdl \
  --prefix=/usr --enable-heimdal-krb5 \
  --localstatedir=/var \



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

2013-11-02 Thread Andreas Radke
Date: Saturday, November 2, 2013 @ 10:20:50
  Author: andyrtr
Revision: 198721

upgpkg: dri3proto 1.0-1

upstream update 1.0 - initially packages for Arch

Added:
  dri3proto/trunk/COPYING
Modified:
  dri3proto/trunk/PKGBUILD

--+
 COPYING  |   21 +
 PKGBUILD |   31 +--
 2 files changed, 30 insertions(+), 22 deletions(-)

Added: COPYING
===
--- COPYING (rev 0)
+++ COPYING 2013-11-02 09:20:50 UTC (rev 198721)
@@ -0,0 +1,21 @@
+/*
+ * Copyright © 2013 Keith Packard
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that
+ * the above copyright notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting documentation, and
+ * that the name of the copyright holders not be used in advertising or
+ * publicity pertaining to distribution of the software without specific,
+ * written prior permission.  The copyright holders make no representations
+ * about the suitability of this software for any purpose.  It is provided "as
+ * is" without express or implied warranty.
+ *
+ * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+ * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+ * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+ * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+ * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
+ * OF THIS SOFTWARE.
+ */

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 09:09:38 UTC (rev 198720)
+++ PKGBUILD2013-11-02 09:20:50 UTC (rev 198721)
@@ -8,20 +8,10 @@
 arch=('any')
 url="http://xorg.freedesktop.org/";
 license=('custom')
-groups=()
-depends=()
-makedepends=()
-checkdepends=()
-optdepends=()
-provides=()
-conflicts=()
-replaces=()
-backup=()
-options=()
-install=
-changelog=
-source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('f9b55476def44fc7c459b2537d17dbc731e36ed5d416af7ca0b1e2e676f8aa04')
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2
+COPYING)
+sha256sums=('01be49d70200518b9a6b297131f6cc71f4ea2de17436896af153226a774fc074'
+'5e46864ede2fda46c3cb7cfe3a7b9f9e4bd36d8d21d8010a284caa64b81d465a')
 
 build() {
cd $pkgname-$pkgver
@@ -29,15 +19,12 @@
make
 }
 
-check() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make -k check
-}
-
 package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir/" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+   
+# license is still missing
+# COPYING is taken from top of /usr/include/X11/extensions/dri3proto.h
+install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+install -m644 ${srcdir}/COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
 }



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

2013-11-02 Thread Andreas Radke
Date: Saturday, November 2, 2013 @ 10:21:05
  Author: andyrtr
Revision: 198722

archrelease: copy trunk to extra-any

Added:
  dri3proto/repos/extra-any/
  dri3proto/repos/extra-any/COPYING
(from rev 198721, dri3proto/trunk/COPYING)
  dri3proto/repos/extra-any/PKGBUILD
(from rev 198721, dri3proto/trunk/PKGBUILD)

--+
 COPYING  |   21 +
 PKGBUILD |   30 ++
 2 files changed, 51 insertions(+)

Copied: dri3proto/repos/extra-any/COPYING (from rev 198721, 
dri3proto/trunk/COPYING)
===
--- extra-any/COPYING   (rev 0)
+++ extra-any/COPYING   2013-11-02 09:21:05 UTC (rev 198722)
@@ -0,0 +1,21 @@
+/*
+ * Copyright © 2013 Keith Packard
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that
+ * the above copyright notice appear in all copies and that both that copyright
+ * notice and this permission notice appear in supporting documentation, and
+ * that the name of the copyright holders not be used in advertising or
+ * publicity pertaining to distribution of the software without specific,
+ * written prior permission.  The copyright holders make no representations
+ * about the suitability of this software for any purpose.  It is provided "as
+ * is" without express or implied warranty.
+ *
+ * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+ * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+ * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+ * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+ * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
+ * OF THIS SOFTWARE.
+ */

Copied: dri3proto/repos/extra-any/PKGBUILD (from rev 198721, 
dri3proto/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2013-11-02 09:21:05 UTC (rev 198722)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=dri3proto
+pkgver=1.0
+pkgrel=1
+pkgdesc="X11 DRI3 protocol"
+arch=('any')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2
+COPYING)
+sha256sums=('01be49d70200518b9a6b297131f6cc71f4ea2de17436896af153226a774fc074'
+'5e46864ede2fda46c3cb7cfe3a7b9f9e4bd36d8d21d8010a284caa64b81d465a')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR="$pkgdir/" install
+   
+# license is still missing
+# COPYING is taken from top of /usr/include/X11/extensions/dri3proto.h
+install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+install -m644 ${srcdir}/COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



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

2013-11-02 Thread Sergej Pupykin
Date: Saturday, November 2, 2013 @ 10:16:18
  Author: spupykin
Revision: 100322

Modified:
  gprolog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 09:15:45 UTC (rev 100321)
+++ PKGBUILD2013-11-02 09:16:18 UTC (rev 100322)
@@ -5,12 +5,13 @@
 
 pkgname=gprolog
 pkgver=1.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc="GNU Prolog"
 arch=('i686' 'x86_64')
 url="http://www.gprolog.org/";
 depends=()
 license=('GPL')
+options=(staticlibs)
 source=(ftp://ftp.gnu.org/gnu/gprolog/gprolog-$pkgver.tar.gz)
 md5sums=('37009da471e5217ff637ad1c516448c8')
 



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

2013-11-02 Thread Sergej Pupykin
Date: Saturday, November 2, 2013 @ 10:15:45
  Author: spupykin
Revision: 100321

Modified:
  ccmalloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 09:14:26 UTC (rev 100320)
+++ PKGBUILD2013-11-02 09:15:45 UTC (rev 100321)
@@ -4,12 +4,13 @@
 
 pkgname=ccmalloc
 pkgver=0.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Track down memory related problems with C and C++ programs"
 arch=('i686' 'x86_64')
 url="http://packages.debian.org/sid/ccmalloc";
 license=('GPL2')
 depends=('sh')
+options=(staticlibs)
 
source=(http://ftp.de.debian.org/debian/pool/main/c/ccmalloc/ccmalloc_$pkgver.orig.tar.gz
 
http://ftp.de.debian.org/debian/pool/main/c/ccmalloc/ccmalloc_$pkgver-9.diff.gz)
 md5sums=('b90d955149569bbc6e801739f099db3d'



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

2013-11-02 Thread Sergej Pupykin
Date: Saturday, November 2, 2013 @ 10:14:26
  Author: spupykin
Revision: 100320

archrelease: copy trunk to community-any

Added:
  perl-json/repos/community-any/PKGBUILD
(from rev 100319, perl-json/trunk/PKGBUILD)
Deleted:
  perl-json/repos/community-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-02 09:14:16 UTC (rev 100319)
+++ PKGBUILD2013-11-02 09:14:26 UTC (rev 100320)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-json
-pkgver=2.61
-pkgrel=1
-pkgdesc="JSON (JavaScript Object Notation) encoder/decoder"
-arch=('any')
-url="http://search.cpan.org/dist/JSON";
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/M/MA/MAKAMAKA/JSON-$pkgver.tar.gz)
-md5sums=('8845531920cb311bfa84337db2525422')
-
-build() {
-  cd  $srcdir/JSON-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/JSON-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-json/repos/community-any/PKGBUILD (from rev 100319, 
perl-json/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-02 09:14:26 UTC (rev 100320)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-json
+pkgver=2.90
+pkgrel=1
+pkgdesc="JSON (JavaScript Object Notation) encoder/decoder"
+arch=('any')
+url="http://search.cpan.org/dist/JSON";
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/M/MA/MAKAMAKA/JSON-$pkgver.tar.gz)
+md5sums=('e1512169a623e790a3f69b599cc1d3b9')
+
+build() {
+  cd  $srcdir/JSON-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/JSON-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



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

2013-11-02 Thread Sergej Pupykin
Date: Saturday, November 2, 2013 @ 10:14:16
  Author: spupykin
Revision: 100319

upgpkg: perl-json 2.90-1

upd

Modified:
  perl-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 09:14:13 UTC (rev 100318)
+++ PKGBUILD2013-11-02 09:14:16 UTC (rev 100319)
@@ -3,7 +3,7 @@
 # Contributor: François Charette 
 
 pkgname=perl-json
-pkgver=2.61
+pkgver=2.90
 pkgrel=1
 pkgdesc="JSON (JavaScript Object Notation) encoder/decoder"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('perl>=5.10.0')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/M/MA/MAKAMAKA/JSON-$pkgver.tar.gz)
-md5sums=('8845531920cb311bfa84337db2525422')
+md5sums=('e1512169a623e790a3f69b599cc1d3b9')
 
 build() {
   cd  $srcdir/JSON-$pkgver



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

2013-11-02 Thread Sergej Pupykin
Date: Saturday, November 2, 2013 @ 10:14:02
  Author: spupykin
Revision: 100317

upgpkg: perl-devel-symdump 2.11-1

upd

Modified:
  perl-devel-symdump/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 09:13:58 UTC (rev 100316)
+++ PKGBUILD2013-11-02 09:14:02 UTC (rev 100317)
@@ -3,7 +3,7 @@
 # Contributor: François Charette 
 
 pkgname=perl-devel-symdump
-pkgver=2.10
+pkgver=2.11
 pkgrel=1
 pkgdesc="Perl symbol table access and dumping"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('perl>=5.10.0')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/A/AN/ANDK/Devel-Symdump-$pkgver.tar.gz)
-md5sums=('762386076eebe92b41c31da56eb9bd06')
+md5sums=('f0f058866de78b4b2c95d2153de26570')
 
 build() {
   cd  $srcdir/Devel-Symdump-$pkgver



[arch-commits] Commit in anki/repos/community-any (4 files)

2013-11-02 Thread Sergej Pupykin
Date: Saturday, November 2, 2013 @ 10:13:38
  Author: spupykin
Revision: 100314

archrelease: copy trunk to community-any

Added:
  anki/repos/community-any/PKGBUILD
(from rev 100313, anki/trunk/PKGBUILD)
  anki/repos/community-any/anki.install
(from rev 100313, anki/trunk/anki.install)
Deleted:
  anki/repos/community-any/PKGBUILD
  anki/repos/community-any/anki.install

--+
 PKGBUILD |   82 -
 anki.install |   20 ++---
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-02 09:13:28 UTC (rev 100313)
+++ PKGBUILD2013-11-02 09:13:38 UTC (rev 100314)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Timm Preetz 
-# Contributor: Michael 'manveru' Fellinger 
-# Contributor: Dave Pretty 
-
-pkgname=anki
-pkgver=2.0.14
-pkgrel=2
-pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
-url="http://ankisrs.net/";
-license=('AGPL3')
-arch=('any')
-depends=('python2-pyqt' 'python2-sqlalchemy' 'python2-simplejson'
-'python2-pysqlite' 'python2-beautifulsoup3')
-makedepends=()
-optdepends=('python2-matplotlib: show graphs'
-   'sox: audio recording'
-   'portaudio')
-install=anki.install
-source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
-md5sums=('9fbc8d9e10b3a295dc22a1343f56522b')
-
-build() {
-  cd $srcdir/anki-$pkgver
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' runanki
-  rm -f anki.bat
-}
-
-package() {
-  cd $srcdir/anki-$pkgver
-  mkdir -p $pkgdir/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
-  cp -av * $pkgdir/usr/share/anki/
-  cd $pkgdir/usr/share/anki && (
-mv runanki ../../bin/anki
-mv anki.xpm anki.png ../pixmaps/
-mv anki.desktop ../applications/
-mv anki.1 ../man/man1/
-  )
-  rm -f $pkgdir/usr/share/anki/thirdparty/py*/_portaudio.so
-}

Copied: anki/repos/community-any/PKGBUILD (from rev 100313, anki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-02 09:13:38 UTC (rev 100314)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Timm Preetz 
+# Contributor: Michael 'manveru' Fellinger 
+# Contributor: Dave Pretty 
+
+pkgname=anki
+pkgver=2.0.16
+pkgrel=1
+pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
+url="http://ankisrs.net/";
+license=('AGPL3')
+arch=('any')
+depends=('python2-pyqt' 'python2-sqlalchemy' 'python2-simplejson'
+'python2-pysqlite' 'python2-beautifulsoup3')
+makedepends=()
+optdepends=('python2-matplotlib: show graphs'
+   'sox: audio recording'
+   'portaudio')
+install=anki.install
+source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
+md5sums=('53686072ddce3386e2b6b92d75ade814')
+
+build() {
+  cd $srcdir/anki-$pkgver
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' runanki
+  rm -f anki.bat
+}
+
+package() {
+  cd $srcdir/anki-$pkgver
+  mkdir -p $pkgdir/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
+  cp -av * $pkgdir/usr/share/anki/
+  cd $pkgdir/usr/share/anki && (
+mv runanki ../../bin/anki
+mv anki.xpm anki.png ../pixmaps/
+mv anki.desktop ../applications/
+mv anki.1 ../man/man1/
+  )
+  rm -f $pkgdir/usr/share/anki/thirdparty/py*/_portaudio.so
+}

Deleted: anki.install
===
--- anki.install2013-11-02 09:13:28 UTC (rev 100313)
+++ anki.install2013-11-02 09:13:38 UTC (rev 100314)
@@ -1,10 +0,0 @@
-post_install() {
-#  xdg-mime install --novendor usr/share/anki/anki.xml
-#  xdg-mime default anki.desktop application/x-anki
-#  xdg-mime default anki.desktop application/x-apkg
-  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}

Copied: anki/repos/community-any/anki.install (from rev 100313, 
anki/trunk/anki.install)
===
--- anki.install(rev 0)
+++ anki.install2013-11-02 09:13:38 UTC (rev 100314)
@@ -0,0 +1,10 @@
+post_install() {
+#  xdg-mime install --novendor usr/share/anki/anki.xml
+#  xdg-mime default anki.desktop application/x-anki
+#  xdg-mime default anki.desktop application/x-apkg
+  [ -x usr/bin/update-desktop-database ] && update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}



[arch-commits] Commit in perl-devel-symdump/repos/community-any (PKGBUILD PKGBUILD)

2013-11-02 Thread Sergej Pupykin
Date: Saturday, November 2, 2013 @ 10:14:13
  Author: spupykin
Revision: 100318

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-02 09:14:02 UTC (rev 100317)
+++ PKGBUILD2013-11-02 09:14:13 UTC (rev 100318)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-devel-symdump
-pkgver=2.10
-pkgrel=1
-pkgdesc="Perl symbol table access and dumping"
-arch=('any')
-url="http://search.cpan.org/dist/Devel-Symdump";
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/A/AN/ANDK/Devel-Symdump-$pkgver.tar.gz)
-md5sums=('762386076eebe92b41c31da56eb9bd06')
-
-build() {
-  cd  $srcdir/Devel-Symdump-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/Devel-Symdump-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-devel-symdump/repos/community-any/PKGBUILD (from rev 100317, 
perl-devel-symdump/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-02 09:14:13 UTC (rev 100318)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-devel-symdump
+pkgver=2.11
+pkgrel=1
+pkgdesc="Perl symbol table access and dumping"
+arch=('any')
+url="http://search.cpan.org/dist/Devel-Symdump";
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/A/AN/ANDK/Devel-Symdump-$pkgver.tar.gz)
+md5sums=('f0f058866de78b4b2c95d2153de26570')
+
+build() {
+  cd  $srcdir/Devel-Symdump-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Devel-Symdump-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-dbd-odbc/trunk (PKGBUILD)

2013-11-02 Thread Sergej Pupykin
Date: Saturday, November 2, 2013 @ 10:13:42
  Author: spupykin
Revision: 100315

upgpkg: perl-dbd-odbc 1.45-1

upd

Modified:
  perl-dbd-odbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 09:13:38 UTC (rev 100314)
+++ PKGBUILD2013-11-02 09:13:42 UTC (rev 100315)
@@ -3,8 +3,8 @@
 # Contributor: François Charette 
 
 pkgname=perl-dbd-odbc
-pkgver=1.43
-pkgrel=2
+pkgver=1.45
+pkgrel=1
 pkgdesc="ODBC Driver for DBI"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/DBD-ODBC/";
@@ -12,7 +12,7 @@
 depends=('perl-dbi' 'perl' 'unixodbc')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/M/MJ/MJEVANS/DBD-ODBC-${pkgver}.tar.gz";)
-md5sums=('35e37488170b5111f826226c4d466961')
+md5sums=('3c750cde8e39fbba804043485f18ba68')
 
 build() {
   cd  DBD-ODBC-${pkgver}



[arch-commits] Commit in perl-dbd-odbc/repos (4 files)

2013-11-02 Thread Sergej Pupykin
Date: Saturday, November 2, 2013 @ 10:13:58
  Author: spupykin
Revision: 100316

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

Added:
  perl-dbd-odbc/repos/community-i686/PKGBUILD
(from rev 100315, perl-dbd-odbc/trunk/PKGBUILD)
  perl-dbd-odbc/repos/community-x86_64/PKGBUILD
(from rev 100315, perl-dbd-odbc/trunk/PKGBUILD)
Deleted:
  perl-dbd-odbc/repos/community-i686/PKGBUILD
  perl-dbd-odbc/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-02 09:13:42 UTC (rev 100315)
+++ community-i686/PKGBUILD 2013-11-02 09:13:58 UTC (rev 100316)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-dbd-odbc
-pkgver=1.43
-pkgrel=2
-pkgdesc="ODBC Driver for DBI"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/DBD-ODBC/";
-license=('GPL' 'PerlArtistic')
-depends=('perl-dbi' 'perl' 'unixodbc')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/MJ/MJEVANS/DBD-ODBC-${pkgver}.tar.gz";)
-md5sums=('35e37488170b5111f826226c4d466961')
-
-build() {
-  cd  DBD-ODBC-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  DBD-ODBC-${pkgver}
-  make install DESTDIR=${pkgdir}
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-}

Copied: perl-dbd-odbc/repos/community-i686/PKGBUILD (from rev 100315, 
perl-dbd-odbc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-02 09:13:58 UTC (rev 100316)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-dbd-odbc
+pkgver=1.45
+pkgrel=1
+pkgdesc="ODBC Driver for DBI"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/DBD-ODBC/";
+license=('GPL' 'PerlArtistic')
+depends=('perl-dbi' 'perl' 'unixodbc')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/MJ/MJEVANS/DBD-ODBC-${pkgver}.tar.gz";)
+md5sums=('3c750cde8e39fbba804043485f18ba68')
+
+build() {
+  cd  DBD-ODBC-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  DBD-ODBC-${pkgver}
+  make install DESTDIR=${pkgdir}
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-02 09:13:42 UTC (rev 100315)
+++ community-x86_64/PKGBUILD   2013-11-02 09:13:58 UTC (rev 100316)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-dbd-odbc
-pkgver=1.43
-pkgrel=2
-pkgdesc="ODBC Driver for DBI"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/DBD-ODBC/";
-license=('GPL' 'PerlArtistic')
-depends=('perl-dbi' 'perl' 'unixodbc')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/MJ/MJEVANS/DBD-ODBC-${pkgver}.tar.gz";)
-md5sums=('35e37488170b5111f826226c4d466961')
-
-build() {
-  cd  DBD-ODBC-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  DBD-ODBC-${pkgver}
-  make install DESTDIR=${pkgdir}
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-}

Copied: perl-dbd-odbc/repos/community-x86_64/PKGBUILD (from rev 100315, 
perl-dbd-odbc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-02 09:13:58 UTC (rev 100316)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-dbd-odbc
+pkgver=1.45
+pkgrel=1
+pkgdesc="ODBC Driver for DBI"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/DBD-ODBC/";
+license=('GPL' 'PerlArtistic')
+depends=('perl-dbi' 'perl' 'unixodbc')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/MJ/MJEVANS/DBD-ODBC-${pkgver}.tar.gz";)
+md5sums=('3c750cde8e39fbba804043485f18ba68')
+
+build() {
+  cd  DBD-ODBC-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  DBD-ODBC-${pkgver}
+  make install DESTDIR=${pkgdir}
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}



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

2013-11-02 Thread Sergej Pupykin
Date: Saturday, November 2, 2013 @ 10:13:28
  Author: spupykin
Revision: 100313

upgpkg: anki 2.0.16-1

upd

Modified:
  anki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 08:59:03 UTC (rev 100312)
+++ PKGBUILD2013-11-02 09:13:28 UTC (rev 100313)
@@ -5,8 +5,8 @@
 # Contributor: Dave Pretty 
 
 pkgname=anki
-pkgver=2.0.14
-pkgrel=2
+pkgver=2.0.16
+pkgrel=1
 pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
 url="http://ankisrs.net/";
 license=('AGPL3')
@@ -19,7 +19,7 @@
'portaudio')
 install=anki.install
 source=(http://ankisrs.net/download/mirror/anki-$pkgver.tgz)
-md5sums=('9fbc8d9e10b3a295dc22a1343f56522b')
+md5sums=('53686072ddce3386e2b6b92d75ade814')
 
 build() {
   cd $srcdir/anki-$pkgver



[arch-commits] Commit in (12 files)

2013-11-02 Thread Andreas Radke
Date: Saturday, November 2, 2013 @ 10:09:38
  Author: andyrtr
Revision: 198720

add new packages required for Xorg-server 1.15

Added:
  dri3proto/
  dri3proto/repos/
  dri3proto/trunk/
  dri3proto/trunk/PKGBUILD
  libxshmfence/
  libxshmfence/repos/
  libxshmfence/trunk/
  libxshmfence/trunk/PKGBUILD
  presentproto/
  presentproto/repos/
  presentproto/trunk/
  presentproto/trunk/PKGBUILD

-+
 dri3proto/trunk/PKGBUILD|   43 +++
 libxshmfence/trunk/PKGBUILD |   51 ++
 presentproto/trunk/PKGBUILD |   51 ++
 3 files changed, 145 insertions(+)

Added: dri3proto/trunk/PKGBUILD
===
--- dri3proto/trunk/PKGBUILD(rev 0)
+++ dri3proto/trunk/PKGBUILD2013-11-02 09:09:38 UTC (rev 198720)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=dri3proto
+pkgver=1.0
+pkgrel=1
+pkgdesc="X11 DRI3 protocol"
+arch=('any')
+url="http://xorg.freedesktop.org/";
+license=('custom')
+groups=()
+depends=()
+makedepends=()
+checkdepends=()
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+options=()
+install=
+changelog=
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('f9b55476def44fc7c459b2537d17dbc731e36ed5d416af7ca0b1e2e676f8aa04')
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make -k check
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR="$pkgdir/" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}


Property changes on: dri3proto/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: libxshmfence/trunk/PKGBUILD
===
--- libxshmfence/trunk/PKGBUILD (rev 0)
+++ libxshmfence/trunk/PKGBUILD 2013-11-02 09:09:38 UTC (rev 198720)
@@ -0,0 +1,51 @@
+# This is an example PKGBUILD file. Use this as a start to creating your own,
+# and remove these comments. For more information, see 'man PKGBUILD'.
+# NOTE: Please fill out the license field for your package! If it is unknown,
+# then please put 'unknown'.
+
+# Maintainer: Your Name 
+pkgname=NAME
+pkgver=VERSION
+pkgrel=1
+epoch=
+pkgdesc=""
+arch=()
+url=""
+license=('GPL')
+groups=()
+depends=()
+makedepends=()
+checkdepends=()
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+options=()
+install=
+changelog=
+source=($pkgname-$pkgver.tar.gz
+$pkgname-$pkgver.patch)
+noextract=()
+md5sums=() #generate with 'makepkg -g'
+
+prepare() {
+   cd "$srcdir/$pkgname-$pkgver"
+   patch -p1 -i "$srcdir/$pkgname-$pkgver.patch"
+}
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make -k check
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir/" install
+}


Property changes on: libxshmfence/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: presentproto/trunk/PKGBUILD
===
--- presentproto/trunk/PKGBUILD (rev 0)
+++ presentproto/trunk/PKGBUILD 2013-11-02 09:09:38 UTC (rev 198720)
@@ -0,0 +1,51 @@
+# This is an example PKGBUILD file. Use this as a start to creating your own,
+# and remove these comments. For more information, see 'man PKGBUILD'.
+# NOTE: Please fill out the license field for your package! If it is unknown,
+# then please put 'unknown'.
+
+# Maintainer: Your Name 
+pkgname=NAME
+pkgver=VERSION
+pkgrel=1
+epoch=
+pkgdesc=""
+arch=()
+url=""
+license=('GPL')
+groups=()
+depends=()
+makedepends=()
+checkdepends=()
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+options=()
+install=
+changelog=
+source=($pkgname-$pkgver.tar.gz
+$pkgname-$pkgver.patch)
+noextract=()
+md5sums=() #generate with 'makepkg -g'
+
+prepare() {
+   cd "$srcdir/$pkgname-$pkgver"
+   patch -p1 -i "$srcdir/$pkgname-$pkgver.patch"
+}
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make -k check
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir/" install
+}


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


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

2013-11-02 Thread Ionuț Mircea Bîru
Date: Saturday, November 2, 2013 @ 10:07:53
  Author: ioni
Revision: 198719

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

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

---+
 /PKGBUILD |   92 
 extra-i686/PKGBUILD   |   46 
 extra-x86_64/PKGBUILD |   46 
 3 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-02 09:07:23 UTC (rev 198718)
+++ extra-i686/PKGBUILD 2013-11-02 09:07:53 UTC (rev 198719)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru
-# Contributor: Sergej Pupykin 
-
-pkgbase=pyopenssl
-pkgname=('python-pyopenssl' 'python2-pyopenssl')
-pkgver=0.13
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://pypi.python.org/pypi/pyOpenSSL";
-license=('LGPL2.1')
-makedepends=('python' 'python2' 'openssl')
-source=(http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-${pkgver}.tar.gz)
-md5sums=('767bca18a71178ca353dff9e10941929')
-
-build() {
-cd "${srcdir}"
-cp -a "pyOpenSSL-${pkgver}"{,-python2}
-
-#build python 3 module
-cd "pyOpenSSL-${pkgver}"
-python setup.py build
-
-#build python 2 module
-cd ../"pyOpenSSL-${pkgver}-python2"
-python2 setup.py build
-}
-
-package_python-pyopenssl(){
-pkgdesc="Python3 wrapper module around the OpenSSL library"
-depends=('python>=3.3' 'openssl')
-replaces=('pyopenssl')
-provides=('pyopenssl')
-conflicts=('pyopenssl')
-
-cd "${srcdir}/pyOpenSSL-${pkgver}"
-python setup.py install --root "${pkgdir}" --optimize=1
-}
-
-package_python2-pyopenssl(){
-pkgdesc="Python2 wrapper module around the OpenSSL library"
-depends=('python2>=2.7' 'openssl')
-
-cd "${srcdir}/pyOpenSSL-${pkgver}-python2"
-python2 setup.py install --root "${pkgdir}" --optimize=1
-}

Copied: pyopenssl/repos/extra-i686/PKGBUILD (from rev 198718, 
pyopenssl/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-02 09:07:53 UTC (rev 198719)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer : Ionut Biru
+# Contributor: Sergej Pupykin 
+
+pkgbase=pyopenssl
+pkgname=('python-pyopenssl' 'python2-pyopenssl')
+pkgver=0.13.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://pypi.python.org/pypi/pyOpenSSL";
+license=('LGPL2.1')
+makedepends=('python' 'python2' 'openssl')
+source=(http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-${pkgver}.tar.gz)
+md5sums=('e27a3b76734c39ea03952ca94cc56715')
+
+build() {
+cd "${srcdir}"
+cp -a "pyOpenSSL-${pkgver}"{,-python2}
+
+#build python 3 module
+cd "pyOpenSSL-${pkgver}"
+python setup.py build
+
+#build python 2 module
+cd ../"pyOpenSSL-${pkgver}-python2"
+python2 setup.py build
+}
+
+package_python-pyopenssl(){
+pkgdesc="Python3 wrapper module around the OpenSSL library"
+depends=('python>=3.3' 'openssl')
+replaces=('pyopenssl')
+provides=('pyopenssl')
+conflicts=('pyopenssl')
+
+cd "${srcdir}/pyOpenSSL-${pkgver}"
+python setup.py install --root "${pkgdir}" --optimize=1
+}
+
+package_python2-pyopenssl(){
+pkgdesc="Python2 wrapper module around the OpenSSL library"
+depends=('python2>=2.7' 'openssl')
+
+cd "${srcdir}/pyOpenSSL-${pkgver}-python2"
+python2 setup.py install --root "${pkgdir}" --optimize=1
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-02 09:07:23 UTC (rev 198718)
+++ extra-x86_64/PKGBUILD   2013-11-02 09:07:53 UTC (rev 198719)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru
-# Contributor: Sergej Pupykin 
-
-pkgbase=pyopenssl
-pkgname=('python-pyopenssl' 'python2-pyopenssl')
-pkgver=0.13
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://pypi.python.org/pypi/pyOpenSSL";
-license=('LGPL2.1')
-makedepends=('python' 'python2' 'openssl')
-source=(http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-${pkgver}.tar.gz)
-md5sums=('767bca18a71178ca353dff9e10941929')
-
-build() {
-cd "${srcdir}"
-cp -a "pyOpenSSL-${pkgver}"{,-python2}
-
-#build python 3 module
-cd "pyOpenSSL-${pkgver}"
-python setup.py build
-
-#build python 2 module
-cd ../"pyOpenSSL-${pkgver}-python2"
-python2 setup.py build
-}
-
-package_python-pyopenssl(){
-pkgdesc="Python3 wrapper module around the OpenSSL library"
-depends=('python>=3.3' 'openssl')
-replaces=('pyopenssl')
-provides=('pyopenssl')
-conflicts=('pyopenssl')
-
-cd "${srcdir}/pyOpenSSL-${pkgver}"
-python setup.py install --root "$

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

2013-11-02 Thread Ionuț Mircea Bîru
Date: Saturday, November 2, 2013 @ 10:07:23
  Author: ioni
Revision: 198718

update to 0.13.1

Modified:
  pyopenssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 09:04:22 UTC (rev 198717)
+++ PKGBUILD2013-11-02 09:07:23 UTC (rev 198718)
@@ -4,14 +4,14 @@
 
 pkgbase=pyopenssl
 pkgname=('python-pyopenssl' 'python2-pyopenssl')
-pkgver=0.13
-pkgrel=2
+pkgver=0.13.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://pypi.python.org/pypi/pyOpenSSL";
 license=('LGPL2.1')
 makedepends=('python' 'python2' 'openssl')
 
source=(http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-${pkgver}.tar.gz)
-md5sums=('767bca18a71178ca353dff9e10941929')
+md5sums=('e27a3b76734c39ea03952ca94cc56715')
 
 build() {
 cd "${srcdir}"



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

2013-11-02 Thread Ionuț Mircea Bîru
Date: Saturday, November 2, 2013 @ 10:04:22
  Author: ioni
Revision: 198717

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

Added:
  sofia-sip/repos/extra-i686/PKGBUILD
(from rev 198716, sofia-sip/trunk/PKGBUILD)
  sofia-sip/repos/extra-x86_64/PKGBUILD
(from rev 198716, sofia-sip/trunk/PKGBUILD)
Deleted:
  sofia-sip/repos/extra-i686/PKGBUILD
  sofia-sip/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-02 09:03:54 UTC (rev 198716)
+++ extra-i686/PKGBUILD 2013-11-02 09:04:22 UTC (rev 198717)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Bjorn Lindeijer 
-pkgname=sofia-sip
-pkgver=1.12.11
-pkgrel=1
-pkgdesc="An open-source SIP User-Agent library"
-arch=('i686' 'x86_64')
-url="http://sofia-sip.sourceforge.net";
-options=('zipman')
-license=('LGPL')
-depends=('glib2' 'openssl')
-source=(http://downloads.sourceforge.net/sofia-sip/${pkgname}-${pkgver}.tar.gz)
-md5sums=('f3582c62080eeecd3fa4cd5d4ccb4225')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --with-openssl
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: sofia-sip/repos/extra-i686/PKGBUILD (from rev 198716, 
sofia-sip/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-02 09:04:22 UTC (rev 198717)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Bjorn Lindeijer 
+pkgname=sofia-sip
+pkgver=1.12.11
+pkgrel=2
+pkgdesc="An open-source SIP User-Agent library"
+arch=('i686' 'x86_64')
+url="http://sofia-sip.sourceforge.net";
+options=('zipman')
+license=('LGPL')
+depends=('glib2' 'openssl')
+source=(http://downloads.sourceforge.net/sofia-sip/${pkgname}-${pkgver}.tar.gz)
+md5sums=('f3582c62080eeecd3fa4cd5d4ccb4225')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-openssl
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-02 09:03:54 UTC (rev 198716)
+++ extra-x86_64/PKGBUILD   2013-11-02 09:04:22 UTC (rev 198717)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Bjorn Lindeijer 
-pkgname=sofia-sip
-pkgver=1.12.11
-pkgrel=1
-pkgdesc="An open-source SIP User-Agent library"
-arch=('i686' 'x86_64')
-url="http://sofia-sip.sourceforge.net";
-options=('zipman')
-license=('LGPL')
-depends=('glib2' 'openssl')
-source=(http://downloads.sourceforge.net/sofia-sip/${pkgname}-${pkgver}.tar.gz)
-md5sums=('f3582c62080eeecd3fa4cd5d4ccb4225')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --with-openssl
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: sofia-sip/repos/extra-x86_64/PKGBUILD (from rev 198716, 
sofia-sip/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-02 09:04:22 UTC (rev 198717)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Bjorn Lindeijer 
+pkgname=sofia-sip
+pkgver=1.12.11
+pkgrel=2
+pkgdesc="An open-source SIP User-Agent library"
+arch=('i686' 'x86_64')
+url="http://sofia-sip.sourceforge.net";
+options=('zipman')
+license=('LGPL')
+depends=('glib2' 'openssl')
+source=(http://downloads.sourceforge.net/sofia-sip/${pkgname}-${pkgver}.tar.gz)
+md5sums=('f3582c62080eeecd3fa4cd5d4ccb4225')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-openssl
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



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

2013-11-02 Thread Ionuț Mircea Bîru
Date: Saturday, November 2, 2013 @ 10:03:54
  Author: ioni
Revision: 198716

remove static libs rebuild

Modified:
  sofia-sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-02 08:58:54 UTC (rev 198715)
+++ PKGBUILD2013-11-02 09:03:54 UTC (rev 198716)
@@ -3,7 +3,7 @@
 # Contributor: Bjorn Lindeijer 
 pkgname=sofia-sip
 pkgver=1.12.11
-pkgrel=1
+pkgrel=2
 pkgdesc="An open-source SIP User-Agent library"
 arch=('i686' 'x86_64')
 url="http://sofia-sip.sourceforge.net";
@@ -14,12 +14,12 @@
 md5sums=('f3582c62080eeecd3fa4cd5d4ccb4225')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --with-openssl
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }



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

2013-11-02 Thread Ionuț Mircea Bîru
Date: Saturday, November 2, 2013 @ 09:58:54
  Author: ioni
Revision: 198715

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

Added:
  libtorrent-rasterbar/repos/extra-i686/PKGBUILD
(from rev 198714, libtorrent-rasterbar/trunk/PKGBUILD)
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD
(from rev 198714, libtorrent-rasterbar/trunk/PKGBUILD)
Deleted:
  libtorrent-rasterbar/repos/extra-i686/PKGBUILD
  libtorrent-rasterbar/repos/extra-i686/boost-154.patch
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD
  libtorrent-rasterbar/repos/extra-x86_64/boost-154.patch

--+
 /PKGBUILD|   62 +
 extra-i686/PKGBUILD  |   38 -
 extra-i686/boost-154.patch   |   11 ---
 extra-x86_64/PKGBUILD|   38 -
 extra-x86_64/boost-154.patch |   11 ---
 5 files changed, 62 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-02 08:58:18 UTC (rev 198714)
+++ extra-i686/PKGBUILD 2013-11-02 08:58:54 UTC (rev 198715)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Hugo Doria 
-
-pkgname=libtorrent-rasterbar
-pkgver=0.16.10
-pkgrel=2
-epoch=1
-pkgdesc="A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around"
-url="http://www.rasterbar.com/products/libtorrent/";
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('boost-libs' 'geoip' 'python2')
-makedepends=('boost')
-options=('!emptydirs')
-source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz
-'boost-154.patch')
-sha1sums=('8b24442132e52f8765c79b20ffdea8b33bc5aa42'
-  'b1e66ffbeba5c2b217bc0d02bc2c49aa6b603fa3')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i "${srcdir}"/boost-154.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  --enable-python-binding \
-  --with-libgeoip=system
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libtorrent-rasterbar/repos/extra-i686/PKGBUILD (from rev 198714, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-02 08:58:54 UTC (rev 198715)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=0.16.12
+pkgrel=1
+epoch=1
+pkgdesc="A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around"
+url="http://www.rasterbar.com/products/libtorrent/";
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs' 'geoip' 'python2')
+makedepends=('boost')
+options=('!emptydirs')
+source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+sha1sums=('cd326fd2609c3d00c25dabdd441a0704efbf0207')
+
+build() {
+  cd $pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+  --enable-python-binding \
+  --with-libgeoip=system
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: extra-i686/boost-154.patch
===
--- extra-i686/boost-154.patch  2013-11-02 08:58:18 UTC (rev 198714)
+++ extra-i686/boost-154.patch  2013-11-02 08:58:54 UTC (rev 198715)
@@ -1,11 +0,0 @@
 libtorrent-rasterbar-0.16.10/include/libtorrent/disk_buffer_pool.hpp~  
2013-07-11 07:37:03.057798742 +
-+++ libtorrent-rasterbar-0.16.10/include/libtorrent/disk_buffer_pool.hpp   
2013-07-11 07:37:27.110960260 +
-@@ -33,6 +33,8 @@
- #ifndef TORRENT_DISK_BUFFER_POOL
- #define TORRENT_DISK_BUFFER_POOL
- 
-+#include 
-+
- #include "libtorrent/config.hpp"
- #include "libtorrent/thread.hpp"
- #include "libtorrent/session_settings.hpp"

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-02 08:58:18 UTC (rev 198714)
+++ extra-x86_64/PKGBUILD   2013-11-02 08:58:54 UTC (rev 198715)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Hugo Doria 
-
-pkgname=libtorrent-rasterbar
-pkgver=0.16.10
-pkgrel=2
-epoch=1
-pkgdesc="A C++ library that aims to be a good alternative to all the other 
bittorrent implementations around"
-url="http://www.rasterbar.com/products/libtorrent/";
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('boost-libs' 'geoip' 'python2')
-makedepends=('boost')
-options=('!emptydirs')
-source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz
-'boost-154.patch')
-sha1sums=('8b24442132e52f8765c79b20ffdea8b33bc5aa42'
-  'b1e66ffbeba5c2b217bc0d02bc2c49

  1   2   3   >