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

2013-09-20 Thread Eric Bélanger
Date: Saturday, September 21, 2013 @ 04:17:20
  Author: eric
Revision: 194671

upgpkg: ibus 1.5.4-1

Upstream update, Add gconf makedepends

Modified:
  ibus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-21 00:23:17 UTC (rev 194670)
+++ PKGBUILD2013-09-21 02:17:20 UTC (rev 194671)
@@ -1,22 +1,19 @@
 # $Id$
-# Contributor: Rainy 
-# Contributor: Lee.MaRS 
-# Contributor: Daniel J Griffiths 
-# Maintainer: Brad Fanella 
+# Maintainer:
 
 pkgname=ibus
-pkgver=1.5.3
-pkgrel=2
+pkgver=1.5.4
+pkgrel=1
 pkgdesc="Next Generation Input Bus for Linux"
 arch=('i686' 'x86_64')
 url="http://ibus.googlecode.com";
 license=('LGPL')
 depends=('hicolor-icon-theme' 'gtk2' 'gtk3' 'python2-gobject' 'libnotify')
-makedepends=('gobject-introspection' 'vala' 'dconf' 'iso-codes' 'intltool')
+makedepends=('gobject-introspection' 'vala' 'dconf' 'gconf' 'iso-codes' 
'intltool')
 options=('!libtool')
 install=ibus.install
 source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('51ba186cbf5e1e194ba0cd22b81f00d9d40ec521')
+sha1sums=('2ce4b4d728a4685fd77360d0097b0e568f920c7b')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2013-09-20 Thread Eric Bélanger
Date: Saturday, September 21, 2013 @ 04:17:57
  Author: eric
Revision: 194672

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

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

---+
 /PKGBUILD |   72 
 /ibus.install |   32 +++
 extra-i686/PKGBUILD   |   39 ---
 extra-i686/ibus.install   |   16 -
 extra-x86_64/PKGBUILD |   39 ---
 extra-x86_64/ibus.install |   16 -
 6 files changed, 104 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-21 02:17:20 UTC (rev 194671)
+++ extra-i686/PKGBUILD 2013-09-21 02:17:57 UTC (rev 194672)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Rainy 
-# Contributor: Lee.MaRS 
-# Contributor: Daniel J Griffiths 
-# Maintainer: Brad Fanella 
-
-pkgname=ibus
-pkgver=1.5.3
-pkgrel=2
-pkgdesc="Next Generation Input Bus for Linux"
-arch=('i686' 'x86_64')
-url="http://ibus.googlecode.com";
-license=('LGPL')
-depends=('hicolor-icon-theme' 'gtk2' 'gtk3' 'python2-gobject' 'libnotify')
-makedepends=('gobject-introspection' 'vala' 'dconf' 'iso-codes' 'intltool')
-options=('!libtool')
-install=ibus.install
-source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('51ba186cbf5e1e194ba0cd22b81f00d9d40ec521')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/ibus \
---sysconfdir=/etc \
---disable-gconf \
---enable-dconf \
---disable-memconf \
---enable-ui \
---enable-python-library
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: ibus/repos/extra-i686/PKGBUILD (from rev 194671, ibus/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-21 02:17:57 UTC (rev 194672)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:
+
+pkgname=ibus
+pkgver=1.5.4
+pkgrel=1
+pkgdesc="Next Generation Input Bus for Linux"
+arch=('i686' 'x86_64')
+url="http://ibus.googlecode.com";
+license=('LGPL')
+depends=('hicolor-icon-theme' 'gtk2' 'gtk3' 'python2-gobject' 'libnotify')
+makedepends=('gobject-introspection' 'vala' 'dconf' 'gconf' 'iso-codes' 
'intltool')
+options=('!libtool')
+install=ibus.install
+source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('2ce4b4d728a4685fd77360d0097b0e568f920c7b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/ibus \
+--sysconfdir=/etc \
+--disable-gconf \
+--enable-dconf \
+--disable-memconf \
+--enable-ui \
+--enable-python-library
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/ibus.install
===
--- extra-i686/ibus.install 2013-09-21 02:17:20 UTC (rev 194671)
+++ extra-i686/ibus.install 2013-09-21 02:17:57 UTC (rev 194672)
@@ -1,16 +0,0 @@
-post_install() {
-  gtk-query-immodules-2.0 --update-cache
-  gtk-query-immodules-3.0 --update-cache
-
-  gtk-update-icon-cache -fq -t /usr/share/icons/hicolor
-
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: ibus/repos/extra-i686/ibus.install (from rev 194671, 
ibus/trunk/ibus.install)
===
--- extra-i686/ibus.install (rev 0)
+++ extra-i686/ibus.install 2013-09-21 02:17:57 UTC (rev 194672)
@@ -0,0 +1,16 @@
+post_install() {
+  gtk-query-immodules-2.0 --update-cache
+  gtk-query-immodules-3.0 --update-cache
+
+  gtk-update-icon-cache -fq -t /usr/share/icons/hicolor
+
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-21 02:17:20 UTC (rev 194671)
+++ extra-x86_64/PKGBUILD   2013-09-21 02:17:57 UTC (rev 194672)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Rainy 
-# Contributor: Lee.MaRS 
-# Contributor: Daniel J Griffiths 
-# Maintainer: Brad Fanella 
-
-pkgname=ibus
-pkgver=1.5.3
-pkgrel=

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

2013-09-20 Thread Felix Yan
Date: Saturday, September 21, 2013 @ 04:14:00
  Author: fyan
Revision: 97480

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

Added:
  fcitx-mozc/repos/community-testing-i686/
  fcitx-mozc/repos/community-testing-i686/PKGBUILD
(from rev 97479, fcitx-mozc/trunk/PKGBUILD)
  fcitx-mozc/repos/community-testing-x86_64/
  fcitx-mozc/repos/community-testing-x86_64/PKGBUILD
(from rev 97479, fcitx-mozc/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |  125 
 community-testing-x86_64/PKGBUILD |  125 
 2 files changed, 250 insertions(+)

Copied: fcitx-mozc/repos/community-testing-i686/PKGBUILD (from rev 97479, 
fcitx-mozc/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-09-21 02:14:00 UTC (rev 97480)
@@ -0,0 +1,125 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: ponsfoot 
+
+## Mozc compile option
+_bldtype=Release
+
+_zipcoderel=201307
+_protobuf_ver=2.5.0
+_gyp_rev=1656
+
+_pkgbase=mozc
+pkgname=fcitx-mozc
+pkgdesc="Fcitx Module of A Japanese Input Method for Chromium OS, Windows, Mac 
and Linux (the Open Source Edition of Google Japanese Input)"
+pkgver=1.11.1522.102
+_patchver=${pkgver}.1
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/mozc/";
+license=('custom')
+depends=('qt4' 'fcitx' 'zinnia')
+makedepends=('pkg-config' 'python2' 'gtest' 'curl' 'gtk2' 'mesa')
+replaces=('mozc-fcitx')
+conflicts=('mozc' 'mozc-server' 'mozc-utils-gui' 'mozc-fcitx')
+source=(http://mozc.googlecode.com/files/mozc-${pkgver}.tar.bz2
+
http://downloads.sourceforge.net/project/pnsft-aur/mozc/gyp-${_gyp_rev}.tar.xz
+http://downloads.sourceforge.net/pnsft-aur/ken_all-${_zipcoderel}.zip
+http://downloads.sourceforge.net/pnsft-aur/jigyosyo-${_zipcoderel}.zip
+http://protobuf.googlecode.com/files/protobuf-${_protobuf_ver}.tar.bz2
+http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-${_patchver}.patch
+   http://download.fcitx-im.org/fcitx-mozc/fcitx-mozc-icon.tar.gz
+   #mozc_1.10.1390.102_remove_warn_as_error.patch
+)
+
+build() {
+  cd "$srcdir"
+
+  #source /etc/profile.d/qt4.sh
+
+  # Update: Fix qt4 include path too
+  # Fix compatibility with google-glog 0.3.3 (symbol conflict)
+  #CFLAGS="${CFLAGS} -DFLAGS_log_dir=FLAGS_mozc_log_dir"
+  #CXXFLAGS="${CXXFLAGS} -DFLAGS_log_dir=FLAGS_mozc_log_dir"
+  CFLAGS="${CFLAGS} -I/usr/include/qt4 -fvisibility=hidden"
+  CXXFLAGS="${CXXFLAGS} -I/usr/include/qt4 -fvisibility=hidden"
+
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  
+  # Apply fcitx patch
+  rm unix/fcitx -rf
+  patch -Np2 -i ${srcdir}/fcitx-mozc-${_patchver}.patch
+
+  # Fix qt4 binary path
+  sed -i 's|(qt_dir)/bin|(qt_dir)/lib/qt4/bin|' gui/*.gyp{,i}
+  sed -i 's|(qt_dir_env)/bin|(qt_dir_env)/lib/qt4/bin|' gui/*.gyp{,i}
+
+  # Patch for gcc>=4.8
+  #patch -p0 -i "${srcdir}/mozc_1.10.1390.102_remove_warn_as_error.patch"
+
+  # Adjust to use python2
+  find . -name  \*.py-type f -exec sed -i -e "1s|python.*$|python2|"  
{} +
+  find . -regex '.*\.gypi?$' -type f -exec sed -i -e "s|'python'|'python2'|g" 
{} +
+
+  # Generate zip code seed
+  msg "Generating zip code seed..."
+  python2 dictionary/gen_zip_code_seed.py --zip_code="${srcdir}/KEN_ALL.CSV" 
--jigyosyo="${srcdir}/JIGYOSYO.CSV" >> data/dictionary_oss/dictionary09.txt
+  msg "Done."
+
+  # Copy gyp
+  cp -rf "${srcdir}"/gyp-${_gyp_rev}/* third_party/gyp
+
+  # Copy protobuf to be linked statically
+  cp -rf "${srcdir}/protobuf-${_protobuf_ver}" protobuf/files
+
+  msg "Starting make..."
+
+  _targets="server/server.gyp:mozc_server gui/gui.gyp:mozc_tool 
unix/fcitx/fcitx.gyp:fcitx-mozc"
+
+  QTDIR=/usr GYP_DEFINES="document_dir=/usr/share/licenses/$pkgname" python2 
build_mozc.py gyp --channel_dev=0
+  python2 build_mozc.py build_tools -c $_bldtype
+  python2 build_mozc.py build -c $_bldtype $_targets
+
+  # Extract license part of mozc
+  head -n 29 server/mozc_server.cc > LICENSE
+}
+
+package() {
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  install -D -m 755 out_linux/${_bldtype}/mozc_server 
"${pkgdir}/usr/lib/mozc/mozc_server"
+  install-m 755 out_linux/${_bldtype}/mozc_tool   
"${pkgdir}/usr/lib/mozc/mozc_tool"
+
+  install -d "${pkgdir}/usr/share/licenses/$pkgname/"
+  install -m 644 LICENSE data/installer/*.html 
"${pkgdir}/usr/share/licenses/${pkgname}/"
+
+  for mofile in out_linux/${_bldtype}/obj/gen/unix/fcitx/po/*.mo
+  do
+filename=`basename $mofile`
+lang=${filename/.mo/}
+install -D -m 644 "$mofile" 
"${pkgdir}/usr/share/locale/$lang/LC_MESSAGES/fcitx-mozc.mo"
+  done
+
+  install -D -m 755 out_linux/${_bldtype}/fcitx-mozc.so 
"${pkgdir}/usr/lib/fcitx/fcitx-mozc.so"
+  install -D -m 644 unix/fcitx/fcitx-mozc.conf 
"${pkgdir}/usr/share/fcitx/addon/fcitx-mozc.conf"
+  instal

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

2013-09-20 Thread Felix Yan
Date: Saturday, September 21, 2013 @ 04:12:52
  Author: fyan
Revision: 97479

upgpkg: fcitx-mozc 1.11.1522.102-2 rebuild for gtest 1.7

Modified:
  fcitx-mozc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-21 01:48:51 UTC (rev 97478)
+++ PKGBUILD2013-09-21 02:12:52 UTC (rev 97479)
@@ -14,7 +14,7 @@
 pkgdesc="Fcitx Module of A Japanese Input Method for Chromium OS, Windows, Mac 
and Linux (the Open Source Edition of Google Japanese Input)"
 pkgver=1.11.1522.102
 _patchver=${pkgver}.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/mozc/";
 license=('custom')



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

2013-09-20 Thread Felix Yan
Date: Saturday, September 21, 2013 @ 03:48:51
  Author: fyan
Revision: 97478

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

Added:
  gtest/repos/community-testing-i686/PKGBUILD
(from rev 97477, gtest/trunk/PKGBUILD)
  gtest/repos/community-testing-x86_64/
  gtest/repos/community-testing-x86_64/PKGBUILD
(from rev 97477, gtest/trunk/PKGBUILD)
Deleted:
  gtest/repos/community-testing-i686/PKGBUILD

---+
 /PKGBUILD |   43 
 community-testing-i686/PKGBUILD   |   43 
 community-testing-x86_64/PKGBUILD |   43 
 3 files changed, 86 insertions(+), 43 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-09-21 01:40:09 UTC (rev 97477)
+++ community-testing-i686/PKGBUILD 2013-09-21 01:48:51 UTC (rev 97478)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexandre Bique 
-# Contributor: Louis R. Marascio 
-# Contributor: Cody Maloney 
-
-pkgname=gtest
-pkgver=1.7.0
-pkgrel=1
-pkgdesc="Google Test - C++ testing utility based on the xUnit framework (like 
JUnit)"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/googletest/";
-license=('custom:BSD3')
-options=('!libtool')
-depends=('gcc-libs' 'sh')
-makedepends=('python2' 'cmake')
-source=("http://googletest.googlecode.com/files/$pkgname-$pkgver.zip";)
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  rm -rf build
-  mkdir build
-  cd build
-
-  cmake -DBUILD_SHARED_LIBS=ON -DCMAKE_SKIP_RPATH=ON ..
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  mkdir -pm 0755 
"$pkgdir"/usr/{lib,include/gtest/internal,share/licenses/$pkgname,src/gtest/src,src/gtest/cmake}
-  install -m 0644 build/libgtest{,_main}.so "$pkgdir"/usr/lib
-  install -m 0644 include/gtest/*.h "$pkgdir"/usr/include/gtest
-  install -m 0644 include/gtest/internal/*.h 
"$pkgdir"/usr/include/gtest/internal/
-  install -m 0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/
-  install -m 0644 "$srcdir/$pkgname-$pkgver/fused-src/gtest"/* 
"$pkgdir"/usr/src/gtest/src/
-  install -m 0644 "$srcdir/$pkgname-$pkgver/CMakeLists.txt" 
"$pkgdir"/usr/src/gtest/
-  install -m 0644 "$srcdir/$pkgname-$pkgver/cmake"/* 
"$pkgdir"/usr/src/gtest/cmake/
-}
-
-# vim:set ts=2 sw=2 et:
-sha512sums=('8859369f2dd32cbc2ac01aba029aa3ff20a321f40658b9643aff442d34c33468221866b801b28c66a28af47dbcd362d26941fc98db92b6efb7e41ea5b7be1a07')

Copied: gtest/repos/community-testing-i686/PKGBUILD (from rev 97477, 
gtest/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-09-21 01:48:51 UTC (rev 97478)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Alexandre Bique 
+# Contributor: Louis R. Marascio 
+# Contributor: Cody Maloney 
+
+pkgname=gtest
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="Google Test - C++ testing utility based on the xUnit framework (like 
JUnit)"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/googletest/";
+license=('custom:BSD3')
+options=('!libtool')
+depends=('gcc-libs' 'sh')
+makedepends=('python2' 'cmake')
+source=("http://googletest.googlecode.com/files/$pkgname-$pkgver.zip";)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  rm -rf build
+  mkdir build
+  cd build
+
+  cmake -DBUILD_SHARED_LIBS=ON -DCMAKE_SKIP_RPATH=ON ..
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  mkdir -pm 0755 
"$pkgdir"/usr/{lib,include/gtest/internal,share/licenses/$pkgname,src/gtest/src,src/gtest/cmake}
+  install -m 0644 build/libgtest{,_main}.so "$pkgdir"/usr/lib
+  install -m 0644 include/gtest/*.h "$pkgdir"/usr/include/gtest
+  install -m 0644 include/gtest/internal/*.h 
"$pkgdir"/usr/include/gtest/internal/
+  install -m 0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/
+  install -m 0644 "$srcdir/$pkgname-$pkgver/fused-src/gtest"/* 
"$pkgdir"/usr/src/gtest/src/
+  install -m 0644 "$srcdir/$pkgname-$pkgver/CMakeLists.txt" 
"$pkgdir"/usr/src/gtest/
+  install -m 0644 "$srcdir/$pkgname-$pkgver/cmake"/* 
"$pkgdir"/usr/src/gtest/cmake/
+}
+
+# vim:set ts=2 sw=2 et:
+sha512sums=('8859369f2dd32cbc2ac01aba029aa3ff20a321f40658b9643aff442d34c33468221866b801b28c66a28af47dbcd362d26941fc98db92b6efb7e41ea5b7be1a07')

Copied: gtest/repos/community-testing-x86_64/PKGBUILD (from rev 97477, 
gtest/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-09-21 01:48:51 UTC (rev 97478)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Alexandre Bique 
+# Contributor: Louis R. Marascio 
+# Contributor: Cody Maloney 
+
+pkgname=gtest
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="Goo

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

2013-09-20 Thread Felix Yan
Date: Saturday, September 21, 2013 @ 03:40:09
  Author: fyan
Revision: 97477

archrelease: copy trunk to community-testing-i686

Added:
  gtest/repos/community-testing-i686/
  gtest/repos/community-testing-i686/PKGBUILD
(from rev 97476, gtest/trunk/PKGBUILD)

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

Copied: gtest/repos/community-testing-i686/PKGBUILD (from rev 97476, 
gtest/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-09-21 01:40:09 UTC (rev 97477)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Alexandre Bique 
+# Contributor: Louis R. Marascio 
+# Contributor: Cody Maloney 
+
+pkgname=gtest
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="Google Test - C++ testing utility based on the xUnit framework (like 
JUnit)"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/googletest/";
+license=('custom:BSD3')
+options=('!libtool')
+depends=('gcc-libs' 'sh')
+makedepends=('python2' 'cmake')
+source=("http://googletest.googlecode.com/files/$pkgname-$pkgver.zip";)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  rm -rf build
+  mkdir build
+  cd build
+
+  cmake -DBUILD_SHARED_LIBS=ON -DCMAKE_SKIP_RPATH=ON ..
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  mkdir -pm 0755 
"$pkgdir"/usr/{lib,include/gtest/internal,share/licenses/$pkgname,src/gtest/src,src/gtest/cmake}
+  install -m 0644 build/libgtest{,_main}.so "$pkgdir"/usr/lib
+  install -m 0644 include/gtest/*.h "$pkgdir"/usr/include/gtest
+  install -m 0644 include/gtest/internal/*.h 
"$pkgdir"/usr/include/gtest/internal/
+  install -m 0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/
+  install -m 0644 "$srcdir/$pkgname-$pkgver/fused-src/gtest"/* 
"$pkgdir"/usr/src/gtest/src/
+  install -m 0644 "$srcdir/$pkgname-$pkgver/CMakeLists.txt" 
"$pkgdir"/usr/src/gtest/
+  install -m 0644 "$srcdir/$pkgname-$pkgver/cmake"/* 
"$pkgdir"/usr/src/gtest/cmake/
+}
+
+# vim:set ts=2 sw=2 et:
+sha512sums=('8859369f2dd32cbc2ac01aba029aa3ff20a321f40658b9643aff442d34c33468221866b801b28c66a28af47dbcd362d26941fc98db92b6efb7e41ea5b7be1a07')



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

2013-09-20 Thread Felix Yan
Date: Saturday, September 21, 2013 @ 03:38:49
  Author: fyan
Revision: 97476

upgpkg: gtest 1.7.0-1

Modified:
  gtest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-20 21:49:04 UTC (rev 97475)
+++ PKGBUILD2013-09-21 01:38:49 UTC (rev 97476)
@@ -5,8 +5,8 @@
 # Contributor: Cody Maloney 
 
 pkgname=gtest
-pkgver=1.6.0
-pkgrel=7
+pkgver=1.7.0
+pkgrel=1
 pkgdesc="Google Test - C++ testing utility based on the xUnit framework (like 
JUnit)"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/googletest/";
@@ -15,7 +15,6 @@
 depends=('gcc-libs' 'sh')
 makedepends=('python2' 'cmake')
 source=("http://googletest.googlecode.com/files/$pkgname-$pkgver.zip";)
-sha1sums=('00d6be170eb9fc3b2198ffdcb1f1d6ba7fc6e621')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -30,14 +29,15 @@
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
-  mkdir -pm 0755 
$pkgdir/usr/{lib,include/gtest/internal,share/licenses/$pkgname,src/gtest/src,src/gtest/cmake}
-  install -m 0644 build/libgtest{,_main}.so $pkgdir/usr/lib/
-  install -m 0644 include/gtest/*.h $pkgdir/usr/include/gtest/
-  install -m 0644 include/gtest/internal/*.h 
$pkgdir/usr/include/gtest/internal/
-  install -m 0644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  install -m 0644 $srcdir/$pkgname-$pkgver/fused-src/gtest/* 
$pkgdir/usr/src/gtest/src
-  install -m 0644 $srcdir/$pkgname-$pkgver/CMakeLists.txt $pkgdir/usr/src/gtest
-  install -m 0644 $srcdir/$pkgname-$pkgver/cmake/* $pkgdir/usr/src/gtest/cmake
+  mkdir -pm 0755 
"$pkgdir"/usr/{lib,include/gtest/internal,share/licenses/$pkgname,src/gtest/src,src/gtest/cmake}
+  install -m 0644 build/libgtest{,_main}.so "$pkgdir"/usr/lib
+  install -m 0644 include/gtest/*.h "$pkgdir"/usr/include/gtest
+  install -m 0644 include/gtest/internal/*.h 
"$pkgdir"/usr/include/gtest/internal/
+  install -m 0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/
+  install -m 0644 "$srcdir/$pkgname-$pkgver/fused-src/gtest"/* 
"$pkgdir"/usr/src/gtest/src/
+  install -m 0644 "$srcdir/$pkgname-$pkgver/CMakeLists.txt" 
"$pkgdir"/usr/src/gtest/
+  install -m 0644 "$srcdir/$pkgname-$pkgver/cmake"/* 
"$pkgdir"/usr/src/gtest/cmake/
 }
 
 # vim:set ts=2 sw=2 et:
+sha512sums=('8859369f2dd32cbc2ac01aba029aa3ff20a321f40658b9643aff442d34c33468221866b801b28c66a28af47dbcd362d26941fc98db92b6efb7e41ea5b7be1a07')



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

2013-09-20 Thread Allan McRae
Date: Saturday, September 21, 2013 @ 02:23:17
  Author: allan
Revision: 194670

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

Added:
  fakeroot/repos/testing-i686/
  fakeroot/repos/testing-i686/PKGBUILD
(from rev 194669, fakeroot/trunk/PKGBUILD)
  fakeroot/repos/testing-i686/fakeroot.install
(from rev 194669, fakeroot/trunk/fakeroot.install)
  fakeroot/repos/testing-x86_64/
  fakeroot/repos/testing-x86_64/PKGBUILD
(from rev 194669, fakeroot/trunk/PKGBUILD)
  fakeroot/repos/testing-x86_64/fakeroot.install
(from rev 194669, fakeroot/trunk/fakeroot.install)

-+
 testing-i686/PKGBUILD   |   35 +++
 testing-i686/fakeroot.install   |   14 ++
 testing-x86_64/PKGBUILD |   35 +++
 testing-x86_64/fakeroot.install |   14 ++
 4 files changed, 98 insertions(+)

Copied: fakeroot/repos/testing-i686/PKGBUILD (from rev 194669, 
fakeroot/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-21 00:23:17 UTC (rev 194670)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Jochem Kossen 
+
+pkgname=fakeroot
+pkgver=1.20
+pkgrel=1
+pkgdesc="Gives a fake root environment, useful for building packages as a 
non-privileged user"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://packages.debian.org/fakeroot";
+groups=('base-devel')
+install=fakeroot.install
+depends=('glibc' 'filesystem' 'sed' 'util-linux' 'sh')
+options=('!libtool')
+source=(http://ftp.debian.org/debian/pool/main/f/${pkgname}/${pkgname}_${pkgver}.orig.tar.bz2)
+md5sums=('9777a81d4d1878422447a1d0030c1f9f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --libdir=/usr/lib/libfakeroot \
+  --disable-static --with-ipc=sysv
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR=${pkgdir} install
+
+  install -dm755 ${pkgdir}/etc/ld.so.conf.d/
+  echo '/usr/lib/libfakeroot' > ${pkgdir}/etc/ld.so.conf.d/fakeroot.conf
+
+  # install README for sysv/tcp usage
+  install -Dm644 $srcdir/$pkgname-$pkgver/README 
$pkgdir/usr/share/doc/$pkgname/README
+}

Copied: fakeroot/repos/testing-i686/fakeroot.install (from rev 194669, 
fakeroot/trunk/fakeroot.install)
===
--- testing-i686/fakeroot.install   (rev 0)
+++ testing-i686/fakeroot.install   2013-09-21 00:23:17 UTC (rev 194670)
@@ -0,0 +1,14 @@
+post_install() {
+  sbin/ldconfig -r .
+}
+
+post_upgrade() {
+  if [ "$(vercmp $2 1.14.4-2)" -lt 0 ]; then
+sed -i -e '/\/usr\/lib\/libfakeroot/d' etc/ld.so.conf
+  fi
+  sbin/ldconfig -r .
+}
+
+pre_remove() {
+  sbin/ldconfig -r .
+}

Copied: fakeroot/repos/testing-x86_64/PKGBUILD (from rev 194669, 
fakeroot/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-09-21 00:23:17 UTC (rev 194670)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Allan McRae 
+# Contributor: Jochem Kossen 
+
+pkgname=fakeroot
+pkgver=1.20
+pkgrel=1
+pkgdesc="Gives a fake root environment, useful for building packages as a 
non-privileged user"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://packages.debian.org/fakeroot";
+groups=('base-devel')
+install=fakeroot.install
+depends=('glibc' 'filesystem' 'sed' 'util-linux' 'sh')
+options=('!libtool')
+source=(http://ftp.debian.org/debian/pool/main/f/${pkgname}/${pkgname}_${pkgver}.orig.tar.bz2)
+md5sums=('9777a81d4d1878422447a1d0030c1f9f')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --libdir=/usr/lib/libfakeroot \
+  --disable-static --with-ipc=sysv
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR=${pkgdir} install
+
+  install -dm755 ${pkgdir}/etc/ld.so.conf.d/
+  echo '/usr/lib/libfakeroot' > ${pkgdir}/etc/ld.so.conf.d/fakeroot.conf
+
+  # install README for sysv/tcp usage
+  install -Dm644 $srcdir/$pkgname-$pkgver/README 
$pkgdir/usr/share/doc/$pkgname/README
+}

Copied: fakeroot/repos/testing-x86_64/fakeroot.install (from rev 194669, 
fakeroot/trunk/fakeroot.install)
===
--- testing-x86_64/fakeroot.install (rev 0)
+++ testing-x86_64/fakeroot.install 2013-09-21 00:23:17 UTC (rev 194670)
@@ -0,0 +1,14 @@
+post_install() {
+  sbin/ldconfig -r .
+}
+
+post_upgrade() {
+  if [ "$(vercmp $2 1.14.4-2)" -lt 0 ]; then
+sed -i -e '/\/usr\/lib\/libfakeroot/d' etc/ld.so.conf
+  fi
+  sbin/ldconfig -r .
+}
+
+pre_remove() {
+  sbin/ldconfig -r .
+}



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

2013-09-20 Thread Allan McRae
Date: Saturday, September 21, 2013 @ 02:22:22
  Author: allan
Revision: 194669

upgpkg: fakeroot 1.20-1

upstream update

Modified:
  fakeroot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-20 19:22:36 UTC (rev 194668)
+++ PKGBUILD2013-09-21 00:22:22 UTC (rev 194669)
@@ -3,7 +3,7 @@
 # Contributor: Jochem Kossen 
 
 pkgname=fakeroot
-pkgver=1.19
+pkgver=1.20
 pkgrel=1
 pkgdesc="Gives a fake root environment, useful for building packages as a 
non-privileged user"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('glibc' 'filesystem' 'sed' 'util-linux' 'sh')
 options=('!libtool')
 
source=(http://ftp.debian.org/debian/pool/main/f/${pkgname}/${pkgname}_${pkgver}.orig.tar.bz2)
-md5sums=('3a00a1264cb31a815552050ef0c2468b')
+md5sums=('9777a81d4d1878422447a1d0030c1f9f')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2013-09-20 Thread Bartłomiej Piotrowski
Date: Friday, September 20, 2013 @ 23:11:18
  Author: bpiotrowski
Revision: 97467

upgpkg: mpv 0.1.7-1

- new upstream release

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-20 19:56:02 UTC (rev 97466)
+++ PKGBUILD2013-09-20 21:11:18 UTC (rev 97467)
@@ -3,7 +3,7 @@
 # Contributor: Eivind Uggedal 
 
 pkgname=mpv
-pkgver=0.1.6
+pkgver=0.1.7
 pkgrel=1
 pkgdesc='Video player based on MPlayer/mplayer2'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('mesa' 'python-docutils')
 options=(!emptydirs)
 source=("https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz";)
-md5sums=('4c9ee855f8beedb2508baa392704a45d')
+md5sums=('69185e255fe6e8b6b13dcf6ea9b2fefb')
 
 build() {
   unset CFLAGS



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

2013-09-20 Thread Bartłomiej Piotrowski
Date: Friday, September 20, 2013 @ 23:11:58
  Author: bpiotrowski
Revision: 97468

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-20 21:11:18 UTC (rev 97467)
+++ community-i686/PKGBUILD 2013-09-20 21:11:58 UTC (rev 97468)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Eivind Uggedal 
-
-pkgname=mpv
-pkgver=0.1.6
-pkgrel=1
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=('portaudio' 'ffmpeg' 'lcms2' 'libxinerama' 'libquvi' 'mpg123' 'libxv' 
'libxkbcommon' 'libva')
-makedepends=('mesa' 'python-docutils')
-options=(!emptydirs)
-source=("https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz";)
-md5sums=('4c9ee855f8beedb2508baa392704a45d')
-
-build() {
-  unset CFLAGS
-  unset LDFLAGS
-
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---confdir=/etc/mpv \
---disable-lircc \
---disable-joystick \
---disable-radio \
---disable-radio-capture \
---disable-radio-v4l2 \
---disable-rpath \
---disable-libbs2b \
---disable-direct3d \
---disable-corevideo \
---disable-cocoa \
---disable-coreaudio
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/doc/mpv/examples
-  install -m644 etc/{input,example,encoding-example-profiles}.conf \
-"$pkgdir"/usr/share/doc/mpv/examples
-  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
-"$pkgdir"/usr/share/doc/mpv
-  install -m755 TOOLS/mpv_identify.sh "$pkgdir"/usr/bin
-}

Copied: mpv/repos/community-i686/PKGBUILD (from rev 97467, mpv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-20 21:11:58 UTC (rev 97468)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Eivind Uggedal 
+
+pkgname=mpv
+pkgver=0.1.7
+pkgrel=1
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=('portaudio' 'ffmpeg' 'lcms2' 'libxinerama' 'libquvi' 'mpg123' 'libxv' 
'libxkbcommon' 'libva')
+makedepends=('mesa' 'python-docutils')
+options=(!emptydirs)
+source=("https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz";)
+md5sums=('69185e255fe6e8b6b13dcf6ea9b2fefb')
+
+build() {
+  unset CFLAGS
+  unset LDFLAGS
+
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--confdir=/etc/mpv \
+--disable-lircc \
+--disable-joystick \
+--disable-radio \
+--disable-radio-capture \
+--disable-radio-v4l2 \
+--disable-rpath \
+--disable-libbs2b \
+--disable-direct3d \
+--disable-corevideo \
+--disable-cocoa \
+--disable-coreaudio
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/doc/mpv/examples
+  install -m644 etc/{input,example,encoding-example-profiles}.conf \
+"$pkgdir"/usr/share/doc/mpv/examples
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+"$pkgdir"/usr/share/doc/mpv
+  install -m755 TOOLS/mpv_identify.sh "$pkgdir"/usr/bin
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-20 21:11:18 UTC (rev 97467)
+++ community-x86_64/PKGBUILD   2013-09-20 21:11:58 UTC (rev 97468)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Eivind Uggedal 
-
-pkgname=mpv
-pkgver=0.1.6
-pkgrel=1
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=('portaudio' 'ffmpeg' 'lcms2' 'libxinerama' 'libquvi' 'mpg123' 'libxv' 
'libxkbcommon' 'libva')
-makedepends=('mesa' 'python-docutils')
-options=(!emptydirs)
-source=("https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz";)
-md5sums=('4c9ee855f8beedb2508baa392704a45d')
-
-build() {
-  unset CFLAGS
-  unset LDFLAGS
-
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---confdir=/etc/mpv \
---disable-lircc \
---disable-joystick \
---disable-radio \
---disable-radio-capture \
---disable-radio-v4l2 \
---disable-rpath \
---disable-libbs2b \
---disable-direct3d \
-  

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

2013-09-20 Thread Bartłomiej Piotrowski
Date: Friday, September 20, 2013 @ 23:13:42
  Author: bpiotrowski
Revision: 97469

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-20 21:11:58 UTC (rev 97468)
+++ community-i686/PKGBUILD 2013-09-20 21:13:42 UTC (rev 97469)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Eivind Uggedal 
-
-pkgname=mpv
-pkgver=0.1.7
-pkgrel=1
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=('portaudio' 'ffmpeg' 'lcms2' 'libxinerama' 'libquvi' 'mpg123' 'libxv' 
'libxkbcommon' 'libva')
-makedepends=('mesa' 'python-docutils')
-options=(!emptydirs)
-source=("https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz";)
-md5sums=('69185e255fe6e8b6b13dcf6ea9b2fefb')
-
-build() {
-  unset CFLAGS
-  unset LDFLAGS
-
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---confdir=/etc/mpv \
---disable-lircc \
---disable-joystick \
---disable-radio \
---disable-radio-capture \
---disable-radio-v4l2 \
---disable-rpath \
---disable-libbs2b \
---disable-direct3d \
---disable-corevideo \
---disable-cocoa \
---disable-coreaudio
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -j1 DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir"/usr/share/doc/mpv/examples
-  install -m644 etc/{input,example,encoding-example-profiles}.conf \
-"$pkgdir"/usr/share/doc/mpv/examples
-  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
-"$pkgdir"/usr/share/doc/mpv
-  install -m755 TOOLS/mpv_identify.sh "$pkgdir"/usr/bin
-}

Copied: mpv/repos/community-i686/PKGBUILD (from rev 97468, mpv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-20 21:13:42 UTC (rev 97469)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Eivind Uggedal 
+
+pkgname=mpv
+pkgver=0.1.7
+pkgrel=1
+pkgdesc='Video player based on MPlayer/mplayer2'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=('portaudio' 'ffmpeg' 'lcms2' 'libxinerama' 'libquvi' 'mpg123' 'libxv' 
'libxkbcommon' 'libva')
+makedepends=('mesa' 'python-docutils')
+options=(!emptydirs)
+source=("https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz";)
+md5sums=('69185e255fe6e8b6b13dcf6ea9b2fefb')
+
+build() {
+  unset CFLAGS
+  unset LDFLAGS
+
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+--confdir=/etc/mpv \
+--disable-lircc \
+--disable-joystick \
+--disable-radio \
+--disable-radio-capture \
+--disable-radio-v4l2 \
+--disable-rpath \
+--disable-libbs2b \
+--disable-direct3d \
+--disable-corevideo \
+--disable-cocoa \
+--disable-coreaudio
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -j1 DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir"/usr/share/doc/mpv/examples
+  install -m644 etc/{input,example,encoding-example-profiles}.conf \
+"$pkgdir"/usr/share/doc/mpv/examples
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+"$pkgdir"/usr/share/doc/mpv
+  install -m755 TOOLS/mpv_identify.sh "$pkgdir"/usr/bin
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-20 21:11:58 UTC (rev 97468)
+++ community-x86_64/PKGBUILD   2013-09-20 21:13:42 UTC (rev 97469)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Eivind Uggedal 
-
-pkgname=mpv
-pkgver=0.1.7
-pkgrel=1
-pkgdesc='Video player based on MPlayer/mplayer2'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=('portaudio' 'ffmpeg' 'lcms2' 'libxinerama' 'libquvi' 'mpg123' 'libxv' 
'libxkbcommon' 'libva')
-makedepends=('mesa' 'python-docutils')
-options=(!emptydirs)
-source=("https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz";)
-md5sums=('69185e255fe6e8b6b13dcf6ea9b2fefb')
-
-build() {
-  unset CFLAGS
-  unset LDFLAGS
-
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr \
---confdir=/etc/mpv \
---disable-lircc \
---disable-joystick \
---disable-radio \
---disable-radio-capture \
---disable-radio-v4l2 \
---disable-rpath \
---disable-libbs2b \
---disable-direct3d \
-  

[arch-commits] Commit in transmission-remote-cli/repos/community-any (2 files)

2013-09-20 Thread Daniel Micay
Date: Friday, September 20, 2013 @ 23:49:04
  Author: thestinger
Revision: 97475

archrelease: copy trunk to community-any

Added:
  transmission-remote-cli/repos/community-any/PKGBUILD
(from rev 97474, transmission-remote-cli/trunk/PKGBUILD)
Deleted:
  transmission-remote-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-20 21:48:39 UTC (rev 97474)
+++ PKGBUILD2013-09-20 21:49:04 UTC (rev 97475)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Thomas Weißschuh 
-# Contributor: fauno 
-# Contributor: SanskritFritz
-
-pkgname=transmission-remote-cli
-pkgver=1.6.1
-pkgrel=1
-pkgdesc="Curses interface for the daemon of the BitTorrent client Transmission"
-arch=('any')
-url='https://github.com/fagga/transmission-remote-cli'
-license=('GPL3')
-depends=('python2')
-optdepends=('python2-geoip: Guess which country peers come from'
-'adns-python: Resolve IPs to host names')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/fagga/transmission-remote-cli/tarball/v$pkgver";)
-sha256sums=('4e481b33a9b8ca7bb424b451212e665358f0a929759a965f64456b12af36b77c')
-
-build() {
-  cd "$(ls -1td fagga-transmission-remote-cli-* | head -n 1)"
-  sed -i "1s/python/python2/" transmission-remote-cli
-}
-
-package() {
-  cd "$(ls -1td fagga-transmission-remote-cli-* | head -n 1)"
-
-  install -Dm755 transmission-remote-cli 
"$pkgdir/usr/bin/transmission-remote-cli"
-  install -Dm644 transmission-remote-cli.1 
"$pkgdir/usr/share/man/man1/transmission-remote-cli.1"
-  install -Dm755 completion/bash/transmission-remote-cli-bash-completion.sh \
-"$pkgdir/usr/share/bash-completion/completions/transmission-remote-cli"
-}

Copied: transmission-remote-cli/repos/community-any/PKGBUILD (from rev 97474, 
transmission-remote-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-20 21:49:04 UTC (rev 97475)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Thomas Weißschuh 
+# Contributor: fauno 
+# Contributor: SanskritFritz
+
+pkgname=transmission-remote-cli
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="Curses interface for the daemon of the BitTorrent client Transmission"
+arch=('any')
+url='https://github.com/fagga/transmission-remote-cli'
+license=('GPL3')
+depends=('python2')
+optdepends=('python2-geoip: Guess which country peers come from'
+'adns-python: Resolve IPs to host names')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fagga/transmission-remote-cli/tarball/v$pkgver";)
+sha256sums=('9e82747324c96d8384c9a7e749992a6fe5b78486a0d457dcc758a3bf0ad983e7')
+
+build() {
+  cd "$(ls -1td fagga-transmission-remote-cli-* | head -n 1)"
+  sed -i "1s/python/python2/" transmission-remote-cli
+}
+
+package() {
+  cd "$(ls -1td fagga-transmission-remote-cli-* | head -n 1)"
+
+  install -Dm755 transmission-remote-cli 
"$pkgdir/usr/bin/transmission-remote-cli"
+  install -Dm644 transmission-remote-cli.1 
"$pkgdir/usr/share/man/man1/transmission-remote-cli.1"
+  install -Dm755 completion/bash/transmission-remote-cli-bash-completion.sh \
+"$pkgdir/usr/share/bash-completion/completions/transmission-remote-cli"
+}



[arch-commits] Commit in transmission-remote-cli/trunk (PKGBUILD)

2013-09-20 Thread Daniel Micay
Date: Friday, September 20, 2013 @ 23:48:39
  Author: thestinger
Revision: 97474

upgpkg: transmission-remote-cli 1.6.2-1

Modified:
  transmission-remote-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-20 21:30:25 UTC (rev 97473)
+++ PKGBUILD2013-09-20 21:48:39 UTC (rev 97474)
@@ -5,7 +5,7 @@
 # Contributor: SanskritFritz
 
 pkgname=transmission-remote-cli
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc="Curses interface for the daemon of the BitTorrent client Transmission"
 arch=('any')
@@ -15,7 +15,7 @@
 optdepends=('python2-geoip: Guess which country peers come from'
 'adns-python: Resolve IPs to host names')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/fagga/transmission-remote-cli/tarball/v$pkgver";)
-sha256sums=('4e481b33a9b8ca7bb424b451212e665358f0a929759a965f64456b12af36b77c')
+sha256sums=('9e82747324c96d8384c9a7e749992a6fe5b78486a0d457dcc758a3bf0ad983e7')
 
 build() {
   cd "$(ls -1td fagga-transmission-remote-cli-* | head -n 1)"



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

2013-09-20 Thread Eric Bélanger
Date: Friday, September 20, 2013 @ 23:16:43
  Author: eric
Revision: 97470

upgpkg: lib32-dbus 1.6.14-1

Upstream update

Modified:
  lib32-dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-20 21:13:42 UTC (rev 97469)
+++ PKGBUILD2013-09-20 21:16:43 UTC (rev 97470)
@@ -3,7 +3,7 @@
 
 pkgname=lib32-dbus
 _pkgbasename=dbus
-pkgver=1.6.12
+pkgver=1.6.14
 pkgrel=1
 pkgdesc="Freedesktop.org message bus system (32-bit)"
 arch=('x86_64')
@@ -10,13 +10,13 @@
 url="http://www.freedesktop.org/Software/dbus";
 license=('GPL' 'custom')
 depends=('lib32-glibc' 'lib32-expat' 'dbus')
-makedepends=('gcc-multilib' lib32-libx11)
+makedepends=('gcc-multilib' 'lib32-libx11')
 provides=('lib32-dbus-core')
 conflicts=('lib32-dbus-core')
 replaces=('lib32-dbus-core')
 options=(!libtool)
 source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz)
-md5sums=('a70edc50524f258eaf5c9a9994ed8748')
+md5sums=('1c22aebdf952e92908800f1ec2aeb0c4')
 
 build() {
 export CC="gcc -m32"
@@ -27,11 +27,11 @@
 
 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libdir=/usr/lib32 \
 --libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
---with-system-pid-file=/var/run/dbus.pid \
+--with-system-pid-file=/run/dbus.pid \
+--with-console-auth-dir=/run/console/ \
 --enable-inotify --disable-dnotify \
 --disable-verbose-mode --disable-static \
---disable-tests --disable-asserts --disable-systemd \
-   --with-console-auth-dir=/run/console/
+--disable-tests --disable-asserts --disable-systemd
 
 make
 }



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

2013-09-20 Thread Eric Bélanger
Date: Friday, September 20, 2013 @ 23:17:13
  Author: eric
Revision: 97471

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-20 21:16:43 UTC (rev 97470)
+++ PKGBUILD2013-09-20 21:17:13 UTC (rev 97471)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-
-pkgname=lib32-dbus
-_pkgbasename=dbus
-pkgver=1.6.12
-pkgrel=1
-pkgdesc="Freedesktop.org message bus system (32-bit)"
-arch=('x86_64')
-url="http://www.freedesktop.org/Software/dbus";
-license=('GPL' 'custom')
-depends=('lib32-glibc' 'lib32-expat' 'dbus')
-makedepends=('gcc-multilib' lib32-libx11)
-provides=('lib32-dbus-core')
-conflicts=('lib32-dbus-core')
-replaces=('lib32-dbus-core')
-options=(!libtool)
-source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz)
-md5sums=('a70edc50524f258eaf5c9a9994ed8748')
-
-build() {
-export CC="gcc -m32"
-export CXX="g++ -m32"
-export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-cd "${srcdir}/dbus-${pkgver}"
-
-./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libdir=/usr/lib32 \
---libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
---with-system-pid-file=/var/run/dbus.pid \
---enable-inotify --disable-dnotify \
---disable-verbose-mode --disable-static \
---disable-tests --disable-asserts --disable-systemd \
-   --with-console-auth-dir=/run/console/
-
-make
-}
-
-package() {
-cd "${srcdir}/dbus-${pkgver}"
-make DESTDIR=${pkgdir} install
-
-rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
-rm -rf "${pkgdir}"/{etc,var}
-
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s ${_pkgbasename} "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: lib32-dbus/repos/multilib-x86_64/PKGBUILD (from rev 97470, 
lib32-dbus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-20 21:17:13 UTC (rev 97471)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer : Ionut Biru 
+
+pkgname=lib32-dbus
+_pkgbasename=dbus
+pkgver=1.6.14
+pkgrel=1
+pkgdesc="Freedesktop.org message bus system (32-bit)"
+arch=('x86_64')
+url="http://www.freedesktop.org/Software/dbus";
+license=('GPL' 'custom')
+depends=('lib32-glibc' 'lib32-expat' 'dbus')
+makedepends=('gcc-multilib' 'lib32-libx11')
+provides=('lib32-dbus-core')
+conflicts=('lib32-dbus-core')
+replaces=('lib32-dbus-core')
+options=(!libtool)
+source=(http://dbus.freedesktop.org/releases/dbus/dbus-${pkgver}.tar.gz)
+md5sums=('1c22aebdf952e92908800f1ec2aeb0c4')
+
+build() {
+export CC="gcc -m32"
+export CXX="g++ -m32"
+export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+cd "${srcdir}/dbus-${pkgver}"
+
+./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libdir=/usr/lib32 \
+--libexecdir=/usr/lib/dbus-1.0 --with-dbus-user=81 \
+--with-system-pid-file=/run/dbus.pid \
+--with-console-auth-dir=/run/console/ \
+--enable-inotify --disable-dnotify \
+--disable-verbose-mode --disable-static \
+--disable-tests --disable-asserts --disable-systemd
+
+make
+}
+
+package() {
+cd "${srcdir}/dbus-${pkgver}"
+make DESTDIR=${pkgdir} install
+
+rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
+rm -rf "${pkgdir}"/{etc,var}
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s ${_pkgbasename} "${pkgdir}/usr/share/licenses/${pkgname}"
+}



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

2013-09-20 Thread Eric Bélanger
Date: Friday, September 20, 2013 @ 23:30:25
  Author: eric
Revision: 97473

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-20 21:29:40 UTC (rev 97472)
+++ PKGBUILD2013-09-20 21:30:25 UTC (rev 97473)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2013.09.20
-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')
-makedepends=('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=('014f37a3a217a93bfdc7a7f98e4c14088577456b'
-  '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 97472, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-20 21:30:25 UTC (rev 97473)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=youtube-dl
+pkgver=2013.09.20.1
+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')
+makedepends=('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=('9e9dcfdce9f0c69e2cba246e26543e625d50d3ba'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+"${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2013-09-20 Thread Eric Bélanger
Date: Friday, September 20, 2013 @ 23:29:40
  Author: eric
Revision: 97472

upgpkg: youtube-dl 2013.09.20.1-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-20 21:17:13 UTC (rev 97471)
+++ PKGBUILD2013-09-20 21:29:40 UTC (rev 97472)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2013.09.20
+pkgver=2013.09.20.1
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -13,7 +13,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=('014f37a3a217a93bfdc7a7f98e4c14088577456b'
+sha1sums=('9e9dcfdce9f0c69e2cba246e26543e625d50d3ba'
   'SKIP')
 
 prepare() {



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

2013-09-20 Thread Laurent Carlier
Date: Friday, September 20, 2013 @ 21:56:02
  Author: lcarlier
Revision: 97466

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-20 19:55:51 UTC (rev 97465)
+++ PKGBUILD2013-09-20 19:56:02 UTC (rev 97466)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Biru Ionut 
-# Contributor: Mikko Seppälä 
-# Contributor: Kaos < gianlucaatlas dot gmail dot com >
-
-_pkgbasename=sqlite
-pkgname=lib32-sqlite
-_amalgamationver=3080001
-_docver=${_amalgamationver}
-#_docver=3080001
-pkgver=3.8.0.1
-pkgrel=1
-pkgdesc="A C library that implements an SQL database engine (32-bit)"
-arch=('x86_64')
-license=('custom')
-url="http://www.sqlite.org/";
-depends=(lib32-glibc $_pkgbasename)
-makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
-source=(http://www.sqlite.org/2013/sqlite-autoconf-${_amalgamationver}.tar.gz)
-options=(!libtool)
-sha1sums=('d2fd623a7537e0fad5a2f33169dd9d6def268583')
-provides=("lib32-sqlite3=$pkgver")
-replaces=("lib32-sqlite3")
-conflicts=("lib32-sqlite3")
-
-build() {
-  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
-
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  export LTLINK_EXTRAS="-ldl"
-  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE"
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 \
---disable-static
-
-  make
-}
-
-
-package() {
-  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
-
-  make DESTDIR=${pkgdir} install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-sqlite/repos/multilib-x86_64/PKGBUILD (from rev 97465, 
lib32-sqlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-20 19:56:02 UTC (rev 97466)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Biru Ionut 
+# Contributor: Mikko Seppälä 
+# Contributor: Kaos < gianlucaatlas dot gmail dot com >
+
+_pkgbasename=sqlite
+pkgname=lib32-sqlite
+_amalgamationver=3080002
+_docver=${_amalgamationver}
+#_docver=3080001
+pkgver=3.8.0.2
+pkgrel=1
+pkgdesc="A C library that implements an SQL database engine (32-bit)"
+arch=('x86_64')
+license=('custom')
+url="http://www.sqlite.org/";
+depends=(lib32-glibc $_pkgbasename)
+makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
+source=(http://www.sqlite.org/2013/sqlite-autoconf-${_amalgamationver}.tar.gz)
+options=(!libtool)
+sha1sums=('294c30e882a0d45877bce09afe72d08ccfc6b650')
+provides=("lib32-sqlite3=$pkgver")
+replaces=("lib32-sqlite3")
+conflicts=("lib32-sqlite3")
+
+build() {
+  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
+
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  export LTLINK_EXTRAS="-ldl"
+  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY 
-DSQLITE_SECURE_DELETE"
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 \
+--disable-static
+
+  make
+}
+
+
+package() {
+  cd ${srcdir}/sqlite-autoconf-${_amalgamationver}
+
+  make DESTDIR=${pkgdir} install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}



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

2013-09-20 Thread Laurent Carlier
Date: Friday, September 20, 2013 @ 21:55:51
  Author: lcarlier
Revision: 97465

upgpkg: lib32-sqlite 3.8.0.2-1

Sync with extra

Modified:
  lib32-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-20 18:55:05 UTC (rev 97464)
+++ PKGBUILD2013-09-20 19:55:51 UTC (rev 97465)
@@ -5,10 +5,10 @@
 
 _pkgbasename=sqlite
 pkgname=lib32-sqlite
-_amalgamationver=3080001
+_amalgamationver=3080002
 _docver=${_amalgamationver}
 #_docver=3080001
-pkgver=3.8.0.1
+pkgver=3.8.0.2
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine (32-bit)"
 arch=('x86_64')
@@ -18,7 +18,7 @@
 makedepends=('tcl' 'gcc-multilib' 'lib32-readline')
 source=(http://www.sqlite.org/2013/sqlite-autoconf-${_amalgamationver}.tar.gz)
 options=(!libtool)
-sha1sums=('d2fd623a7537e0fad5a2f33169dd9d6def268583')
+sha1sums=('294c30e882a0d45877bce09afe72d08ccfc6b650')
 provides=("lib32-sqlite3=$pkgver")
 replaces=("lib32-sqlite3")
 conflicts=("lib32-sqlite3")



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

2013-09-20 Thread Eric Bélanger
Date: Friday, September 20, 2013 @ 21:22:36
  Author: eric
Revision: 194668

archrelease: copy trunk to extra-any

Added:
  python-mako/repos/extra-any/PKGBUILD
(from rev 194667, python-mako/trunk/PKGBUILD)
Deleted:
  python-mako/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-20 19:21:54 UTC (rev 194667)
+++ PKGBUILD2013-09-20 19:22:36 UTC (rev 194668)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer : 
-
-pkgname=('python-mako' 'python2-mako')
-pkgver=0.8.1
-pkgrel=2
-pkgdesc="Hyperfast and lightweight templating for the Python2 platform"
-arch=('any')
-url="http://www.makotemplates.org/";
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-nose' 'python2-nose')
-source=("http://www.makotemplates.org/downloads/Mako-$pkgver.tar.gz";)
-md5sums=('96d962464ce6316004af0cc48495d73e')
-
-prepare() {
-cp -r Mako-$pkgver python2-Mako-$pkgver
-mv Mako-$pkgver/scripts/mako-render 
Mako-$pkgver/scripts/python3-mako-render
-2to3 -nw Mako-$pkgver/scripts/python3-mako-render
-sed -i 's/mako-render/python3-mako-render/' Mako-$pkgver/setup.py
-}
-
-build() {
-cd Mako-$pkgver
-python3 setup.py build
-
-cd ../python2-Mako-$pkgver
-python2 setup.py build
-}
-
-check() {
-cd Mako-$pkgver
-python3 setup.py test
-
-cd ../python2-Mako-$pkgver
-python2 setup.py test
-}
-
-package_python-mako() {
-depends=('python-markupsafe' 'python-beaker')
-
-cd Mako-$pkgver
-python3 setup.py install --root="$pkgdir" --optimize=1
-install -D LICENSE "$pkgdir/usr/share/licenses/python-mako/COPYING"
-}
-
-package_python2-mako() {
-depends=('python2-markupsafe' 'python2-beaker')
-
-cd python2-Mako-$pkgver
-python2 setup.py install --root="$pkgdir" --optimize=1
-install -D LICENSE "$pkgdir/usr/share/licenses/python2-mako/COPYING"
-}

Copied: python-mako/repos/extra-any/PKGBUILD (from rev 194667, 
python-mako/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-20 19:22:36 UTC (rev 194668)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer : 
+
+pkgname=('python-mako' 'python2-mako')
+pkgver=0.9.0
+pkgrel=1
+pkgdesc="Hyperfast and lightweight templating for the Python2 platform"
+arch=('any')
+url="http://www.makotemplates.org/";
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose')
+source=("http://www.makotemplates.org/downloads/Mako-$pkgver.tar.gz";)
+md5sums=('e2627ba5c65f83dfe39d9a0892ae517d')
+
+prepare() {
+cp -r Mako-$pkgver python2-Mako-$pkgver
+mv Mako-$pkgver/scripts/mako-render 
Mako-$pkgver/scripts/python3-mako-render
+2to3 -nw Mako-$pkgver/scripts/python3-mako-render
+sed -i 's/mako-render/python3-mako-render/' Mako-$pkgver/setup.py
+}
+
+build() {
+cd Mako-$pkgver
+python3 setup.py build
+
+cd ../python2-Mako-$pkgver
+python2 setup.py build
+}
+
+check() {
+cd Mako-$pkgver
+python3 setup.py test
+
+cd ../python2-Mako-$pkgver
+python2 setup.py test
+}
+
+package_python-mako() {
+depends=('python-markupsafe' 'python-beaker')
+
+cd Mako-$pkgver
+python3 setup.py install --root="$pkgdir" --optimize=1
+install -D LICENSE "$pkgdir/usr/share/licenses/python-mako/COPYING"
+}
+
+package_python2-mako() {
+depends=('python2-markupsafe' 'python2-beaker')
+
+cd python2-Mako-$pkgver
+python2 setup.py install --root="$pkgdir" --optimize=1
+install -D LICENSE "$pkgdir/usr/share/licenses/python2-mako/COPYING"
+}



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

2013-09-20 Thread Eric Bélanger
Date: Friday, September 20, 2013 @ 21:21:54
  Author: eric
Revision: 194667

upgpkg: python-mako 0.9.0-1

Upstream update

Modified:
  python-mako/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-20 19:11:06 UTC (rev 194666)
+++ PKGBUILD2013-09-20 19:21:54 UTC (rev 194667)
@@ -2,8 +2,8 @@
 # Maintainer : 
 
 pkgname=('python-mako' 'python2-mako')
-pkgver=0.8.1
-pkgrel=2
+pkgver=0.9.0
+pkgrel=1
 pkgdesc="Hyperfast and lightweight templating for the Python2 platform"
 arch=('any')
 url="http://www.makotemplates.org/";
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose')
 source=("http://www.makotemplates.org/downloads/Mako-$pkgver.tar.gz";)
-md5sums=('96d962464ce6316004af0cc48495d73e')
+md5sums=('e2627ba5c65f83dfe39d9a0892ae517d')
 
 prepare() {
 cp -r Mako-$pkgver python2-Mako-$pkgver



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

2013-09-20 Thread Gaetan Bisson
Date: Friday, September 20, 2013 @ 20:55:05
  Author: bisson
Revision: 97464

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

Added:
  unbound/repos/community-i686/PKGBUILD
(from rev 97463, unbound/trunk/PKGBUILD)
  unbound/repos/community-i686/conf
(from rev 97463, unbound/trunk/conf)
  unbound/repos/community-i686/install
(from rev 97463, unbound/trunk/install)
  unbound/repos/community-i686/service
(from rev 97463, unbound/trunk/service)
  unbound/repos/community-x86_64/PKGBUILD
(from rev 97463, unbound/trunk/PKGBUILD)
  unbound/repos/community-x86_64/conf
(from rev 97463, unbound/trunk/conf)
  unbound/repos/community-x86_64/install
(from rev 97463, unbound/trunk/install)
  unbound/repos/community-x86_64/service
(from rev 97463, unbound/trunk/service)
Deleted:
  unbound/repos/community-i686/PKGBUILD
  unbound/repos/community-i686/conf
  unbound/repos/community-i686/install
  unbound/repos/community-i686/service
  unbound/repos/community-x86_64/PKGBUILD
  unbound/repos/community-x86_64/conf
  unbound/repos/community-x86_64/install
  unbound/repos/community-x86_64/service

---+
 /PKGBUILD |   98 
 /conf |8 +++
 /install  |   20 
 /service  |   24 ++
 community-i686/PKGBUILD   |   49 --
 community-i686/conf   |4 -
 community-i686/install|   10 
 community-i686/service|   12 -
 community-x86_64/PKGBUILD |   49 --
 community-x86_64/conf |4 -
 community-x86_64/install  |   10 
 community-x86_64/service  |   12 -
 12 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-20 18:53:58 UTC (rev 97463)
+++ community-i686/PKGBUILD 2013-09-20 18:55:05 UTC (rev 97464)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Hisato Tatekura 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=unbound
-pkgver=1.4.20
-pkgrel=3
-pkgdesc='Validating, recursive, and caching DNS resolver'
-url='http://unbound.net/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-makedepends=('expat')
-optdepends=('expat: unbound-anchor')
-depends=('openssl' 'ldns' 'libevent')
-backup=('etc/unbound/unbound.conf')
-source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz";
-'service'
-'conf')
-sha1sums=('1752976533be2a4f0c9cdbab9d2cbb67d4f27c43'
-  'b543ae6f8b87423bec095fca6b335a9ee43739a8'
-  '5d473ec2943fd85367cdb653fcd58e186f07383f')
-
-options=('!libtool')
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --disable-static \
-   --disable-rpath \
-   --with-libevent \
-   --with-conf-file=/etc/unbound/unbound.conf \
-   --with-pidfile=/run/unbound.pid
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 doc/example.conf.in 
"${pkgdir}/etc/unbound/unbound.conf.example"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
-   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
-}

Copied: unbound/repos/community-i686/PKGBUILD (from rev 97463, 
unbound/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-20 18:55:05 UTC (rev 97464)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Hisato Tatekura 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=unbound
+pkgver=1.4.21
+pkgrel=1
+pkgdesc='Validating, recursive, and caching DNS resolver'
+url='http://unbound.net/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+makedepends=('expat')
+optdepends=('expat: unbound-anchor')
+depends=('openssl' 'ldns' 'libevent')
+backup=('etc/unbound/unbound.conf')
+source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz";
+'service'
+'conf')
+sha1sums=('3ef4ea626e5284368d48ab618fe2207d43f2cee1'
+  'b543ae6f8b87423bec095fca6b335a9ee43739a8'
+  '5d473ec2943fd85367cdb653fcd58e186f07383f')
+
+options=('!libtool')
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --sbindir=/usr/bin \
+   --disable-static \
+   --disable-rpath \
+   --with-libe

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

2013-09-20 Thread Gaetan Bisson
Date: Friday, September 20, 2013 @ 20:53:58
  Author: bisson
Revision: 97463

upstream update

Modified:
  unbound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-20 17:07:54 UTC (rev 97462)
+++ PKGBUILD2013-09-20 18:53:58 UTC (rev 97463)
@@ -4,8 +4,8 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=unbound
-pkgver=1.4.20
-pkgrel=3
+pkgver=1.4.21
+pkgrel=1
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
 license=('custom:BSD')
@@ -17,7 +17,7 @@
 source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz";
 'service'
 'conf')
-sha1sums=('1752976533be2a4f0c9cdbab9d2cbb67d4f27c43'
+sha1sums=('3ef4ea626e5284368d48ab618fe2207d43f2cee1'
   'b543ae6f8b87423bec095fca6b335a9ee43739a8'
   '5d473ec2943fd85367cdb653fcd58e186f07383f')
 



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

2013-09-20 Thread Eric Bélanger
Date: Friday, September 20, 2013 @ 19:07:54
  Author: eric
Revision: 97462

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-20 17:07:19 UTC (rev 97461)
+++ PKGBUILD2013-09-20 17:07:54 UTC (rev 97462)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2013.09.17
-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')
-makedepends=('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=('a149190f899d18b97ea018085677e4f1f515bce9'
-  '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 97461, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-20 17:07:54 UTC (rev 97462)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=youtube-dl
+pkgver=2013.09.20
+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')
+makedepends=('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=('014f37a3a217a93bfdc7a7f98e4c14088577456b'
+  'SKIP')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+"${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2013-09-20 Thread Eric Bélanger
Date: Friday, September 20, 2013 @ 19:07:19
  Author: eric
Revision: 97461

upgpkg: youtube-dl 2013.09.20-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-20 16:20:54 UTC (rev 97460)
+++ PKGBUILD2013-09-20 17:07:19 UTC (rev 97461)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2013.09.17
+pkgver=2013.09.20
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -13,7 +13,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=('a149190f899d18b97ea018085677e4f1f515bce9'
+sha1sums=('014f37a3a217a93bfdc7a7f98e4c14088577456b'
   'SKIP')
 
 prepare() {



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

2013-09-20 Thread Eric Bélanger
Date: Friday, September 20, 2013 @ 19:35:27
  Author: eric
Revision: 194662

upgpkg: mutagen 1.22-1

Upstream update, Fix tests

Modified:
  mutagen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-20 16:55:22 UTC (rev 194661)
+++ PKGBUILD2013-09-20 17:35:27 UTC (rev 194662)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=mutagen
-pkgver=1.21
+pkgver=1.22
 pkgrel=1
 pkgdesc="An audio metadata tag reader and writer"
 arch=('any')
@@ -10,12 +10,12 @@
 license=('GPL2')
 depends=('python2')
 source=(http://mutagen.googlecode.com/files/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('21807dd51f36204891597a368bfa2fab1a30a531'
-  'eed8028a1caaa16ac0b7872ce4b683f9c60a5856')
+sha1sums=('4338be32a7fcdbc9063ce58277c144a143a856be'
+  'SKIP')
 
 check() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  python2 setup.py test
+  LANG=en_US.UTF8 python2 setup.py test
 }
 
 package() {



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

2013-09-20 Thread Eric Bélanger
Date: Friday, September 20, 2013 @ 19:36:01
  Author: eric
Revision: 194663

archrelease: copy trunk to extra-any

Added:
  mutagen/repos/extra-any/PKGBUILD
(from rev 194662, mutagen/trunk/PKGBUILD)
Deleted:
  mutagen/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-20 17:35:27 UTC (rev 194662)
+++ PKGBUILD2013-09-20 17:36:01 UTC (rev 194663)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=mutagen
-pkgver=1.21
-pkgrel=1
-pkgdesc="An audio metadata tag reader and writer"
-arch=('any')
-url="http://code.google.com/p/mutagen/";
-license=('GPL2')
-depends=('python2')
-source=(http://mutagen.googlecode.com/files/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('21807dd51f36204891597a368bfa2fab1a30a531'
-  'eed8028a1caaa16ac0b7872ce4b683f9c60a5856')
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python2 setup.py test
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}"
-  install -d "${pkgdir}/usr/bin"
-  install -m755 tools/* "${pkgdir}/usr/bin"
-  sed -i 's|^#!.*/usr/bin/env.*python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/bin/* \
-"${pkgdir}/usr/lib/python2.7/site-packages/mutagen/__init__.py"
-}

Copied: mutagen/repos/extra-any/PKGBUILD (from rev 194662, 
mutagen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-20 17:36:01 UTC (rev 194663)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=mutagen
+pkgver=1.22
+pkgrel=1
+pkgdesc="An audio metadata tag reader and writer"
+arch=('any')
+url="http://code.google.com/p/mutagen/";
+license=('GPL2')
+depends=('python2')
+source=(http://mutagen.googlecode.com/files/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha1sums=('4338be32a7fcdbc9063ce58277c144a143a856be'
+  'SKIP')
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  LANG=en_US.UTF8 python2 setup.py test
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python2 setup.py install --root="${pkgdir}"
+  install -d "${pkgdir}/usr/bin"
+  install -m755 tools/* "${pkgdir}/usr/bin"
+  sed -i 's|^#!.*/usr/bin/env.*python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/bin/* \
+"${pkgdir}/usr/lib/python2.7/site-packages/mutagen/__init__.py"
+}



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

2013-09-20 Thread Jelle van der Waa
Date: Friday, September 20, 2013 @ 18:12:30
  Author: jelle
Revision: 97457

upgpkg: freevo 1.9.0-11

Replace PIL with Pillow

Modified:
  freevo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-20 15:30:01 UTC (rev 97456)
+++ PKGBUILD2013-09-20 16:12:30 UTC (rev 97457)
@@ -9,7 +9,7 @@
 license=('GPL2')
 arch=('any')
 depends=('lame' 'flac' 'faad2' 'cdparanoia' 'vorbis-tools' 'fbset' 
- 'smpeg' 'python-imaging' 'python2-pysqlite-legacy' 'pyxml' 'lsdvd' 
+ 'smpeg' 'python2-pillow' 'python2-pysqlite-legacy' 'pyxml' 'lsdvd' 
  'twisted' 'python2-numpy' 'python2-pygame' 'kaa-metadata' 
  'kaa-imlib2' 'python2-beautifulsoup3' 'python2-html5lib')
 optdepends=('mplayer: most features' 
@@ -30,6 +30,9 @@
 
   # patch from 
http://sourceforge.net/tracker/index.php?func=detail&aid=2924872&group_id=46652&atid=446895
   patch -p0 < "${srcdir}"/imdb-html5lib.patch
+
+  # remove check for python-imaging
+  sed -i "/'Image'/d" "${srcdir}"/${pkgname}-${pkgver}/setup.py
   python2 setup.py install --prefix="${pkgdir}"/usr
   
   install -Dm644 local_conf.py.example 
"${pkgdir}"/usr/share/doc/freevo/local_conf.py.example



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

2013-09-20 Thread Jelle van der Waa
Date: Friday, September 20, 2013 @ 18:13:20
  Author: jelle
Revision: 97458

archrelease: copy trunk to community-staging-any

Added:
  freevo/repos/community-staging-any/
  freevo/repos/community-staging-any/PKGBUILD
(from rev 97457, freevo/trunk/PKGBUILD)
  freevo/repos/community-staging-any/freevo.desktop
(from rev 97457, freevo/trunk/freevo.desktop)
  freevo/repos/community-staging-any/freevo.install
(from rev 97457, freevo/trunk/freevo.install)
  freevo/repos/community-staging-any/imdb-html5lib.patch
(from rev 97457, freevo/trunk/imdb-html5lib.patch)

-+
 PKGBUILD|   51 
 freevo.desktop  |   11 +
 freevo.install  |   25 
 imdb-html5lib.patch |  301 ++
 4 files changed, 388 insertions(+)

Copied: freevo/repos/community-staging-any/PKGBUILD (from rev 97457, 
freevo/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2013-09-20 16:13:20 UTC (rev 97458)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ronald van Haren  
+
+pkgname=freevo
+pkgver=1.9.0
+pkgrel=11
+pkgdesc="An open-source home theatre PC platform"
+url="http://freevo.sourceforge.net/";
+license=('GPL2')
+arch=('any')
+depends=('lame' 'flac' 'faad2' 'cdparanoia' 'vorbis-tools' 'fbset' 
+ 'smpeg' 'python2-pillow' 'python2-pysqlite-legacy' 'pyxml' 'lsdvd' 
+ 'twisted' 'python2-numpy' 'python2-pygame' 'kaa-metadata' 
+ 'kaa-imlib2' 'python2-beautifulsoup3' 'python2-html5lib')
+optdepends=('mplayer: most features' 
+'xine-lib: can be used instead of mplayer' 
+'tvtime: watching tv' 
+'xmltv: parsing online tv guides')
+install=freevo.install
+options=('docs')
+source=("http://downloads.sourceforge.net/freevo/$pkgname-$pkgver.tar.gz";
+'freevo.desktop'
+'imdb-html5lib.patch')
+sha1sums=('0533a2d4ff8a7b09b3b233fdf303ff56bda22d16'
+  '5f6e76dc58496f072aca29257c24be5ffa9c6c7d'
+  '57e1099527603500c594fbffa2cb7233b636eed1')
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  # patch from 
http://sourceforge.net/tracker/index.php?func=detail&aid=2924872&group_id=46652&atid=446895
+  patch -p0 < "${srcdir}"/imdb-html5lib.patch
+
+  # remove check for python-imaging
+  sed -i "/'Image'/d" "${srcdir}"/${pkgname}-${pkgver}/setup.py
+  python2 setup.py install --prefix="${pkgdir}"/usr
+  
+  install -Dm644 local_conf.py.example 
"${pkgdir}"/usr/share/doc/freevo/local_conf.py.example
+
+  # install .desktop file and icon
+  install -Dm644 
"${srcdir}"/${pkgname}-${pkgver}/share/icons/misc/freevo_app.png \
+"${pkgdir}"/usr/share/pixmaps/freevo.png
+  install -Dm644 "${srcdir}"/freevo.desktop \
+"${pkgdir}"/usr/share/applications/freevo.desktop
+
+  # fix executable for python 2.7
+  sed -i -e 's:\(#!/usr/bin/env[ ]\+python$\|#!/usr/bin/python$\):\12:g' \
+$(find "${pkgdir}" -regex ".*.py\|.*.recipe")
+  sed -i "s:python:python2:g" "${pkgdir}"/usr/share/freevo/htdocs/downloadurl
+  sed -i "s|search = ('python', 'python2')|search = ('python2', 'python2.7')|" 
"${pkgdir}"/usr/bin/freevo
+}

Copied: freevo/repos/community-staging-any/freevo.desktop (from rev 97457, 
freevo/trunk/freevo.desktop)
===
--- community-staging-any/freevo.desktop(rev 0)
+++ community-staging-any/freevo.desktop2013-09-20 16:13:20 UTC (rev 
97458)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Name=Freevo
+GenericName=Freevo
+Comment=Home theatre
+Exec=freevo
+Terminal=false
+Type=Application
+Icon=/usr/share/pixmaps/freevo.png
+Categories=AudioVideo;
+

Copied: freevo/repos/community-staging-any/freevo.install (from rev 97457, 
freevo/trunk/freevo.install)
===
--- community-staging-any/freevo.install(rev 0)
+++ community-staging-any/freevo.install2013-09-20 16:13:20 UTC (rev 
97458)
@@ -0,0 +1,25 @@
+post_install() {
+  if [ ! -d /etc/freevo ]; then
+mkdir /etc/freevo
+  fi
+
+  if [ ! -f /etc/freevo/local_conf.py ]; then
+cp /usr/share/doc/freevo/local_conf.py.example /etc/freevo/local_conf.py
+  fi
+
+cat << _EOF
+
+==> freevo installation notes:
+---
+   Run 'freevo setup --help' and follow the instructions. Then edit  
+   /etc/freevo/local_conf.py to suit your needs. This file can be 
+   installed on a per-user basis in ~/.freevo and will take precedence  
+   over the one in /etc/freevo/.
+
+_EOF
+
+}
+
+post_upgrade() {
+  post_install
+}

Copied: freevo/repos/community-staging-any/imdb-html5lib.patch (from rev 97457, 
freevo/trunk/imdb-html5lib.patch)
===
--- community-staging-any/imdb-html5lib.pa

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

2013-09-20 Thread Eric Bélanger
Date: Friday, September 20, 2013 @ 18:50:24
  Author: eric
Revision: 194659

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

Added:
  tk/repos/staging-i686/
  tk/repos/staging-i686/PKGBUILD
(from rev 194658, tk/trunk/PKGBUILD)
  tk/repos/staging-x86_64/
  tk/repos/staging-x86_64/PKGBUILD
(from rev 194658, tk/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   38 ++
 staging-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: tk/repos/staging-i686/PKGBUILD (from rev 194658, tk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-09-20 16:50:24 UTC (rev 194659)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=tk
+pkgver=8.6.1
+pkgrel=1
+pkgdesc="A windowing toolkit for use with tcl"
+arch=('i686' 'x86_64')
+url="http://tcl.sourceforge.net/";
+license=('custom')
+depends=("tcl=${pkgver}" 'libxss' 'libxft')
+source=(http://downloads.sourceforge.net/sourceforge/tcl/tk${pkgver}-src.tar.gz)
+sha1sums=('ecfcc20833c04d6890b14a7920a04d16f2123a51')
+
+build() {
+  cd tk${pkgver}/unix
+  [[ $CARCH == "x86_64" ]] && BIT="--enable-64bit"
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads 
--disable-rpath $BIT
+  make
+}
+
+check() {
+  cd tk${pkgver}/unix
+#  make test
+}
+
+package() {
+  cd tk${pkgver}/unix
+  make INSTALL_ROOT="${pkgdir}" install install-private-headers
+  ln -sf wish${pkgver%.*} "${pkgdir}/usr/bin/wish"
+  ln -sf libtk${pkgver%.*}.so "${pkgdir}/usr/lib/libtk.so"
+  install -Dm644 license.terms 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # remove buildroot traces
+  sed -e "s#${srcdir}/tk${pkgver}/unix#/usr/lib#" \
+  -e "s#${srcdir}/tk${pkgver}#/usr/include#" \
+  -i "${pkgdir}/usr/lib/tkConfig.sh"
+}

Copied: tk/repos/staging-x86_64/PKGBUILD (from rev 194658, tk/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-09-20 16:50:24 UTC (rev 194659)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=tk
+pkgver=8.6.1
+pkgrel=1
+pkgdesc="A windowing toolkit for use with tcl"
+arch=('i686' 'x86_64')
+url="http://tcl.sourceforge.net/";
+license=('custom')
+depends=("tcl=${pkgver}" 'libxss' 'libxft')
+source=(http://downloads.sourceforge.net/sourceforge/tcl/tk${pkgver}-src.tar.gz)
+sha1sums=('ecfcc20833c04d6890b14a7920a04d16f2123a51')
+
+build() {
+  cd tk${pkgver}/unix
+  [[ $CARCH == "x86_64" ]] && BIT="--enable-64bit"
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads 
--disable-rpath $BIT
+  make
+}
+
+check() {
+  cd tk${pkgver}/unix
+#  make test
+}
+
+package() {
+  cd tk${pkgver}/unix
+  make INSTALL_ROOT="${pkgdir}" install install-private-headers
+  ln -sf wish${pkgver%.*} "${pkgdir}/usr/bin/wish"
+  ln -sf libtk${pkgver%.*}.so "${pkgdir}/usr/lib/libtk.so"
+  install -Dm644 license.terms 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # remove buildroot traces
+  sed -e "s#${srcdir}/tk${pkgver}/unix#/usr/lib#" \
+  -e "s#${srcdir}/tk${pkgver}#/usr/include#" \
+  -i "${pkgdir}/usr/lib/tkConfig.sh"
+}



[arch-commits] Commit in tk/trunk (PKGBUILD tk-xcircuit.patch)

2013-09-20 Thread Eric Bélanger
Date: Friday, September 20, 2013 @ 18:49:36
  Author: eric
Revision: 194658

upgpkg: tk 8.6.1-1

Upstream update, Remove old patch

Modified:
  tk/trunk/PKGBUILD
Deleted:
  tk/trunk/tk-xcircuit.patch

---+
 PKGBUILD  |   16 --
 tk-xcircuit.patch |  317 
 2 files changed, 5 insertions(+), 328 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-20 16:37:05 UTC (rev 194657)
+++ PKGBUILD2013-09-20 16:49:36 UTC (rev 194658)
@@ -2,22 +2,16 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=tk
-pkgver=8.6.0
-pkgrel=4
+pkgver=8.6.1
+pkgrel=1
 pkgdesc="A windowing toolkit for use with tcl"
 arch=('i686' 'x86_64')
 url="http://tcl.sourceforge.net/";
 license=('custom')
 depends=("tcl=${pkgver}" 'libxss' 'libxft')
-source=(http://downloads.sourceforge.net/sourceforge/tcl/tk${pkgver}-src.tar.gz
 tk-xcircuit.patch)
-sha1sums=('c42e160285e2d26eae8c2a1e6c6f86db4fa7663b'
-  'e0e75044d4e33533b0114d3c142b40b7280c364f')
+source=(http://downloads.sourceforge.net/sourceforge/tcl/tk${pkgver}-src.tar.gz)
+sha1sums=('ecfcc20833c04d6890b14a7920a04d16f2123a51')
 
-prepare() {
-  cd tk${pkgver}
-  patch -p0 -i "${srcdir}/tk-xcircuit.patch"
-}
-
 build() {
   cd tk${pkgver}/unix
   [[ $CARCH == "x86_64" ]] && BIT="--enable-64bit"
@@ -33,7 +27,7 @@
 package() {
   cd tk${pkgver}/unix
   make INSTALL_ROOT="${pkgdir}" install install-private-headers
-  ln -sf wish8.6 "${pkgdir}/usr/bin/wish"
+  ln -sf wish${pkgver%.*} "${pkgdir}/usr/bin/wish"
   ln -sf libtk${pkgver%.*}.so "${pkgdir}/usr/lib/libtk.so"
   install -Dm644 license.terms 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 

Deleted: tk-xcircuit.patch
===
--- tk-xcircuit.patch   2013-09-20 16:37:05 UTC (rev 194657)
+++ tk-xcircuit.patch   2013-09-20 16:49:36 UTC (rev 194658)
@@ -1,317 +0,0 @@
-Index: generic/tkConfig.c
-==
 generic/tkConfig.c
-+++ generic/tkConfig.c
-@@ -29,11 +29,16 @@
- /*
-  * The following definition is an AssocData key used to keep track of all of
-  * the option tables that have been created for an interpreter.
-  */
- 
--#define OPTION_HASH_KEY "TkOptionTable"
-+typedef struct ThreadSpecificData {
-+int initialized;  /* 0 means table below needs initializing. */
-+Tcl_HashTable hashTable;
-+} ThreadSpecificData;
-+static Tcl_ThreadDataKey dataKey;
-+
- 
- /*
-  * The following two structures are used along with Tk_OptionSpec structures
-  * to manage configuration options. Tk_OptionSpec is static templates that are
-  * compiled into the code of a widget or other object manager. However, to
-@@ -98,12 +103,10 @@
-* templates, this points to the table
-* corresponding to the next template in the
-* chain. */
- int numOptions;   /* The number of items in the options array
-* below. */
--int refCount2; /* Reference counter for controlling the freeing
--* of the memory occupied by this OptionTable */
- Option options[1];/* Information about the individual 
options in
-* the table. This must be the last field in
-* the structure: the actual size of the array
-* will be numOptions, not 1. */
- } OptionTable;
-@@ -113,12 +116,10 @@
-  */
- 
- static intDoObjConfig(Tcl_Interp *interp, char *recordPtr,
-   Option *optionPtr, Tcl_Obj *valuePtr,
-   Tk_Window tkwin, Tk_SavedOption *savePtr);
--static void   DestroyOptionHashTable(ClientData clientData,
--  Tcl_Interp *interp);
- static void   FreeResources(Option *optionPtr, Tcl_Obj *objPtr,
-   char *internalPtr, Tk_Window tkwin);
- static Tcl_Obj *  GetConfigList(char *recordPtr,
-   Option *optionPtr, Tk_Window tkwin);
- static Tcl_Obj *  GetObjectForOption(char *recordPtr,
-@@ -168,42 +169,38 @@
-* in which this table will be used. */
- const Tk_OptionSpec *templatePtr)
-   /* Static information about the configuration
-* options. */
- {
--Tcl_HashTable *hashTablePtr;
- Tcl_HashEntry *hashEntryPtr;
- int newEntry;
- OptionTable *tablePtr;
- const Tk_OptionSpec *specPtr, *specPtr2;
- Option *optionPtr;
- int numOptions, i;
-+ThreadSpecificData *tsdPtr =
-+  Tcl_GetThreadData(&dataKey, sizeof(ThreadSpecificData));
- 
- /*
-- * We use an AssocData value in the interpreter to keep a hash table of
-- * all the option tables we've created for

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

2013-09-20 Thread Eric Bélanger
Date: Friday, September 20, 2013 @ 18:37:05
  Author: eric
Revision: 194657

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

Added:
  tcl/repos/staging-i686/
  tcl/repos/staging-i686/PKGBUILD
(from rev 194656, tcl/trunk/PKGBUILD)
  tcl/repos/staging-x86_64/
  tcl/repos/staging-x86_64/PKGBUILD
(from rev 194656, tcl/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   55 ++
 staging-x86_64/PKGBUILD |   55 ++
 2 files changed, 110 insertions(+)

Copied: tcl/repos/staging-i686/PKGBUILD (from rev 194656, tcl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-09-20 16:37:05 UTC (rev 194657)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=tcl
+pkgver=8.6.1
+pkgrel=1
+pkgdesc="The Tcl scripting language"
+arch=('i686' 'x86_64')
+url="http://tcl.sourceforge.net/";
+license=('custom')
+depends=('zlib')
+source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
+sha1sums=('5c83d44152cc0496cc0847a2495f659502a30e40')
+
+prepare() {
+  cd tcl${pkgver}
+  # we build the tcl sqlite interface in sqlite-tcl package
+  rm -rf pkgs/sqlite3*
+}
+
+build() {
+  cd tcl${pkgver}/unix
+  [[ $CARCH == "x86_64" ]] && BIT="--enable-64bit"
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads $BIT
+  make
+}
+
+check() {
+  cd tcl${pkgver}/unix
+  make test
+}
+
+package() {
+  cd tcl${pkgver}/unix
+  make INSTALL_ROOT="${pkgdir}" install install-private-headers
+  ln -sf tclsh${pkgver%.*} "${pkgdir}/usr/bin/tclsh"
+  ln -sf libtcl${pkgver%.*}.so "${pkgdir}/usr/lib/libtcl.so"
+  install -Dm644 ../license.terms 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # remove buildroot traces
+  sed -e "s#${srcdir}/tcl${pkgver}/unix#/usr/lib#" \
+  -e "s#${srcdir}/tcl${pkgver}#/usr/include#" \
+  -i "${pkgdir}/usr/lib/tclConfig.sh"
+
+  sed -e "s#${srcdir}/tcl${pkgver}/unix/pkgs/tdbc1.0.0#/usr/lib/tdbc1.0.0#" \
+  -e "s#${srcdir}/tcl${pkgver}/pkgs/tdbc1.0.0/generic#/usr/include#" \
+  -e 
"s#${srcdir}/tcl${pkgver}/pkgs/tdbc1.0.0/library#/usr/lib/tcl${pkgver%.*}#" \
+  -e "s#${srcdir}/tcl${pkgver}/pkgs/tdbc1.0.0#/usr/include#" \
+  -i "${pkgdir}/usr/lib/tdbc1.0.0/tdbcConfig.sh"
+
+  sed -e "s#${srcdir}/tcl${pkgver}/unix/pkgs/itcl4.0.0#/usr/lib/itcl4.0.0#" \
+  -e "s#${srcdir}/tcl${pkgver}/pkgs/itcl4.0.0/generic#/usr/include#" \
+  -e "s#${srcdir}/tcl${pkgver}/pkgs/itcl4.0.0#/usr/include#" \
+  -i "${pkgdir}/usr/lib/itcl4.0.0/itclConfig.sh"
+}

Copied: tcl/repos/staging-x86_64/PKGBUILD (from rev 194656, tcl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-09-20 16:37:05 UTC (rev 194657)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=tcl
+pkgver=8.6.1
+pkgrel=1
+pkgdesc="The Tcl scripting language"
+arch=('i686' 'x86_64')
+url="http://tcl.sourceforge.net/";
+license=('custom')
+depends=('zlib')
+source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
+sha1sums=('5c83d44152cc0496cc0847a2495f659502a30e40')
+
+prepare() {
+  cd tcl${pkgver}
+  # we build the tcl sqlite interface in sqlite-tcl package
+  rm -rf pkgs/sqlite3*
+}
+
+build() {
+  cd tcl${pkgver}/unix
+  [[ $CARCH == "x86_64" ]] && BIT="--enable-64bit"
+  ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads $BIT
+  make
+}
+
+check() {
+  cd tcl${pkgver}/unix
+  make test
+}
+
+package() {
+  cd tcl${pkgver}/unix
+  make INSTALL_ROOT="${pkgdir}" install install-private-headers
+  ln -sf tclsh${pkgver%.*} "${pkgdir}/usr/bin/tclsh"
+  ln -sf libtcl${pkgver%.*}.so "${pkgdir}/usr/lib/libtcl.so"
+  install -Dm644 ../license.terms 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # remove buildroot traces
+  sed -e "s#${srcdir}/tcl${pkgver}/unix#/usr/lib#" \
+  -e "s#${srcdir}/tcl${pkgver}#/usr/include#" \
+  -i "${pkgdir}/usr/lib/tclConfig.sh"
+
+  sed -e "s#${srcdir}/tcl${pkgver}/unix/pkgs/tdbc1.0.0#/usr/lib/tdbc1.0.0#" \
+  -e "s#${srcdir}/tcl${pkgver}/pkgs/tdbc1.0.0/generic#/usr/include#" \
+  -e 
"s#${srcdir}/tcl${pkgver}/pkgs/tdbc1.0.0/library#/usr/lib/tcl${pkgver%.*}#" \
+  -e "s#${srcdir}/tcl${pkgver}/pkgs/tdbc1.0.0#/usr/include#" \
+  -i "${pkgdir}/usr/lib/tdbc1.0.0/tdbcConfig.sh"
+
+  sed -e "s#${srcdir}/tcl${pkgver}/unix/pkgs/itcl4.0.0#/usr/lib/itcl4.0.0#" \
+  -e "s#${srcdir}/tcl${pkgver}/pkgs/itcl4.0.0/generic#/usr/include#" \
+  -e "s#${srcdir}/tcl${pkgver}/pkgs/itcl4.0.0#/usr/include#" \
+  -i "${pkgdir}/usr/lib/itcl4.0.0/itclConfig.sh"
+}



[arch-commits] Commit in freevo/repos/community-staging-any (8 files)

2013-09-20 Thread Jelle van der Waa
Date: Friday, September 20, 2013 @ 18:20:54
  Author: jelle
Revision: 97460

archrelease: copy trunk to community-staging-any

Added:
  freevo/repos/community-staging-any/PKGBUILD
(from rev 97459, freevo/trunk/PKGBUILD)
  freevo/repos/community-staging-any/freevo.desktop
(from rev 97459, freevo/trunk/freevo.desktop)
  freevo/repos/community-staging-any/freevo.install
(from rev 97459, freevo/trunk/freevo.install)
  freevo/repos/community-staging-any/imdb-html5lib.patch
(from rev 97459, freevo/trunk/imdb-html5lib.patch)
Deleted:
  freevo/repos/community-staging-any/PKGBUILD
  freevo/repos/community-staging-any/freevo.desktop
  freevo/repos/community-staging-any/freevo.install
  freevo/repos/community-staging-any/imdb-html5lib.patch

-+
 PKGBUILD|  102 
 freevo.desktop  |   22 -
 freevo.install  |   50 ++--
 imdb-html5lib.patch |  602 +-
 4 files changed, 388 insertions(+), 388 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-20 16:19:46 UTC (rev 97459)
+++ PKGBUILD2013-09-20 16:20:54 UTC (rev 97460)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren  
-
-pkgname=freevo
-pkgver=1.9.0
-pkgrel=11
-pkgdesc="An open-source home theatre PC platform"
-url="http://freevo.sourceforge.net/";
-license=('GPL2')
-arch=('any')
-depends=('lame' 'flac' 'faad2' 'cdparanoia' 'vorbis-tools' 'fbset' 
- 'smpeg' 'python2-pillow' 'python2-pysqlite-legacy' 'pyxml' 'lsdvd' 
- 'twisted' 'python2-numpy' 'python2-pygame' 'kaa-metadata' 
- 'kaa-imlib2' 'python2-beautifulsoup3' 'python2-html5lib')
-optdepends=('mplayer: most features' 
-'xine-lib: can be used instead of mplayer' 
-'tvtime: watching tv' 
-'xmltv: parsing online tv guides')
-install=freevo.install
-options=('docs')
-source=("http://downloads.sourceforge.net/freevo/$pkgname-$pkgver.tar.gz";
-'freevo.desktop'
-'imdb-html5lib.patch')
-sha1sums=('0533a2d4ff8a7b09b3b233fdf303ff56bda22d16'
-  '5f6e76dc58496f072aca29257c24be5ffa9c6c7d'
-  '57e1099527603500c594fbffa2cb7233b636eed1')
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  # patch from 
http://sourceforge.net/tracker/index.php?func=detail&aid=2924872&group_id=46652&atid=446895
-  patch -p0 < "${srcdir}"/imdb-html5lib.patch
-
-  # remove check for python-imaging
-  sed -i "/'Image'/d" "${srcdir}"/${pkgname}-${pkgver}/setup.py
-  python2 setup.py install --prefix="${pkgdir}"/usr
-  
-  install -Dm644 local_conf.py.example 
"${pkgdir}"/usr/share/doc/freevo/local_conf.py.example
-
-  # install .desktop file and icon
-  install -Dm644 
"${srcdir}"/${pkgname}-${pkgver}/share/icons/misc/freevo_app.png \
-"${pkgdir}"/usr/share/pixmaps/freevo.png
-  install -Dm644 "${srcdir}"/freevo.desktop \
-"${pkgdir}"/usr/share/applications/freevo.desktop
-
-  # fix executable for python 2.7
-  sed -i -e 's:\(#!/usr/bin/env[ ]\+python$\|#!/usr/bin/python$\):\12:g' \
-$(find "${pkgdir}" -regex ".*.py\|.*.recipe")
-  sed -i "s:python:python2:g" "${pkgdir}"/usr/share/freevo/htdocs/downloadurl
-  sed -i "s|search = ('python', 'python2')|search = ('python2', 'python2.7')|" 
"${pkgdir}"/usr/bin/freevo
-}

Copied: freevo/repos/community-staging-any/PKGBUILD (from rev 97459, 
freevo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-20 16:20:54 UTC (rev 97460)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ronald van Haren  
+
+pkgname=freevo
+pkgver=1.9.0
+pkgrel=12
+pkgdesc="An open-source home theatre PC platform"
+url="http://freevo.sourceforge.net/";
+license=('GPL2')
+arch=('any')
+depends=('lame' 'flac' 'faad2' 'cdparanoia' 'vorbis-tools' 'fbset' 
+ 'smpeg' 'python2-pillow' 'python2-pysqlite-legacy' 'pyxml' 'lsdvd' 
+ 'twisted' 'python2-numpy' 'python2-pygame' 'kaa-metadata' 
+ 'kaa-imlib2' 'python2-beautifulsoup3' 'python2-html5lib')
+optdepends=('mplayer: most features' 
+'xine-lib: can be used instead of mplayer' 
+'tvtime: watching tv' 
+'xmltv: parsing online tv guides')
+install=freevo.install
+options=('docs')
+source=("http://downloads.sourceforge.net/freevo/$pkgname-$pkgver.tar.gz";
+'freevo.desktop'
+'imdb-html5lib.patch')
+sha1sums=('0533a2d4ff8a7b09b3b233fdf303ff56bda22d16'
+  '5f6e76dc58496f072aca29257c24be5ffa9c6c7d'
+  '57e1099527603500c594fbffa2cb7233b636eed1')
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  # patch from 
http://sourceforge.net/tracker/index.php?func=detail&aid=2924872&group_id=46652&atid=446895
+  patch -p0 < "${srcdir}"/imdb-html5lib.patch
+
+  # remove check for python-imaging
+  sed -i "/'Image'/d" "${srcdir}"/${pkgname}-${pkgver}/setup.py
+  python2 setup.py install --prefix="${pkgdir}"/usr

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

2013-09-20 Thread Jelle van der Waa
Date: Friday, September 20, 2013 @ 18:19:46
  Author: jelle
Revision: 97459

upgpkg: freevo 1.9.0-12

Replace PIL with Pillow

Modified:
  freevo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-20 16:13:20 UTC (rev 97458)
+++ PKGBUILD2013-09-20 16:19:46 UTC (rev 97459)
@@ -3,7 +3,7 @@
 
 pkgname=freevo
 pkgver=1.9.0
-pkgrel=11
+pkgrel=12
 pkgdesc="An open-source home theatre PC platform"
 url="http://freevo.sourceforge.net/";
 license=('GPL2')



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

2013-09-20 Thread Eric Bélanger
Date: Friday, September 20, 2013 @ 18:36:07
  Author: eric
Revision: 194656

upgpkg: tcl 8.6.1-1

Upstream update

Modified:
  tcl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-20 15:52:21 UTC (rev 194655)
+++ PKGBUILD2013-09-20 16:36:07 UTC (rev 194656)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=tcl
-pkgver=8.6.0
-pkgrel=6
+pkgver=8.6.1
+pkgrel=1
 pkgdesc="The Tcl scripting language"
 arch=('i686' 'x86_64')
 url="http://tcl.sourceforge.net/";
@@ -10,15 +10,12 @@
 license=('custom')
 depends=('zlib')
 
source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz)
-sha1sums=('fc57fc08ab113740a702bb67d4f350f8ec85ef58')
+sha1sums=('5c83d44152cc0496cc0847a2495f659502a30e40')
 
 prepare() {
   cd tcl${pkgver}
   # we build the tcl sqlite interface in sqlite-tcl package
   rm -rf pkgs/sqlite3*
-
-  sed -i 's/#define DUPTRAVERSE_MAX_DEPTH 500/#define DUPTRAVERSE_MAX_DEPTH 
5000/' \
-generic/regc_nfa.c
 }
 
 build() {
@@ -36,7 +33,7 @@
 package() {
   cd tcl${pkgver}/unix
   make INSTALL_ROOT="${pkgdir}" install install-private-headers
-  ln -sf tclsh8.6 "${pkgdir}/usr/bin/tclsh"
+  ln -sf tclsh${pkgver%.*} "${pkgdir}/usr/bin/tclsh"
   ln -sf libtcl${pkgver%.*}.so "${pkgdir}/usr/lib/libtcl.so"
   install -Dm644 ../license.terms 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 



[arch-commits] Commit in man-pages/repos (testing-any testing-any/PKGBUILD)

2013-09-20 Thread Andreas Radke
Date: Friday, September 20, 2013 @ 17:52:21
  Author: andyrtr
Revision: 194655

archrelease: copy trunk to testing-any

Added:
  man-pages/repos/testing-any/
  man-pages/repos/testing-any/PKGBUILD
(from rev 194654, man-pages/trunk/PKGBUILD)

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

Copied: man-pages/repos/testing-any/PKGBUILD (from rev 194654, 
man-pages/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-09-20 15:52:21 UTC (rev 194655)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=man-pages
+pkgver=3.54
+_posixver=2003-a
+pkgrel=1
+pkgdesc="Linux man pages"
+arch=('any')
+license=('GPL')
+url="http://man7.org/linux/man-pages/index.html";
+groups=('base')
+depends=()
+source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
+
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
+md5sums=('382f83e670ecbe1d97fc58e03da0b026'
+ '7c78aff03c0a6767ba483d34f19e4b09')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  
+  # move the posix pages
+  mkdir -p ${srcdir}/$pkgname-$pkgver/man0
+  for sect in 0 1 3; do
+sed -i "/^\.so /s/man${sect}p/man$sect/" 
"${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/*
+mv -iv "${srcdir}/$pkgname-posix-${_posixver}/man${sect}p"/* 
"${srcdir}/$pkgname-$pkgver/man$sect/"
+  done
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make prefix=${pkgdir}/usr install
+
+  cd ${pkgdir}/usr/share/man
+  # these are included in coreutils
+  rm -f man1/{chgrp,chmod,chown,cp,dir,dd}.1
+  rm -f man1/{df,dircolors,du,install,ln,ls}.1
+  rm -f man1/{mkdir,mkfifo,mknod,mv,rm,rmdir}.1
+  rm -f man1/{touch,vdir}.1
+  # this is included in shadow
+  rm -f man5/passwd.5
+  rm -f man3/getspnam.3
+  # this is included in diffutils
+  rm -f man1/diff.1
+  # this is included in xf86-input-mouse
+  rm -f man4/mouse.4
+}



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

2013-09-20 Thread Andreas Radke
Date: Friday, September 20, 2013 @ 17:52:03
  Author: andyrtr
Revision: 194654

upgpkg: man-pages 3.54-1

upstream update 3.54

Modified:
  man-pages/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-20 15:18:42 UTC (rev 194653)
+++ PKGBUILD2013-09-20 15:52:03 UTC (rev 194654)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=man-pages
-pkgver=3.53
+pkgver=3.54
 _posixver=2003-a
 pkgrel=1
 pkgdesc="Linux man pages"
@@ -13,7 +13,7 @@
 depends=()
 source=(http://www.kernel.org/pub/linux/docs/man-pages/$pkgname-$pkgver.tar.xz
 
http://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/$pkgname-posix-${_posixver}.tar.bz2)
-md5sums=('c3ab5df043bc95de69f73cb71a3c7bb6'
+md5sums=('382f83e670ecbe1d97fc58e03da0b026'
  '7c78aff03c0a6767ba483d34f19e4b09')
 
 build() {



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

2013-09-20 Thread Jelle van der Waa
Date: Friday, September 20, 2013 @ 17:30:01
  Author: jelle
Revision: 97456

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

Added:
  mapnik/repos/community-staging-i686/
  mapnik/repos/community-staging-i686/PKGBUILD
(from rev 97455, mapnik/trunk/PKGBUILD)
  
mapnik/repos/community-staging-i686/mapnik-2.1.0-compile-fix-for-boost-1.53.patch
(from rev 97455, mapnik/trunk/mapnik-2.1.0-compile-fix-for-boost-1.53.patch)
  mapnik/repos/community-staging-i686/mapnik.install
(from rev 97455, mapnik/trunk/mapnik.install)
  mapnik/repos/community-staging-x86_64/
  mapnik/repos/community-staging-x86_64/PKGBUILD
(from rev 97455, mapnik/trunk/PKGBUILD)
  
mapnik/repos/community-staging-x86_64/mapnik-2.1.0-compile-fix-for-boost-1.53.patch
(from rev 97455, mapnik/trunk/mapnik-2.1.0-compile-fix-for-boost-1.53.patch)
  mapnik/repos/community-staging-x86_64/mapnik.install
(from rev 97455, mapnik/trunk/mapnik.install)

+
 community-staging-i686/PKGBUILD|   46 
++
 community-staging-i686/mapnik-2.1.0-compile-fix-for-boost-1.53.patch   |   36 
+++
 community-staging-i686/mapnik.install  |   11 
++
 community-staging-x86_64/PKGBUILD  |   46 
++
 community-staging-x86_64/mapnik-2.1.0-compile-fix-for-boost-1.53.patch |   36 
+++
 community-staging-x86_64/mapnik.install|   11 
++
 6 files changed, 186 insertions(+)

Copied: mapnik/repos/community-staging-i686/PKGBUILD (from rev 97455, 
mapnik/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-09-20 15:30:01 UTC (rev 97456)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: David Dent 
+# Contributor: orbisvicis 
+
+pkgname=mapnik
+pkgver=2.2.0
+pkgrel=3
+pkgdesc="Free Toolkit for developing mapping applications. Above all Mapnik is 
about rendering beautiful maps"
+arch=('i686' 'x86_64')
+url="http://mapnik.org/";
+license=('LGPL')
+depends=('boost-libs' 'icu' 'libpng' 'libjpeg' 'libtiff' 'freetype2'
+'libxml2' 'python2' 'proj' 'cairo' 'cairomm' 'pycairo'
+'postgresql-libs' 'postgis' 'gdal' 'curl' 'libltdl')
+optdepends=('libxslt: Web Map Service'
+'python2-lxml:Web Map Service'
+'python2-pillow:  Web Map Service'
+'python-nose: Web Map Service'
+'apache:  Web Map Service'
+'mod_fastcgi: Web Map Service - or:'
+'mod_fcgid:   Web Map Service - or:'
+'mod_wsgi2:   Web Map Service')
+makedepends=('scons' 'boost')
+install="mapnik.install"
+source=("https://github.com/mapnik/mapnik/archive/v$pkgver.tar.gz";)
+md5sums=('b837931c7f1a4dc630d8550d3e635036')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  sed -i 's|lib64|lib|g' SConstruct
+  sed -i 's|python|python2|' \
+   utils/performance/mapnik-speed-check \
+   utils/upgrade_map_xml/*.py
+  scons configure \
+PREFIX="/usr" \
+INPUT_PLUGINS=all \
+DESTDIR="$pkgdir"
+  scons $MAKEFLAGS
+}
+
+package(){
+  cd "$srcdir/$pkgname-$pkgver"
+  scons install
+}

Copied: 
mapnik/repos/community-staging-i686/mapnik-2.1.0-compile-fix-for-boost-1.53.patch
 (from rev 97455, mapnik/trunk/mapnik-2.1.0-compile-fix-for-boost-1.53.patch)
===
--- community-staging-i686/mapnik-2.1.0-compile-fix-for-boost-1.53.patch
(rev 0)
+++ community-staging-i686/mapnik-2.1.0-compile-fix-for-boost-1.53.patch
2013-09-20 15:30:01 UTC (rev 97456)
@@ -0,0 +1,36 @@
+From cf70b9959a45b9ab6af4a34824a5e4e80ce1d05c Mon Sep 17 00:00:00 2001
+From: Dane Springmeyer 
+Date: Sun, 10 Feb 2013 07:24:35 -0800
+Subject: [PATCH] fix compile of json feature_collection grammar when building
+ against >= boost 1.52 - refs #1658 and #1716
+
+---
+ src/json/feature_collection_parser.cpp | 7 ++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/src/json/feature_collection_parser.cpp 
b/src/json/feature_collection_parser.cpp
+index 3faeda7..51ad824 100644
+--- a/src/json/feature_collection_parser.cpp
 b/src/json/feature_collection_parser.cpp
+@@ -20,12 +20,17 @@
+  *
+  
*/
+ 
++// TODO https://github.com/mapnik/mapnik/issues/1658
++#include 
++#if BOOST_VERSION >= 105200
++#define BOOST_SPIRIT_USE_PHOENIX_V3
++#endif
++
+ // mapnik
+ #include 
+ #include 
+ 
+ // boost
+-#include 
+ #include 
+ #include 
+ 
+-- 
+1.8.1.5
+

Copied: mapnik/repos/community-staging-i686/mapnik.install (from rev 97455, 
mapnik/trunk/mapnik.install)
==

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

2013-09-20 Thread Jelle van der Waa
Date: Friday, September 20, 2013 @ 17:28:29
  Author: jelle
Revision: 97455

upgpkg: mapnik 2.2.0-3

Replace PIL with Pillow

Modified:
  mapnik/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-20 14:54:34 UTC (rev 97454)
+++ PKGBUILD2013-09-20 15:28:29 UTC (rev 97455)
@@ -15,7 +15,7 @@
 'postgresql-libs' 'postgis' 'gdal' 'curl' 'libltdl')
 optdepends=('libxslt: Web Map Service'
 'python2-lxml:Web Map Service'
-'python-imaging:  Web Map Service'
+'python2-pillow:  Web Map Service'
 'python-nose: Web Map Service'
 'apache:  Web Map Service'
 'mod_fastcgi: Web Map Service - or:'



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

2013-09-20 Thread Sébastien Luttringer
Date: Friday, September 20, 2013 @ 16:54:17
  Author: seblu
Revision: 97453

upgpkg: bind 9.9.4-1

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-20 12:51:17 UTC (rev 97452)
+++ PKGBUILD2013-09-20 14:54:17 UTC (rev 97453)
@@ -5,7 +5,7 @@
 # Contributor: Mario Vazquez 
 
 pkgname=bind
-_pkgver=9.9.3-P2
+_pkgver=9.9.4
 pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc='The ISC BIND nameserver'
@@ -18,7 +18,7 @@
 backup=('etc/logrotate.d/named'
 'etc/named.conf')
 install=$pkgname.install
-source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz";
+source=("http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz"{,.asc}
 'root.hint::http://www.internic.net/zones/named.root'
 'tmpfiles.d'
 'named.conf'
@@ -26,7 +26,8 @@
 'named.logrotate'
 'localhost.zone'
 '127.0.0.zone')
-sha1sums=('a0235692c488b3fadf54a15858b1f13ae2ab6979'
+sha1sums=('d7be390e6c2546f37a7280e1975e1cd134565f62'
+  'SKIP'
   '029f89c49550c40ec7a95116b6a33f0e5a041094'
   'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'
   'c71a7fc02d4bf0d55e8e29d1e014607ac1d58726'



[arch-commits] Commit in bind/repos (32 files)

2013-09-20 Thread Sébastien Luttringer
Date: Friday, September 20, 2013 @ 16:54:34
  Author: seblu
Revision: 97454

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

Added:
  bind/repos/community-i686/127.0.0.zone
(from rev 97453, bind/trunk/127.0.0.zone)
  bind/repos/community-i686/PKGBUILD
(from rev 97453, bind/trunk/PKGBUILD)
  bind/repos/community-i686/bind.install
(from rev 97453, bind/trunk/bind.install)
  bind/repos/community-i686/localhost.zone
(from rev 97453, bind/trunk/localhost.zone)
  bind/repos/community-i686/named.conf
(from rev 97453, bind/trunk/named.conf)
  bind/repos/community-i686/named.logrotate
(from rev 97453, bind/trunk/named.logrotate)
  bind/repos/community-i686/named.service
(from rev 97453, bind/trunk/named.service)
  bind/repos/community-i686/tmpfiles.d
(from rev 97453, bind/trunk/tmpfiles.d)
  bind/repos/community-x86_64/127.0.0.zone
(from rev 97453, bind/trunk/127.0.0.zone)
  bind/repos/community-x86_64/PKGBUILD
(from rev 97453, bind/trunk/PKGBUILD)
  bind/repos/community-x86_64/bind.install
(from rev 97453, bind/trunk/bind.install)
  bind/repos/community-x86_64/localhost.zone
(from rev 97453, bind/trunk/localhost.zone)
  bind/repos/community-x86_64/named.conf
(from rev 97453, bind/trunk/named.conf)
  bind/repos/community-x86_64/named.logrotate
(from rev 97453, bind/trunk/named.logrotate)
  bind/repos/community-x86_64/named.service
(from rev 97453, bind/trunk/named.service)
  bind/repos/community-x86_64/tmpfiles.d
(from rev 97453, bind/trunk/tmpfiles.d)
Deleted:
  bind/repos/community-i686/127.0.0.zone
  bind/repos/community-i686/PKGBUILD
  bind/repos/community-i686/bind.install
  bind/repos/community-i686/localhost.zone
  bind/repos/community-i686/named.conf
  bind/repos/community-i686/named.logrotate
  bind/repos/community-i686/named.service
  bind/repos/community-i686/tmpfiles.d
  bind/repos/community-x86_64/127.0.0.zone
  bind/repos/community-x86_64/PKGBUILD
  bind/repos/community-x86_64/bind.install
  bind/repos/community-x86_64/localhost.zone
  bind/repos/community-x86_64/named.conf
  bind/repos/community-x86_64/named.logrotate
  bind/repos/community-x86_64/named.service
  bind/repos/community-x86_64/tmpfiles.d

--+
 /127.0.0.zone|   22 
 /PKGBUILD|  164 +
 /bind.install|   46 ++
 /localhost.zone  |   20 
 /named.conf  |  128 
 /named.logrotate |   12 ++
 /named.service   |   22 
 /tmpfiles.d  |2 
 community-i686/127.0.0.zone  |   11 --
 community-i686/PKGBUILD  |   81 --
 community-i686/bind.install  |   23 -
 community-i686/localhost.zone|   10 --
 community-i686/named.conf|   64 --
 community-i686/named.logrotate   |6 -
 community-i686/named.service |   11 --
 community-i686/tmpfiles.d|1 
 community-x86_64/127.0.0.zone|   11 --
 community-x86_64/PKGBUILD|   81 --
 community-x86_64/bind.install|   23 -
 community-x86_64/localhost.zone  |   10 --
 community-x86_64/named.conf  |   64 --
 community-x86_64/named.logrotate |6 -
 community-x86_64/named.service   |   11 --
 community-x86_64/tmpfiles.d  |1 
 24 files changed, 416 insertions(+), 414 deletions(-)

Deleted: community-i686/127.0.0.zone
===
--- community-i686/127.0.0.zone 2013-09-20 14:54:17 UTC (rev 97453)
+++ community-i686/127.0.0.zone 2013-09-20 14:54:34 UTC (rev 97454)
@@ -1,11 +0,0 @@
-$ORIGIN 0.0.127.in-addr.arpa.
-
-@  1D IN SOA   localhost. root.localhost. (
-   42  ; serial (mmdd##)
-   3H  ; refresh
-   15M ; retry
-   1W  ; expiry
-   1D ); minimum ttl
-
-   1D IN NSlocalhost.
-1  1D IN PTR   localhost.

Copied: bind/repos/community-i686/127.0.0.zone (from rev 97453, 
bind/trunk/127.0.0.zone)
===
--- community-i686/127.0.0.zone (rev 0)
+++ community-i686/127.0.0.zone 2013-09-20 14:54:34 UTC (rev 97454)
@@ -0,0 +1,11 @@
+$ORIGIN 0.0.127.in-addr.arpa.
+
+@  1D IN SOA   localhost. root.localhost. (
+   42  ; serial (mmdd##)
+   3H  ; refresh
+   15M ; retry
+   1W  ; expiry
+

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

2013-09-20 Thread Alexander Rødseth
Date: Friday, September 20, 2013 @ 14:51:09
  Author: arodseth
Revision: 97451

upgpkg: curseofwar 1.2.0-1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-20 12:50:01 UTC (rev 97450)
+++ PKGBUILD2013-09-20 12:51:09 UTC (rev 97451)
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# $Id$
 # Maintainer: Alexander Rødseth 
 # Contributor: ziggi 
 


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


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

2013-09-20 Thread Alexander Rødseth
Date: Friday, September 20, 2013 @ 14:51:17
  Author: arodseth
Revision: 97452

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

Added:
  curseofwar/repos/community-i686/PKGBUILD
(from rev 97451, curseofwar/trunk/PKGBUILD)
  curseofwar/repos/community-x86_64/PKGBUILD
(from rev 97451, curseofwar/trunk/PKGBUILD)

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

Copied: curseofwar/repos/community-i686/PKGBUILD (from rev 97451, 
curseofwar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-20 12:51:17 UTC (rev 97452)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: ziggi 
+
+pkgname=curseofwar
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Fast-paced RTS/Action game with ncurses interface'
+arch=('x86_64' 'i686')
+url='https://github.com/a-nikolaev/curseofwar/wiki'
+license=('GPL')
+depends=('ncurses')
+makedepends=('gcc')
+source=("https://github.com/a-nikolaev/curseofwar/archive/v$pkgver.tar.gz";)
+sha256sums=('91b7781e26341faa6b6999b6baf6e74ef532fa94303ab6a2bf9ff6d614a3f670')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: curseofwar/repos/community-x86_64/PKGBUILD (from rev 97451, 
curseofwar/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-09-20 12:51:17 UTC (rev 97452)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: ziggi 
+
+pkgname=curseofwar
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Fast-paced RTS/Action game with ncurses interface'
+arch=('x86_64' 'i686')
+url='https://github.com/a-nikolaev/curseofwar/wiki'
+license=('GPL')
+depends=('ncurses')
+makedepends=('gcc')
+source=("https://github.com/a-nikolaev/curseofwar/archive/v$pkgver.tar.gz";)
+sha256sums=('91b7781e26341faa6b6999b6baf6e74ef532fa94303ab6a2bf9ff6d614a3f670')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (6 files)

2013-09-20 Thread Alexander Rødseth
Date: Friday, September 20, 2013 @ 14:50:01
  Author: arodseth
Revision: 97450

Moving from AUR. Think this one will grow rapidly in popularity.

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

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

Added: curseofwar/trunk/PKGBUILD
===
--- curseofwar/trunk/PKGBUILD   (rev 0)
+++ curseofwar/trunk/PKGBUILD   2013-09-20 12:50:01 UTC (rev 97450)
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 73557 2012-07-09 19:15:21Z arodseth $
+# Maintainer: Alexander Rødseth 
+# Contributor: ziggi 
+
+pkgname=curseofwar
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Fast-paced RTS/Action game with ncurses interface'
+arch=('x86_64' 'i686')
+url='https://github.com/a-nikolaev/curseofwar/wiki'
+license=('GPL')
+depends=('ncurses')
+makedepends=('gcc')
+source=("https://github.com/a-nikolaev/curseofwar/archive/v$pkgver.tar.gz";)
+sha256sums=('91b7781e26341faa6b6999b6baf6e74ef532fa94303ab6a2bf9ff6d614a3f670')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



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

2013-09-20 Thread Jelle van der Waa
Date: Friday, September 20, 2013 @ 12:49:53
  Author: jelle
Revision: 97449

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

Added:
  uniconvertor/repos/community-staging-i686/
  uniconvertor/repos/community-staging-i686/PKGBUILD
(from rev 97448, uniconvertor/trunk/PKGBUILD)
  uniconvertor/repos/community-staging-x86_64/
  uniconvertor/repos/community-staging-x86_64/PKGBUILD
(from rev 97448, uniconvertor/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   29 +
 community-staging-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: uniconvertor/repos/community-staging-i686/PKGBUILD (from rev 97448, 
uniconvertor/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-09-20 10:49:53 UTC (rev 97449)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Roberto Alsina 
+
+pkgname=uniconvertor
+pkgver=1.1.5
+pkgrel=7
+pkgdesc="A universal vector graphics translator using sK1 engine."
+arch=('i686' 'x86_64')
+url="http://sk1project.org/modules.php?name=Products&product=uniconvertor";
+license=('GPL')
+depends=('python2' 'python2-pillow' 'python2-reportlab' 'sk1libs')
+makedepends=('gcc')
+source=(http://uniconvertor.googlecode.com/files/uniconvertor-$pkgver.tar.gz)
+md5sums=('d1272315a58304ece2ff588834e23f72')
+
+build() {
+  cd "$srcdir/uniconvertor-$pkgver"
+
+  # python2 fix
+  sed -i 's_#! /usr/bin/python_#! /usr/bin/python2_' src/__init__.py
+
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/uniconvertor-$pkgver"
+  python2 setup.py install --root="$pkgdir"
+}

Copied: uniconvertor/repos/community-staging-x86_64/PKGBUILD (from rev 97448, 
uniconvertor/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-09-20 10:49:53 UTC (rev 97449)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Roberto Alsina 
+
+pkgname=uniconvertor
+pkgver=1.1.5
+pkgrel=7
+pkgdesc="A universal vector graphics translator using sK1 engine."
+arch=('i686' 'x86_64')
+url="http://sk1project.org/modules.php?name=Products&product=uniconvertor";
+license=('GPL')
+depends=('python2' 'python2-pillow' 'python2-reportlab' 'sk1libs')
+makedepends=('gcc')
+source=(http://uniconvertor.googlecode.com/files/uniconvertor-$pkgver.tar.gz)
+md5sums=('d1272315a58304ece2ff588834e23f72')
+
+build() {
+  cd "$srcdir/uniconvertor-$pkgver"
+
+  # python2 fix
+  sed -i 's_#! /usr/bin/python_#! /usr/bin/python2_' src/__init__.py
+
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/uniconvertor-$pkgver"
+  python2 setup.py install --root="$pkgdir"
+}



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

2013-09-20 Thread Jelle van der Waa
Date: Friday, September 20, 2013 @ 12:48:45
  Author: jelle
Revision: 97448

upgpkg: uniconvertor 1.1.5-7

Replace PIL with Pillow

Modified:
  uniconvertor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-20 10:09:09 UTC (rev 97447)
+++ PKGBUILD2013-09-20 10:48:45 UTC (rev 97448)
@@ -4,12 +4,12 @@
 
 pkgname=uniconvertor
 pkgver=1.1.5
-pkgrel=6
+pkgrel=7
 pkgdesc="A universal vector graphics translator using sK1 engine."
 arch=('i686' 'x86_64')
 url="http://sk1project.org/modules.php?name=Products&product=uniconvertor";
 license=('GPL')
-depends=('python2' 'python2-imaging' 'python2-reportlab' 'sk1libs')
+depends=('python2' 'python2-pillow' 'python2-reportlab' 'sk1libs')
 makedepends=('gcc')
 source=(http://uniconvertor.googlecode.com/files/uniconvertor-$pkgver.tar.gz)
 md5sums=('d1272315a58304ece2ff588834e23f72')



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

2013-09-20 Thread Jelle van der Waa
Date: Friday, September 20, 2013 @ 12:09:09
  Author: jelle
Revision: 97447

archrelease: copy trunk to community-staging-any

Added:
  impressive/repos/community-staging-any/
  impressive/repos/community-staging-any/PKGBUILD
(from rev 97446, impressive/trunk/PKGBUILD)
  impressive/repos/community-staging-any/replace-python-imaging.patch
(from rev 97446, impressive/trunk/replace-python-imaging.patch)

--+
 PKGBUILD |   46 +
 replace-python-imaging.patch |   12 ++
 2 files changed, 58 insertions(+)

Copied: impressive/repos/community-staging-any/PKGBUILD (from rev 97446, 
impressive/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2013-09-20 10:09:09 UTC (rev 97447)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Geoffroy Carrier 
+# Contributor: G_Syme 
+# Contributor: Daniel J Griffiths 
+
+pkgname=impressive
+pkgver=0.10.3
+pkgrel=7
+pkgdesc='A fancy PDF presentation program (previously known as KeyJNote).'
+arch=('any')
+url='http://impressive.sourceforge.net'
+license=('GPL2')
+depends=('python2-pygame' 'python2-opengl' 'python2-pillow' 'ghostscript')
+optdepends=('xdg-utils: for starting web or e-mail hyperlinks from PDF 
documents'
+'mplayer: for sound and video playback')
+provides=('keyjnote=0.10.3')
+conflicts=('keyjnote')
+replaces=('keyjnote')
+source=(http://downloads.sourceforge.net/${pkgname}/Impressive-${pkgver}.tar.gz
+replace-python-imaging.patch)
+md5sums=('1fefb25db71ee322a59353de85ae00b4'
+ '73c6d0125ab5532b1b2892844a805e06')
+
+build() {
+  cd "${srcdir}/Impressive-${pkgver}"
+
+  # replace Import Image with from PIL import Image
+  patch -Np1 -i ${srcdir}/replace-python-imaging.patch
+
+# python2 fix
+  for file in $(find . -name '*.py' -print); do
+  sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+  sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+}
+
+package() {
+  cd "${srcdir}/Impressive-${pkgver}"
+
+  install -d -m755 "${pkgdir}"/usr/{bin,share/{doc/${pkgname},man/man1}}
+  install -m755 ${pkgname}.py "${pkgdir}/usr/bin/${pkgname}"
+  ln -s ${pkgname} "${pkgdir}/usr/bin/keyjnote"
+  install -m644 ${pkgname}.html demo.pdf changelog.txt 
"${pkgdir}/usr/share/doc/${pkgname}/"
+  install -m644 ${pkgname}.1 "${pkgdir}/usr/share/man/man1/"
+}

Copied: impressive/repos/community-staging-any/replace-python-imaging.patch 
(from rev 97446, impressive/trunk/replace-python-imaging.patch)
===
--- community-staging-any/replace-python-imaging.patch  
(rev 0)
+++ community-staging-any/replace-python-imaging.patch  2013-09-20 10:09:09 UTC 
(rev 97447)
@@ -0,0 +1,12 @@
+diff -aur Impressive-0.10.3/impressive.py Impressive-0.10.3.new/impressive.py
+--- Impressive-0.10.3/impressive.py2013-09-20 09:34:16.477993905 +
 Impressive-0.10.3.new/impressive.py2013-09-20 09:33:59.468099703 
+
+@@ -182,7 +182,7 @@
+ from OpenGL.GL import *
+ import pygame
+ from pygame.locals import *
+-import Image, ImageDraw, ImageFont, ImageFilter
++from PIL import Image, ImageDraw, ImageFont, ImageFilter
+ import TiffImagePlugin, BmpImagePlugin, JpegImagePlugin, PngImagePlugin, 
PpmImagePlugin
+ except (ValueError, ImportError), err:
+ print >>sys.stderr, "Oops! Cannot load necessary modules:", err



[arch-commits] Commit in impressive/trunk (PKGBUILD replace-python-imaging.patch)

2013-09-20 Thread Jelle van der Waa
Date: Friday, September 20, 2013 @ 12:08:24
  Author: jelle
Revision: 97446

upgpkg: impressive 0.10.3-7

Replace PIL with Pillow

Added:
  impressive/trunk/replace-python-imaging.patch
Modified:
  impressive/trunk/PKGBUILD

--+
 PKGBUILD |   13 +
 replace-python-imaging.patch |   12 
 2 files changed, 21 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-20 09:17:57 UTC (rev 97445)
+++ PKGBUILD2013-09-20 10:08:24 UTC (rev 97446)
@@ -6,23 +6,28 @@
 
 pkgname=impressive
 pkgver=0.10.3
-pkgrel=6
+pkgrel=7
 pkgdesc='A fancy PDF presentation program (previously known as KeyJNote).'
 arch=('any')
 url='http://impressive.sourceforge.net'
 license=('GPL2')
-depends=('python2-pygame' 'python2-opengl' 'python2-imaging' 'ghostscript')
+depends=('python2-pygame' 'python2-opengl' 'python2-pillow' 'ghostscript')
 optdepends=('xdg-utils: for starting web or e-mail hyperlinks from PDF 
documents'
 'mplayer: for sound and video playback')
 provides=('keyjnote=0.10.3')
 conflicts=('keyjnote')
 replaces=('keyjnote')
-source=(http://downloads.sourceforge.net/${pkgname}/Impressive-${pkgver}.tar.gz)
-sha256sums=('bb4865376db0df3fe307b5f60bddc2bbaf18d2ccb099b2d51bf1723dd94af95e')
+source=(http://downloads.sourceforge.net/${pkgname}/Impressive-${pkgver}.tar.gz
+replace-python-imaging.patch)
+md5sums=('1fefb25db71ee322a59353de85ae00b4'
+ '73c6d0125ab5532b1b2892844a805e06')
 
 build() {
   cd "${srcdir}/Impressive-${pkgver}"
 
+  # replace Import Image with from PIL import Image
+  patch -Np1 -i ${srcdir}/replace-python-imaging.patch
+
 # python2 fix
   for file in $(find . -name '*.py' -print); do
   sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file

Added: replace-python-imaging.patch
===
--- replace-python-imaging.patch(rev 0)
+++ replace-python-imaging.patch2013-09-20 10:08:24 UTC (rev 97446)
@@ -0,0 +1,12 @@
+diff -aur Impressive-0.10.3/impressive.py Impressive-0.10.3.new/impressive.py
+--- Impressive-0.10.3/impressive.py2013-09-20 09:34:16.477993905 +
 Impressive-0.10.3.new/impressive.py2013-09-20 09:33:59.468099703 
+
+@@ -182,7 +182,7 @@
+ from OpenGL.GL import *
+ import pygame
+ from pygame.locals import *
+-import Image, ImageDraw, ImageFont, ImageFilter
++from PIL import Image, ImageDraw, ImageFont, ImageFilter
+ import TiffImagePlugin, BmpImagePlugin, JpegImagePlugin, PngImagePlugin, 
PpmImagePlugin
+ except (ValueError, ImportError), err:
+ print >>sys.stderr, "Oops! Cannot load necessary modules:", err



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

2013-09-20 Thread Jelle van der Waa
Date: Friday, September 20, 2013 @ 11:17:57
  Author: jelle
Revision: 97445

update pkgbuild to 1.4

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-20 08:52:34 UTC (rev 97444)
+++ PKGBUILD2013-09-20 09:17:57 UTC (rev 97445)
@@ -7,8 +7,8 @@
 # Contributor: Larry Hajali 
 
 pkgname=calibre
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.4
+pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64') 
 url="http://calibre-ebook.com/";
@@ -22,13 +22,14 @@
 makedepends=('python2-pycountry' 'qt4-private-headers')
 optdepends=('ipython2: to use calibre-debug')
 install=calibre.install
-source=("http://sourceforge.net/projects/calibre/files/${pkgver}/calibre-${pkgver}.tar.xz";
+source=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz";
 'desktop_integration.patch'
 'calibre-mount-helper')
-md5sums=('38597e9ddb7b24a162f8e3bb6df18fc4'
+md5sums=('24f9d3352f3807536273574fac5813e8'
  '8353d1878c5a498b3e49eddef473605f'
  '675cd87d41342119827ef706055491e7')
 
+
 prepare(){
   cd "${srcdir}/${pkgname}"
   #rm -rf src/{cherrypy,pyPdf}



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

2013-09-20 Thread Laurent Carlier
Date: Friday, September 20, 2013 @ 10:52:34
  Author: lcarlier
Revision: 97444

archrelease: copy trunk to multilib-testing-x86_64

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

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

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

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

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

2013-09-20 Thread Laurent Carlier
Date: Friday, September 20, 2013 @ 10:52:27
  Author: lcarlier
Revision: 97443

upgpkg: lib32-elfutils 0.156-1

Sync with testing

Modified:
  lib32-elfutils/trunk/PKGBUILD
Deleted:
  lib32-elfutils/trunk/elfutils-0.155-binutils-pr-ld-13621.patch

---+
 PKGBUILD  |   20 
 elfutils-0.155-binutils-pr-ld-13621.patch |   16 
 2 files changed, 4 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-20 06:39:28 UTC (rev 97442)
+++ PKGBUILD2013-09-20 08:52:27 UTC (rev 97443)
@@ -4,8 +4,8 @@
 
 _pkgbasename=elfutils
 pkgname=lib32-elfutils
-pkgver=0.155
-pkgrel=2
+pkgver=0.156
+pkgrel=1
 pkgdesc="Collection of libraries for working with ELF object files and DWARF 
debugging information (32-bit)"
 arch=('x86_64')
 url="https://fedorahosted.org/elfutils/";
@@ -12,21 +12,9 @@
 license=('LGPL3' 'GPL' 'GPL3')
 depends=('lib32-bzip2' 'lib32-zlib' 'elfutils')
 makedepends=('gcc-multilib')
-options=('!makeflags')
-source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2
-elfutils-0.155-binutils-pr-ld-13621.patch
-git-fixes.patch)
-sha1sums=('1b96084cd9fe037c1c0bd2c280aaa701f913462b'
-  '8a8be7c0686c6311c1ce969ba10494e704ead48c'
-  '0caab67ed6073a81ca836a4172fa4af35cc1d817')
+source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2)
+sha1sums=('48b30828eb0fb47787e45d80db05c05bbe0eaa76')
 
-prepare() {
-  cd ${srcdir}/${_pkgbasename}-${pkgver}
-
-  patch -Np1 -i ../elfutils-0.155-binutils-pr-ld-13621.patch
-  patch -Np1 -i ../git-fixes.patch
-}
-
 build() {
   cd ${srcdir}/${_pkgbasename}-${pkgver}


Deleted: elfutils-0.155-binutils-pr-ld-13621.patch
===
--- elfutils-0.155-binutils-pr-ld-13621.patch   2013-09-20 06:39:28 UTC (rev 
97442)
+++ elfutils-0.155-binutils-pr-ld-13621.patch   2013-09-20 08:52:27 UTC (rev 
97443)
@@ -1,16 +0,0 @@
-diff --git a/tests/run-elflint-self.sh b/tests/run-elflint-self.sh
-index 4b01008..7a5f0c8 100755
 a/tests/run-elflint-self.sh
-+++ b/tests/run-elflint-self.sh
-@@ -18,4 +18,11 @@
- 
- . $srcdir/test-subr.sh
- 
-+# Makes sure we exit cleanly even when we don't...
-+clean_exit()
-+{
-+  if test $? != 0; then echo "binutils PR ld/13621 workaround"; exit 0; fi
-+}
-+trap clean_exit EXIT
-+
- testrun_on_self ../src/elflint --quiet --gnu-ld



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

2013-09-20 Thread Laurent Carlier
Date: Friday, September 20, 2013 @ 10:46:34
  Author: lcarlier
Revision: 194651

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

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

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

Copied: elfutils/repos/testing-i686/PKGBUILD (from rev 194650, 
elfutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-20 08:46:34 UTC (rev 194651)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Andrej Gelenberg 
+
+pkgname=elfutils
+pkgver=0.156
+pkgrel=1
+pkgdesc="Libraries and utilities to handle ELF object files and DWARF 
debugging information"
+arch=('i686' 'x86_64')
+url="https://fedorahosted.org/elfutils/";
+license=('LGPL3' 'GPL' 'GPL3')
+depends=('gcc-libs' 'zlib' 'bzip2' 'xz')
+provides=('libelf')
+replaces=('libelf')
+conflicts=('libelf')
+source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
+sha1sums=('48b30828eb0fb47787e45d80db05c05bbe0eaa76'
+  'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  CFLAGS+=" -g"  # required for test-suite success
+  ./configure --prefix=/usr --program-prefix="eu-"
+
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: elfutils/repos/testing-x86_64/PKGBUILD (from rev 194650, 
elfutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-09-20 08:46:34 UTC (rev 194651)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault 
+# Contributor: Andrej Gelenberg 
+
+pkgname=elfutils
+pkgver=0.156
+pkgrel=1
+pkgdesc="Libraries and utilities to handle ELF object files and DWARF 
debugging information"
+arch=('i686' 'x86_64')
+url="https://fedorahosted.org/elfutils/";
+license=('LGPL3' 'GPL' 'GPL3')
+depends=('gcc-libs' 'zlib' 'bzip2' 'xz')
+provides=('libelf')
+replaces=('libelf')
+conflicts=('libelf')
+source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
+sha1sums=('48b30828eb0fb47787e45d80db05c05bbe0eaa76'
+  'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  CFLAGS+=" -g"  # required for test-suite success
+  ./configure --prefix=/usr --program-prefix="eu-"
+
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}



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

2013-09-20 Thread Laurent Carlier
Date: Friday, September 20, 2013 @ 10:46:21
  Author: lcarlier
Revision: 194650

upgpkg: elfutils 0.156-1

upstream update 0.156

Modified:
  elfutils/trunk/PKGBUILD
Deleted:
  elfutils/trunk/elfutils-0.155-binutils-pr-ld-13621.patch

---+
 PKGBUILD  |   21 -
 elfutils-0.155-binutils-pr-ld-13621.patch |   16 
 2 files changed, 8 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-20 06:58:42 UTC (rev 194649)
+++ PKGBUILD2013-09-20 08:46:21 UTC (rev 194650)
@@ -3,7 +3,7 @@
 # Contributor: Andrej Gelenberg 
 
 pkgname=elfutils
-pkgver=0.155
+pkgver=0.156
 pkgrel=1
 pkgdesc="Libraries and utilities to handle ELF object files and DWARF 
debugging information"
 arch=('i686' 'x86_64')
@@ -13,32 +13,27 @@
 provides=('libelf')
 replaces=('libelf')
 conflicts=('libelf')
-options=('!makeflags')
-source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig}
-elfutils-0.155-binutils-pr-ld-13621.patch)
-sha1sums=('1b96084cd9fe037c1c0bd2c280aaa701f913462b'
-  'fcd0ebd029b305bf030983daf151a2a1ab5294af'
-  '8a8be7c0686c6311c1ce969ba10494e704ead48c')
+source=(https://fedorahosted.org/releases/e/l/elfutils/${pkgver}/elfutils-${pkgver}.tar.bz2{,.sig})
+sha1sums=('48b30828eb0fb47787e45d80db05c05bbe0eaa76'
+  'SKIP')
 
-prepare() {
+build() {
   cd ${pkgname}-${pkgver}
-  patch -Np1 -i ../elfutils-0.155-binutils-pr-ld-13621.patch
-  sed -i -e 's:-Werror::g' $(find -name Makefile.in)
-}
 
-build() {
-  cd ${pkgname}-${pkgver}
   CFLAGS+=" -g"  # required for test-suite success
   ./configure --prefix=/usr --program-prefix="eu-"
+
   make
 }
 
 check() {
   cd ${pkgname}-${pkgver}
+
   make check
 }
 
 package() {
   cd ${pkgname}-${pkgver}
+
   make DESTDIR="${pkgdir}" install
 }

Deleted: elfutils-0.155-binutils-pr-ld-13621.patch
===
--- elfutils-0.155-binutils-pr-ld-13621.patch   2013-09-20 06:58:42 UTC (rev 
194649)
+++ elfutils-0.155-binutils-pr-ld-13621.patch   2013-09-20 08:46:21 UTC (rev 
194650)
@@ -1,16 +0,0 @@
-diff --git a/tests/run-elflint-self.sh b/tests/run-elflint-self.sh
-index 4b01008..7a5f0c8 100755
 a/tests/run-elflint-self.sh
-+++ b/tests/run-elflint-self.sh
-@@ -18,4 +18,11 @@
- 
- . $srcdir/test-subr.sh
- 
-+# Makes sure we exit cleanly even when we don't...
-+clean_exit()
-+{
-+  if test $? != 0; then echo "binutils PR ld/13621 workaround"; exit 0; fi
-+}
-+trap clean_exit EXIT
-+
- testrun_on_self ../src/elflint --quiet --gnu-ld