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

2012-10-19 Thread Andrea Scarpino
Date: Friday, October 19, 2012 @ 02:53:45
  Author: andrea
Revision: 169307

upgpkg: yakuake 2.9.9-1

Upstream release

Modified:
  yakuake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-19 05:27:26 UTC (rev 169306)
+++ PKGBUILD2012-10-19 06:53:45 UTC (rev 169307)
@@ -4,8 +4,8 @@
 # Contributor: leeghoofd abcd...@solcon.nl
 
 pkgname=yakuake
-pkgver=2.9.8
-pkgrel=2
+pkgver=2.9.9
+pkgrel=1
 pkgdesc=A drop-down terminal emulator based on KDE konsole technology
 arch=('i686' 'x86_64')
 url='http://yakuake.kde.org/'
@@ -13,11 +13,10 @@
 depends=('kdebase-konsole')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('a53ae52fc530912b74155a586d92a1fe')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ef97612710b28d62e43a58bed49cbead')
 
 build() {
-  cd ${srcdir}
   mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
@@ -27,6 +26,6 @@
 }
 
 package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
+  cd build
+  make DESTDIR=${pkgdir} install
 }



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

2012-10-19 Thread Andrea Scarpino
Date: Friday, October 19, 2012 @ 02:54:12
  Author: andrea
Revision: 169308

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

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

--+
 extra-i686/PKGBUILD  |   63 -
 extra-i686/yakuake.install   |   22 +++---
 extra-x86_64/PKGBUILD|   63 -
 extra-x86_64/yakuake.install |   22 +++---
 4 files changed, 84 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-19 06:53:45 UTC (rev 169307)
+++ extra-i686/PKGBUILD 2012-10-19 06:54:12 UTC (rev 169308)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: James Rayner iphi...@gmail.com
-# Contributor: leeghoofd abcd...@solcon.nl
-
-pkgname=yakuake
-pkgver=2.9.8
-pkgrel=2
-pkgdesc=A drop-down terminal emulator based on KDE konsole technology
-arch=('i686' 'x86_64')
-url='http://yakuake.kde.org/'
-license=('GPL')
-depends=('kdebase-konsole')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('a53ae52fc530912b74155a586d92a1fe')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: yakuake/repos/extra-i686/PKGBUILD (from rev 169307, 
yakuake/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-19 06:54:12 UTC (rev 169308)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: James Rayner iphi...@gmail.com
+# Contributor: leeghoofd abcd...@solcon.nl
+
+pkgname=yakuake
+pkgver=2.9.9
+pkgrel=1
+pkgdesc=A drop-down terminal emulator based on KDE konsole technology
+arch=('i686' 'x86_64')
+url='http://yakuake.kde.org/'
+license=('GPL')
+depends=('kdebase-konsole')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('ef97612710b28d62e43a58bed49cbead')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/yakuake.install
===
--- extra-i686/yakuake.install  2012-10-19 06:53:45 UTC (rev 169307)
+++ extra-i686/yakuake.install  2012-10-19 06:54:12 UTC (rev 169308)
@@ -1,11 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: yakuake/repos/extra-i686/yakuake.install (from rev 169307, 
yakuake/trunk/yakuake.install)
===
--- extra-i686/yakuake.install  (rev 0)
+++ extra-i686/yakuake.install  2012-10-19 06:54:12 UTC (rev 169308)
@@ -0,0 +1,11 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-19 06:53:45 UTC (rev 169307)
+++ extra-x86_64/PKGBUILD   2012-10-19 06:54:12 UTC (rev 169308)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: James Rayner iphi...@gmail.com
-# Contributor: leeghoofd abcd...@solcon.nl
-
-pkgname=yakuake
-pkgver=2.9.8
-pkgrel=2
-pkgdesc=A drop-down terminal emulator based on KDE konsole technology
-arch=('i686' 'x86_64')
-url='http://yakuake.kde.org/'
-license=('GPL')
-depends=('kdebase-konsole')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('a53ae52fc530912b74155a586d92a1fe')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \

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

2012-10-19 Thread Eric Bélanger
Date: Friday, October 19, 2012 @ 04:03:07
  Author: eric
Revision: 169309

upgpkg: texlive-bin 2012.0-5

Rebuild against poppler 0.20.5

Modified:
  texlive-bin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-19 06:54:12 UTC (rev 169308)
+++ PKGBUILD2012-10-19 08:03:07 UTC (rev 169309)
@@ -4,7 +4,7 @@
 
 pkgname=texlive-bin
 pkgver=2012.0
-pkgrel=4
+pkgrel=5
 pkgdesc=TeX Live binaries
 license=('GPL')
 arch=('i686' 'x86_64')



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

2012-10-19 Thread Eric Bélanger
Date: Friday, October 19, 2012 @ 04:03:58
  Author: eric
Revision: 169310

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

Added:
  texlive-bin/repos/staging-i686/
  texlive-bin/repos/staging-i686/09-texlive-fonts.conf
(from rev 169309, texlive-bin/trunk/09-texlive-fonts.conf)
  texlive-bin/repos/staging-i686/PKGBUILD
(from rev 169309, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-i686/fix-fontforge-encoding.patch
(from rev 169309, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/staging-i686/luatex-r4449-radical-rule-thickness.patch
(from rev 169309, 
texlive-bin/trunk/luatex-r4449-radical-rule-thickness.patch)
  texlive-bin/repos/staging-i686/poppler-0.20.patch
(from rev 169309, texlive-bin/trunk/poppler-0.20.patch)
  texlive-bin/repos/staging-i686/texlive.install
(from rev 169309, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/staging-i686/texmf.cnf
(from rev 169309, texlive-bin/trunk/texmf.cnf)
  texlive-bin/repos/staging-x86_64/
  texlive-bin/repos/staging-x86_64/09-texlive-fonts.conf
(from rev 169309, texlive-bin/trunk/09-texlive-fonts.conf)
  texlive-bin/repos/staging-x86_64/PKGBUILD
(from rev 169309, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-x86_64/fix-fontforge-encoding.patch
(from rev 169309, texlive-bin/trunk/fix-fontforge-encoding.patch)
  texlive-bin/repos/staging-x86_64/luatex-r4449-radical-rule-thickness.patch
(from rev 169309, 
texlive-bin/trunk/luatex-r4449-radical-rule-thickness.patch)
  texlive-bin/repos/staging-x86_64/poppler-0.20.patch
(from rev 169309, texlive-bin/trunk/poppler-0.20.patch)
  texlive-bin/repos/staging-x86_64/texlive.install
(from rev 169309, texlive-bin/trunk/texlive.install)
  texlive-bin/repos/staging-x86_64/texmf.cnf
(from rev 169309, texlive-bin/trunk/texmf.cnf)

--+
 staging-i686/09-texlive-fonts.conf   |9 
 staging-i686/PKGBUILD|  311 +
 staging-i686/fix-fontforge-encoding.patch|   12 
 staging-i686/luatex-r4449-radical-rule-thickness.patch   |   23 
 staging-i686/poppler-0.20.patch  |   22 
 staging-i686/texlive.install |   43 
 staging-i686/texmf.cnf   |  724 +
 staging-x86_64/09-texlive-fonts.conf |9 
 staging-x86_64/PKGBUILD  |  311 +
 staging-x86_64/fix-fontforge-encoding.patch  |   12 
 staging-x86_64/luatex-r4449-radical-rule-thickness.patch |   23 
 staging-x86_64/poppler-0.20.patch|   22 
 staging-x86_64/texlive.install   |   43 
 staging-x86_64/texmf.cnf |  724 +
 14 files changed, 2288 insertions(+)

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


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

2012-10-19 Thread Andrea Scarpino
Date: Friday, October 19, 2012 @ 04:14:37
  Author: andrea
Revision: 169311

merge the interfaces, pics, servicetypes and templates packages into libs

Modified:
  calligra/trunk/PKGBUILD

--+
 PKGBUILD |   73 +++--
 1 file changed, 19 insertions(+), 54 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-19 08:03:58 UTC (rev 169310)
+++ PKGBUILD2012-10-19 08:14:37 UTC (rev 169311)
@@ -4,12 +4,8 @@
 
 pkgbase=calligra
 pkgname=('calligra-filters'
- 'calligra-interfaces'
  'calligra-libs'
  'calligra-plugins'
- 'calligra-pics'
- 'calligra-servicetypes'
- 'calligra-templates'
  'calligra-tools'
  'calligra-karbon'
  'calligra-kexi'
@@ -22,7 +18,7 @@
  'calligra-braindump'
  'calligra-flow')
 pkgver=2.5.3
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')
@@ -56,24 +52,22 @@
   make DESTDIR=${pkgdir} install
 }
 
-package_calligra-interfaces() {
-  pkgdesc=Interfaces for the Calligra office suite
-  depends=('calligra-libs')
-  conflicts=('koffice-interfaces')
-  replaces=('koffice-interfaces')
-
-  cd ${srcdir}/build/interfaces
-  make DESTDIR=${pkgdir} install
-}
-
 package_calligra-libs() {
   pkgdesc=Libraries for the Calligra office suite
   depends=('kdepimlibs' 'lcms2' 'calligra-servicetypes')
-  conflicts=('koffice-libs')
-  replaces=('koffice-libs')
+  conflicts=('koffice-interfaces' 'koffice-libs' 'koffice-pics'
+ 'koffice-servicetypes' 'koffice-templates' 'calligra-interfaces'
+ 'calligra-libs' 'calligra-pics' 'calligra-servicetypes'
+ 'calligra-templates')
+  replaces=('koffice-interfaces' 'koffice-libs' 'koffice-pics'
+ 'koffice-servicetypes' 'koffice-templates' 'calligra-interfaces'
+ 'calligra-libs' 'calligra-pics' 'calligra-servicetypes'
+ 'calligra-templates')
 
-  cd ${srcdir}/build/libs
-  make DESTDIR=${pkgdir} install
+  for d in interfaces libs pics servicetypes templates; do
+cd ${srcdir}/build/${d}
+make DESTDIR=${pkgdir} install
+  done
 }
 
 package_calligra-plugins() {
@@ -87,35 +81,6 @@
   make DESTDIR=${pkgdir} install
 }
 
-package_calligra-pics() {
-  pkgdesc=Icons for the Calligra office suite
-  conflicts=('koffice-pics')
-  replaces=('koffice-pics')
-  install=calligra.install
-
-  cd ${srcdir}/build/pics
-  make DESTDIR=${pkgdir} install
-}
-
-package_calligra-servicetypes() {
-  pkgdesc=Servicetypes for the Calligra office suite
-  conflicts=('koffice-servicetypes')
-  replaces=('koffice-servicetypes')
-  install=calligra.install
-
-  cd ${srcdir}/build/servicetypes
-  make DESTDIR=${pkgdir} install
-}
-
-package_calligra-templates() {
-  pkgdesc=Templates for the Calligra office suite
-  conflicts=('koffice-templates')
-  replaces=('koffice-templates')
-
-  cd ${srcdir}/build/templates
-  make DESTDIR=${pkgdir} install
-}
-
 package_calligra-tools() {
   pkgdesc=Tools for the Calligra office suite
   depends=('calligra-libs')
@@ -129,7 +94,7 @@
 
 package_calligra-karbon() {
   pkgdesc=Create scalable vector drawings
-  depends=('calligra-libs' 'calligra-templates' 'kdebase-runtime' 'pstoedit')
+  depends=('calligra-libs' 'kdebase-runtime' 'pstoedit')
   optdepends=('calligra-filters: import/export filters'
   'calligra-tools: extra calligra tools')
   conflicts=('koffice-karbon' 'koffice-karbon-doc' 'calligra-karbon-doc')
@@ -142,7 +107,7 @@
 
 package_calligra-kexi() {
   pkgdesc=Develop desktop database applications
-  depends=('calligra-libs' 'calligra-templates' 'glew' 'fftw')
+  depends=('calligra-libs' 'glew' 'fftw')
   optdepends=('libmysqlclient: MySQL driver'
   'libpqxx: PostgreSQL driver'
   'freetds: Sybase  MS SQL driver'
@@ -173,7 +138,7 @@
 
 package_calligra-stage() {
   pkgdesc=Write presentation documents
-  depends=('calligra-libs' 'calligra-templates' 'kdebase-runtime')
+  depends=('calligra-libs' 'kdebase-runtime')
   optdepends=('calligra-plugins: extra calligra plugins')
   conflicts=('koffice-kpresenter' 'koffice-kpresenter-doc' 
'calligra-stage-doc')
   replaces=('koffice-kpresenter' 'koffice-kpresenter-doc' 'calligra-stage-doc')
@@ -187,7 +152,7 @@
 
 package_calligra-krita() {
   pkgdesc=Edit and paint images
-  depends=('calligra-templates' 'calligra-plugins' 'kdebase-runtime' 'eigen2'
+  depends=('calligra-plugins' 'kdebase-runtime' 'eigen2'
'poppler-qt' 'libkdcraw' 'fftw' 'glew' 'opengtl')
   conflicts=('koffice-krita' 'calligra-krita-doc')
   replaces=('koffice-krita' 'calligra-krita-doc')
@@ -199,7 +164,7 @@
 
 package_calligra-sheets() {
   pkgdesc=Write spreadsheet documents
-  depends=('calligra-templates' 'calligra-libs' 'gsl' 'kdebase-runtime')
+  depends=('calligra-libs' 'gsl' 'kdebase-runtime')
   

[arch-commits] Commit in systemd/repos (30 files)

2012-10-19 Thread Dave Reisner
Date: Friday, October 19, 2012 @ 04:32:38
  Author: dreisner
Revision: 169312

db-move: moved systemd from [testing] to [core] (i686, x86_64)

Added:
  systemd/repos/core-i686/0001-Reinstate-TIMEOUT-handling.patch
(from rev 169311, 
systemd/repos/testing-i686/0001-Reinstate-TIMEOUT-handling.patch)
  systemd/repos/core-i686/PKGBUILD
(from rev 169311, systemd/repos/testing-i686/PKGBUILD)
  systemd/repos/core-i686/initcpio-hook-udev
(from rev 169311, systemd/repos/testing-i686/initcpio-hook-udev)
  systemd/repos/core-i686/initcpio-install-timestamp
(from rev 169311, systemd/repos/testing-i686/initcpio-install-timestamp)
  systemd/repos/core-i686/initcpio-install-udev
(from rev 169311, systemd/repos/testing-i686/initcpio-install-udev)
  systemd/repos/core-i686/systemd.install
(from rev 169311, systemd/repos/testing-i686/systemd.install)
  systemd/repos/core-i686/use-split-usr-path.patch
(from rev 169311, systemd/repos/testing-i686/use-split-usr-path.patch)
  systemd/repos/core-x86_64/0001-Reinstate-TIMEOUT-handling.patch
(from rev 169311, 
systemd/repos/testing-x86_64/0001-Reinstate-TIMEOUT-handling.patch)
  systemd/repos/core-x86_64/PKGBUILD
(from rev 169311, systemd/repos/testing-x86_64/PKGBUILD)
  systemd/repos/core-x86_64/initcpio-hook-udev
(from rev 169311, systemd/repos/testing-x86_64/initcpio-hook-udev)
  systemd/repos/core-x86_64/initcpio-install-timestamp
(from rev 169311, systemd/repos/testing-x86_64/initcpio-install-timestamp)
  systemd/repos/core-x86_64/initcpio-install-udev
(from rev 169311, systemd/repos/testing-x86_64/initcpio-install-udev)
  systemd/repos/core-x86_64/systemd.install
(from rev 169311, systemd/repos/testing-x86_64/systemd.install)
  systemd/repos/core-x86_64/use-split-usr-path.patch
(from rev 169311, systemd/repos/testing-x86_64/use-split-usr-path.patch)
Deleted:
  systemd/repos/core-i686/0001-Reinstate-TIMEOUT-handling.patch
  systemd/repos/core-i686/PKGBUILD
  systemd/repos/core-i686/initcpio-hook-udev
  systemd/repos/core-i686/initcpio-install-timestamp
  systemd/repos/core-i686/initcpio-install-udev
  systemd/repos/core-i686/systemd.install
  systemd/repos/core-i686/use-split-usr-path.patch
  systemd/repos/core-x86_64/0001-Reinstate-TIMEOUT-handling.patch
  systemd/repos/core-x86_64/PKGBUILD
  systemd/repos/core-x86_64/initcpio-hook-udev
  systemd/repos/core-x86_64/initcpio-install-timestamp
  systemd/repos/core-x86_64/initcpio-install-udev
  systemd/repos/core-x86_64/systemd.install
  systemd/repos/core-x86_64/use-split-usr-path.patch
  systemd/repos/testing-i686/
  systemd/repos/testing-x86_64/

---+
 core-i686/0001-Reinstate-TIMEOUT-handling.patch   |  248 
 core-i686/PKGBUILD|  308 ++--
 core-i686/initcpio-hook-udev  |   40 +-
 core-i686/initcpio-install-timestamp  |   28 -
 core-i686/initcpio-install-udev   |   56 +--
 core-i686/systemd.install |   63 ++--
 core-i686/use-split-usr-path.patch|   28 -
 core-x86_64/0001-Reinstate-TIMEOUT-handling.patch |  248 
 core-x86_64/PKGBUILD  |  308 ++--
 core-x86_64/initcpio-hook-udev|   40 +-
 core-x86_64/initcpio-install-timestamp|   28 -
 core-x86_64/initcpio-install-udev |   56 +--
 core-x86_64/systemd.install   |   63 ++--
 core-x86_64/use-split-usr-path.patch  |   28 -
 14 files changed, 780 insertions(+), 762 deletions(-)

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


[arch-commits] Commit in (4 files)

2012-10-19 Thread Andrea Scarpino
Date: Friday, October 19, 2012 @ 04:48:20
  Author: andrea
Revision: 169313

Move python-cssselect from AUR (FS#31857)

Added:
  python-cssselect/
  python-cssselect/repos/
  python-cssselect/trunk/
  python-cssselect/trunk/PKGBUILD

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

Added: python-cssselect/trunk/PKGBUILD
===
--- python-cssselect/trunk/PKGBUILD (rev 0)
+++ python-cssselect/trunk/PKGBUILD 2012-10-19 08:48:20 UTC (rev 169313)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:
+# Contributor: Simon Sapin simon dot sapin at exyr dot org
+
+pkgbase=python-cssselect
+pkgname=('python-cssselect' 'python2-cssselect')
+pkgver=0.7.1
+pkgrel=2
+license=('BSD')
+arch=('any')
+url=http://pypi.python.org/pypi/cssselect;
+makedepends=('python2' 'python')
+source=(http://pypi.python.org/packages/source/c/cssselect/cssselect-${pkgver}.tar.gz;)
+md5sums=('c6c5e9a2e7ca226ce03f6f67a771379c')
+
+build() {
+  cp -r cssselect-${pkgver} python2-cssselect-${pkgver}
+}
+
+package_python-cssselect() {
+  pkgdesc=A Python3 library that parses CSS3 Selectors and translates them to 
XPath 1.0
+  depends=('python')
+
+  cd cssselect-${pkgver}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-cssselect() {
+  pkgdesc=A Python2 library that parses CSS3 Selectors and translates them to 
XPath 1.0
+  depends=('python2')
+
+  cd python2-cssselect-${pkgver}
+  python2 setup.py install --root=${pkgdir}/ --optimize=1
+  
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  # Fix python2 shebang
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+${pkgdir}/usr/lib/python2.7/site-packages/cssselect/tests.py
+}



[arch-commits] Commit in python-cssselect/repos (testing-any testing-any/PKGBUILD)

2012-10-19 Thread Andrea Scarpino
Date: Friday, October 19, 2012 @ 04:48:43
  Author: andrea
Revision: 169314

archrelease: copy trunk to testing-any

Added:
  python-cssselect/repos/testing-any/
  python-cssselect/repos/testing-any/PKGBUILD
(from rev 169313, python-cssselect/trunk/PKGBUILD)

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

Copied: python-cssselect/repos/testing-any/PKGBUILD (from rev 169313, 
python-cssselect/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-10-19 08:48:43 UTC (rev 169314)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:
+# Contributor: Simon Sapin simon dot sapin at exyr dot org
+
+pkgbase=python-cssselect
+pkgname=('python-cssselect' 'python2-cssselect')
+pkgver=0.7.1
+pkgrel=2
+license=('BSD')
+arch=('any')
+url=http://pypi.python.org/pypi/cssselect;
+makedepends=('python2' 'python')
+source=(http://pypi.python.org/packages/source/c/cssselect/cssselect-${pkgver}.tar.gz;)
+md5sums=('c6c5e9a2e7ca226ce03f6f67a771379c')
+
+build() {
+  cp -r cssselect-${pkgver} python2-cssselect-${pkgver}
+}
+
+package_python-cssselect() {
+  pkgdesc=A Python3 library that parses CSS3 Selectors and translates them to 
XPath 1.0
+  depends=('python')
+
+  cd cssselect-${pkgver}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-cssselect() {
+  pkgdesc=A Python2 library that parses CSS3 Selectors and translates them to 
XPath 1.0
+  depends=('python2')
+
+  cd python2-cssselect-${pkgver}
+  python2 setup.py install --root=${pkgdir}/ --optimize=1
+  
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  # Fix python2 shebang
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+${pkgdir}/usr/lib/python2.7/site-packages/cssselect/tests.py
+}



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

2012-10-19 Thread Andrea Scarpino
Date: Friday, October 19, 2012 @ 04:50:03
  Author: andrea
Revision: 169315

db-move: moved python-cssselect from [testing] to [extra] (any)

Added:
  python-cssselect/repos/extra-any/
  python-cssselect/repos/extra-any/PKGBUILD
(from rev 169314, python-cssselect/repos/testing-any/PKGBUILD)
Deleted:
  python-cssselect/repos/testing-any/

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

Copied: python-cssselect/repos/extra-any/PKGBUILD (from rev 169314, 
python-cssselect/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-10-19 08:50:03 UTC (rev 169315)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:
+# Contributor: Simon Sapin simon dot sapin at exyr dot org
+
+pkgbase=python-cssselect
+pkgname=('python-cssselect' 'python2-cssselect')
+pkgver=0.7.1
+pkgrel=2
+license=('BSD')
+arch=('any')
+url=http://pypi.python.org/pypi/cssselect;
+makedepends=('python2' 'python')
+source=(http://pypi.python.org/packages/source/c/cssselect/cssselect-${pkgver}.tar.gz;)
+md5sums=('c6c5e9a2e7ca226ce03f6f67a771379c')
+
+build() {
+  cp -r cssselect-${pkgver} python2-cssselect-${pkgver}
+}
+
+package_python-cssselect() {
+  pkgdesc=A Python3 library that parses CSS3 Selectors and translates them to 
XPath 1.0
+  depends=('python')
+
+  cd cssselect-${pkgver}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-cssselect() {
+  pkgdesc=A Python2 library that parses CSS3 Selectors and translates them to 
XPath 1.0
+  depends=('python2')
+
+  cd python2-cssselect-${pkgver}
+  python2 setup.py install --root=${pkgdir}/ --optimize=1
+  
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  # Fix python2 shebang
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+${pkgdir}/usr/lib/python2.7/site-packages/cssselect/tests.py
+}



[arch-commits] Commit in spamassassin/trunk (PKGBUILD spamassassin.service)

2012-10-19 Thread Florian Pritz
Date: Friday, October 19, 2012 @ 05:02:58
  Author: bluewind
Revision: 169316

fix missing -d in systemd service file

upgpkg: spamassassin 3.3.2-7

Modified:
  spamassassin/trunk/PKGBUILD
  spamassassin/trunk/spamassassin.service

--+
 PKGBUILD |4 ++--
 spamassassin.service |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-19 08:50:03 UTC (rev 169315)
+++ PKGBUILD2012-10-19 09:02:58 UTC (rev 169316)
@@ -4,7 +4,7 @@
 # Contributor: Manolis Tzanidakis
 pkgname=spamassassin
 pkgver=3.3.2
-pkgrel=6
+pkgrel=7
 pkgdesc=A mail filter to identify spam.
 arch=('i686' 'x86_64')
 license=('APACHE')
@@ -28,7 +28,7 @@
 md5sums=('d1d62cc5c6eac57e88c4006d9633b81e'
  'af501c6b0bb937a2775b747cc4b6d150'
  '57545e6877503d897db21e9a2e8bd2b9'
- '1c39572b79bc20c822387814050ee5c1')
+ 'ded3e012a4d502df001f2d97c495cc4e')
 
 build() {
   cd ${srcdir}/Mail-SpamAssassin-${pkgver}

Modified: spamassassin.service
===
--- spamassassin.service2012-10-19 08:50:03 UTC (rev 169315)
+++ spamassassin.service2012-10-19 09:02:58 UTC (rev 169316)
@@ -5,7 +5,7 @@
 [Service]
 Type=forking
 PIDFile=/var/run/spamd.pid
-ExecStart=/usr/bin/vendor_perl/spamd --pidfile /var/run/spamd.pid -c
+ExecStart=/usr/bin/vendor_perl/spamd -d --pidfile /var/run/spamd.pid -c
 StandardOutput=syslog
 StandardError=syslog
 Restart=always



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

2012-10-19 Thread Florian Pritz
Date: Friday, October 19, 2012 @ 05:03:47
  Author: bluewind
Revision: 169317

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

Added:
  spamassassin/repos/extra-i686/PKGBUILD
(from rev 169316, spamassassin/trunk/PKGBUILD)
  spamassassin/repos/extra-i686/spamassassin.install
(from rev 169316, spamassassin/trunk/spamassassin.install)
  spamassassin/repos/extra-i686/spamassassin.service
(from rev 169316, spamassassin/trunk/spamassassin.service)
  spamassassin/repos/extra-i686/spamd
(from rev 169316, spamassassin/trunk/spamd)
  spamassassin/repos/extra-i686/spamd.conf.d
(from rev 169316, spamassassin/trunk/spamd.conf.d)
  spamassassin/repos/extra-x86_64/PKGBUILD
(from rev 169316, spamassassin/trunk/PKGBUILD)
  spamassassin/repos/extra-x86_64/spamassassin.install
(from rev 169316, spamassassin/trunk/spamassassin.install)
  spamassassin/repos/extra-x86_64/spamassassin.service
(from rev 169316, spamassassin/trunk/spamassassin.service)
  spamassassin/repos/extra-x86_64/spamd
(from rev 169316, spamassassin/trunk/spamd)
  spamassassin/repos/extra-x86_64/spamd.conf.d
(from rev 169316, spamassassin/trunk/spamd.conf.d)
Deleted:
  spamassassin/repos/extra-i686/PKGBUILD
  spamassassin/repos/extra-i686/spamassassin.install
  spamassassin/repos/extra-i686/spamassassin.service
  spamassassin/repos/extra-i686/spamd
  spamassassin/repos/extra-i686/spamd.conf.d
  spamassassin/repos/extra-x86_64/PKGBUILD
  spamassassin/repos/extra-x86_64/spamassassin.install
  spamassassin/repos/extra-x86_64/spamassassin.service
  spamassassin/repos/extra-x86_64/spamd
  spamassassin/repos/extra-x86_64/spamd.conf.d

---+
 extra-i686/PKGBUILD   |  122 ++--
 extra-i686/spamassassin.install   |   22 +++---
 extra-i686/spamassassin.service   |   28 
 extra-i686/spamd  |  110 
 extra-i686/spamd.conf.d   |2 
 extra-x86_64/PKGBUILD |  122 ++--
 extra-x86_64/spamassassin.install |   22 +++---
 extra-x86_64/spamassassin.service |   28 
 extra-x86_64/spamd|  110 
 extra-x86_64/spamd.conf.d |2 
 10 files changed, 284 insertions(+), 284 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-19 09:02:58 UTC (rev 169316)
+++ extra-i686/PKGBUILD 2012-10-19 09:03:47 UTC (rev 169317)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz bluew...@xinu.at
-# Contributor: Dale Blount d...@archlinux.org
-# Contributor: Manolis Tzanidakis
-pkgname=spamassassin
-pkgver=3.3.2
-pkgrel=6
-pkgdesc=A mail filter to identify spam.
-arch=('i686' 'x86_64')
-license=('APACHE')
-url=http://spamassassin.apache.org;
-depends=('openssl' 'zlib' 're2c' 'perl-net-dns' 'perl-io-socket-ssl'
- 'perl-libwww' 'perl-mail-spf' 'perl-http-message' 'perl-net-http'
- 'perl-io-socket-inet6' 'perl-mail-dkim' 'perl-crypt-ssleay')
-makedepends=('razor' 'perl-dbi') 
-optdepends=('razor: to identify collaborately-flagged spam')
-backup=('etc/conf.d/spamd' 
-'etc/mail/spamassassin/local.cf'
-'etc/mail/spamassassin/init.pre'
-'etc/mail/spamassassin/v310.pre'
-'etc/mail/spamassassin/v312.pre'
-'etc/mail/spamassassin/v320.pre'
-'etc/mail/spamassassin/v330.pre')
-install=${pkgname}.install
-options=('!emptydirs')
-source=(http://mirrors.devlib.org/apache/${pkgname}/source/Mail-SpamAssassin-${pkgver}.tar.gz;
-'spamd.conf.d' 'spamd' 'spamassassin.service')
-md5sums=('d1d62cc5c6eac57e88c4006d9633b81e'
- 'af501c6b0bb937a2775b747cc4b6d150'
- '57545e6877503d897db21e9a2e8bd2b9'
- '1c39572b79bc20c822387814050ee5c1')
-
-build() {
-  cd ${srcdir}/Mail-SpamAssassin-${pkgver}
-
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor \
-  CONTACT_ADDRESS=root@localhost ENABLE_SSL=yes PERL_TAINT=no
-  make 
-}
-
-check() {
-  cd ${srcdir}/Mail-SpamAssassin-${pkgver}
-
-  # SSLv2 is disabled by upstream so this test would fail
-  rm -rf t/spamd_ssl_v2.t
-
-  # parallel tests cause lots of failures; disable for now
-  #export HARNESS_OPTIONS=j$(echo $MAKEFLAGS | sed 
's/.*-j\([0-9][0-9]*\).*/\1/')
-
-  make test
-}
-
-package() {
-  cd ${srcdir}/Mail-SpamAssassin-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  install -D -m644 ${srcdir}/spamd.conf.d ${pkgdir}/etc/conf.d/spamd
-  install -D -m755 ${srcdir}/spamd ${pkgdir}/etc/rc.d/spamd
-  install -D -m644 ${srcdir}/spamassassin.service 
${pkgdir}/usr/lib/systemd/system/spamassassin.service
-}

Copied: spamassassin/repos/extra-i686/PKGBUILD (from rev 169316, 
spamassassin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 

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

2012-10-19 Thread Andrea Scarpino
Date: Friday, October 19, 2012 @ 05:24:44
  Author: andrea
Revision: 169318

upgpkg: python-lxml 3.0-2

Provide docs (FS#31540); Add new optional deps for lxml3 (FS#31857)

Modified:
  python-lxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-19 09:03:47 UTC (rev 169317)
+++ PKGBUILD2012-10-19 09:24:44 UTC (rev 169318)
@@ -1,10 +1,10 @@
 # $Id$
 # Maintainer:
 
-pkgname=('python-lxml' 'python2-lxml')
+pkgbase=python-lxml
+pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
 pkgver=3.0
-pkgrel=1
-pkgdesc=Python binding for the libxml2 and libxslt libraries
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('BSD' 'custom')
 url=http://lxml.de/;
@@ -14,18 +14,20 @@
   'b38447fd3f9cfb30b4d56ffe3bec42739afb2947')
 
 check() {
-  cd ${srcdir}/lxml-$pkgver
+  cd lxml-$pkgver
   make PYTHON=python2 test
   make PYTHON=python test
 }
 
 package_python2-lxml() {
+  pkgdesc=Python2 binding for the libxml2 and libxslt libraries
   depends=('python2' 'libxslt')
-  optdepends=('python2-beautifulsoup3: support for parsing not well formed 
HTML')
+  optdepends=('python2-beautifulsoup3: support for parsing not well formed 
HTML'
+  'python-lxml-docs: offline docs')
 
-  cd ${srcdir}/lxml-$pkgver
+  cd lxml-$pkgver
   python2 setup.py install --root=${pkgdir} --optimize=1
-
+ 
   install -Dm644 LICENSES.txt \
 ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
   install -Dm644 doc/licenses/BSD.txt \
@@ -35,11 +37,14 @@
 }
 
 package_python-lxml() {
+  pkgdesc=Python3 binding for the libxml2 and libxslt libraries
   depends=('python' 'libxslt')
+  optdepends=('python-cssselect'
+  'python-lxml-docs: offline docs')
 
-  cd ${srcdir}/lxml-$pkgver
+  cd lxml-$pkgver
   python setup.py install --root=${pkgdir} --optimize=1
-
+  
   install -Dm644 LICENSES.txt \
 ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
   install -Dm644 doc/licenses/BSD.txt \
@@ -47,3 +52,12 @@
   install -Dm644 doc/licenses/elementtree.txt \
 ${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
 }
+
+package_python-lxml-docs() {
+  pkgdesc=Python binding for the libxml2 and libxslt libraries (docs)
+  options=('docs')
+
+  cd lxml-$pkgver
+  install -d ${pkgdir}/usr/share/doc/${pkgbase}
+  cp -r doc/html ${pkgdir}/usr/share/doc/${pkgbase}
+}



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

2012-10-19 Thread Andrea Scarpino
Date: Friday, October 19, 2012 @ 05:25:22
  Author: andrea
Revision: 169319

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

Added:
  python-lxml/repos/extra-i686/PKGBUILD
(from rev 169318, python-lxml/trunk/PKGBUILD)
  python-lxml/repos/extra-x86_64/PKGBUILD
(from rev 169318, python-lxml/trunk/PKGBUILD)
Deleted:
  python-lxml/repos/extra-i686/PKGBUILD
  python-lxml/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-19 09:24:44 UTC (rev 169318)
+++ extra-i686/PKGBUILD 2012-10-19 09:25:22 UTC (rev 169319)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=('python-lxml' 'python2-lxml')
-pkgver=3.0
-pkgrel=1
-pkgdesc=Python binding for the libxml2 and libxslt libraries
-arch=('i686' 'x86_64')
-license=('BSD' 'custom')
-url=http://lxml.de/;
-makedepends=('python2' 'python' 'libxslt')
-source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
-sha1sums=('8dbbd03a637bb563113cf07049a4d5a109369441'
-  'b38447fd3f9cfb30b4d56ffe3bec42739afb2947')
-
-check() {
-  cd ${srcdir}/lxml-$pkgver
-  make PYTHON=python2 test
-  make PYTHON=python test
-}
-
-package_python2-lxml() {
-  depends=('python2' 'libxslt')
-  optdepends=('python2-beautifulsoup3: support for parsing not well formed 
HTML')
-
-  cd ${srcdir}/lxml-$pkgver
-  python2 setup.py install --root=${pkgdir} --optimize=1
-
-  install -Dm644 LICENSES.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
-}
-
-package_python-lxml() {
-  depends=('python' 'libxslt')
-
-  cd ${srcdir}/lxml-$pkgver
-  python setup.py install --root=${pkgdir} --optimize=1
-
-  install -Dm644 LICENSES.txt \
-${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 doc/licenses/BSD.txt \
-${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
-  install -Dm644 doc/licenses/elementtree.txt \
-${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
-}

Copied: python-lxml/repos/extra-i686/PKGBUILD (from rev 169318, 
python-lxml/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-19 09:25:22 UTC (rev 169319)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer:
+
+pkgbase=python-lxml
+pkgname=('python-lxml' 'python2-lxml' 'python-lxml-docs')
+pkgver=3.0
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('BSD' 'custom')
+url=http://lxml.de/;
+makedepends=('python2' 'python' 'libxslt')
+source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
+sha1sums=('8dbbd03a637bb563113cf07049a4d5a109369441'
+  'b38447fd3f9cfb30b4d56ffe3bec42739afb2947')
+
+check() {
+  cd lxml-$pkgver
+  make PYTHON=python2 test
+  make PYTHON=python test
+}
+
+package_python2-lxml() {
+  pkgdesc=Python2 binding for the libxml2 and libxslt libraries
+  depends=('python2' 'libxslt')
+  optdepends=('python2-beautifulsoup3: support for parsing not well formed 
HTML'
+  'python-lxml-docs: offline docs')
+
+  cd lxml-$pkgver
+  python2 setup.py install --root=${pkgdir} --optimize=1
+ 
+  install -Dm644 LICENSES.txt \
+${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 doc/licenses/BSD.txt \
+${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
+  install -Dm644 doc/licenses/elementtree.txt \
+${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
+}
+
+package_python-lxml() {
+  pkgdesc=Python3 binding for the libxml2 and libxslt libraries
+  depends=('python' 'libxslt')
+  optdepends=('python-cssselect'
+  'python-lxml-docs: offline docs')
+
+  cd lxml-$pkgver
+  python setup.py install --root=${pkgdir} --optimize=1
+  
+  install -Dm644 LICENSES.txt \
+${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 doc/licenses/BSD.txt \
+${pkgdir}/usr/share/licenses/$pkgname/BSD.txt
+  install -Dm644 doc/licenses/elementtree.txt \
+${pkgdir}/usr/share/licenses/$pkgname/elementtree.txt
+}
+
+package_python-lxml-docs() {
+  pkgdesc=Python binding for the libxml2 and libxslt libraries (docs)
+  options=('docs')
+
+  cd lxml-$pkgver
+  install -d ${pkgdir}/usr/share/doc/${pkgbase}
+  cp -r doc/html ${pkgdir}/usr/share/doc/${pkgbase}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-19 09:24:44 UTC (rev 169318)
+++ extra-x86_64/PKGBUILD   2012-10-19 09:25:22 UTC (rev 169319)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=('python-lxml' 

[arch-commits] Commit in calligra/repos (52 files)

2012-10-19 Thread Andrea Scarpino
Date: Friday, October 19, 2012 @ 05:28:29
  Author: andrea
Revision: 169320

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

Added:
  calligra/repos/staging-i686/PKGBUILD
(from rev 169319, calligra/trunk/PKGBUILD)
  calligra/repos/staging-i686/calligra-braindump.install
(from rev 169319, calligra/trunk/calligra-braindump.install)
  calligra/repos/staging-i686/calligra-filters.install
(from rev 169319, calligra/trunk/calligra-filters.install)
  calligra/repos/staging-i686/calligra-flow.install
(from rev 169319, calligra/trunk/calligra-flow.install)
  calligra/repos/staging-i686/calligra-karbon.install
(from rev 169319, calligra/trunk/calligra-karbon.install)
  calligra/repos/staging-i686/calligra-kexi.install
(from rev 169319, calligra/trunk/calligra-kexi.install)
  calligra/repos/staging-i686/calligra-krita.install
(from rev 169319, calligra/trunk/calligra-krita.install)
  calligra/repos/staging-i686/calligra-plan.install
(from rev 169319, calligra/trunk/calligra-plan.install)
  calligra/repos/staging-i686/calligra-sheets.install
(from rev 169319, calligra/trunk/calligra-sheets.install)
  calligra/repos/staging-i686/calligra-stage.install
(from rev 169319, calligra/trunk/calligra-stage.install)
  calligra/repos/staging-i686/calligra-tools.install
(from rev 169319, calligra/trunk/calligra-tools.install)
  calligra/repos/staging-i686/calligra-words.install
(from rev 169319, calligra/trunk/calligra-words.install)
  calligra/repos/staging-i686/calligra.install
(from rev 169319, calligra/trunk/calligra.install)
  calligra/repos/staging-x86_64/PKGBUILD
(from rev 169319, calligra/trunk/PKGBUILD)
  calligra/repos/staging-x86_64/calligra-braindump.install
(from rev 169319, calligra/trunk/calligra-braindump.install)
  calligra/repos/staging-x86_64/calligra-filters.install
(from rev 169319, calligra/trunk/calligra-filters.install)
  calligra/repos/staging-x86_64/calligra-flow.install
(from rev 169319, calligra/trunk/calligra-flow.install)
  calligra/repos/staging-x86_64/calligra-karbon.install
(from rev 169319, calligra/trunk/calligra-karbon.install)
  calligra/repos/staging-x86_64/calligra-kexi.install
(from rev 169319, calligra/trunk/calligra-kexi.install)
  calligra/repos/staging-x86_64/calligra-krita.install
(from rev 169319, calligra/trunk/calligra-krita.install)
  calligra/repos/staging-x86_64/calligra-plan.install
(from rev 169319, calligra/trunk/calligra-plan.install)
  calligra/repos/staging-x86_64/calligra-sheets.install
(from rev 169319, calligra/trunk/calligra-sheets.install)
  calligra/repos/staging-x86_64/calligra-stage.install
(from rev 169319, calligra/trunk/calligra-stage.install)
  calligra/repos/staging-x86_64/calligra-tools.install
(from rev 169319, calligra/trunk/calligra-tools.install)
  calligra/repos/staging-x86_64/calligra-words.install
(from rev 169319, calligra/trunk/calligra-words.install)
  calligra/repos/staging-x86_64/calligra.install
(from rev 169319, calligra/trunk/calligra.install)
Deleted:
  calligra/repos/staging-i686/PKGBUILD
  calligra/repos/staging-i686/calligra-braindump.install
  calligra/repos/staging-i686/calligra-filters.install
  calligra/repos/staging-i686/calligra-flow.install
  calligra/repos/staging-i686/calligra-karbon.install
  calligra/repos/staging-i686/calligra-kexi.install
  calligra/repos/staging-i686/calligra-krita.install
  calligra/repos/staging-i686/calligra-plan.install
  calligra/repos/staging-i686/calligra-sheets.install
  calligra/repos/staging-i686/calligra-stage.install
  calligra/repos/staging-i686/calligra-tools.install
  calligra/repos/staging-i686/calligra-words.install
  calligra/repos/staging-i686/calligra.install
  calligra/repos/staging-x86_64/PKGBUILD
  calligra/repos/staging-x86_64/calligra-braindump.install
  calligra/repos/staging-x86_64/calligra-filters.install
  calligra/repos/staging-x86_64/calligra-flow.install
  calligra/repos/staging-x86_64/calligra-karbon.install
  calligra/repos/staging-x86_64/calligra-kexi.install
  calligra/repos/staging-x86_64/calligra-krita.install
  calligra/repos/staging-x86_64/calligra-plan.install
  calligra/repos/staging-x86_64/calligra-sheets.install
  calligra/repos/staging-x86_64/calligra-stage.install
  calligra/repos/staging-x86_64/calligra-tools.install
  calligra/repos/staging-x86_64/calligra-words.install
  calligra/repos/staging-x86_64/calligra.install

---+
 staging-i686/PKGBUILD |  477 
 staging-i686/calligra-braindump.install   |   24 -
 staging-i686/calligra-filters.install |   22 -
 staging-i686/calligra-flow.install|   24 -
 staging-i686/calligra-karbon.install  |   24 -
 staging-i686/calligra-kexi.install|   22 -
 staging-i686/calligra-krita.install   |   26 -
 staging-i686/calligra-plan.install|   24 -
 staging-i686/calligra-sheets.install  |   24 -

[arch-commits] Commit in calligra/repos (30 files)

2012-10-19 Thread andyrtr
Date: Friday, October 19, 2012 @ 09:28:30
  Author: andyrtr
Revision: 169321

db-move: moved calligra from [staging] to [testing] (i686, x86_64)

Added:
  calligra/repos/testing-i686/
  calligra/repos/testing-i686/PKGBUILD
(from rev 169320, calligra/repos/staging-i686/PKGBUILD)
  calligra/repos/testing-i686/calligra-braindump.install
(from rev 169320, calligra/repos/staging-i686/calligra-braindump.install)
  calligra/repos/testing-i686/calligra-filters.install
(from rev 169320, calligra/repos/staging-i686/calligra-filters.install)
  calligra/repos/testing-i686/calligra-flow.install
(from rev 169320, calligra/repos/staging-i686/calligra-flow.install)
  calligra/repos/testing-i686/calligra-karbon.install
(from rev 169320, calligra/repos/staging-i686/calligra-karbon.install)
  calligra/repos/testing-i686/calligra-kexi.install
(from rev 169320, calligra/repos/staging-i686/calligra-kexi.install)
  calligra/repos/testing-i686/calligra-krita.install
(from rev 169320, calligra/repos/staging-i686/calligra-krita.install)
  calligra/repos/testing-i686/calligra-plan.install
(from rev 169320, calligra/repos/staging-i686/calligra-plan.install)
  calligra/repos/testing-i686/calligra-sheets.install
(from rev 169320, calligra/repos/staging-i686/calligra-sheets.install)
  calligra/repos/testing-i686/calligra-stage.install
(from rev 169320, calligra/repos/staging-i686/calligra-stage.install)
  calligra/repos/testing-i686/calligra-tools.install
(from rev 169320, calligra/repos/staging-i686/calligra-tools.install)
  calligra/repos/testing-i686/calligra-words.install
(from rev 169320, calligra/repos/staging-i686/calligra-words.install)
  calligra/repos/testing-i686/calligra.install
(from rev 169320, calligra/repos/staging-i686/calligra.install)
  calligra/repos/testing-x86_64/
  calligra/repos/testing-x86_64/PKGBUILD
(from rev 169320, calligra/repos/staging-x86_64/PKGBUILD)
  calligra/repos/testing-x86_64/calligra-braindump.install
(from rev 169320, calligra/repos/staging-x86_64/calligra-braindump.install)
  calligra/repos/testing-x86_64/calligra-filters.install
(from rev 169320, calligra/repos/staging-x86_64/calligra-filters.install)
  calligra/repos/testing-x86_64/calligra-flow.install
(from rev 169320, calligra/repos/staging-x86_64/calligra-flow.install)
  calligra/repos/testing-x86_64/calligra-karbon.install
(from rev 169320, calligra/repos/staging-x86_64/calligra-karbon.install)
  calligra/repos/testing-x86_64/calligra-kexi.install
(from rev 169320, calligra/repos/staging-x86_64/calligra-kexi.install)
  calligra/repos/testing-x86_64/calligra-krita.install
(from rev 169320, calligra/repos/staging-x86_64/calligra-krita.install)
  calligra/repos/testing-x86_64/calligra-plan.install
(from rev 169320, calligra/repos/staging-x86_64/calligra-plan.install)
  calligra/repos/testing-x86_64/calligra-sheets.install
(from rev 169320, calligra/repos/staging-x86_64/calligra-sheets.install)
  calligra/repos/testing-x86_64/calligra-stage.install
(from rev 169320, calligra/repos/staging-x86_64/calligra-stage.install)
  calligra/repos/testing-x86_64/calligra-tools.install
(from rev 169320, calligra/repos/staging-x86_64/calligra-tools.install)
  calligra/repos/testing-x86_64/calligra-words.install
(from rev 169320, calligra/repos/staging-x86_64/calligra-words.install)
  calligra/repos/testing-x86_64/calligra.install
(from rev 169320, calligra/repos/staging-x86_64/calligra.install)
Deleted:
  calligra/repos/staging-i686/
  calligra/repos/staging-x86_64/

---+
 testing-i686/PKGBUILD |  221 
 testing-i686/calligra-braindump.install   |   12 +
 testing-i686/calligra-filters.install |   11 +
 testing-i686/calligra-flow.install|   12 +
 testing-i686/calligra-karbon.install  |   12 +
 testing-i686/calligra-kexi.install|   11 +
 testing-i686/calligra-krita.install   |   13 +
 testing-i686/calligra-plan.install|   12 +
 testing-i686/calligra-sheets.install  |   12 +
 testing-i686/calligra-stage.install   |   12 +
 testing-i686/calligra-tools.install   |   12 +
 testing-i686/calligra-words.install   |   12 +
 testing-i686/calligra.install |   11 +
 testing-x86_64/PKGBUILD   |  221 
 testing-x86_64/calligra-braindump.install |   12 +
 testing-x86_64/calligra-filters.install   |   11 +
 testing-x86_64/calligra-flow.install  |   12 +
 testing-x86_64/calligra-karbon.install|   12 +
 testing-x86_64/calligra-kexi.install  |   11 +
 testing-x86_64/calligra-krita.install |   13 +
 testing-x86_64/calligra-plan.install  |   12 +
 testing-x86_64/calligra-sheets.install|   12 +
 testing-x86_64/calligra-stage.install |   12 +
 testing-x86_64/calligra-tools.install |   12 +
 testing-x86_64/calligra-words.install |   12 +
 

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

2012-10-19 Thread andyrtr
Date: Friday, October 19, 2012 @ 09:28:33
  Author: andyrtr
Revision: 169322

db-move: moved cups-filters from [staging] to [testing] (i686, x86_64)

Added:
  cups-filters/repos/testing-i686/
  cups-filters/repos/testing-i686/PKGBUILD
(from rev 169320, cups-filters/repos/staging-i686/PKGBUILD)
  cups-filters/repos/testing-x86_64/
  cups-filters/repos/testing-x86_64/PKGBUILD
(from rev 169320, cups-filters/repos/staging-x86_64/PKGBUILD)
Deleted:
  cups-filters/repos/staging-i686/
  cups-filters/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   40 
 testing-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: cups-filters/repos/testing-i686/PKGBUILD (from rev 169320, 
cups-filters/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-19 13:28:33 UTC (rev 169322)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.24
+pkgrel=2
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler=0.20.5' 'qpdf')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf)
+options=(!libtool)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
+md5sums=('242ea48cd41f8546d71b00bf2b06c564')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  # drop static lib
+  rm -f ${pkgdir}/usr/lib/*.a
+}

Copied: cups-filters/repos/testing-x86_64/PKGBUILD (from rev 169320, 
cups-filters/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-19 13:28:33 UTC (rev 169322)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andreas Radke andy...@archlinux.org
+
+pkgname=cups-filters
+pkgver=1.0.24
+pkgrel=2
+pkgdesc=OpenPrinting CUPS Filters
+arch=('i686' 'x86_64')
+url=http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler=0.20.5' 'qpdf')
+makedepends=('ghostscript' 'ttf-dejavu') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf)
+options=(!libtool)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.gz)
+md5sums=('242ea48cd41f8546d71b00bf2b06c564')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $srcdir/$pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir/ install
+  # drop static lib
+  rm -f ${pkgdir}/usr/lib/*.a
+}



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

2012-10-19 Thread andyrtr
Date: Friday, October 19, 2012 @ 09:28:35
  Author: andyrtr
Revision: 169323

db-move: moved inkscape from [staging] to [testing] (i686, x86_64)

Added:
  inkscape/repos/testing-i686/
  inkscape/repos/testing-i686/PKGBUILD
(from rev 169320, inkscape/repos/staging-i686/PKGBUILD)
  inkscape/repos/testing-i686/install
(from rev 169320, inkscape/repos/staging-i686/install)
  inkscape/repos/testing-i686/libpng15.patch
(from rev 169320, inkscape/repos/staging-i686/libpng15.patch)
  inkscape/repos/testing-i686/poppler20.patch
(from rev 169320, inkscape/repos/staging-i686/poppler20.patch)
  inkscape/repos/testing-x86_64/
  inkscape/repos/testing-x86_64/PKGBUILD
(from rev 169320, inkscape/repos/staging-x86_64/PKGBUILD)
  inkscape/repos/testing-x86_64/install
(from rev 169320, inkscape/repos/staging-x86_64/install)
  inkscape/repos/testing-x86_64/libpng15.patch
(from rev 169320, inkscape/repos/staging-x86_64/libpng15.patch)
  inkscape/repos/testing-x86_64/poppler20.patch
(from rev 169320, inkscape/repos/staging-x86_64/poppler20.patch)
Deleted:
  inkscape/repos/staging-i686/
  inkscape/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   59 +++
 testing-i686/install   |   13 
 testing-i686/libpng15.patch|   40 ++
 testing-i686/poppler20.patch   |  642 +++
 testing-x86_64/PKGBUILD|   59 +++
 testing-x86_64/install |   13 
 testing-x86_64/libpng15.patch  |   40 ++
 testing-x86_64/poppler20.patch |  642 +++
 8 files changed, 1508 insertions(+)

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


[arch-commits] Commit in libreoffice/repos (26 files)

2012-10-19 Thread andyrtr
Date: Friday, October 19, 2012 @ 09:28:42
  Author: andyrtr
Revision: 169324

db-move: moved libreoffice from [staging] to [testing] (i686, x86_64)

Added:
  libreoffice/repos/testing-i686/
  libreoffice/repos/testing-i686/PKGBUILD
(from rev 169320, libreoffice/repos/staging-i686/PKGBUILD)
  libreoffice/repos/testing-i686/buildfix.diff
(from rev 169320, libreoffice/repos/staging-i686/buildfix.diff)
  libreoffice/repos/testing-i686/libreoffice-base.install
(from rev 169320, libreoffice/repos/staging-i686/libreoffice-base.install)
  libreoffice/repos/testing-i686/libreoffice-calc.install
(from rev 169320, libreoffice/repos/staging-i686/libreoffice-calc.install)
  libreoffice/repos/testing-i686/libreoffice-common.csh
(from rev 169320, libreoffice/repos/staging-i686/libreoffice-common.csh)
  libreoffice/repos/testing-i686/libreoffice-common.install
(from rev 169320, libreoffice/repos/staging-i686/libreoffice-common.install)
  libreoffice/repos/testing-i686/libreoffice-common.sh
(from rev 169320, libreoffice/repos/staging-i686/libreoffice-common.sh)
  libreoffice/repos/testing-i686/libreoffice-draw.install
(from rev 169320, libreoffice/repos/staging-i686/libreoffice-draw.install)
  libreoffice/repos/testing-i686/libreoffice-impress.install
(from rev 169320, 
libreoffice/repos/staging-i686/libreoffice-impress.install)
  libreoffice/repos/testing-i686/libreoffice-writer.install
(from rev 169320, libreoffice/repos/staging-i686/libreoffice-writer.install)
  
libreoffice/repos/testing-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 169320, 
libreoffice/repos/staging-i686/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice/repos/testing-x86_64/
  libreoffice/repos/testing-x86_64/PKGBUILD
(from rev 169320, libreoffice/repos/staging-x86_64/PKGBUILD)
  libreoffice/repos/testing-x86_64/buildfix.diff
(from rev 169320, libreoffice/repos/staging-x86_64/buildfix.diff)
  libreoffice/repos/testing-x86_64/libreoffice-base.install
(from rev 169320, libreoffice/repos/staging-x86_64/libreoffice-base.install)
  libreoffice/repos/testing-x86_64/libreoffice-calc.install
(from rev 169320, libreoffice/repos/staging-x86_64/libreoffice-calc.install)
  libreoffice/repos/testing-x86_64/libreoffice-common.csh
(from rev 169320, libreoffice/repos/staging-x86_64/libreoffice-common.csh)
  libreoffice/repos/testing-x86_64/libreoffice-common.install
(from rev 169320, 
libreoffice/repos/staging-x86_64/libreoffice-common.install)
  libreoffice/repos/testing-x86_64/libreoffice-common.sh
(from rev 169320, libreoffice/repos/staging-x86_64/libreoffice-common.sh)
  libreoffice/repos/testing-x86_64/libreoffice-draw.install
(from rev 169320, libreoffice/repos/staging-x86_64/libreoffice-draw.install)
  libreoffice/repos/testing-x86_64/libreoffice-impress.install
(from rev 169320, 
libreoffice/repos/staging-x86_64/libreoffice-impress.install)
  libreoffice/repos/testing-x86_64/libreoffice-writer.install
(from rev 169320, 
libreoffice/repos/staging-x86_64/libreoffice-writer.install)
  
libreoffice/repos/testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 169320, 
libreoffice/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff)
Deleted:
  libreoffice/repos/staging-i686/
  libreoffice/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |  711 
++
 testing-i686/buildfix.diff  |   12 
 testing-i686/libreoffice-base.install   |   11 
 testing-i686/libreoffice-calc.install   |   11 
 testing-i686/libreoffice-common.csh |8 
 testing-i686/libreoffice-common.install |   47 
 testing-i686/libreoffice-common.sh  |8 
 testing-i686/libreoffice-draw.install   |   11 
 testing-i686/libreoffice-impress.install|   11 
 testing-i686/libreoffice-writer.install |   11 
 testing-i686/make-pyuno-work-with-system-wide-module-install.diff   |   44 
 testing-x86_64/PKGBUILD |  711 
++
 testing-x86_64/buildfix.diff|   12 
 testing-x86_64/libreoffice-base.install |   11 
 testing-x86_64/libreoffice-calc.install |   11 
 testing-x86_64/libreoffice-common.csh   |8 
 testing-x86_64/libreoffice-common.install   |   47 
 testing-x86_64/libreoffice-common.sh|8 
 testing-x86_64/libreoffice-draw.install |   11 
 testing-x86_64/libreoffice-impress.install

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

2012-10-19 Thread andyrtr
Date: Friday, October 19, 2012 @ 09:28:44
  Author: andyrtr
Revision: 169325

db-move: moved poppler from [staging] to [testing] (i686, x86_64)

Added:
  poppler/repos/testing-i686/
  poppler/repos/testing-i686/PKGBUILD
(from rev 169320, poppler/repos/staging-i686/PKGBUILD)
  poppler/repos/testing-x86_64/
  poppler/repos/testing-x86_64/PKGBUILD
(from rev 169320, poppler/repos/staging-x86_64/PKGBUILD)
Deleted:
  poppler/repos/staging-i686/
  poppler/repos/staging-x86_64/

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

Copied: poppler/repos/testing-i686/PKGBUILD (from rev 169320, 
poppler/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-19 13:28:44 UTC (rev 169325)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt')
+pkgver=0.20.5
+pkgrel=1
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt' 
'pkgconfig' 'lcms' 'gobject-introspection' 'icu')
+options=('!libtool' '!emptydirs')
+url=http://poppler.freedesktop.org/;
+_testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
+source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.gz
+
http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2)
+md5sums=('8a80ae83eb7a327b031808d09ee1d54d'
+ '9dc64c254a31e570507bdd4ad4ba629a')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+
+  autoreconf -fi
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-cairo-output \
+  --enable-xpdf-headers \
+  --enable-libjpeg --enable-zlib \
+  --enable-poppler-qt4 \
+  --enable-poppler-glib
+  make
+}
+
+check() {
+  cd ${srcdir}
+  ln -sf test-${_testtag} test
+  cd ${pkgbase}-${pkgver}
+  LANG=en_US.UTF8 make check || /bin/true
+}
+
+package_poppler() {
+  pkgdesc=PDF rendering library based on xpdf 3.0
+  depends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'lcms' 
'poppler-data')
+  conflicts=(poppler-qt3${pkgver})
+
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  sed -e 's/^glib_subdir =.*/glib_subdir =/' \
+  -e 's/^qt4_subdir =.*/qt4_subdir =/' -i Makefile
+  make DESTDIR=${pkgdir} install
+
+  rm -f ${pkgdir}/usr/lib/pkgconfig/poppler-{glib,qt4}.pc
+}
+
+package_poppler-glib() {
+  pkgdesc=Poppler glib bindings
+  depends=(poppler=${pkgver} 'glib2')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}/poppler
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES
+  cd ${srcdir}/${pkgbase}-${pkgver}/glib
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/lib/pkgconfig
+  install -m644 ../poppler-glib.pc ${pkgdir}/usr/lib/pkgconfig/
+  rm -f ${pkgdir}/usr/lib/libpoppler.*
+  rm -f ${pkgdir}/usr/bin/poppler-glib-demo
+}
+
+package_poppler-qt() {
+  pkgdesc=Poppler Qt bindings
+  depends=(poppler=${pkgver} 'qt')
+
+  cd ${srcdir}/${pkgbase}-${pkgver}/poppler
+  make DESTDIR=${pkgdir} install-libLTLIBRARIES
+  cd ${srcdir}/${pkgbase}-${pkgver}/qt4
+  make DESTDIR=${pkgdir} install
+  install -m755 -d ${pkgdir}/usr/lib/pkgconfig
+  install -m644 ../poppler-qt4.pc ${pkgdir}/usr/lib/pkgconfig/
+  rm -f ${pkgdir}/usr/lib/libpoppler.*
+}

Copied: poppler/repos/testing-x86_64/PKGBUILD (from rev 169320, 
poppler/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-19 13:28:44 UTC (rev 169325)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgbase=poppler
+pkgname=('poppler' 'poppler-glib' 'poppler-qt')
+pkgver=0.20.5
+pkgrel=1
+arch=(i686 x86_64)
+license=('GPL')
+makedepends=('libjpeg' 'gcc-libs' 'cairo' 'fontconfig' 'openjpeg' 'gtk2' 'qt' 
'pkgconfig' 'lcms' 'gobject-introspection' 'icu')
+options=('!libtool' '!emptydirs')
+url=http://poppler.freedesktop.org/;
+_testtag=0d2bfd4af4c76a3bac27ccaff793d9129df7b57a
+source=(http://poppler.freedesktop.org/${pkgbase}-${pkgver}.tar.gz
+
http://cgit.freedesktop.org/poppler/test/snapshot/test-${_testtag}.tar.bz2)
+md5sums=('8a80ae83eb7a327b031808d09ee1d54d'
+ '9dc64c254a31e570507bdd4ad4ba629a')
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+
+  autoreconf -fi
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-cairo-output \
+  --enable-xpdf-headers \
+  --enable-libjpeg --enable-zlib \
+  --enable-poppler-qt4 \
+  --enable-poppler-glib
+  make
+}
+
+check() {
+  cd ${srcdir}
+  ln -sf 

[arch-commits] Commit in texlive-bin/repos (18 files)

2012-10-19 Thread andyrtr
Date: Friday, October 19, 2012 @ 09:28:47
  Author: andyrtr
Revision: 169326

db-move: moved texlive-bin from [staging] to [testing] (i686, x86_64)

Added:
  texlive-bin/repos/testing-i686/
  texlive-bin/repos/testing-i686/09-texlive-fonts.conf
(from rev 169320, texlive-bin/repos/staging-i686/09-texlive-fonts.conf)
  texlive-bin/repos/testing-i686/PKGBUILD
(from rev 169320, texlive-bin/repos/staging-i686/PKGBUILD)
  texlive-bin/repos/testing-i686/fix-fontforge-encoding.patch
(from rev 169320, 
texlive-bin/repos/staging-i686/fix-fontforge-encoding.patch)
  texlive-bin/repos/testing-i686/luatex-r4449-radical-rule-thickness.patch
(from rev 169320, 
texlive-bin/repos/staging-i686/luatex-r4449-radical-rule-thickness.patch)
  texlive-bin/repos/testing-i686/poppler-0.20.patch
(from rev 169320, texlive-bin/repos/staging-i686/poppler-0.20.patch)
  texlive-bin/repos/testing-i686/texlive.install
(from rev 169320, texlive-bin/repos/staging-i686/texlive.install)
  texlive-bin/repos/testing-i686/texmf.cnf
(from rev 169320, texlive-bin/repos/staging-i686/texmf.cnf)
  texlive-bin/repos/testing-x86_64/
  texlive-bin/repos/testing-x86_64/09-texlive-fonts.conf
(from rev 169320, texlive-bin/repos/staging-x86_64/09-texlive-fonts.conf)
  texlive-bin/repos/testing-x86_64/PKGBUILD
(from rev 169320, texlive-bin/repos/staging-x86_64/PKGBUILD)
  texlive-bin/repos/testing-x86_64/fix-fontforge-encoding.patch
(from rev 169320, 
texlive-bin/repos/staging-x86_64/fix-fontforge-encoding.patch)
  texlive-bin/repos/testing-x86_64/luatex-r4449-radical-rule-thickness.patch
(from rev 169320, 
texlive-bin/repos/staging-x86_64/luatex-r4449-radical-rule-thickness.patch)
  texlive-bin/repos/testing-x86_64/poppler-0.20.patch
(from rev 169320, texlive-bin/repos/staging-x86_64/poppler-0.20.patch)
  texlive-bin/repos/testing-x86_64/texlive.install
(from rev 169320, texlive-bin/repos/staging-x86_64/texlive.install)
  texlive-bin/repos/testing-x86_64/texmf.cnf
(from rev 169320, texlive-bin/repos/staging-x86_64/texmf.cnf)
Deleted:
  texlive-bin/repos/staging-i686/
  texlive-bin/repos/staging-x86_64/

--+
 testing-i686/09-texlive-fonts.conf   |9 
 testing-i686/PKGBUILD|  311 +
 testing-i686/fix-fontforge-encoding.patch|   12 
 testing-i686/luatex-r4449-radical-rule-thickness.patch   |   23 
 testing-i686/poppler-0.20.patch  |   22 
 testing-i686/texlive.install |   43 
 testing-i686/texmf.cnf   |  724 +
 testing-x86_64/09-texlive-fonts.conf |9 
 testing-x86_64/PKGBUILD  |  311 +
 testing-x86_64/fix-fontforge-encoding.patch  |   12 
 testing-x86_64/luatex-r4449-radical-rule-thickness.patch |   23 
 testing-x86_64/poppler-0.20.patch|   22 
 testing-x86_64/texlive.install   |   43 
 testing-x86_64/texmf.cnf |  724 +
 14 files changed, 2288 insertions(+)

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


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

2012-10-19 Thread andyrtr
Date: Friday, October 19, 2012 @ 10:00:03
  Author: andyrtr
Revision: 169327

upgpkg: xorg-server 1.13.0-3

fix multiscreen mouse issues - FS#31959

Added:
  xorg-server/trunk/0001-dix-fix-zaphod-screen-scrossing-54654.patch
Modified:
  xorg-server/trunk/PKGBUILD

--+
 0001-dix-fix-zaphod-screen-scrossing-54654.patch |   42 +
 PKGBUILD |   11 -
 2 files changed, 50 insertions(+), 3 deletions(-)

Added: 0001-dix-fix-zaphod-screen-scrossing-54654.patch
===
--- 0001-dix-fix-zaphod-screen-scrossing-54654.patch
(rev 0)
+++ 0001-dix-fix-zaphod-screen-scrossing-54654.patch2012-10-19 14:00:03 UTC 
(rev 169327)
@@ -0,0 +1,42 @@
+From 29d84d5a7ca4cc12cce47de9313adeb8554fb894 Mon Sep 17 00:00:00 2001
+From: Peter Hutterer peter.hutte...@who-t.net
+Date: Thu, 18 Oct 2012 15:11:31 +1000
+Subject: [PATCH] dix: fix zaphod screen scrossing (#54654)
+
+POINTER_SCREEN coordinates are screen-relative. For a Zaphod setup, the
+coordinates after a screen crossing are already relative to the new screen's
+origin. Add that offset to the coordinates before re-setting.
+
+regression introduced by
+commit bafbd99080be49a17be97d2cc758fbe623369945
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Wed Aug 8 11:34:32 2012 +1000
+
+dix: work around scaling issues during WarpPointer (#53037)
+
+X.Org Bug 54654 http://bugs.freedesktop.org/show_bug.cgi?id=54654
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+---
+ dix/getevents.c | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/dix/getevents.c b/dix/getevents.c
+index 71d83c4..8b4379d 100644
+--- a/dix/getevents.c
 b/dix/getevents.c
+@@ -1400,8 +1400,9 @@ fill_pointer_events(InternalEvent *events, DeviceIntPtr 
pDev, int type,
+coordinates were.
+  */
+ if (flags  POINTER_SCREEN) {
+-screenx = sx;
+-screeny = sy;
++scr = miPointerGetScreen(pDev);
++screenx = sx + scr-x;
++screeny = sy + scr-y;
+ }
+ 
+ scr = positionSprite(pDev, (flags  POINTER_ABSOLUTE) ? Absolute : 
Relative,
+-- 
+1.7.11.7
+

Modified: PKGBUILD
===
--- PKGBUILD2012-10-19 13:28:47 UTC (rev 169326)
+++ PKGBUILD2012-10-19 14:00:03 UTC (rev 169327)
@@ -4,7 +4,7 @@
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-common' 'xorg-server-devel')
 pkgver=1.13.0
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('custom')
 url=http://xorg.freedesktop.org;
@@ -18,13 +18,15 @@
 autoconfig-sis.patch
 xvfb-run
 xvfb-run.1
-10-quirks.conf)
+10-quirks.conf
+0001-dix-fix-zaphod-screen-scrossing-54654.patch)
 sha256sums=('548b91cb01087ad4f892428e7ac4955251cf12393e86c70420436b33848ef28a'
 '66e25f76a7496c429e0aff4b0670f168719bb0ceaeb88c6f2272f2bf3ed21162'
 'd027776fac1f7675b0a9ee817502290b1c45f9c09b0f0a6bb058c35f92361e84'
 'ff0156309470fc1d378fd2e104338020a884295e285972cc88e250e031cc35b9'
 '2460adccd3362fefd4cdc5f1c70f332d7b578091fb9167bf88b5f91265bbd776'
-'94612f5c0d34a3b7152915c2e285c7b462e9d8e38d3539bd551a339498eac166')
+'94612f5c0d34a3b7152915c2e285c7b462e9d8e38d3539bd551a339498eac166'
+'23861814b4283ca3fe43aae6e88ee82bcbae5713bf88eabeaef7beb94efe9707')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
@@ -35,6 +37,9 @@
   # Use unofficial imedia SiS driver for supported SiS devices
   patch -Np0 -i ${srcdir}/autoconfig-sis.patch
 
+  # https://bugs.archlinux.org/task/31959 / 
https://bugs.freedesktop.org/show_bug.cgi?id=54654
+  patch -Np1 -i ${srcdir}/0001-dix-fix-zaphod-screen-scrossing-54654.patch
+
   autoreconf -fi
   ./configure --prefix=/usr \
   --enable-ipv6 \



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

2012-10-19 Thread andyrtr
Date: Friday, October 19, 2012 @ 10:01:21
  Author: andyrtr
Revision: 169328

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

Added:
  xorg-server/repos/testing-i686/
  
xorg-server/repos/testing-i686/0001-dix-fix-zaphod-screen-scrossing-54654.patch
(from rev 169327, 
xorg-server/trunk/0001-dix-fix-zaphod-screen-scrossing-54654.patch)
  xorg-server/repos/testing-i686/10-quirks.conf
(from rev 169327, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/testing-i686/PKGBUILD
(from rev 169327, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-i686/autoconfig-nvidia.patch
(from rev 169327, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/testing-i686/autoconfig-sis.patch
(from rev 169327, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-i686/xvfb-run
(from rev 169327, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-i686/xvfb-run.1
(from rev 169327, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/testing-x86_64/
  
xorg-server/repos/testing-x86_64/0001-dix-fix-zaphod-screen-scrossing-54654.patch
(from rev 169327, 
xorg-server/trunk/0001-dix-fix-zaphod-screen-scrossing-54654.patch)
  xorg-server/repos/testing-x86_64/10-quirks.conf
(from rev 169327, xorg-server/trunk/10-quirks.conf)
  xorg-server/repos/testing-x86_64/PKGBUILD
(from rev 169327, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-x86_64/autoconfig-nvidia.patch
(from rev 169327, xorg-server/trunk/autoconfig-nvidia.patch)
  xorg-server/repos/testing-x86_64/autoconfig-sis.patch
(from rev 169327, xorg-server/trunk/autoconfig-sis.patch)
  xorg-server/repos/testing-x86_64/xvfb-run
(from rev 169327, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-x86_64/xvfb-run.1
(from rev 169327, xorg-server/trunk/xvfb-run.1)

-+
 testing-i686/0001-dix-fix-zaphod-screen-scrossing-54654.patch   |   42 +
 testing-i686/10-quirks.conf |   10 
 testing-i686/PKGBUILD   |  201 +++
 testing-i686/autoconfig-nvidia.patch|   28 
 testing-i686/autoconfig-sis.patch   |   21 
 testing-i686/xvfb-run   |  180 ++
 testing-i686/xvfb-run.1 |  282 
++
 testing-x86_64/0001-dix-fix-zaphod-screen-scrossing-54654.patch |   42 +
 testing-x86_64/10-quirks.conf   |   10 
 testing-x86_64/PKGBUILD |  201 +++
 testing-x86_64/autoconfig-nvidia.patch  |   28 
 testing-x86_64/autoconfig-sis.patch |   21 
 testing-x86_64/xvfb-run |  180 ++
 testing-x86_64/xvfb-run.1   |  282 
++
 14 files changed, 1528 insertions(+)

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


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

2012-10-19 Thread Andrea Scarpino
Date: Friday, October 19, 2012 @ 10:54:39
  Author: andrea
Revision: 169329

upgpkg: calligra 2.5.3-5

Remove the servicetypes dependence

Modified:
  calligra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-19 14:01:21 UTC (rev 169328)
+++ PKGBUILD2012-10-19 14:54:39 UTC (rev 169329)
@@ -18,7 +18,7 @@
  'calligra-braindump'
  'calligra-flow')
 pkgver=2.5.3
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url='http://www.calligra-suite.org/'
 license=('FDL1.2' 'GPL2' 'LGPL')
@@ -54,7 +54,7 @@
 
 package_calligra-libs() {
   pkgdesc=Libraries for the Calligra office suite
-  depends=('kdepimlibs' 'lcms2' 'calligra-servicetypes')
+  depends=('kdepimlibs' 'lcms2')
   conflicts=('koffice-interfaces' 'koffice-libs' 'koffice-pics'
  'koffice-servicetypes' 'koffice-templates' 'calligra-interfaces'
  'calligra-libs' 'calligra-pics' 'calligra-servicetypes'



[arch-commits] Commit in calligra/repos/testing-x86_64 (26 files)

2012-10-19 Thread Andrea Scarpino
Date: Friday, October 19, 2012 @ 10:58:30
  Author: andrea
Revision: 169330

archrelease: copy trunk to testing-x86_64

Added:
  calligra/repos/testing-x86_64/PKGBUILD
(from rev 169329, calligra/trunk/PKGBUILD)
  calligra/repos/testing-x86_64/calligra-braindump.install
(from rev 169329, calligra/trunk/calligra-braindump.install)
  calligra/repos/testing-x86_64/calligra-filters.install
(from rev 169329, calligra/trunk/calligra-filters.install)
  calligra/repos/testing-x86_64/calligra-flow.install
(from rev 169329, calligra/trunk/calligra-flow.install)
  calligra/repos/testing-x86_64/calligra-karbon.install
(from rev 169329, calligra/trunk/calligra-karbon.install)
  calligra/repos/testing-x86_64/calligra-kexi.install
(from rev 169329, calligra/trunk/calligra-kexi.install)
  calligra/repos/testing-x86_64/calligra-krita.install
(from rev 169329, calligra/trunk/calligra-krita.install)
  calligra/repos/testing-x86_64/calligra-plan.install
(from rev 169329, calligra/trunk/calligra-plan.install)
  calligra/repos/testing-x86_64/calligra-sheets.install
(from rev 169329, calligra/trunk/calligra-sheets.install)
  calligra/repos/testing-x86_64/calligra-stage.install
(from rev 169329, calligra/trunk/calligra-stage.install)
  calligra/repos/testing-x86_64/calligra-tools.install
(from rev 169329, calligra/trunk/calligra-tools.install)
  calligra/repos/testing-x86_64/calligra-words.install
(from rev 169329, calligra/trunk/calligra-words.install)
  calligra/repos/testing-x86_64/calligra.install
(from rev 169329, calligra/trunk/calligra.install)
Deleted:
  calligra/repos/testing-x86_64/PKGBUILD
  calligra/repos/testing-x86_64/calligra-braindump.install
  calligra/repos/testing-x86_64/calligra-filters.install
  calligra/repos/testing-x86_64/calligra-flow.install
  calligra/repos/testing-x86_64/calligra-karbon.install
  calligra/repos/testing-x86_64/calligra-kexi.install
  calligra/repos/testing-x86_64/calligra-krita.install
  calligra/repos/testing-x86_64/calligra-plan.install
  calligra/repos/testing-x86_64/calligra-sheets.install
  calligra/repos/testing-x86_64/calligra-stage.install
  calligra/repos/testing-x86_64/calligra-tools.install
  calligra/repos/testing-x86_64/calligra-words.install
  calligra/repos/testing-x86_64/calligra.install

+
 PKGBUILD   |  442 +--
 calligra-braindump.install |   24 +-
 calligra-filters.install   |   22 +-
 calligra-flow.install  |   24 +-
 calligra-karbon.install|   24 +-
 calligra-kexi.install  |   22 +-
 calligra-krita.install |   26 +-
 calligra-plan.install  |   24 +-
 calligra-sheets.install|   24 +-
 calligra-stage.install |   24 +-
 calligra-tools.install |   24 +-
 calligra-words.install |   24 +-
 calligra.install   |   22 +-
 13 files changed, 363 insertions(+), 363 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-10-19 14:54:39 UTC (rev 169329)
+++ PKGBUILD2012-10-19 14:58:30 UTC (rev 169330)
@@ -1,221 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=calligra
-pkgname=('calligra-filters'
- 'calligra-libs'
- 'calligra-plugins'
- 'calligra-tools'
- 'calligra-karbon'
- 'calligra-kexi'
- 'calligra-plan'
- 'calligra-stage'
- 'calligra-krita'
- 'calligra-sheets'
- 'calligra-words'
- 'calligra-handbook'
- 'calligra-braindump'
- 'calligra-flow')
-pkgver=2.5.3
-pkgrel=4
-arch=('i686' 'x86_64')
-url='http://www.calligra-suite.org/'
-license=('FDL1.2' 'GPL2' 'LGPL')
-makedepends=('cmake' 'automoc4' 'boost ' 'kdepimlibs' 'eigen2' 'kdeedu-marble'
- 'lcms2' 'libmysqlclient' 'libpqxx' 'freetds' 'xbase' 'libwpg'
- 'libwps' 'gsl' 'glew' 'fftw' 'opengtl' 'poppler-qt' 'libkdcraw'
- 'openjpeg' 'kdegraphics-okular' 'pstoedit' 'mesa')
-groups=('calligra')
-source=(http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('83e2679b7ecb923b953ace06db7ca4c2')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_active=OFF
-  make
-}
-
-package_calligra-filters() {
-  pkgdesc=Filters for the Calligra office suite
-  optdepends=('libwpg: Corel WordPerfect Graphics image importer'
-  'libwps: Microsoft Works file word processor format import')
-  conflicts=('koffice-filters')
-  replaces=('koffice-filters')
-  install=calligra-filters.install
-
-  cd ${srcdir}/build/filters
-  make DESTDIR=${pkgdir} install
-}
-
-package_calligra-libs() {
-  pkgdesc=Libraries for the Calligra office suite
-  depends=('kdepimlibs' 'lcms2' 'calligra-servicetypes')
-  conflicts=('koffice-interfaces' 

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

2012-10-19 Thread Ionut Biru
Date: Friday, October 19, 2012 @ 14:58:57
  Author: ibiru
Revision: 169331

db-remove: libdrm-old removed by ibiru

Deleted:
  libdrm-old/repos/extra-i686/



[arch-commits] Commit in libdrm-old/repos (extra-x86_64)

2012-10-19 Thread Ionut Biru
Date: Friday, October 19, 2012 @ 14:59:15
  Author: ibiru
Revision: 169332

db-remove: libdrm-old removed by ibiru

Deleted:
  libdrm-old/repos/extra-x86_64/



[arch-commits] Commit in (libdrm-old)

2012-10-19 Thread Ionut Biru
Date: Friday, October 19, 2012 @ 15:00:27
  Author: ibiru
Revision: 169333

dropping, not needed

Deleted:
  libdrm-old/



[arch-commits] Commit in calligra/repos/testing-i686 (26 files)

2012-10-19 Thread Andrea Scarpino
Date: Friday, October 19, 2012 @ 15:50:37
  Author: andrea
Revision: 169334

archrelease: copy trunk to testing-i686

Added:
  calligra/repos/testing-i686/PKGBUILD
(from rev 169333, calligra/trunk/PKGBUILD)
  calligra/repos/testing-i686/calligra-braindump.install
(from rev 169333, calligra/trunk/calligra-braindump.install)
  calligra/repos/testing-i686/calligra-filters.install
(from rev 169333, calligra/trunk/calligra-filters.install)
  calligra/repos/testing-i686/calligra-flow.install
(from rev 169333, calligra/trunk/calligra-flow.install)
  calligra/repos/testing-i686/calligra-karbon.install
(from rev 169333, calligra/trunk/calligra-karbon.install)
  calligra/repos/testing-i686/calligra-kexi.install
(from rev 169333, calligra/trunk/calligra-kexi.install)
  calligra/repos/testing-i686/calligra-krita.install
(from rev 169333, calligra/trunk/calligra-krita.install)
  calligra/repos/testing-i686/calligra-plan.install
(from rev 169333, calligra/trunk/calligra-plan.install)
  calligra/repos/testing-i686/calligra-sheets.install
(from rev 169333, calligra/trunk/calligra-sheets.install)
  calligra/repos/testing-i686/calligra-stage.install
(from rev 169333, calligra/trunk/calligra-stage.install)
  calligra/repos/testing-i686/calligra-tools.install
(from rev 169333, calligra/trunk/calligra-tools.install)
  calligra/repos/testing-i686/calligra-words.install
(from rev 169333, calligra/trunk/calligra-words.install)
  calligra/repos/testing-i686/calligra.install
(from rev 169333, calligra/trunk/calligra.install)
Deleted:
  calligra/repos/testing-i686/PKGBUILD
  calligra/repos/testing-i686/calligra-braindump.install
  calligra/repos/testing-i686/calligra-filters.install
  calligra/repos/testing-i686/calligra-flow.install
  calligra/repos/testing-i686/calligra-karbon.install
  calligra/repos/testing-i686/calligra-kexi.install
  calligra/repos/testing-i686/calligra-krita.install
  calligra/repos/testing-i686/calligra-plan.install
  calligra/repos/testing-i686/calligra-sheets.install
  calligra/repos/testing-i686/calligra-stage.install
  calligra/repos/testing-i686/calligra-tools.install
  calligra/repos/testing-i686/calligra-words.install
  calligra/repos/testing-i686/calligra.install

+
 PKGBUILD   |  442 +--
 calligra-braindump.install |   24 +-
 calligra-filters.install   |   22 +-
 calligra-flow.install  |   24 +-
 calligra-karbon.install|   24 +-
 calligra-kexi.install  |   22 +-
 calligra-krita.install |   26 +-
 calligra-plan.install  |   24 +-
 calligra-sheets.install|   24 +-
 calligra-stage.install |   24 +-
 calligra-tools.install |   24 +-
 calligra-words.install |   24 +-
 calligra.install   |   22 +-
 13 files changed, 363 insertions(+), 363 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-10-19 19:00:27 UTC (rev 169333)
+++ PKGBUILD2012-10-19 19:50:37 UTC (rev 169334)
@@ -1,221 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren ronald.archlinux.org
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgbase=calligra
-pkgname=('calligra-filters'
- 'calligra-libs'
- 'calligra-plugins'
- 'calligra-tools'
- 'calligra-karbon'
- 'calligra-kexi'
- 'calligra-plan'
- 'calligra-stage'
- 'calligra-krita'
- 'calligra-sheets'
- 'calligra-words'
- 'calligra-handbook'
- 'calligra-braindump'
- 'calligra-flow')
-pkgver=2.5.3
-pkgrel=4
-arch=('i686' 'x86_64')
-url='http://www.calligra-suite.org/'
-license=('FDL1.2' 'GPL2' 'LGPL')
-makedepends=('cmake' 'automoc4' 'boost ' 'kdepimlibs' 'eigen2' 'kdeedu-marble'
- 'lcms2' 'libmysqlclient' 'libpqxx' 'freetds' 'xbase' 'libwpg'
- 'libwps' 'gsl' 'glew' 'fftw' 'opengtl' 'poppler-qt' 'libkdcraw'
- 'openjpeg' 'kdegraphics-okular' 'pstoedit' 'mesa')
-groups=('calligra')
-source=(http://download.kde.org/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.bz2;)
-md5sums=('83e2679b7ecb923b953ace06db7ca4c2')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_active=OFF
-  make
-}
-
-package_calligra-filters() {
-  pkgdesc=Filters for the Calligra office suite
-  optdepends=('libwpg: Corel WordPerfect Graphics image importer'
-  'libwps: Microsoft Works file word processor format import')
-  conflicts=('koffice-filters')
-  replaces=('koffice-filters')
-  install=calligra-filters.install
-
-  cd ${srcdir}/build/filters
-  make DESTDIR=${pkgdir} install
-}
-
-package_calligra-libs() {
-  pkgdesc=Libraries for the Calligra office suite
-  depends=('kdepimlibs' 'lcms2' 'calligra-servicetypes')
-  conflicts=('koffice-interfaces' 'koffice-libs' 'koffice-pics'
- 

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

2012-10-19 Thread Evangelos Foutras
Date: Friday, October 19, 2012 @ 17:26:52
  Author: foutrelis
Revision: 169335

upgpkg: llvm 3.1-5

OCaml rebuild.

Modified:
  llvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-19 19:50:37 UTC (rev 169334)
+++ PKGBUILD2012-10-19 21:26:52 UTC (rev 169335)
@@ -11,7 +11,7 @@
 
 pkgname=('llvm' 'llvm-ocaml' 'clang' 'clang-analyzer')
 pkgver=3.1
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url=http://llvm.org/;
 license=('custom:University of Illinois/NCSA Open Source License')



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

2012-10-19 Thread Evangelos Foutras
Date: Friday, October 19, 2012 @ 17:28:16
  Author: foutrelis
Revision: 169336

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

Added:
  llvm/repos/extra-i686/PKGBUILD
(from rev 169335, llvm/trunk/PKGBUILD)
  llvm/repos/extra-i686/cindexer-clang-path.patch
(from rev 169335, llvm/trunk/cindexer-clang-path.patch)
  llvm/repos/extra-i686/clang-3.1-fix-libprofile_rt.a-location.patch
(from rev 169335, llvm/trunk/clang-3.1-fix-libprofile_rt.a-location.patch)
  llvm/repos/extra-i686/clang-pure64.patch
(from rev 169335, llvm/trunk/clang-pure64.patch)
  llvm/repos/extra-i686/enable-lto.patch
(from rev 169335, llvm/trunk/enable-lto.patch)
  llvm/repos/extra-i686/llvm-3.1-fix-debug-line-info.patch
(from rev 169335, llvm/trunk/llvm-3.1-fix-debug-line-info.patch)
  llvm/repos/extra-i686/llvm-Config-config.h
(from rev 169335, llvm/trunk/llvm-Config-config.h)
  llvm/repos/extra-i686/llvm-Config-llvm-config.h
(from rev 169335, llvm/trunk/llvm-Config-llvm-config.h)
  llvm/repos/extra-x86_64/PKGBUILD
(from rev 169335, llvm/trunk/PKGBUILD)
  llvm/repos/extra-x86_64/cindexer-clang-path.patch
(from rev 169335, llvm/trunk/cindexer-clang-path.patch)
  llvm/repos/extra-x86_64/clang-3.1-fix-libprofile_rt.a-location.patch
(from rev 169335, llvm/trunk/clang-3.1-fix-libprofile_rt.a-location.patch)
  llvm/repos/extra-x86_64/clang-pure64.patch
(from rev 169335, llvm/trunk/clang-pure64.patch)
  llvm/repos/extra-x86_64/enable-lto.patch
(from rev 169335, llvm/trunk/enable-lto.patch)
  llvm/repos/extra-x86_64/llvm-3.1-fix-debug-line-info.patch
(from rev 169335, llvm/trunk/llvm-3.1-fix-debug-line-info.patch)
  llvm/repos/extra-x86_64/llvm-Config-config.h
(from rev 169335, llvm/trunk/llvm-Config-config.h)
  llvm/repos/extra-x86_64/llvm-Config-llvm-config.h
(from rev 169335, llvm/trunk/llvm-Config-llvm-config.h)
Deleted:
  llvm/repos/extra-i686/PKGBUILD
  llvm/repos/extra-i686/cindexer-clang-path.patch
  llvm/repos/extra-i686/clang-3.1-fix-libprofile_rt.a-location.patch
  llvm/repos/extra-i686/clang-pure64.patch
  llvm/repos/extra-i686/enable-lto.patch
  llvm/repos/extra-i686/llvm-3.1-fix-debug-line-info.patch
  llvm/repos/extra-i686/llvm-Config-config.h
  llvm/repos/extra-i686/llvm-Config-llvm-config.h
  llvm/repos/extra-x86_64/PKGBUILD
  llvm/repos/extra-x86_64/cindexer-clang-path.patch
  llvm/repos/extra-x86_64/clang-3.1-fix-libprofile_rt.a-location.patch
  llvm/repos/extra-x86_64/clang-pure64.patch
  llvm/repos/extra-x86_64/enable-lto.patch
  llvm/repos/extra-x86_64/llvm-3.1-fix-debug-line-info.patch
  llvm/repos/extra-x86_64/llvm-Config-config.h
  llvm/repos/extra-x86_64/llvm-Config-llvm-config.h

---+
 extra-i686/PKGBUILD   |  464 ++--
 extra-i686/cindexer-clang-path.patch  |   20 
 extra-i686/clang-3.1-fix-libprofile_rt.a-location.patch   |   24 
 extra-i686/clang-pure64.patch |   26 
 extra-i686/enable-lto.patch   |   64 -
 extra-i686/llvm-3.1-fix-debug-line-info.patch |  130 +--
 extra-i686/llvm-Config-config.h   |   18 
 extra-i686/llvm-Config-llvm-config.h  |   18 
 extra-x86_64/PKGBUILD |  464 ++--
 extra-x86_64/cindexer-clang-path.patch|   20 
 extra-x86_64/clang-3.1-fix-libprofile_rt.a-location.patch |   24 
 extra-x86_64/clang-pure64.patch   |   26 
 extra-x86_64/enable-lto.patch |   64 -
 extra-x86_64/llvm-3.1-fix-debug-line-info.patch   |  130 +--
 extra-x86_64/llvm-Config-config.h |   18 
 extra-x86_64/llvm-Config-llvm-config.h|   18 
 16 files changed, 764 insertions(+), 764 deletions(-)

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


[arch-commits] Commit in ppp/repos (56 files)

2012-10-19 Thread Thomas Bächler
Date: Friday, October 19, 2012 @ 17:33:57
  Author: thomas
Revision: 169337

db-move: moved ppp from [testing] to [core] (i686, x86_64)

Added:
  ppp/repos/core-i686/PKGBUILD
(from rev 169336, ppp/repos/testing-i686/PKGBUILD)
  ppp/repos/core-i686/ip-down
(from rev 169336, ppp/repos/testing-i686/ip-down)
  ppp/repos/core-i686/ip-down.d.dns.sh
(from rev 169336, ppp/repos/testing-i686/ip-down.d.dns.sh)
  ppp/repos/core-i686/ip-up
(from rev 169336, ppp/repos/testing-i686/ip-up)
  ppp/repos/core-i686/ip-up.d.dns.sh
(from rev 169336, ppp/repos/testing-i686/ip-up.d.dns.sh)
  ppp/repos/core-i686/ipv6-down
(from rev 169336, ppp/repos/testing-i686/ipv6-down)
  ppp/repos/core-i686/ipv6-up
(from rev 169336, ppp/repos/testing-i686/ipv6-up)
  ppp/repos/core-i686/ipv6-up.d.iface-config.sh
(from rev 169336, ppp/repos/testing-i686/ipv6-up.d.iface-config.sh)
  ppp/repos/core-i686/options
(from rev 169336, ppp/repos/testing-i686/options)
  ppp/repos/core-i686/plog
(from rev 169336, ppp/repos/testing-i686/plog)
  ppp/repos/core-i686/poff
(from rev 169336, ppp/repos/testing-i686/poff)
  ppp/repos/core-i686/pon
(from rev 169336, ppp/repos/testing-i686/pon)
  ppp/repos/core-i686/pon.1
(from rev 169336, ppp/repos/testing-i686/pon.1)
  ppp/repos/core-i686/ppp
(from rev 169336, ppp/repos/testing-i686/ppp)
  ppp/repos/core-i686/ppp.systemd
(from rev 169336, ppp/repos/testing-i686/ppp.systemd)
  ppp/repos/core-x86_64/PKGBUILD
(from rev 169336, ppp/repos/testing-x86_64/PKGBUILD)
  ppp/repos/core-x86_64/ip-down
(from rev 169336, ppp/repos/testing-x86_64/ip-down)
  ppp/repos/core-x86_64/ip-down.d.dns.sh
(from rev 169336, ppp/repos/testing-x86_64/ip-down.d.dns.sh)
  ppp/repos/core-x86_64/ip-up
(from rev 169336, ppp/repos/testing-x86_64/ip-up)
  ppp/repos/core-x86_64/ip-up.d.dns.sh
(from rev 169336, ppp/repos/testing-x86_64/ip-up.d.dns.sh)
  ppp/repos/core-x86_64/ipv6-down
(from rev 169336, ppp/repos/testing-x86_64/ipv6-down)
  ppp/repos/core-x86_64/ipv6-up
(from rev 169336, ppp/repos/testing-x86_64/ipv6-up)
  ppp/repos/core-x86_64/ipv6-up.d.iface-config.sh
(from rev 169336, ppp/repos/testing-x86_64/ipv6-up.d.iface-config.sh)
  ppp/repos/core-x86_64/options
(from rev 169336, ppp/repos/testing-x86_64/options)
  ppp/repos/core-x86_64/plog
(from rev 169336, ppp/repos/testing-x86_64/plog)
  ppp/repos/core-x86_64/poff
(from rev 169336, ppp/repos/testing-x86_64/poff)
  ppp/repos/core-x86_64/pon
(from rev 169336, ppp/repos/testing-x86_64/pon)
  ppp/repos/core-x86_64/pon.1
(from rev 169336, ppp/repos/testing-x86_64/pon.1)
  ppp/repos/core-x86_64/ppp
(from rev 169336, ppp/repos/testing-x86_64/ppp)
  ppp/repos/core-x86_64/ppp.systemd
(from rev 169336, ppp/repos/testing-x86_64/ppp.systemd)
Deleted:
  ppp/repos/core-i686/PKGBUILD
  ppp/repos/core-i686/ip-down
  ppp/repos/core-i686/ip-down.d.dns.sh
  ppp/repos/core-i686/ip-up
  ppp/repos/core-i686/ip-up.d.dns.sh
  ppp/repos/core-i686/options
  ppp/repos/core-i686/plog
  ppp/repos/core-i686/poff
  ppp/repos/core-i686/pon
  ppp/repos/core-i686/pon.1
  ppp/repos/core-i686/ppp
  ppp/repos/core-i686/ppp.systemd
  ppp/repos/core-x86_64/PKGBUILD
  ppp/repos/core-x86_64/ip-down
  ppp/repos/core-x86_64/ip-down.d.dns.sh
  ppp/repos/core-x86_64/ip-up
  ppp/repos/core-x86_64/ip-up.d.dns.sh
  ppp/repos/core-x86_64/options
  ppp/repos/core-x86_64/plog
  ppp/repos/core-x86_64/poff
  ppp/repos/core-x86_64/pon
  ppp/repos/core-x86_64/pon.1
  ppp/repos/core-x86_64/ppp
  ppp/repos/core-x86_64/ppp.systemd
  ppp/repos/testing-i686/
  ppp/repos/testing-x86_64/

---+
 core-i686/PKGBUILD|  177 
 core-i686/ip-down |   24 -
 core-i686/ip-down.d.dns.sh|6 
 core-i686/ip-up   |   24 -
 core-i686/ip-up.d.dns.sh  |   14 
 core-i686/ipv6-down   |   12 
 core-i686/ipv6-up |   12 
 core-i686/ipv6-up.d.iface-config.sh   |4 
 core-i686/options |  704 
 core-i686/plog|   14 
 core-i686/poff|  206 -
 core-i686/pon |   64 +-
 core-i686/pon.1   |  242 +--
 core-i686/ppp |   72 +--
 core-i686/ppp.systemd |   18 
 core-x86_64/PKGBUILD  |  177 
 core-x86_64/ip-down   |   24 -
 core-x86_64/ip-down.d.dns.sh  |6 
 core-x86_64/ip-up |   24 -
 core-x86_64/ip-up.d.dns.sh|   14 
 core-x86_64/ipv6-down |   12 
 core-x86_64/ipv6-up   |   12 
 core-x86_64/ipv6-up.d.iface-config.sh |4 
 core-x86_64/options   |  704 
 core-x86_64/plog  |   14 
 core-x86_64/poff  

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

2012-10-19 Thread Eric Bélanger
Date: Friday, October 19, 2012 @ 17:57:21
  Author: eric
Revision: 169338

upgpkg: moc 1:2.5beta1-1

Upstream update, Add popt depends

Modified:
  moc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-19 21:33:57 UTC (rev 169337)
+++ PKGBUILD2012-10-19 21:57:21 UTC (rev 169338)
@@ -2,13 +2,14 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=moc
-pkgver=20120717
-pkgrel=2
+pkgver=2.5beta1
+pkgrel=1
+epoch=1
 pkgdesc=An ncurses console audio player designed to be powerful and easy to 
use
 arch=('i686' 'x86_64')
 url=http://moc.daper.net/;
 license=('GPL')
-depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file')
+depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file' 'popt')
 makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug' 
'faad2')
 optdepends=('speex: for using the speex plugin' 
'ffmpeg: for using the ffmpeg plugin'
@@ -18,9 +19,9 @@
 'faad2: for using the aac plugin' 
'libmodplug: for using the modplug plugin')
 options=('!libtool')
-source=(ftp://ftp.archlinux.org/other/moc/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('5a955508a807c4c780c6a2a9105b05142fb83e02'
-  'ae6f01d9c4933efd4f86ce79ff35d1a313e215a7')
+source=(ftp://ftp.daper.net/pub/soft/moc/unstable/moc-2.5.0-beta1.tar.bz2{,.sig})
+sha1sums=('4030a1fa5c7cfef06909c54d8c7a1fbb93f23caa'
+  '29c232c37e1f3737c3b670372732446e9c0786a8')
 
 # source PKGBUILD  mksource
 mksource() {
@@ -39,8 +40,7 @@
 }
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  autoreconf -i
+  cd ${srcdir}/${pkgname}-2.5.0-beta1
   ./configure --prefix=/usr --without-rcc \
 --with-oss --with-alsa --with-jack --with-aac --with-mp3 \
 --with-musepack --with-vorbis --with-flac --with-wavpack \
@@ -50,6 +50,6 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-2.5.0-beta1
   make DESTDIR=${pkgdir} install
 }



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

2012-10-19 Thread Eric Bélanger
Date: Friday, October 19, 2012 @ 17:57:39
  Author: eric
Revision: 169339

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-19 21:57:21 UTC (rev 169338)
+++ extra-i686/PKGBUILD 2012-10-19 21:57:39 UTC (rev 169339)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=moc
-pkgver=20120717
-pkgrel=2
-pkgdesc=An ncurses console audio player designed to be powerful and easy to 
use
-arch=('i686' 'x86_64')
-url=http://moc.daper.net/;
-license=('GPL')
-depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file')
-makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug' 
'faad2')
-optdepends=('speex: for using the speex plugin' 
-   'ffmpeg: for using the ffmpeg plugin'
-   'taglib: for using the musepack plugin' 
-   'libmpcdec: for using the musepack plugin' 
-'wavpack: for using the wavpack plugin' 
-'faad2: for using the aac plugin' 
-   'libmodplug: for using the modplug plugin')
-options=('!libtool')
-source=(ftp://ftp.archlinux.org/other/moc/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('5a955508a807c4c780c6a2a9105b05142fb83e02'
-  'ae6f01d9c4933efd4f86ce79ff35d1a313e215a7')
-
-# source PKGBUILD  mksource
-mksource() {
-  [[ -x /usr/bin/svn ]] || (echo svn not found. Install subversion.  
return 1)
-  _svnver=2454
-  _svntrunk=svn://daper.net/moc/trunk
-  _svnmod=${pkgname}-${pkgver}
-  mkdir ${pkgname}-${pkgver}
-  pushd ${pkgname}-${pkgver}
-  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
-  find . -depth -type d -name .svn -exec rm -rf {} \;
-  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
-  popd
-  rm -r ${pkgname}-${pkgver}
-  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  autoreconf -i
-  ./configure --prefix=/usr --without-rcc \
---with-oss --with-alsa --with-jack --with-aac --with-mp3 \
---with-musepack --with-vorbis --with-flac --with-wavpack \
---with-sndfile --with-modplug --with-ffmpeg --with-speex \
---with-samplerate --with-curl --disable-debug
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: moc/repos/extra-i686/PKGBUILD (from rev 169338, moc/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-19 21:57:39 UTC (rev 169339)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=moc
+pkgver=2.5beta1
+pkgrel=1
+epoch=1
+pkgdesc=An ncurses console audio player designed to be powerful and easy to 
use
+arch=('i686' 'x86_64')
+url=http://moc.daper.net/;
+license=('GPL')
+depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file' 'popt')
+makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug' 
'faad2')
+optdepends=('speex: for using the speex plugin' 
+   'ffmpeg: for using the ffmpeg plugin'
+   'taglib: for using the musepack plugin' 
+   'libmpcdec: for using the musepack plugin' 
+'wavpack: for using the wavpack plugin' 
+'faad2: for using the aac plugin' 
+   'libmodplug: for using the modplug plugin')
+options=('!libtool')
+source=(ftp://ftp.daper.net/pub/soft/moc/unstable/moc-2.5.0-beta1.tar.bz2{,.sig})
+sha1sums=('4030a1fa5c7cfef06909c54d8c7a1fbb93f23caa'
+  '29c232c37e1f3737c3b670372732446e9c0786a8')
+
+# source PKGBUILD  mksource
+mksource() {
+  [[ -x /usr/bin/svn ]] || (echo svn not found. Install subversion.  
return 1)
+  _svnver=2454
+  _svntrunk=svn://daper.net/moc/trunk
+  _svnmod=${pkgname}-${pkgver}
+  mkdir ${pkgname}-${pkgver}
+  pushd ${pkgname}-${pkgver}
+  svn co ${_svntrunk} --config-dir ./ -r ${_svnver} ${_svnmod}
+  find . -depth -type d -name .svn -exec rm -rf {} \;
+  tar -cJf ../${pkgname}-${pkgver}.tar.xz ${pkgname}-${pkgver}/*
+  popd
+  rm -r ${pkgname}-${pkgver}
+  gpg --detach-sign --use-agent -u ${GPGKEY} ${pkgname}-${pkgver}.tar.xz
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-2.5.0-beta1
+  ./configure --prefix=/usr --without-rcc \
+--with-oss --with-alsa --with-jack --with-aac --with-mp3 \
+--with-musepack --with-vorbis --with-flac --with-wavpack \
+--with-sndfile --with-modplug --with-ffmpeg --with-speex \
+--with-samplerate 

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

2012-10-19 Thread Eric Bélanger
Date: Friday, October 19, 2012 @ 18:30:54
  Author: eric
Revision: 169340

upgpkg: glew 1.9.0-1

Upstream update

Modified:
  glew/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-19 21:57:39 UTC (rev 169339)
+++ PKGBUILD2012-10-19 22:30:54 UTC (rev 169340)
@@ -3,15 +3,15 @@
 # Contributor: SleepyDog
 
 pkgname=glew
-pkgver=1.8.0
-pkgrel=2
+pkgver=1.9.0
+pkgrel=1
 pkgdesc=The OpenGL Extension Wrangler Library
 arch=('i686' 'x86_64')
 url=http://glew.sourceforge.net;
 license=('BSD' 'MIT' 'GPL')
 depends=('libxmu' 'libxi' 'glu')
 source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz)
-sha1sums=('641c6bb3f924ec786e1e6cf2b1b230f594e0f0e4')
+sha1sums=('9291f5c5afefd482c7f3e91ffb3cd4716c6c9ffe')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2012-10-19 Thread Eric Bélanger
Date: Friday, October 19, 2012 @ 18:31:09
  Author: eric
Revision: 169341

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

Added:
  glew/repos/staging-i686/
  glew/repos/staging-i686/PKGBUILD
(from rev 169340, glew/trunk/PKGBUILD)
  glew/repos/staging-x86_64/
  glew/repos/staging-x86_64/PKGBUILD
(from rev 169340, glew/trunk/PKGBUILD)

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

Copied: glew/repos/staging-i686/PKGBUILD (from rev 169340, glew/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-19 22:31:09 UTC (rev 169341)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: SleepyDog
+
+pkgname=glew
+pkgver=1.9.0
+pkgrel=1
+pkgdesc=The OpenGL Extension Wrangler Library
+arch=('i686' 'x86_64')
+url=http://glew.sourceforge.net;
+license=('BSD' 'MIT' 'GPL')
+depends=('libxmu' 'libxi' 'glu')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz)
+sha1sums=('9291f5c5afefd482c7f3e91ffb3cd4716c6c9ffe')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|lib64|lib|' config/Makefile.linux
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GLEW_DEST=${pkgdir}/usr install.all
+  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  rm ${pkgdir}/usr/lib/{libGLEW,libGLEWmx}.a
+  chmod 0755 ${pkgdir}/usr/lib/libGLEW*.so.${pkgver}
+}

Copied: glew/repos/staging-x86_64/PKGBUILD (from rev 169340, 
glew/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-10-19 22:31:09 UTC (rev 169341)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: SleepyDog
+
+pkgname=glew
+pkgver=1.9.0
+pkgrel=1
+pkgdesc=The OpenGL Extension Wrangler Library
+arch=('i686' 'x86_64')
+url=http://glew.sourceforge.net;
+license=('BSD' 'MIT' 'GPL')
+depends=('libxmu' 'libxi' 'glu')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz)
+sha1sums=('9291f5c5afefd482c7f3e91ffb3cd4716c6c9ffe')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -i 's|lib64|lib|' config/Makefile.linux
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make GLEW_DEST=${pkgdir}/usr install.all
+  install -D -m644 LICENSE.txt 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  rm ${pkgdir}/usr/lib/{libGLEW,libGLEWmx}.a
+  chmod 0755 ${pkgdir}/usr/lib/libGLEW*.so.${pkgver}
+}



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

2012-10-19 Thread Eric Bélanger
Date: Friday, October 19, 2012 @ 19:18:16
  Author: eric
Revision: 169342

upgpkg: ilmbase 1.0.3-1

Upstream update, Add build patch, Remove old patch

Added:
  ilmbase/trunk/ilmbase-IexMath.patch
Modified:
  ilmbase/trunk/PKGBUILD
Deleted:
  ilmbase/trunk/tests-compile-fixes.patch

---+
 PKGBUILD  |   24 
 ilmbase-IexMath.patch |   12 
 tests-compile-fixes.patch |   12 
 3 files changed, 24 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-19 22:31:09 UTC (rev 169341)
+++ PKGBUILD2012-10-19 23:18:16 UTC (rev 169342)
@@ -2,34 +2,34 @@
 # Maintainer: Tobias Powalowski tp...@archlinux.org
 
 pkgname=ilmbase
-pkgver=1.0.2
+pkgver=1.0.3
 pkgrel=1
 depends=('gcc-libs')
 pkgdesc=Base libraries from ILM for OpenEXR
 arch=(i686 x86_64)
+url=http://www.openexr.com;
 license=('custom')
 options=('!libtool')
-source=(http://savannah.nongnu.org/download/openexr/$pkgname-$pkgver.tar.gz
-tests-compile-fixes.patch)
-url=http://www.openexr.com;
-md5sums=('26c133ee8ca48e1196fbfb3ffe292ab4'
- '2687ab9ac01b417ee5cf8c0174b72e43')
+source=(https://github.com/downloads/openexr/openexr/$pkgname-$pkgver.tar.gz 
+ilmbase-IexMath.patch)
+md5sums=('d99962ec7e2bfac0647aaabf6b91d5de'
+ '9c8efaf15f60bccf79749ec879657962')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
-  patch -Np1 -i ${srcdir}/tests-compile-fixes.patch
+  cd ${srcdir}/$pkgname-$pkgver
+  patch -p0 -i ${srcdir}/ilmbase-IexMath.patch
   ./configure --prefix=/usr
   make
 }
 
 check() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd ${srcdir}/$pkgname-$pkgver
   # one of the tests fails randomly for an unknown reason
   make check || true
 }
 
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
-  make DESTDIR=${pkgdir} install
-  install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
 }

Added: ilmbase-IexMath.patch
===
--- ilmbase-IexMath.patch   (rev 0)
+++ ilmbase-IexMath.patch   2012-10-19 23:18:16 UTC (rev 169342)
@@ -0,0 +1,12 @@
+--- IexMath/IexMathFpu.cpp.orig2012-07-26 20:51:55.0 +0200
 IexMath/IexMathFpu.cpp 2012-10-04 15:30:47.0 +0200
+@@ -27,8 +27,7 @@
+ #endif
+ 
+ 
+-#ifdef HAVE_UCONTEXT_H
+-
++#if defined(HAVE_UCONTEXT_H)  (defined(x86_64) || defined(i386_))
+ 
+ #include ucontext.h
+ #include signal.h

Deleted: tests-compile-fixes.patch
===
--- tests-compile-fixes.patch   2012-10-19 22:31:09 UTC (rev 169341)
+++ tests-compile-fixes.patch   2012-10-19 23:18:16 UTC (rev 169342)
@@ -1,12 +0,0 @@
-diff -ur ilmbase-1.0.2/Imath/ImathMatrix.h 
ilmbase-1.0.2.new/Imath/ImathMatrix.h
 ilmbase-1.0.2/Imath/ImathMatrix.h  2010-07-17 00:48:40.0 +0200
-+++ ilmbase-1.0.2.new/Imath/ImathMatrix.h  2011-04-25 10:15:21.121608420 
+0200
-@@ -49,6 +49,8 @@
- #include ImathVec.h
- #include ImathShear.h
- 
-+#include cstdlib
-+#include cstring
- #include iostream
- #include iomanip
- 



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

2012-10-19 Thread Eric Bélanger
Date: Friday, October 19, 2012 @ 19:18:36
  Author: eric
Revision: 169343

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

Added:
  ilmbase/repos/staging-i686/
  ilmbase/repos/staging-i686/PKGBUILD
(from rev 169342, ilmbase/trunk/PKGBUILD)
  ilmbase/repos/staging-i686/ilmbase-IexMath.patch
(from rev 169342, ilmbase/trunk/ilmbase-IexMath.patch)
  ilmbase/repos/staging-x86_64/
  ilmbase/repos/staging-x86_64/PKGBUILD
(from rev 169342, ilmbase/trunk/PKGBUILD)
  ilmbase/repos/staging-x86_64/ilmbase-IexMath.patch
(from rev 169342, ilmbase/trunk/ilmbase-IexMath.patch)

--+
 staging-i686/PKGBUILD|   35 +
 staging-i686/ilmbase-IexMath.patch   |   12 +++
 staging-x86_64/PKGBUILD  |   35 +
 staging-x86_64/ilmbase-IexMath.patch |   12 +++
 4 files changed, 94 insertions(+)

Copied: ilmbase/repos/staging-i686/PKGBUILD (from rev 169342, 
ilmbase/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-19 23:18:36 UTC (rev 169343)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=ilmbase
+pkgver=1.0.3
+pkgrel=1
+depends=('gcc-libs')
+pkgdesc=Base libraries from ILM for OpenEXR
+arch=(i686 x86_64)
+url=http://www.openexr.com;
+license=('custom')
+options=('!libtool')
+source=(https://github.com/downloads/openexr/openexr/$pkgname-$pkgver.tar.gz 
+ilmbase-IexMath.patch)
+md5sums=('d99962ec7e2bfac0647aaabf6b91d5de'
+ '9c8efaf15f60bccf79749ec879657962')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  patch -p0 -i ${srcdir}/ilmbase-IexMath.patch
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/$pkgname-$pkgver
+  # one of the tests fails randomly for an unknown reason
+  make check || true
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: ilmbase/repos/staging-i686/ilmbase-IexMath.patch (from rev 169342, 
ilmbase/trunk/ilmbase-IexMath.patch)
===
--- staging-i686/ilmbase-IexMath.patch  (rev 0)
+++ staging-i686/ilmbase-IexMath.patch  2012-10-19 23:18:36 UTC (rev 169343)
@@ -0,0 +1,12 @@
+--- IexMath/IexMathFpu.cpp.orig2012-07-26 20:51:55.0 +0200
 IexMath/IexMathFpu.cpp 2012-10-04 15:30:47.0 +0200
+@@ -27,8 +27,7 @@
+ #endif
+ 
+ 
+-#ifdef HAVE_UCONTEXT_H
+-
++#if defined(HAVE_UCONTEXT_H)  (defined(x86_64) || defined(i386_))
+ 
+ #include ucontext.h
+ #include signal.h

Copied: ilmbase/repos/staging-x86_64/PKGBUILD (from rev 169342, 
ilmbase/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-10-19 23:18:36 UTC (rev 169343)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=ilmbase
+pkgver=1.0.3
+pkgrel=1
+depends=('gcc-libs')
+pkgdesc=Base libraries from ILM for OpenEXR
+arch=(i686 x86_64)
+url=http://www.openexr.com;
+license=('custom')
+options=('!libtool')
+source=(https://github.com/downloads/openexr/openexr/$pkgname-$pkgver.tar.gz 
+ilmbase-IexMath.patch)
+md5sums=('d99962ec7e2bfac0647aaabf6b91d5de'
+ '9c8efaf15f60bccf79749ec879657962')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+  patch -p0 -i ${srcdir}/ilmbase-IexMath.patch
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/$pkgname-$pkgver
+  # one of the tests fails randomly for an unknown reason
+  make check || true
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Copied: ilmbase/repos/staging-x86_64/ilmbase-IexMath.patch (from rev 169342, 
ilmbase/trunk/ilmbase-IexMath.patch)
===
--- staging-x86_64/ilmbase-IexMath.patch(rev 0)
+++ staging-x86_64/ilmbase-IexMath.patch2012-10-19 23:18:36 UTC (rev 
169343)
@@ -0,0 +1,12 @@
+--- IexMath/IexMathFpu.cpp.orig2012-07-26 20:51:55.0 +0200
 IexMath/IexMathFpu.cpp 2012-10-04 15:30:47.0 +0200
+@@ -27,8 +27,7 @@
+ #endif
+ 
+ 
+-#ifdef HAVE_UCONTEXT_H
+-
++#if defined(HAVE_UCONTEXT_H)  (defined(x86_64) || defined(i386_))
+ 
+ #include ucontext.h
+ #include signal.h



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

2012-10-19 Thread Eric Bélanger
Date: Friday, October 19, 2012 @ 20:21:43
  Author: eric
Revision: 169344

upgpkg: imagemagick 6.8.0.1-1

Upstream update

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-19 23:18:36 UTC (rev 169343)
+++ PKGBUILD2012-10-20 00:21:43 UTC (rev 169344)
@@ -3,8 +3,8 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.7.9.8
-pkgrel=2
+pkgver=6.8.0.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url=http://www.imagemagick.org/;
 license=('custom')
@@ -12,7 +12,7 @@
  'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 'liblqr')
 
source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz
 \
 perlmagick.rpath.patch)
-sha1sums=('dc61335f931ea637e7bd2e711b520d221bfe464c'
+sha1sums=('47926535dd68b38f5ae8a01e470cebf671018831'
   '23405f80904b1de94ebd7bd6fe2a332471b8c283')
 
 build() {



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

2012-10-19 Thread Eric Bélanger
Date: Friday, October 19, 2012 @ 20:21:55
  Author: eric
Revision: 169345

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

Added:
  imagemagick/repos/staging-i686/
  imagemagick/repos/staging-i686/PKGBUILD
(from rev 169344, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/staging-i686/perlmagick.rpath.patch
(from rev 169344, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/staging-x86_64/
  imagemagick/repos/staging-x86_64/PKGBUILD
(from rev 169344, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/staging-x86_64/perlmagick.rpath.patch
(from rev 169344, imagemagick/trunk/perlmagick.rpath.patch)

---+
 staging-i686/PKGBUILD |   82 
 staging-i686/perlmagick.rpath.patch   |   10 +++
 staging-x86_64/PKGBUILD   |   82 
 staging-x86_64/perlmagick.rpath.patch |   10 +++
 4 files changed, 184 insertions(+)

Copied: imagemagick/repos/staging-i686/PKGBUILD (from rev 169344, 
imagemagick/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-20 00:21:55 UTC (rev 169345)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=imagemagick
+pkgname=('imagemagick' 'imagemagick-doc')
+pkgver=6.8.0.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url=http://www.imagemagick.org/;
+license=('custom')
+makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
+ 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 'liblqr')
+source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz
 \
+perlmagick.rpath.patch)
+sha1sums=('47926535dd68b38f5ae8a01e470cebf671018831'
+  '23405f80904b1de94ebd7bd6fe2a332471b8c283')
+
+build() {
+  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
+
+  sed '/AC_PATH_XTRA/d' -i configure.ac
+  autoreconf --force --install
+  patch -p0 -i ../perlmagick.rpath.patch
+
+  ./configure --prefix=/usr --sysconfdir=/etc --with-modules --disable-static \
+--disable-openmp --with-wmf --with-openexr --with-xml --with-lcms2 
--with-jp2 \
+--with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
+--with-perl --with-perl-options=INSTALLDIRS=vendor --with-lqr 
--with-rsvg \
+--without-gvc --without-djvu --without-autotrace --without-webp \
+--without-jbig --without-fpx --without-dps --without-fftw
+  make
+}
+
+check() {
+  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
+#  make check
+}
+
+package_imagemagick() {
+  pkgdesc=An image viewing/manipulation program
+  depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr')
+  optdepends=('ghostscript: for Ghostscript support' 
+  'openexr: for OpenEXR support' 
+  'libwmf: for WMF support' 
+  'librsvg: for SVG support' 
+  'libxml2: for XML support' 
+  'jasper: for JPEG-2000 support' 
+  'libpng: for PNG support')
+  backup=('etc/ImageMagick/coder.xml'
+  'etc/ImageMagick/colors.xml'
+  'etc/ImageMagick/delegates.xml'
+  'etc/ImageMagick/log.xml'
+  'etc/ImageMagick/magic.xml'
+  'etc/ImageMagick/mime.xml'
+  'etc/ImageMagick/policy.xml'
+  'etc/ImageMagick/quantization-table.xml'
+  'etc/ImageMagick/thresholds.xml'
+  'etc/ImageMagick/type.xml'
+  'etc/ImageMagick/type-dejavu.xml'
+  'etc/ImageMagick/type-ghostscript.xml'
+  'etc/ImageMagick/type-windows.xml')
+  options=('!docs' 'libtool' '!emptydirs')
+
+  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
+  make DESTDIR=${pkgdir} install
+  chmod 755 ${pkgdir}/usr/lib/perl5/vendor_perl/auto/Image/Magick/Magick.so 
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick/LICENSE
+  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick/NOTICE
+
+#Cleaning
+  find ${pkgdir} -name '*.bs' -delete
+  rm -f ${pkgdir}/usr/lib/*.la
+}
+
+package_imagemagick-doc() {
+  pkgdesc=The ImageMagick documentation (utilities manuals and libraries API)
+
+  cd ${srcdir}/ImageMagick-${pkgver%.*}-${pkgver##*.}
+  make DESTDIR=${pkgdir} install-data-html
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/imagemagick-doc/LICENSE
+  install -Dm644 NOTICE ${pkgdir}/usr/share/licenses/imagemagick-doc/NOTICE
+}

Copied: imagemagick/repos/staging-i686/perlmagick.rpath.patch (from rev 169344, 
imagemagick/trunk/perlmagick.rpath.patch)
===
--- staging-i686/perlmagick.rpath.patch (rev 0)
+++ staging-i686/perlmagick.rpath.patch 2012-10-20 00:21:55 UTC (rev 169345)
@@ -0,0 +1,10 @@
+--- Makefile.in.orig   2009-05-26 16:22:11.0 -0300
 Makefile.in2009-05-26 16:23:27.0 -0300
+@@ -10067,6 +10067,7 @@

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

2012-10-19 Thread Eric Bélanger
Date: Friday, October 19, 2012 @ 20:48:31
  Author: eric
Revision: 169346

upgpkg: openexr 1.7.1-2

Rebuild against ilmbase 1.0.3

Modified:
  openexr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-20 00:21:55 UTC (rev 169345)
+++ PKGBUILD2012-10-20 00:48:31 UTC (rev 169346)
@@ -3,7 +3,7 @@
 
 pkgname=openexr
 pkgver=1.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc=An high dynamic-range image file format library
 url=http://www.openexr.com/;
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p0 -i ${srcdir}/gcc43.patch
+  patch -p0 -i ${srcdir}/gcc43.patch
   ./configure --prefix=/usr
   make
 }



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

2012-10-19 Thread Eric Bélanger
Date: Friday, October 19, 2012 @ 20:48:45
  Author: eric
Revision: 169347

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

Added:
  openexr/repos/staging-i686/
  openexr/repos/staging-i686/PKGBUILD
(from rev 169346, openexr/trunk/PKGBUILD)
  openexr/repos/staging-i686/gcc43.patch
(from rev 169346, openexr/trunk/gcc43.patch)
  openexr/repos/staging-x86_64/
  openexr/repos/staging-x86_64/PKGBUILD
(from rev 169346, openexr/trunk/PKGBUILD)
  openexr/repos/staging-x86_64/gcc43.patch
(from rev 169346, openexr/trunk/gcc43.patch)

+
 staging-i686/PKGBUILD  |   30 ++
 staging-i686/gcc43.patch   |   11 +++
 staging-x86_64/PKGBUILD|   30 ++
 staging-x86_64/gcc43.patch |   11 +++
 4 files changed, 82 insertions(+)

Copied: openexr/repos/staging-i686/PKGBUILD (from rev 169346, 
openexr/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-20 00:48:45 UTC (rev 169347)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=openexr
+pkgver=1.7.1
+pkgrel=2
+pkgdesc=An high dynamic-range image file format library
+url=http://www.openexr.com/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('zlib' 'ilmbase')
+options=('!libtool')
+source=(https://github.com/downloads/${pkgname}/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'gcc43.patch')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p0 -i ${srcdir}/gcc43.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+md5sums=('a9e0369dfd68941c50cdaa93e9d7a8d1'
+ 'd91fae759053a70bcedcf02eb33ca4a2')

Copied: openexr/repos/staging-i686/gcc43.patch (from rev 169346, 
openexr/trunk/gcc43.patch)
===
--- staging-i686/gcc43.patch(rev 0)
+++ staging-i686/gcc43.patch2012-10-20 00:48:45 UTC (rev 169347)
@@ -0,0 +1,11 @@
+--- exrenvmap/blurImage.cpp
 exrenvmap/blurImage.cpp
+@@ -39,6 +39,8 @@
+ //
+ 
//-
+ 
++#include cstring
++
+ #include blurImage.h
+ 
+ #include resizeImage.h

Copied: openexr/repos/staging-x86_64/PKGBUILD (from rev 169346, 
openexr/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-10-20 00:48:45 UTC (rev 169347)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=openexr
+pkgver=1.7.1
+pkgrel=2
+pkgdesc=An high dynamic-range image file format library
+url=http://www.openexr.com/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('zlib' 'ilmbase')
+options=('!libtool')
+source=(https://github.com/downloads/${pkgname}/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'gcc43.patch')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p0 -i ${srcdir}/gcc43.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+
+md5sums=('a9e0369dfd68941c50cdaa93e9d7a8d1'
+ 'd91fae759053a70bcedcf02eb33ca4a2')

Copied: openexr/repos/staging-x86_64/gcc43.patch (from rev 169346, 
openexr/trunk/gcc43.patch)
===
--- staging-x86_64/gcc43.patch  (rev 0)
+++ staging-x86_64/gcc43.patch  2012-10-20 00:48:45 UTC (rev 169347)
@@ -0,0 +1,11 @@
+--- exrenvmap/blurImage.cpp
 exrenvmap/blurImage.cpp
+@@ -39,6 +39,8 @@
+ //
+ 
//-
+ 
++#include cstring
++
+ #include blurImage.h
+ 
+ #include resizeImage.h



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

2012-10-19 Thread Eric Bélanger
Date: Friday, October 19, 2012 @ 20:54:54
  Author: eric
Revision: 169348

upgpkg: fyre 1.0.1-6

Rebuild against ilmbase 1.0.3

Modified:
  fyre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-20 00:48:45 UTC (rev 169347)
+++ PKGBUILD2012-10-20 00:54:54 UTC (rev 169348)
@@ -3,7 +3,7 @@
 
 pkgname=fyre
 pkgver=1.0.1
-pkgrel=5
+pkgrel=6
 pkgdesc=Rendering of the Peter de Jong map
 arch=('i686' 'x86_64')
 url=http://fyre.navi.cx/;



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

2012-10-19 Thread Eric Bélanger
Date: Friday, October 19, 2012 @ 20:55:07
  Author: eric
Revision: 169349

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

Added:
  fyre/repos/staging-i686/
  fyre/repos/staging-i686/PKGBUILD
(from rev 169348, fyre/trunk/PKGBUILD)
  fyre/repos/staging-i686/fyre.install
(from rev 169348, fyre/trunk/fyre.install)
  fyre/repos/staging-x86_64/
  fyre/repos/staging-x86_64/PKGBUILD
(from rev 169348, fyre/trunk/PKGBUILD)
  fyre/repos/staging-x86_64/fyre.install
(from rev 169348, fyre/trunk/fyre.install)

-+
 staging-i686/PKGBUILD   |   26 ++
 staging-i686/fyre.install   |   13 +
 staging-x86_64/PKGBUILD |   26 ++
 staging-x86_64/fyre.install |   13 +
 4 files changed, 78 insertions(+)

Copied: fyre/repos/staging-i686/PKGBUILD (from rev 169348, fyre/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-20 00:55:07 UTC (rev 169349)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=fyre
+pkgver=1.0.1
+pkgrel=6
+pkgdesc=Rendering of the Peter de Jong map
+arch=('i686' 'x86_64')
+url=http://fyre.navi.cx/;
+license=('GPL')
+depends=('openexr' 'libglade' 'gnet' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils')
+install=fyre.install
+source=(http://releases.navi.cx/fyre/fyre-${pkgver}.tar.bz2)
+sha1sums=('41c0ec45eff16cc1bba081c5c855a3980e404835')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make update_xdgmime=/bin/false update_fdodesktop=/bin/false 
gtk_update_icon_cache=/bin/false \
+prefix=${pkgdir}/usr install
+}

Copied: fyre/repos/staging-i686/fyre.install (from rev 169348, 
fyre/trunk/fyre.install)
===
--- staging-i686/fyre.install   (rev 0)
+++ staging-i686/fyre.install   2012-10-20 00:55:07 UTC (rev 169349)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: fyre/repos/staging-x86_64/PKGBUILD (from rev 169348, 
fyre/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-10-20 00:55:07 UTC (rev 169349)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=fyre
+pkgver=1.0.1
+pkgrel=6
+pkgdesc=Rendering of the Peter de Jong map
+arch=('i686' 'x86_64')
+url=http://fyre.navi.cx/;
+license=('GPL')
+depends=('openexr' 'libglade' 'gnet' 'shared-mime-info' 'hicolor-icon-theme' 
'desktop-file-utils')
+install=fyre.install
+source=(http://releases.navi.cx/fyre/fyre-${pkgver}.tar.bz2)
+sha1sums=('41c0ec45eff16cc1bba081c5c855a3980e404835')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make update_xdgmime=/bin/false update_fdodesktop=/bin/false 
gtk_update_icon_cache=/bin/false \
+prefix=${pkgdir}/usr install
+}

Copied: fyre/repos/staging-x86_64/fyre.install (from rev 169348, 
fyre/trunk/fyre.install)
===
--- staging-x86_64/fyre.install (rev 0)
+++ staging-x86_64/fyre.install 2012-10-20 00:55:07 UTC (rev 169349)
@@ -0,0 +1,13 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



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

2012-10-19 Thread Eric Bélanger
Date: Friday, October 19, 2012 @ 21:34:52
  Author: eric
Revision: 169350

upgpkg: xine-lib 1.2.2-3

Rebuild against imagemagick 6.8.0

Modified:
  xine-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-20 00:55:07 UTC (rev 169349)
+++ PKGBUILD2012-10-20 01:34:52 UTC (rev 169350)
@@ -3,7 +3,7 @@
 
 pkgname=xine-lib
 pkgver=1.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc=A multimedia playback engine
 arch=('i686' 'x86_64')
 url=http://www.xine-project.org;



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

2012-10-19 Thread Eric Bélanger
Date: Friday, October 19, 2012 @ 21:35:15
  Author: eric
Revision: 169351

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

Added:
  xine-lib/repos/staging-i686/
  xine-lib/repos/staging-i686/PKGBUILD
(from rev 169350, xine-lib/trunk/PKGBUILD)
  xine-lib/repos/staging-x86_64/
  xine-lib/repos/staging-x86_64/PKGBUILD
(from rev 169350, xine-lib/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   45 +
 staging-x86_64/PKGBUILD |   45 +
 2 files changed, 90 insertions(+)

Copied: xine-lib/repos/staging-i686/PKGBUILD (from rev 169350, 
xine-lib/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-20 01:35:15 UTC (rev 169351)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=xine-lib
+pkgver=1.2.2
+pkgrel=3
+pkgdesc=A multimedia playback engine
+arch=('i686' 'x86_64')
+url=http://www.xine-project.org;
+license=('LGPL' 'GPL')
+depends=('libxvmc' 'ffmpeg' 'libxinerama')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
+ 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad' 
+ 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau' 'glu')
+optdepends=('imagemagick: for using the imagemagick plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'glu: for using the opengl plugin' \
+'wavpack: for using the wavpack plugin' \
+'faad2: for using the faad plugin' \
+'libmng: for using the mng plugin' \
+'aalib: for using the aalib plugin' \
+'libmodplug: for using the modplug plugin' \
+'libdca: for using the dca plugin' \
+'a52dec: for using the a52 plugin' \
+'libmad: for using the mp3 plugin' \
+'libmpcdec: for using the musepack plugin' \
+'libcaca: for using the caca plugin' \
+'libbluray: for using the bluray plugin' \
+'gnome-vfs: for using the gnome-vfs plugin' \
+'libvdpau: for using the VDPAU plugin')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('a349cbb0b72256bb262377796a022dcf63829b4c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--disable-optimizations
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: xine-lib/repos/staging-x86_64/PKGBUILD (from rev 169350, 
xine-lib/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-10-20 01:35:15 UTC (rev 169351)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=xine-lib
+pkgver=1.2.2
+pkgrel=3
+pkgdesc=A multimedia playback engine
+arch=('i686' 'x86_64')
+url=http://www.xine-project.org;
+license=('LGPL' 'GPL')
+depends=('libxvmc' 'ffmpeg' 'libxinerama')
+makedepends=('wavpack' 'faad2' 'libmng' 'imagemagick' 'mesa' 'libmodplug'
+ 'vcdimager' 'jack' 'aalib' 'libdca' 'a52dec' 'libmad' 
+ 'libmpcdec' 'libcaca' 'libbluray' 'gnome-vfs' 'libvdpau' 'glu')
+optdepends=('imagemagick: for using the imagemagick plugin' \
+'jack: for using the jack plugin' \
+'vcdimager: for using the vcd plugin' \
+'glu: for using the opengl plugin' \
+'wavpack: for using the wavpack plugin' \
+'faad2: for using the faad plugin' \
+'libmng: for using the mng plugin' \
+'aalib: for using the aalib plugin' \
+'libmodplug: for using the modplug plugin' \
+'libdca: for using the dca plugin' \
+'a52dec: for using the a52 plugin' \
+'libmad: for using the mp3 plugin' \
+'libmpcdec: for using the musepack plugin' \
+'libcaca: for using the caca plugin' \
+'libbluray: for using the bluray plugin' \
+'gnome-vfs: for using the gnome-vfs plugin' \
+'libvdpau: for using the VDPAU plugin')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('a349cbb0b72256bb262377796a022dcf63829b4c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-wavpack --enable-vdpau 
--disable-optimizations
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-10-19 Thread Eric Bélanger
Date: Friday, October 19, 2012 @ 22:29:31
  Author: eric
Revision: 169352

upgpkg: kdelibs3 3.5.10-15

Rebuild against ilmbase 1.0.3

Modified:
  kdelibs3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-20 01:35:15 UTC (rev 169351)
+++ PKGBUILD2012-10-20 02:29:31 UTC (rev 169352)
@@ -5,7 +5,7 @@
 
 pkgname=kdelibs3
 pkgver=3.5.10
-pkgrel=14
+pkgrel=15
 pkgdesc='KDE3 Core Libraries'
 arch=('i686' 'x86_64')
 url='http://www.kde.org'



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

2012-10-19 Thread Eric Bélanger
Date: Friday, October 19, 2012 @ 22:30:14
  Author: eric
Revision: 169353

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

Added:
  kdelibs3/repos/staging-i686/
  kdelibs3/repos/staging-i686/PKGBUILD
(from rev 169352, kdelibs3/trunk/PKGBUILD)
  kdelibs3/repos/staging-i686/acinclude.patch
(from rev 169352, kdelibs3/trunk/acinclude.patch)
  kdelibs3/repos/staging-i686/kconf_updaterc
(from rev 169352, kdelibs3/trunk/kconf_updaterc)
  kdelibs3/repos/staging-i686/kde3.profile
(from rev 169352, kdelibs3/trunk/kde3.profile)
  kdelibs3/repos/staging-i686/kde4-compatibility.patch
(from rev 169352, kdelibs3/trunk/kde4-compatibility.patch)
  kdelibs3/repos/staging-i686/kdelibs3-cups16.patch
(from rev 169352, kdelibs3/trunk/kdelibs3-cups16.patch)
  kdelibs3/repos/staging-i686/kdelibs3-missing-include.patch
(from rev 169352, kdelibs3/trunk/kdelibs3-missing-include.patch)
  kdelibs3/repos/staging-i686/kdelibs3.install
(from rev 169352, kdelibs3/trunk/kdelibs3.install)
  kdelibs3/repos/staging-i686/openssl.patch
(from rev 169352, kdelibs3/trunk/openssl.patch)
  kdelibs3/repos/staging-x86_64/
  kdelibs3/repos/staging-x86_64/PKGBUILD
(from rev 169352, kdelibs3/trunk/PKGBUILD)
  kdelibs3/repos/staging-x86_64/acinclude.patch
(from rev 169352, kdelibs3/trunk/acinclude.patch)
  kdelibs3/repos/staging-x86_64/kconf_updaterc
(from rev 169352, kdelibs3/trunk/kconf_updaterc)
  kdelibs3/repos/staging-x86_64/kde3.profile
(from rev 169352, kdelibs3/trunk/kde3.profile)
  kdelibs3/repos/staging-x86_64/kde4-compatibility.patch
(from rev 169352, kdelibs3/trunk/kde4-compatibility.patch)
  kdelibs3/repos/staging-x86_64/kdelibs3-cups16.patch
(from rev 169352, kdelibs3/trunk/kdelibs3-cups16.patch)
  kdelibs3/repos/staging-x86_64/kdelibs3-missing-include.patch
(from rev 169352, kdelibs3/trunk/kdelibs3-missing-include.patch)
  kdelibs3/repos/staging-x86_64/kdelibs3.install
(from rev 169352, kdelibs3/trunk/kdelibs3.install)
  kdelibs3/repos/staging-x86_64/openssl.patch
(from rev 169352, kdelibs3/trunk/openssl.patch)

---+
 staging-i686/PKGBUILD |   97 ++
 staging-i686/acinclude.patch  |   66 +
 staging-i686/kconf_updaterc   |2 
 staging-i686/kde3.profile |6 
 staging-i686/kde4-compatibility.patch | 1012 
 staging-i686/kdelibs3-cups16.patch|  724 +
 staging-i686/kdelibs3-missing-include.patch   |   10 
 staging-i686/kdelibs3.install |   12 
 staging-i686/openssl.patch|  180 
 staging-x86_64/PKGBUILD   |   97 ++
 staging-x86_64/acinclude.patch|   66 +
 staging-x86_64/kconf_updaterc |2 
 staging-x86_64/kde3.profile   |6 
 staging-x86_64/kde4-compatibility.patch   | 1012 
 staging-x86_64/kdelibs3-cups16.patch  |  724 +
 staging-x86_64/kdelibs3-missing-include.patch |   10 
 staging-x86_64/kdelibs3.install   |   12 
 staging-x86_64/openssl.patch  |  180 
 18 files changed, 4218 insertions(+)

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


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

2012-10-19 Thread Eric Bélanger
Date: Friday, October 19, 2012 @ 22:54:03
  Author: eric
Revision: 169354

upgpkg: cinepaint 1.3-5

Rebuild against ilmbase 1.0.3

Modified:
  cinepaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-20 02:30:14 UTC (rev 169353)
+++ PKGBUILD2012-10-20 02:54:03 UTC (rev 169354)
@@ -4,7 +4,7 @@
 
 pkgname=cinepaint
 pkgver=1.3
-pkgrel=4
+pkgrel=5
 pkgdesc=Sophisticated graphics manipulation programm supporting  8bit 
pictures
 arch=('i686' 'x86_64')
 license=('LGPL' 'GPL' 'MIT')



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

2012-10-19 Thread Eric Bélanger
Date: Friday, October 19, 2012 @ 22:54:29
  Author: eric
Revision: 169355

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

Added:
  cinepaint/repos/staging-i686/
  cinepaint/repos/staging-i686/LICENSE
(from rev 169354, cinepaint/trunk/LICENSE)
  cinepaint/repos/staging-i686/PKGBUILD
(from rev 169354, cinepaint/trunk/PKGBUILD)
  cinepaint/repos/staging-i686/cinepaint-libpng15.patch
(from rev 169354, cinepaint/trunk/cinepaint-libpng15.patch)
  cinepaint/repos/staging-i686/cinepaint-missing-include.patch
(from rev 169354, cinepaint/trunk/cinepaint-missing-include.patch)
  cinepaint/repos/staging-i686/cinepaint.install
(from rev 169354, cinepaint/trunk/cinepaint.install)
  cinepaint/repos/staging-x86_64/
  cinepaint/repos/staging-x86_64/LICENSE
(from rev 169354, cinepaint/trunk/LICENSE)
  cinepaint/repos/staging-x86_64/PKGBUILD
(from rev 169354, cinepaint/trunk/PKGBUILD)
  cinepaint/repos/staging-x86_64/cinepaint-libpng15.patch
(from rev 169354, cinepaint/trunk/cinepaint-libpng15.patch)
  cinepaint/repos/staging-x86_64/cinepaint-missing-include.patch
(from rev 169354, cinepaint/trunk/cinepaint-missing-include.patch)
  cinepaint/repos/staging-x86_64/cinepaint.install
(from rev 169354, cinepaint/trunk/cinepaint.install)

+
 staging-i686/LICENSE   |   25 +
 staging-i686/PKGBUILD  |   51 ++
 staging-i686/cinepaint-libpng15.patch  |  452 +++
 staging-i686/cinepaint-missing-include.patch   |   11 
 staging-i686/cinepaint.install |   11 
 staging-x86_64/LICENSE |   25 +
 staging-x86_64/PKGBUILD|   51 ++
 staging-x86_64/cinepaint-libpng15.patch|  452 +++
 staging-x86_64/cinepaint-missing-include.patch |   11 
 staging-x86_64/cinepaint.install   |   11 
 10 files changed, 1100 insertions(+)

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


[arch-commits] Commit in transcode/trunk (PKGBUILD ffmpeg-0.11.patch)

2012-10-19 Thread Eric Bélanger
Date: Saturday, October 20, 2012 @ 00:01:00
  Author: eric
Revision: 169356

upgpkg: transcode 1.1.7-6

Rebuild against imagemagick 6.8.0, Update ffmpeg patch

Modified:
  transcode/trunk/PKGBUILD
  transcode/trunk/ffmpeg-0.11.patch

---+
 PKGBUILD  |4 ++--
 ffmpeg-0.11.patch |   11 +++
 2 files changed, 13 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-20 02:54:29 UTC (rev 169355)
+++ PKGBUILD2012-10-20 04:01:00 UTC (rev 169356)
@@ -6,7 +6,7 @@
 pkgname=transcode
 _sripver=0.3-4
 pkgver=1.1.7
-pkgrel=5
+pkgrel=6
 pkgdesc=A video/DVD ripper and encoder for the terminal/console
 arch=('i686' 'x86_64')
 url=http://tcforge.berlios.de/;
@@ -23,7 +23,7 @@
   'd93ff3578dd5f722c8f4ef16bc0903eec5781a0d'
   'fa05aa1770d9350d90b7cf315aa7c4a1fd921ac7'
   '591943a33235342a66c3df0625a164a1479c09ae'
-  '765dacce5ee463adf5c124556d68bb873ef436c6')
+  '3d2dcdc23f14938e87d14cfc03000bb3b649b85e')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Modified: ffmpeg-0.11.patch
===
--- ffmpeg-0.11.patch   2012-10-20 02:54:29 UTC (rev 169355)
+++ ffmpeg-0.11.patch   2012-10-20 04:01:00 UTC (rev 169356)
@@ -128,3 +128,14 @@
  avcodec_register_all(); \
  TC_UNLOCK_LIBAVCODEC; \
  } while (0)
+--- transcode-1.1.7/export/export_ffmpeg.c.orig2012-10-19 
23:25:16.442303175 -0400
 transcode-1.1.7/export/export_ffmpeg.c 2012-10-19 23:26:23.904268733 
-0400
+@@ -1249,7 +1249,7 @@
+   return TC_EXPORT_ERROR;
+ }
+ 
+-if (lavc_venc_context-codec-encode == NULL) {
++if (lavc_venc_context-codec-encode2 == NULL) {
+   tc_log_warn(MOD_NAME, could not open FFMPEG codec 
+   (lavc_venc_context-codec-encode == NULL));
+   return TC_EXPORT_ERROR;



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

2012-10-19 Thread Eric Bélanger
Date: Saturday, October 20, 2012 @ 00:01:26
  Author: eric
Revision: 169357

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

Added:
  transcode/repos/staging-i686/
  transcode/repos/staging-i686/PKGBUILD
(from rev 169356, transcode/trunk/PKGBUILD)
  transcode/repos/staging-i686/ffmpeg-0.11.patch
(from rev 169356, transcode/trunk/ffmpeg-0.11.patch)
  transcode/repos/staging-i686/subtitleripper-0.3.4-linkingorder.patch
(from rev 169356, transcode/trunk/subtitleripper-0.3.4-linkingorder.patch)
  transcode/repos/staging-i686/subtitleripper-0.3.4-respect-ldflags.patch
(from rev 169356, 
transcode/trunk/subtitleripper-0.3.4-respect-ldflags.patch)
  transcode/repos/staging-x86_64/
  transcode/repos/staging-x86_64/PKGBUILD
(from rev 169356, transcode/trunk/PKGBUILD)
  transcode/repos/staging-x86_64/ffmpeg-0.11.patch
(from rev 169356, transcode/trunk/ffmpeg-0.11.patch)
  transcode/repos/staging-x86_64/subtitleripper-0.3.4-linkingorder.patch
(from rev 169356, transcode/trunk/subtitleripper-0.3.4-linkingorder.patch)
  transcode/repos/staging-x86_64/subtitleripper-0.3.4-respect-ldflags.patch
(from rev 169356, 
transcode/trunk/subtitleripper-0.3.4-respect-ldflags.patch)

---+
 staging-i686/PKGBUILD |   61 +
 staging-i686/ffmpeg-0.11.patch|  141 
 staging-i686/subtitleripper-0.3.4-linkingorder.patch  |   28 ++
 staging-i686/subtitleripper-0.3.4-respect-ldflags.patch   |   28 ++
 staging-x86_64/PKGBUILD   |   61 +
 staging-x86_64/ffmpeg-0.11.patch  |  141 
 staging-x86_64/subtitleripper-0.3.4-linkingorder.patch|   28 ++
 staging-x86_64/subtitleripper-0.3.4-respect-ldflags.patch |   28 ++
 8 files changed, 516 insertions(+)

Copied: transcode/repos/staging-i686/PKGBUILD (from rev 169356, 
transcode/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-20 04:01:26 UTC (rev 169357)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer:
+# Contributor: Sarah Hay sarah...@mb.sympatico.ca
+# Contributor: roberto robe...@archlinux.org
+
+pkgname=transcode
+_sripver=0.3-4
+pkgver=1.1.7
+pkgrel=6
+pkgdesc=A video/DVD ripper and encoder for the terminal/console
+arch=('i686' 'x86_64')
+url=http://tcforge.berlios.de/;
+license=('GPL')
+depends=('gawk' 'imagemagick' 'lzo2' 'libdvdread' 'ffmpeg' 'mjpegtools'
+'libmpeg2' 'libxaw' 'libxml2' 'libxv' 'a52dec')
+makedepends=('nasm')
+options=('!libtool')
+source=(https://bitbucket.org/france/transcode-tcforge/downloads/${pkgname}-${pkgver}.tar.bz2
+   
http://downloads.sourceforge.net/sourceforge/subtitleripper/subtitleripper-${_sripver}.tgz
+subtitleripper-0.3.4-linkingorder.patch 
subtitleripper-0.3.4-respect-ldflags.patch
+ffmpeg-0.11.patch)
+sha1sums=('e35df68b960eb56ef0a59a4cdbed1491be56aee6'
+  'd93ff3578dd5f722c8f4ef16bc0903eec5781a0d'
+  'fa05aa1770d9350d90b7cf315aa7c4a1fd921ac7'
+  '591943a33235342a66c3df0625a164a1479c09ae'
+  '3d2dcdc23f14938e87d14cfc03000bb3b649b85e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/ffmpeg-0.11.patch
+  ./configure --prefix=/usr \
+--disable-sse --disable-sse2 --disable-altivec --enable-mmx \
+--enable-lame --enable-ogg --enable-vorbis --enable-theora \
+--enable-libdv --enable-libxml2 --enable-v4l \
+--enable-imagemagick --enable-libjpeg --enable-lzo --enable-mjpegtools \
+--enable-sdl --enable-freetype2 --enable-a52 --enable-libpostproc \
+--enable-xvid --enable-x264 --enable-alsa --enable-libmpeg2 
--enable-libmpeg2convert
+  make
+
+  cd ${srcdir}/subtitleripper
+  patch -p1 -i ${srcdir}/subtitleripper-0.3.4-linkingorder.patch
+  patch -p1 -i ${srcdir}/subtitleripper-0.3.4-respect-ldflags.patch
+  sed -e 's|^\(.*lppm.*\)$|#\1|' \
+  -e 's|^\(.*D_HAVE_LIB_PPM.*\)$|#\1|' \
+  -e 's/DEFINES :=/DEFINES = -DHAVE_GETLINE/' \
+  -i Makefile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  cd ${srcdir}/subtitleripper
+  install -m 755 pgm2txt ${pkgdir}/usr/bin/
+  install -m 755 srttool ${pkgdir}/usr/bin/
+  install -m 755 subtitle2pgm ${pkgdir}/usr/bin/
+  install -m 755 subtitle2vobsub ${pkgdir}/usr/bin/
+  install -m 755 vobsub2pgm ${pkgdir}/usr/bin/
+}

Copied: transcode/repos/staging-i686/ffmpeg-0.11.patch (from rev 169356, 
transcode/trunk/ffmpeg-0.11.patch)
===
--- staging-i686/ffmpeg-0.11.patch  (rev 0)
+++ staging-i686/ffmpeg-0.11.patch  2012-10-20 04:01:26 UTC (rev 169357)
@@ -0,0 +1,141 @@
+diff -Naur transcode-1.1.7/export/export_ffmpeg.c 
fixed-tc/export/export_ffmpeg.c
+--- 

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

2012-10-19 Thread Eric Bélanger
Date: Saturday, October 20, 2012 @ 00:34:39
  Author: eric
Revision: 169358

upgpkg: enblend-enfuse 4.0-8

Rebuild against ilmbase 1.0.3, Add mesa makedepends

Modified:
  enblend-enfuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-20 04:01:26 UTC (rev 169357)
+++ PKGBUILD2012-10-20 04:34:39 UTC (rev 169358)
@@ -4,13 +4,13 @@
 
 pkgname=enblend-enfuse
 pkgver=4.0
-pkgrel=7
+pkgrel=8
 pkgdesc=Intelligent blend tool for overlapping picture
 arch=(i686 x86_64)
 license=('GPL')
 url=http://enblend.sourceforge.net;
 depends=('openexr' 'glew' 'libxmi' 'freeglut' 'lcms' 'libpng' 'boost-libs')
-makedepends=('boost')
+makedepends=('boost' 'mesa')
 replaces=('enblend')
 conflicts=('enblend')
 provides=('enblend')



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

2012-10-19 Thread Eric Bélanger
Date: Saturday, October 20, 2012 @ 00:34:58
  Author: eric
Revision: 169359

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

Added:
  enblend-enfuse/repos/staging-i686/
  enblend-enfuse/repos/staging-i686/PKGBUILD
(from rev 169358, enblend-enfuse/trunk/PKGBUILD)
  enblend-enfuse/repos/staging-i686/enblend-4.0-libpng15.patch
(from rev 169358, enblend-enfuse/trunk/enblend-4.0-libpng15.patch)
  enblend-enfuse/repos/staging-i686/enblend-enfuse.install
(from rev 169358, enblend-enfuse/trunk/enblend-enfuse.install)
  enblend-enfuse/repos/staging-i686/libpng-1.4.patch
(from rev 169358, enblend-enfuse/trunk/libpng-1.4.patch)
  enblend-enfuse/repos/staging-x86_64/
  enblend-enfuse/repos/staging-x86_64/PKGBUILD
(from rev 169358, enblend-enfuse/trunk/PKGBUILD)
  enblend-enfuse/repos/staging-x86_64/enblend-4.0-libpng15.patch
(from rev 169358, enblend-enfuse/trunk/enblend-4.0-libpng15.patch)
  enblend-enfuse/repos/staging-x86_64/enblend-enfuse.install
(from rev 169358, enblend-enfuse/trunk/enblend-enfuse.install)
  enblend-enfuse/repos/staging-x86_64/libpng-1.4.patch
(from rev 169358, enblend-enfuse/trunk/libpng-1.4.patch)

---+
 staging-i686/PKGBUILD |   39 
 staging-i686/enblend-4.0-libpng15.patch   |  220 
 staging-i686/enblend-enfuse.install   |   22 ++
 staging-i686/libpng-1.4.patch |   14 +
 staging-x86_64/PKGBUILD   |   39 
 staging-x86_64/enblend-4.0-libpng15.patch |  220 
 staging-x86_64/enblend-enfuse.install |   22 ++
 staging-x86_64/libpng-1.4.patch   |   14 +
 8 files changed, 590 insertions(+)

Copied: enblend-enfuse/repos/staging-i686/PKGBUILD (from rev 169358, 
enblend-enfuse/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-20 04:34:58 UTC (rev 169359)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: tobias tob...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=enblend-enfuse
+pkgver=4.0
+pkgrel=8
+pkgdesc=Intelligent blend tool for overlapping picture
+arch=(i686 x86_64)
+license=('GPL')
+url=http://enblend.sourceforge.net;
+depends=('openexr' 'glew' 'libxmi' 'freeglut' 'lcms' 'libpng' 'boost-libs')
+makedepends=('boost' 'mesa')
+replaces=('enblend')
+conflicts=('enblend')
+provides=('enblend')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/sourceforge/enblend/${pkgname}-${pkgver}.tar.gz{,.asc}
 \
+libpng-1.4.patch enblend-4.0-libpng15.patch)
+sha1sums=('34c3a5ce11c6ef0ef520d8a15a3cb6a94a567033'
+  'aac6364b29b0a9d6c61c3db0982f52ce1579e934'
+  'eae6cf48ea082865130302d0b4d1ca0b884a563b'
+  '71e961d90be842eafe9d473d8d70b04b29077036')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}-753b534c819d
+  sed -i 's/info.arith_code = TRUE/info.arith_code = FALSE/' 
src/vigra_impex/jpeg.cxx
+  patch -p1 -i ../libpng-1.4.patch
+  patch -p0 -i ../enblend-4.0-libpng15.patch
+  LIBS=-lboost_system ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}-753b534c819d
+  make DESTDIR=${pkgdir} install
+  install -D -m644 doc/enblend.info ${pkgdir}/usr/share/info/enblend.info
+  install -D -m644 doc/enfuse.info ${pkgdir}/usr/share/info/enfuse.info
+}

Copied: enblend-enfuse/repos/staging-i686/enblend-4.0-libpng15.patch (from rev 
169358, enblend-enfuse/trunk/enblend-4.0-libpng15.patch)
===
--- staging-i686/enblend-4.0-libpng15.patch (rev 0)
+++ staging-i686/enblend-4.0-libpng15.patch 2012-10-20 04:34:58 UTC (rev 
169359)
@@ -0,0 +1,220 @@
+--- src/vigra_impex/png.cxx
 src/vigra_impex/png.cxx
+@@ -81,7 +81,7 @@
+ static void PngError( png_structp png_ptr, png_const_charp error_msg )
+ {
+ png_error_message = std::string(error_msg);
+-longjmp( png_ptr-jmpbuf, 1 );
++longjmp( png_jmpbuf( png_ptr ), 1 );
+ }
+ 
+ // called on non-fatal errors
+@@ -213,7 +213,7 @@
+ vigra_postcondition( png != 0, could not create the read struct. );
+ 
+ // create info struct
+-if (setjmp(png-jmpbuf)) {
++if (setjmp(png_jmpbuf( png ))) {
+ png_destroy_read_struct( png, info, NULL );
+ vigra_postcondition( false, png_error_message.insert(0, error in 
png_create_info_struct(): ).c_str() );
+ }
+@@ -221,14 +221,14 @@
+ vigra_postcondition( info != 0, could not create the info struct. );
+ 
+ // init png i/o
+-if (setjmp(png-jmpbuf)) {
++if (setjmp(png_jmpbuf( png ))) {
+ png_destroy_read_struct( png, info, NULL );
+ vigra_postcondition( false, png_error_message.insert(0, error in 
png_init_io(): ).c_str() );
+ }
+ png_init_io( png, file.get() );
+ 
+

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

2012-10-19 Thread Eric Bélanger
Date: Saturday, October 20, 2012 @ 01:11:00
  Author: eric
Revision: 169360

upgpkg: hugin 2011.4.0-7

Rebuild against ilmbase 1.0.3, Add mesa makedepends

Modified:
  hugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-20 04:34:58 UTC (rev 169359)
+++ PKGBUILD2012-10-20 05:11:00 UTC (rev 169360)
@@ -5,14 +5,14 @@
 
 pkgname=hugin
 pkgver=2011.4.0
-pkgrel=6
+pkgrel=7
 pkgdesc=A frontend to the panorama-tools
 arch=('i686' 'x86_64')
 url=http://hugin.sourceforge.net/;
 license=('GPL')
 depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
  'lapack' 'desktop-file-utils' 'make' 'perl-image-exiftool')
-makedepends=('zip' 'cmake' 'boost' 'tclap')
+makedepends=('zip' 'cmake' 'boost' 'tclap' 'mesa')
 install=hugin.install
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
 gcc47.patch)



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

2012-10-19 Thread Eric Bélanger
Date: Saturday, October 20, 2012 @ 01:11:16
  Author: eric
Revision: 169361

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

Added:
  hugin/repos/staging-i686/
  hugin/repos/staging-i686/PKGBUILD
(from rev 169360, hugin/trunk/PKGBUILD)
  hugin/repos/staging-i686/gcc47.patch
(from rev 169360, hugin/trunk/gcc47.patch)
  hugin/repos/staging-i686/hugin.install
(from rev 169360, hugin/trunk/hugin.install)
  hugin/repos/staging-x86_64/
  hugin/repos/staging-x86_64/PKGBUILD
(from rev 169360, hugin/trunk/PKGBUILD)
  hugin/repos/staging-x86_64/gcc47.patch
(from rev 169360, hugin/trunk/gcc47.patch)
  hugin/repos/staging-x86_64/hugin.install
(from rev 169360, hugin/trunk/hugin.install)

--+
 staging-i686/PKGBUILD|   39 +++
 staging-i686/gcc47.patch |   11 +++
 staging-i686/hugin.install   |   15 +++
 staging-x86_64/PKGBUILD  |   39 +++
 staging-x86_64/gcc47.patch   |   11 +++
 staging-x86_64/hugin.install |   15 +++
 6 files changed, 130 insertions(+)

Copied: hugin/repos/staging-i686/PKGBUILD (from rev 169360, 
hugin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-20 05:11:16 UTC (rev 169361)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Kieslich tob...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=hugin
+pkgver=2011.4.0
+pkgrel=7
+pkgdesc=A frontend to the panorama-tools
+arch=('i686' 'x86_64')
+url=http://hugin.sourceforge.net/;
+license=('GPL')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
+ 'lapack' 'desktop-file-utils' 'make' 'perl-image-exiftool')
+makedepends=('zip' 'cmake' 'boost' 'tclap' 'mesa')
+install=hugin.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+gcc47.patch)
+sha1sums=('21ec7331d5e196aca2a8771d3c9101dd181ad93b'
+  'aa0fc9425bd7a4b5e270412f4ca72258fac77298')
+
+build() {
+  cd ${srcdir}
+  patch -Np0 -i gcc47.patch
+  mkdir build
+  cd build
+  export CXXFLAGS+= -fpermissive 
+  cmake ${srcdir}/${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_EXE_LINKER_FLAGS=-lpthread \
+-DENABLE_LAPACK=yes
+  make
+}
+
+package(){
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: hugin/repos/staging-i686/gcc47.patch (from rev 169360, 
hugin/trunk/gcc47.patch)
===
--- staging-i686/gcc47.patch(rev 0)
+++ staging-i686/gcc47.patch2012-10-20 05:11:16 UTC (rev 169361)
@@ -0,0 +1,11 @@
+diff -Nur hugin-2011.4.0.orig/src/celeste/Utilities.cpp 
hugin-2011.4.0/src/celeste/Utilities.cpp
+--- hugin-2011.4.0.orig/src/celeste/Utilities.cpp  2012-07-08 
15:18:16.864454043 +
 hugin-2011.4.0/src/celeste/Utilities.cpp   2012-07-08 15:18:20.341089422 
+
+@@ -27,6 +27,7 @@
+ 
+ #include math.h
+ #include stdlib.h
++#include unistd.h
+ #include Utilities.h
+ 
+ using namespace std; 

Copied: hugin/repos/staging-i686/hugin.install (from rev 169360, 
hugin/trunk/hugin.install)
===
--- staging-i686/hugin.install  (rev 0)
+++ staging-i686/hugin.install  2012-10-20 05:11:16 UTC (rev 169361)
@@ -0,0 +1,15 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+  update-desktop-database -q
+  update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+  update-desktop-database -q
+  update-mime-database usr/share/mime  /dev/null
+}

Copied: hugin/repos/staging-x86_64/PKGBUILD (from rev 169360, 
hugin/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-10-20 05:11:16 UTC (rev 169361)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Tobias Kieslich tob...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+# Contributor: Dominik Ryba domr...@post.pl
+
+pkgname=hugin
+pkgver=2011.4.0
+pkgrel=7
+pkgdesc=A frontend to the panorama-tools
+arch=('i686' 'x86_64')
+url=http://hugin.sourceforge.net/;
+license=('GPL')
+depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
+ 'lapack' 'desktop-file-utils' 'make' 'perl-image-exiftool')
+makedepends=('zip' 'cmake' 'boost' 'tclap' 'mesa')
+install=hugin.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+gcc47.patch)
+sha1sums=('21ec7331d5e196aca2a8771d3c9101dd181ad93b'
+  

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

2012-10-19 Thread Eric Bélanger
Date: Saturday, October 20, 2012 @ 01:42:20
  Author: eric
Revision: 169362

upgpkg: gegl 0.2.0-5

Rebuild against ilmbase 1.0.3

Modified:
  gegl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-20 05:11:16 UTC (rev 169361)
+++ PKGBUILD2012-10-20 05:42:20 UTC (rev 169362)
@@ -3,7 +3,7 @@
 
 pkgname=gegl
 pkgver=0.2.0
-pkgrel=4
+pkgrel=5
 pkgdesc=Graph based image processing framework
 arch=('i686' 'x86_64')
 url=http://www.gegl.org/;
@@ -21,7 +21,7 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -p1  ${srcdir}/gegl-0.2.0-ffmpeg-0.11.diff
+  patch -p1  ${srcdir}/gegl-0.2.0-ffmpeg-0.11.diff
   ./configure  --prefix=/usr  --with-sdl --with-openexr --with-librsvg \
 --with-libavformat --with-jasper --disable-docs
   make



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

2012-10-19 Thread Eric Bélanger
Date: Saturday, October 20, 2012 @ 01:42:33
  Author: eric
Revision: 169363

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

Added:
  gegl/repos/staging-i686/
  gegl/repos/staging-i686/PKGBUILD
(from rev 169362, gegl/trunk/PKGBUILD)
  gegl/repos/staging-i686/gegl-0.2.0-ffmpeg-0.11.diff
(from rev 169362, gegl/trunk/gegl-0.2.0-ffmpeg-0.11.diff)
  gegl/repos/staging-x86_64/
  gegl/repos/staging-x86_64/PKGBUILD
(from rev 169362, gegl/trunk/PKGBUILD)
  gegl/repos/staging-x86_64/gegl-0.2.0-ffmpeg-0.11.diff
(from rev 169362, gegl/trunk/gegl-0.2.0-ffmpeg-0.11.diff)

+
 staging-i686/PKGBUILD  |   38 +++
 staging-i686/gegl-0.2.0-ffmpeg-0.11.diff   |   12 
 staging-x86_64/PKGBUILD|   38 +++
 staging-x86_64/gegl-0.2.0-ffmpeg-0.11.diff |   12 
 4 files changed, 100 insertions(+)

Copied: gegl/repos/staging-i686/PKGBUILD (from rev 169362, gegl/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-20 05:42:33 UTC (rev 169363)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+
+pkgname=gegl
+pkgver=0.2.0
+pkgrel=5
+pkgdesc=Graph based image processing framework
+arch=('i686' 'x86_64')
+url=http://www.gegl.org/;
+license=('GPL3' 'LGPL3')
+depends=('babl' 'gtk2')
+makedepends=('intltool' 'ruby' 'lua' 'openexr' 'ffmpeg' 'librsvg' 'jasper' 
'exiv2')
+optdepends=('openexr: for using the openexr plugin' \
+'ffmpeg: for using the ffmpeg plugin' \
+'librsvg: for using the svg plugin' \
+'jasper: for using the jasper plugin')
+options=('!libtool')
+source=(ftp://ftp.gimp.org/pub/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
 gegl-0.2.0-ffmpeg-0.11.diff)
+sha1sums=('764cc66cb3c7b261b8fc18a6268a0e264a91d573'
+  'c10fd988c634fcf0948cc91a51d6528f6f1704ba')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1  ${srcdir}/gegl-0.2.0-ffmpeg-0.11.diff
+  ./configure  --prefix=/usr  --with-sdl --with-openexr --with-librsvg \
+--with-libavformat --with-jasper --disable-docs
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gegl/repos/staging-i686/gegl-0.2.0-ffmpeg-0.11.diff (from rev 169362, 
gegl/trunk/gegl-0.2.0-ffmpeg-0.11.diff)
===
--- staging-i686/gegl-0.2.0-ffmpeg-0.11.diff(rev 0)
+++ staging-i686/gegl-0.2.0-ffmpeg-0.11.diff2012-10-20 05:42:33 UTC (rev 
169363)
@@ -0,0 +1,12 @@
+diff -Naur gegl-0.2.0/operations/external/ff-load.c 
gegl-0.2.0-1/operations/external/ff-load.c
+--- gegl-0.2.0/operations/external/ff-load.c   2012-04-01 13:17:57.0 
+0200
 gegl-0.2.0-1/operations/external/ff-load.c 2012-07-11 12:42:05.174756560 
+0200
+@@ -271,7 +271,7 @@
+   gint err;
+ 
+   ff_cleanup (o);
+-  err = av_open_input_file (p-ic, o-path, NULL, 0, NULL);
++err = avformat_open_input (p-ic, o-path, NULL, NULL);
+   if (err  0)
+ {
+   print_error (o-path, err);

Copied: gegl/repos/staging-x86_64/PKGBUILD (from rev 169362, 
gegl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-10-20 05:42:33 UTC (rev 169363)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+
+pkgname=gegl
+pkgver=0.2.0
+pkgrel=5
+pkgdesc=Graph based image processing framework
+arch=('i686' 'x86_64')
+url=http://www.gegl.org/;
+license=('GPL3' 'LGPL3')
+depends=('babl' 'gtk2')
+makedepends=('intltool' 'ruby' 'lua' 'openexr' 'ffmpeg' 'librsvg' 'jasper' 
'exiv2')
+optdepends=('openexr: for using the openexr plugin' \
+'ffmpeg: for using the ffmpeg plugin' \
+'librsvg: for using the svg plugin' \
+'jasper: for using the jasper plugin')
+options=('!libtool')
+source=(ftp://ftp.gimp.org/pub/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2
 gegl-0.2.0-ffmpeg-0.11.diff)
+sha1sums=('764cc66cb3c7b261b8fc18a6268a0e264a91d573'
+  'c10fd988c634fcf0948cc91a51d6528f6f1704ba')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1  ${srcdir}/gegl-0.2.0-ffmpeg-0.11.diff
+  ./configure  --prefix=/usr  --with-sdl --with-openexr --with-librsvg \
+--with-libavformat --with-jasper --disable-docs
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: gegl/repos/staging-x86_64/gegl-0.2.0-ffmpeg-0.11.diff (from rev 169362, 
gegl/trunk/gegl-0.2.0-ffmpeg-0.11.diff)