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

2013-02-27 Thread Felix Yan
Date: Wednesday, February 27, 2013 @ 03:50:07
  Author: fyan
Revision: 85067

upgpkg: pidgin-lwqq 0.1c-1

Modified:
  pidgin-lwqq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 02:16:17 UTC (rev 85066)
+++ PKGBUILD2013-02-27 02:50:07 UTC (rev 85067)
@@ -2,15 +2,16 @@
 # Maintainer: Felix Yan 
 
 pkgname=pidgin-lwqq
-pkgver=0.1b
-_pkgver=0.1-b
+pkgver=0.1c
+_pkgver=0.1-c
 pkgrel=1
 pkgdesc="A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol"
 arch=('i686' 'x86_64')
 url="https://github.com/xiehuc/pidgin-lwqq";
 license=('GPL3')
 depends=('libpurple' 'curl' 'libev' 'hicolor-icon-theme' 
'gtk-update-icon-cache')
-optdepends=('telepathy-haze: Empathy plugin support')
+optdepends=('pidgin: Multi-protocol instant messaging client'
+   'telepathy-haze: Empathy plugin support')
 makedepends=('git' 'cmake')
 install=$pkgname.install
 source=("https://github.com/xiehuc/$pkgname/archive/${_pkgver}.tar.gz";)
@@ -32,4 +33,4 @@
   cd "$srcdir/$pkgname-${_pkgver}/build"
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('c7dc9de7d951f99e878f3036f79f7d6f')
+md5sums=('7ea1ed24870213c07c536d49fd59e292')



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

2013-02-27 Thread Felix Yan
Date: Wednesday, February 27, 2013 @ 03:51:41
  Author: fyan
Revision: 85068

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

Added:
  pidgin-lwqq/repos/community-i686/PKGBUILD
(from rev 85067, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-i686/pidgin-lwqq.install
(from rev 85067, pidgin-lwqq/trunk/pidgin-lwqq.install)
  pidgin-lwqq/repos/community-x86_64/PKGBUILD
(from rev 85067, pidgin-lwqq/trunk/PKGBUILD)
  pidgin-lwqq/repos/community-x86_64/pidgin-lwqq.install
(from rev 85067, pidgin-lwqq/trunk/pidgin-lwqq.install)
Deleted:
  pidgin-lwqq/repos/community-i686/PKGBUILD
  pidgin-lwqq/repos/community-i686/pidgin-lwqq.install
  pidgin-lwqq/repos/community-x86_64/PKGBUILD
  pidgin-lwqq/repos/community-x86_64/pidgin-lwqq.install

--+
 community-i686/PKGBUILD  |   71 -
 community-i686/pidgin-lwqq.install   |   22 +-
 community-x86_64/PKGBUILD|   71 -
 community-x86_64/pidgin-lwqq.install |   22 +-
 4 files changed, 94 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-27 02:50:07 UTC (rev 85067)
+++ community-i686/PKGBUILD 2013-02-27 02:51:41 UTC (rev 85068)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=pidgin-lwqq
-pkgver=0.1b
-_pkgver=0.1-b
-pkgrel=1
-pkgdesc="A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol"
-arch=('i686' 'x86_64')
-url="https://github.com/xiehuc/pidgin-lwqq";
-license=('GPL3')
-depends=('libpurple' 'curl' 'libev' 'hicolor-icon-theme' 
'gtk-update-icon-cache')
-optdepends=('telepathy-haze: Empathy plugin support')
-makedepends=('git' 'cmake')
-install=$pkgname.install
-source=("https://github.com/xiehuc/$pkgname/archive/${_pkgver}.tar.gz";)
-
-build()
-{
-  cd "${srcdir}/$pkgname-${_pkgver}"
-  
-  rm -rf build
-  mkdir build
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_LIBEV=On ..
-  make
-}
-
-package()
-{
-  cd "$srcdir/$pkgname-${_pkgver}/build"
-  make DESTDIR="${pkgdir}" install
-}
-md5sums=('c7dc9de7d951f99e878f3036f79f7d6f')

Copied: pidgin-lwqq/repos/community-i686/PKGBUILD (from rev 85067, 
pidgin-lwqq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-27 02:51:41 UTC (rev 85068)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=pidgin-lwqq
+pkgver=0.1c
+_pkgver=0.1-c
+pkgrel=1
+pkgdesc="A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol"
+arch=('i686' 'x86_64')
+url="https://github.com/xiehuc/pidgin-lwqq";
+license=('GPL3')
+depends=('libpurple' 'curl' 'libev' 'hicolor-icon-theme' 
'gtk-update-icon-cache')
+optdepends=('pidgin: Multi-protocol instant messaging client'
+   'telepathy-haze: Empathy plugin support')
+makedepends=('git' 'cmake')
+install=$pkgname.install
+source=("https://github.com/xiehuc/$pkgname/archive/${_pkgver}.tar.gz";)
+
+build()
+{
+  cd "${srcdir}/$pkgname-${_pkgver}"
+  
+  rm -rf build
+  mkdir build
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_LIBEV=On ..
+  make
+}
+
+package()
+{
+  cd "$srcdir/$pkgname-${_pkgver}/build"
+  make DESTDIR="${pkgdir}" install
+}
+md5sums=('7ea1ed24870213c07c536d49fd59e292')

Deleted: community-i686/pidgin-lwqq.install
===
--- community-i686/pidgin-lwqq.install  2013-02-27 02:50:07 UTC (rev 85067)
+++ community-i686/pidgin-lwqq.install  2013-02-27 02:51:41 UTC (rev 85068)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: pidgin-lwqq/repos/community-i686/pidgin-lwqq.install (from rev 85067, 
pidgin-lwqq/trunk/pidgin-lwqq.install)
===
--- community-i686/pidgin-lwqq.install  (rev 0)
+++ community-i686/pidgin-lwqq.install  2013-02-27 02:51:41 UTC (rev 85068)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-27 02:50:07 UTC (rev 85067)
+++ community-x86_64/PKGBUILD   2013-02-27 02:51:41 UTC (rev 85068)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=pidgin-lwqq
-pkgver=0.1b
-_pkgver=0.1-b
-pkgrel=1
-pkgdesc="A pidgin plugin based on lwqq, a excellent safe useful library for 
webqq protocol"
-arch=('i686' 'x86_64')
-url="https://github.com/xiehuc/pidgin-lwqq";
-license=('GPL3')
-depends=('libpurple

[arch-commits] Commit in percona-server/repos (28 files)

2013-02-27 Thread Massimiliano Torromeo
Date: Wednesday, February 27, 2013 @ 10:22:49
  Author: mtorromeo
Revision: 85072

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

Added:
  percona-server/repos/community-i686/PKGBUILD
(from rev 85071, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-i686/my.cnf
(from rev 85071, percona-server/trunk/my.cnf)
  percona-server/repos/community-i686/mysqld-post.sh
(from rev 85071, percona-server/trunk/mysqld-post.sh)
  percona-server/repos/community-i686/mysqld-tmpfile.conf
(from rev 85071, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-i686/mysqld.rc
(from rev 85071, percona-server/trunk/mysqld.rc)
  percona-server/repos/community-i686/mysqld.service
(from rev 85071, percona-server/trunk/mysqld.service)
  percona-server/repos/community-i686/percona.install
(from rev 85071, percona-server/trunk/percona.install)
  percona-server/repos/community-x86_64/PKGBUILD
(from rev 85071, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-x86_64/my.cnf
(from rev 85071, percona-server/trunk/my.cnf)
  percona-server/repos/community-x86_64/mysqld-post.sh
(from rev 85071, percona-server/trunk/mysqld-post.sh)
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
(from rev 85071, percona-server/trunk/mysqld-tmpfile.conf)
  percona-server/repos/community-x86_64/mysqld.rc
(from rev 85071, percona-server/trunk/mysqld.rc)
  percona-server/repos/community-x86_64/mysqld.service
(from rev 85071, percona-server/trunk/mysqld.service)
  percona-server/repos/community-x86_64/percona.install
(from rev 85071, percona-server/trunk/percona.install)
Deleted:
  percona-server/repos/community-i686/PKGBUILD
  percona-server/repos/community-i686/my.cnf
  percona-server/repos/community-i686/mysqld-post.sh
  percona-server/repos/community-i686/mysqld-tmpfile.conf
  percona-server/repos/community-i686/mysqld.rc
  percona-server/repos/community-i686/mysqld.service
  percona-server/repos/community-i686/percona.install
  percona-server/repos/community-x86_64/PKGBUILD
  percona-server/repos/community-x86_64/my.cnf
  percona-server/repos/community-x86_64/mysqld-post.sh
  percona-server/repos/community-x86_64/mysqld-tmpfile.conf
  percona-server/repos/community-x86_64/mysqld.rc
  percona-server/repos/community-x86_64/mysqld.service
  percona-server/repos/community-x86_64/percona.install

--+
 community-i686/PKGBUILD  |  220 -
 community-i686/my.cnf|  290 -
 community-i686/mysqld-post.sh|   12 -
 community-i686/mysqld-tmpfile.conf   |2 
 community-i686/mysqld.rc |  154 -
 community-i686/mysqld.service|   42 ++--
 community-i686/percona.install   |   56 +++---
 community-x86_64/PKGBUILD|  220 -
 community-x86_64/my.cnf  |  290 -
 community-x86_64/mysqld-post.sh  |   12 -
 community-x86_64/mysqld-tmpfile.conf |2 
 community-x86_64/mysqld.rc   |  154 -
 community-x86_64/mysqld.service  |   42 ++--
 community-x86_64/percona.install |   56 +++---
 14 files changed, 776 insertions(+), 776 deletions(-)

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


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

2013-02-27 Thread Vesa Kaihlavirta
Date: Wednesday, February 27, 2013 @ 07:21:06
  Author: vesa
Revision: 85069

upgpkg: warzone2100 3.1.0-2 (qt4 rebuild)

Modified:
  warzone2100/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 02:51:41 UTC (rev 85068)
+++ PKGBUILD2013-02-27 06:21:06 UTC (rev 85069)
@@ -4,12 +4,12 @@
 
 pkgname=warzone2100
 pkgver=3.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="3D realtime strategy game on a future Earth"
 url="http://wz2100.net/";
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('sdl' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt')
+depends=('sdl' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt4')
 makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')
 
source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
 md5sums=('7f061f3e5a2a6a83c146508ccefabd86')



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

2013-02-27 Thread Vesa Kaihlavirta
Date: Wednesday, February 27, 2013 @ 07:21:12
  Author: vesa
Revision: 85070

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

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

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

Copied: warzone2100/repos/community-staging-i686/PKGBUILD (from rev 85069, 
warzone2100/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-27 06:21:12 UTC (rev 85070)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Angelo Theodorou 
+
+pkgname=warzone2100
+pkgver=3.1.0
+pkgrel=2
+pkgdesc="3D realtime strategy game on a future Earth"
+url="http://wz2100.net/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('sdl' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt4')
+makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')
+source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('7f061f3e5a2a6a83c146508ccefabd86')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --with-distributor="Arch linux"
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Copied: warzone2100/repos/community-staging-x86_64/PKGBUILD (from rev 85069, 
warzone2100/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-02-27 06:21:12 UTC (rev 85070)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Angelo Theodorou 
+
+pkgname=warzone2100
+pkgver=3.1.0
+pkgrel=2
+pkgdesc="3D realtime strategy game on a future Earth"
+url="http://wz2100.net/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('sdl' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt4')
+makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')
+source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
+md5sums=('7f061f3e5a2a6a83c146508ccefabd86')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --with-distributor="Arch linux"
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



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

2013-02-27 Thread Massimiliano Torromeo
Date: Wednesday, February 27, 2013 @ 10:16:20
  Author: mtorromeo
Revision: 85071

upgpkg: percona-server 5.5.29_rel30.0-1

Updated to 5.5.29_rel30.0

Modified:
  percona-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 06:21:12 UTC (rev 85070)
+++ PKGBUILD2013-02-27 09:16:20 UTC (rev 85071)
@@ -2,7 +2,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=percona-server
-pkgver=5.5.29_rel29.4
+pkgver=5.5.29_rel30.0
 pkgrel=1
 pkgdesc="A backwards-compatible drop-in replacement for MySQL that provides 
improved performance, diagnostics and instrumentation"
 arch=('i686' 'x86_64')
@@ -102,7 +102,7 @@
install -dm700 "${pkgdir}"/var/lib/mysql
 }
 
-sha256sums=('b29dfa3634450e405c697e145dc63cf939c3c803bdeccecc01289188b40819a9'
+sha256sums=('9cbcb2ad2b66a352a154f2b89c779d79cceea4f6f5ff9ef62f8ae1512c0550a7'
 'e875fac56f69634b4f1720aec3b952fc63903414e9345af630e5fd74b5373eb4'
 'dd5dc155de468d4ab26971109861ae19b53574f28785bac5ff7b717fb65c0760'
 '4894d39605950d86841ad982e619daa6c8d5d60ca30928d7dbb582e8cb3ade32'



[arch-commits] Commit in firefox-adblock-plus/trunk (PKGBUILD)

2013-02-27 Thread Sergej Pupykin
Date: Wednesday, February 27, 2013 @ 11:42:47
  Author: spupykin
Revision: 85073

upgpkg: firefox-adblock-plus 2.2.3-2

upd

Modified:
  firefox-adblock-plus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 09:22:49 UTC (rev 85072)
+++ PKGBUILD2013-02-27 10:42:47 UTC (rev 85073)
@@ -3,8 +3,8 @@
 
 pkgname=firefox-adblock-plus
 pkgver=2.2.3
-_addons_file=179004
-pkgrel=1
+_addons_file=192004
+pkgrel=2
 pkgdesc="plugin for firefox which block ads and banners"
 arch=('any')
 url="http://adblockplus.org/";
@@ -13,7 +13,7 @@
 makedepends=('unzip')
 noextract=("adblock_plus-$pkgver-fx+tb+fn+sm.xpi")
 
source=(https://addons.mozilla.org/firefox/downloads/file/${_addons_file}/adblock_plus-$pkgver-fx+tb+fn+sm.xpi)
-md5sums=('150a6661f97a5fc2f15b084867865f4e')
+md5sums=('07607a3cb349eeccfc7768b5f4f2aaae')
 
 package() {
 #  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1-2 -d.`



[arch-commits] Commit in firefox-adblock-plus/repos/community-any (PKGBUILD PKGBUILD)

2013-02-27 Thread Sergej Pupykin
Date: Wednesday, February 27, 2013 @ 11:42:57
  Author: spupykin
Revision: 85074

archrelease: copy trunk to community-any

Added:
  firefox-adblock-plus/repos/community-any/PKGBUILD
(from rev 85073, firefox-adblock-plus/trunk/PKGBUILD)
Deleted:
  firefox-adblock-plus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-27 10:42:47 UTC (rev 85073)
+++ PKGBUILD2013-02-27 10:42:57 UTC (rev 85074)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=firefox-adblock-plus
-pkgver=2.2.3
-_addons_file=179004
-pkgrel=1
-pkgdesc="plugin for firefox which block ads and banners"
-arch=('any')
-url="http://adblockplus.org/";
-license=('GPL')
-depends=("firefox")
-makedepends=('unzip')
-noextract=("adblock_plus-$pkgver-fx+tb+fn+sm.xpi")
-source=(https://addons.mozilla.org/firefox/downloads/file/${_addons_file}/adblock_plus-$pkgver-fx+tb+fn+sm.xpi)
-md5sums=('150a6661f97a5fc2f15b084867865f4e')
-
-package() {
-#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1-2 -d.`
-#  depends=("firefox>=${_ffver}" "firefox<=${_ffver/0/99}")
-
-  cd $srcdir
-  [ $NOEXTRACT -eq 1 ] || unzip adblock_plus-$pkgver-fx+tb+fn+sm.xpi
-  local emid=$(sed -n -e '/<\?em:id>\?/!d; s/.*\([\"{].*[}\"]\).*/\1/; 
s/\"//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/extensions/${emid}
-  [ -n ${emid} ] || return 1
-  install -d $dstdir
-#  sed -i 
's#.*#20.*#' 
install.rdf
-  cp -R * $dstdir
-  rm $dstdir/*.xpi
-  find $pkgdir -type d -exec chmod 0755 {} \;
-  find $pkgdir -type f -exec chmod 0644 {} \;
-}

Copied: firefox-adblock-plus/repos/community-any/PKGBUILD (from rev 85073, 
firefox-adblock-plus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-27 10:42:57 UTC (rev 85074)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=firefox-adblock-plus
+pkgver=2.2.3
+_addons_file=192004
+pkgrel=2
+pkgdesc="plugin for firefox which block ads and banners"
+arch=('any')
+url="http://adblockplus.org/";
+license=('GPL')
+depends=("firefox")
+makedepends=('unzip')
+noextract=("adblock_plus-$pkgver-fx+tb+fn+sm.xpi")
+source=(https://addons.mozilla.org/firefox/downloads/file/${_addons_file}/adblock_plus-$pkgver-fx+tb+fn+sm.xpi)
+md5sums=('07607a3cb349eeccfc7768b5f4f2aaae')
+
+package() {
+#  _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1-2 -d.`
+#  depends=("firefox>=${_ffver}" "firefox<=${_ffver/0/99}")
+
+  cd $srcdir
+  [ $NOEXTRACT -eq 1 ] || unzip adblock_plus-$pkgver-fx+tb+fn+sm.xpi
+  local emid=$(sed -n -e '/<\?em:id>\?/!d; s/.*\([\"{].*[}\"]\).*/\1/; 
s/\"//g; p; q' install.rdf)
+  local dstdir=$pkgdir/usr/lib/firefox/extensions/${emid}
+  [ -n ${emid} ] || return 1
+  install -d $dstdir
+#  sed -i 
's#.*#20.*#' 
install.rdf
+  cp -R * $dstdir
+  rm $dstdir/*.xpi
+  find $pkgdir -type d -exec chmod 0755 {} \;
+  find $pkgdir -type f -exec chmod 0644 {} \;
+}



[arch-commits] Commit in phoronix-test-suite/trunk (PKGBUILD)

2013-02-27 Thread Sergej Pupykin
Date: Wednesday, February 27, 2013 @ 11:43:01
  Author: spupykin
Revision: 85075

upgpkg: phoronix-test-suite 4.4.0-1

upd

Modified:
  phoronix-test-suite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 10:42:57 UTC (rev 85074)
+++ PKGBUILD2013-02-27 10:43:01 UTC (rev 85075)
@@ -3,7 +3,7 @@
 # Contributor: Andreas Schönfelder 
 
 pkgname=phoronix-test-suite
-pkgver=4.2.0
+pkgver=4.4.0
 pkgrel=1
 pkgdesc="The most comprehensive testing and benchmarking platform available 
for Linux"
 arch=('any')
@@ -15,7 +15,7 @@
'php-curl')
 install=${pkgname}.install
 
source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
-md5sums=('0fcb6b3a92173f60f95322b6ae517e1c')
+md5sums=('acf89696d64b8b9297e2eaa8a76efce1')
 
 package() {
   cd $srcdir/phoronix-test-suite



[arch-commits] Commit in phoronix-test-suite/repos/community-any (4 files)

2013-02-27 Thread Sergej Pupykin
Date: Wednesday, February 27, 2013 @ 11:43:11
  Author: spupykin
Revision: 85076

archrelease: copy trunk to community-any

Added:
  phoronix-test-suite/repos/community-any/PKGBUILD
(from rev 85075, phoronix-test-suite/trunk/PKGBUILD)
  phoronix-test-suite/repos/community-any/phoronix-test-suite.install
(from rev 85075, phoronix-test-suite/trunk/phoronix-test-suite.install)
Deleted:
  phoronix-test-suite/repos/community-any/PKGBUILD
  phoronix-test-suite/repos/community-any/phoronix-test-suite.install

-+
 PKGBUILD|   56 +-
 phoronix-test-suite.install |   24 +-
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-27 10:43:01 UTC (rev 85075)
+++ PKGBUILD2013-02-27 10:43:11 UTC (rev 85076)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andreas Schönfelder 
-
-pkgname=phoronix-test-suite
-pkgver=4.2.0
-pkgrel=1
-pkgdesc="The most comprehensive testing and benchmarking platform available 
for Linux"
-arch=('any')
-license=('GPL3')
-url="http://www.phoronix-test-suite.com/";
-depends=('php')
-optdepends=('php-gtk'
-   'php-gd'
-   'php-curl')
-install=${pkgname}.install
-source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
-md5sums=('0fcb6b3a92173f60f95322b6ae517e1c')
-
-build() {
-  cd $srcdir/phoronix-test-suite
-  sed -i 's#-packages.sh#-packages.sh --asdeps#' 
pts-core/objects/client/pts_external_dependencies.php
-  install -d $pkgdir/usr/bin $pkgdir/usr/share/phoronix-test-suite
-  sed -e "s/^export PTS_DIR=.*/export 
PTS_DIR=\/usr\/share\/phoronix-test-suite/g" -i phoronix-test-suite
-  install -m755 phoronix-test-suite $pkgdir/usr/bin/
-  rm -f $pkgdir/usr/share/phoronix-test-suite/pts/etc/scripts/package-build-*
-  cp -r pts-core/ $pkgdir/usr/share/phoronix-test-suite/
-}

Copied: phoronix-test-suite/repos/community-any/PKGBUILD (from rev 85075, 
phoronix-test-suite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-27 10:43:11 UTC (rev 85076)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andreas Schönfelder 
+
+pkgname=phoronix-test-suite
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="The most comprehensive testing and benchmarking platform available 
for Linux"
+arch=('any')
+license=('GPL3')
+url="http://www.phoronix-test-suite.com/";
+depends=('php')
+optdepends=('php-gtk'
+   'php-gd'
+   'php-curl')
+install=${pkgname}.install
+source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
+md5sums=('acf89696d64b8b9297e2eaa8a76efce1')
+
+package() {
+  cd $srcdir/phoronix-test-suite
+  sed -i 's#-packages.sh#-packages.sh --asdeps#' 
pts-core/objects/client/pts_external_dependencies.php
+  install -d $pkgdir/usr/bin $pkgdir/usr/share/phoronix-test-suite
+  sed -e "s/^export PTS_DIR=.*/export 
PTS_DIR=\/usr\/share\/phoronix-test-suite/g" -i phoronix-test-suite
+  install -m755 phoronix-test-suite $pkgdir/usr/bin/
+  rm -f $pkgdir/usr/share/phoronix-test-suite/pts/etc/scripts/package-build-*
+  cp -r pts-core/ $pkgdir/usr/share/phoronix-test-suite/
+}

Deleted: phoronix-test-suite.install
===
--- phoronix-test-suite.install 2013-02-27 10:43:01 UTC (rev 85075)
+++ phoronix-test-suite.install 2013-02-27 10:43:11 UTC (rev 85076)
@@ -1,12 +0,0 @@
-post_install() {
-  echo ">>>"
-  echo ">>> To complete the installation you should edit /etc/php/php.ini."
-  echo ">>> - Add / to the open_basedir list."
-  echo ">>> - Enable zip.so"
-  echo ">>>"
-  echo ">>> EXAMPLE:"
-  echo ">>> open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/"
-  echo ">>> extension=zip.so"
-  echo ">>>"
-  echo ">>> To enable the GUI make sure you install php-gtk from aur"
-}

Copied: phoronix-test-suite/repos/community-any/phoronix-test-suite.install 
(from rev 85075, phoronix-test-suite/trunk/phoronix-test-suite.install)
===
--- phoronix-test-suite.install (rev 0)
+++ phoronix-test-suite.install 2013-02-27 10:43:11 UTC (rev 85076)
@@ -0,0 +1,12 @@
+post_install() {
+  echo ">>>"
+  echo ">>> To complete the installation you should edit /etc/php/php.ini."
+  echo ">>> - Add / to the open_basedir list."
+  echo ">>> - Enable zip.so"
+  echo ">>>"
+  echo ">>> EXAMPLE:"
+  echo ">>> open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/"
+  echo ">>> extension=zip.so"
+  echo ">>>"
+  echo ">>> To enable the GUI make sure you install php-gtk from aur"
+}



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

2013-02-27 Thread Sergej Pupykin
Date: Wednesday, February 27, 2013 @ 11:59:11
  Author: spupykin
Revision: 85077

upgpkg: psimedia 1.0.3-9

upd

Modified:
  psimedia/trunk/PKGBUILD
Deleted:
  psimedia/trunk/psimedia-svn20110621.diff.gz
  psimedia/trunk/videodev.h

+
 PKGBUILD   |   29 ++---
 videodev.h |  320 ---
 2 files changed, 16 insertions(+), 333 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 10:43:11 UTC (rev 85076)
+++ PKGBUILD2013-02-27 10:59:11 UTC (rev 85077)
@@ -11,23 +11,26 @@
 url="http://delta.affinix.com/psimedia/";
 depends=('psi' 'speex' 'gstreamer0.10-base' 'qt4' 'gstreamer0.10-good-plugins'
 'liboil')
-makedepends=('pkgconfig')
-source=(http://delta.affinix.com/download/psimedia/$pkgname-$pkgver.tar.bz2
-   videodev.h
-   psimedia-svn20110621.diff.gz)
-md5sums=('1be71c37d71c655ffc2c53cf86c77a7a'
- '427e5832466726a86e5b55b1329d2e9e'
- 'b571639d854c90c758f40a44054c6e06')
+makedepends=('pkgconfig' 'gdb')
+source=($pkgname-$pkgver.tar.gz::https://github.com/psi-im/psimedia/archive/master.tar.gz)
+md5sums=('d12fdf60fd71ffba597dd22f5c8481cf')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -p1 <$srcdir/psimedia-svn20110621.diff
-  sed -i 's|# include |# include "../../../videodev.h"|' 
gstprovider/deviceenum/deviceenum_unix.cpp
-  ./configure
+  cd $srcdir/$pkgname-master
+
+  cat >>gstprovider/gstconf.pri 

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

2013-02-27 Thread Sergej Pupykin
Date: Wednesday, February 27, 2013 @ 11:59:28
  Author: spupykin
Revision: 85078

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

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

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

Copied: psimedia/repos/community-staging-i686/PKGBUILD (from rev 85077, 
psimedia/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-27 10:59:28 UTC (rev 85078)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Vladimir Kutyavin 
+
+pkgname=psimedia
+pkgver=1.0.3
+pkgrel=9
+pkgdesc="Voice and video chat plugin for Psi-like IM clients.  The 
implementation is based on GStreamer."
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://delta.affinix.com/psimedia/";
+depends=('psi' 'speex' 'gstreamer0.10-base' 'qt4' 'gstreamer0.10-good-plugins'
+'liboil')
+makedepends=('pkgconfig' 'gdb')
+source=($pkgname-$pkgver.tar.gz::https://github.com/psi-im/psimedia/archive/master.tar.gz)
+md5sums=('d12fdf60fd71ffba597dd22f5c8481cf')
+
+build() {
+  cd $srcdir/$pkgname-master
+
+  cat >>gstprovider/gstconf.pri <
+# Contributor: Vladimir Kutyavin 
+
+pkgname=psimedia
+pkgver=1.0.3
+pkgrel=9
+pkgdesc="Voice and video chat plugin for Psi-like IM clients.  The 
implementation is based on GStreamer."
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://delta.affinix.com/psimedia/";
+depends=('psi' 'speex' 'gstreamer0.10-base' 'qt4' 'gstreamer0.10-good-plugins'
+'liboil')
+makedepends=('pkgconfig' 'gdb')
+source=($pkgname-$pkgver.tar.gz::https://github.com/psi-im/psimedia/archive/master.tar.gz)
+md5sums=('d12fdf60fd71ffba597dd22f5c8481cf')
+
+build() {
+  cd $srcdir/$pkgname-master
+
+  cat >>gstprovider/gstconf.pri <

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

2013-02-27 Thread Alexander Rødseth
Date: Wednesday, February 27, 2013 @ 12:42:34
  Author: arodseth
Revision: 85079

upgpkg: fceux 2.2.0-3

Modified:
  fceux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 10:59:28 UTC (rev 85078)
+++ PKGBUILD2013-02-27 11:42:34 UTC (rev 85079)
@@ -5,13 +5,13 @@
 
 pkgname=fceux
 pkgver=2.2.0
-pkgrel=2
+pkgrel=3
 url='http://www.fceux.com/'
 pkgdesc='Fast and ultra-compatible NES/Famicom emulator'
 arch=('x86_64' 'i686')
 license=('GPL')
 depends=('sdl' 'gtk2' 'gd' 'desktop-file-utils' 'lua51' 'libgl')
-makedepends=('scons' 'mesa' 'glu')
+makedepends=('scons' 'mesa-libgl' 'glu')
 optdepends=('xchm: for viewing the manual')
 install=$pkgname.install
 
source=("https://sourceforge.net/projects/fceultra/files/Source%20Code/$pkgver%20src/$pkgname-$pkgver.src.tar.gz";)



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

2013-02-27 Thread Alexander Rødseth
Date: Wednesday, February 27, 2013 @ 12:42:43
  Author: arodseth
Revision: 85080

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

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

+
 community-staging-i686/PKGBUILD|   48 +++
 community-staging-i686/fceux.install   |   13 
 community-staging-x86_64/PKGBUILD  |   48 +++
 community-staging-x86_64/fceux.install |   13 
 4 files changed, 122 insertions(+)

Copied: fceux/repos/community-staging-i686/PKGBUILD (from rev 85079, 
fceux/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-27 11:42:43 UTC (rev 85080)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contriutor: Eric Belanger 
+# Contributor: Jo Christian Bergskås 
+
+pkgname=fceux
+pkgver=2.2.0
+pkgrel=3
+url='http://www.fceux.com/'
+pkgdesc='Fast and ultra-compatible NES/Famicom emulator'
+arch=('x86_64' 'i686')
+license=('GPL')
+depends=('sdl' 'gtk2' 'gd' 'desktop-file-utils' 'lua51' 'libgl')
+makedepends=('scons' 'mesa-libgl' 'glu')
+optdepends=('xchm: for viewing the manual')
+install=$pkgname.install
+source=("https://sourceforge.net/projects/fceultra/files/Source%20Code/$pkgver%20src/$pkgname-$pkgver.src.tar.gz";)
+sha256sums=('31ad7b478d5c0911a67a4eaeae9de915d44fc95844148a135114e27d7fd1a694')
+
+build() {
+  cd "$srcdir/$pkgname"
+
+  msg2 'Compiling...'
+  scons
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  msg2 'Packaging binaries, data and man-pages...'
+  scons install --prefix="$pkgdir/usr"
+
+  msg2 'Packaging documentation...'
+  install -Dm644 "src/drivers/win/help/$pkgname.chm" \
+"$pkgdir/usr/share/doc/$pkgname/$pkgname.chm"
+  cp -r documentation/* "$pkgdir/usr/share/doc/$pkgname/"
+  # Removing manpages that are already placed in the right location
+  rm -f "$pkgdir/usr/share/doc/$pkgname/*.6"
+  install -Dm644 changelog.txt "$pkgdir/usr/share/doc/$pkgname/"
+
+  msg2 'Packaging desktop shortcut and icon...'
+  install -Dm644 "$pkgname.desktop" \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "$pkgname.png" \
+"$pkgdir/usr/share/pixmaps/$pkgname.png"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: fceux/repos/community-staging-i686/fceux.install (from rev 85079, 
fceux/trunk/fceux.install)
===
--- community-staging-i686/fceux.install(rev 0)
+++ community-staging-i686/fceux.install2013-02-27 11:42:43 UTC (rev 
85080)
@@ -0,0 +1,13 @@
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Copied: fceux/repos/community-staging-x86_64/PKGBUILD (from rev 85079, 
fceux/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-02-27 11:42:43 UTC (rev 85080)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contriutor: Eric Belanger 
+# Contributor: Jo Christian Bergskås 
+
+pkgname=fceux
+pkgver=2.2.0
+pkgrel=3
+url='http://www.fceux.com/'
+pkgdesc='Fast and ultra-compatible NES/Famicom emulator'
+arch=('x86_64' 'i686')
+license=('GPL')
+depends=('sdl' 'gtk2' 'gd' 'desktop-file-utils' 'lua51' 'libgl')
+makedepends=('scons' 'mesa-libgl' 'glu')
+optdepends=('xchm: for viewing the manual')
+install=$pkgname.install
+source=("https://sourceforge.net/projects/fceultra/files/Source%20Code/$pkgver%20src/$pkgname-$pkgver.src.tar.gz";)
+sha256sums=('31ad7b478d5c0911a67a4eaeae9de915d44fc95844148a135114e27d7fd1a694')
+
+build() {
+  cd "$srcdir/$pkgname"
+
+  msg2 'Compiling...'
+  scons
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  msg2 'Packaging binaries, data and man-pages...'
+  scons install --prefix="$pkgdir/usr"
+
+  msg2 'Packaging documentation...'
+  install -Dm644 "src/drivers/win/help/$pkgname.chm" \
+"$pkgdir/usr/share/doc/$pkgname/$pkgname.chm"
+  cp -r documentation/* "$pkgdir/usr/share/doc/$pkgname/"
+  # Removing manpages that are already placed in the right location
+  rm -f "$pkgdir/usr/share/doc/$pkgname/*.6"
+  install -Dm644 changelog.txt "$pkgdir/usr/share/doc/$pkgname/"
+
+  msg2 'Packaging desktop shortcut and icon...'
+  install -Dm644 "$pkgname.desktop" \
+"$pkg

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

2013-02-27 Thread thestinger
Date: Wednesday, February 27, 2013 @ 13:22:47
  Author: thestinger
Revision: 85081

update httpie to 0.4.1

Modified:
  httpie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 11:42:43 UTC (rev 85080)
+++ PKGBUILD2013-02-27 12:22:47 UTC (rev 85081)
@@ -3,8 +3,8 @@
 # Contributor: Thomas Weißschuh 
 
 pkgname=httpie
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.4.1
+pkgrel=1
 pkgdesc="cURL for humans"
 url="https://github.com/jkbr/httpie";
 depends=('python-requests' 'python-pygments')
@@ -14,7 +14,7 @@
 license=('BSD')
 arch=('any')
 
source=("http://pypi.python.org/packages/source/h/httpie/httpie-$pkgver.tar.gz";)
-md5sums=('0fb63f8eab5c13a9d78da80b6b00b210')
+md5sums=('6875e694bc5ed927c77b6619e3fe89b0')
 
 build() {
 cd "$srcdir/httpie-$pkgver"



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

2013-02-27 Thread thestinger
Date: Wednesday, February 27, 2013 @ 13:23:23
  Author: thestinger
Revision: 85082

archrelease: copy trunk to community-any

Added:
  httpie/repos/community-any/PKGBUILD
(from rev 85081, httpie/trunk/PKGBUILD)
Deleted:
  httpie/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-27 12:22:47 UTC (rev 85081)
+++ PKGBUILD2013-02-27 12:23:23 UTC (rev 85082)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Thomas Weißschuh 
-
-pkgname=httpie
-pkgver=0.4.0
-pkgrel=2
-pkgdesc="cURL for humans"
-url="https://github.com/jkbr/httpie";
-depends=('python-requests' 'python-pygments')
-makedepends=('python-distribute')
-conflicts=(python-httpie)
-replaces=(python-httpie python2-httpie)
-license=('BSD')
-arch=('any')
-source=("http://pypi.python.org/packages/source/h/httpie/httpie-$pkgver.tar.gz";)
-md5sums=('0fb63f8eab5c13a9d78da80b6b00b210')
-
-build() {
-cd "$srcdir/httpie-$pkgver"
-python3 setup.py build
-}
-
-package() {
-cd "$srcdir/httpie-$pkgver"
-python3 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: httpie/repos/community-any/PKGBUILD (from rev 85081, 
httpie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-27 12:23:23 UTC (rev 85082)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Thomas Weißschuh 
+
+pkgname=httpie
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="cURL for humans"
+url="https://github.com/jkbr/httpie";
+depends=('python-requests' 'python-pygments')
+makedepends=('python-distribute')
+conflicts=(python-httpie)
+replaces=(python-httpie python2-httpie)
+license=('BSD')
+arch=('any')
+source=("http://pypi.python.org/packages/source/h/httpie/httpie-$pkgver.tar.gz";)
+md5sums=('6875e694bc5ed927c77b6619e3fe89b0')
+
+build() {
+cd "$srcdir/httpie-$pkgver"
+python3 setup.py build
+}
+
+package() {
+cd "$srcdir/httpie-$pkgver"
+python3 setup.py install --root="$pkgdir" --optimize=1
+}



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

2013-02-27 Thread Laurent Carlier
Date: Wednesday, February 27, 2013 @ 13:46:08
  Author: lcarlier
Revision: 85083

upgpkg: lib32-catalyst-utils 13.1-2

Remove conflict on lib32-libgl

Modified:
  lib32-catalyst-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 12:23:23 UTC (rev 85082)
+++ PKGBUILD2013-02-27 12:46:08 UTC (rev 85083)
@@ -5,7 +5,7 @@
 
 pkgname=lib32-catalyst-utils
 pkgver=13.1
-pkgrel=1
+pkgrel=2
 pkgdesc="AMD Catalyst drivers libraries (32 bits)"
 arch=('x86_64')
 url="http://www.amd.com";
@@ -13,7 +13,7 @@
 
source=(http://www2.ati.com/drivers/linux/amd-driver-installer-catalyst-${pkgver}-linux-x86.x86_64.zip)
 md5sums=('b5d9de9b000448dcc2a9eb74a889116d')
 provides=('lib32-libgl')
-conflicts=('lib32-libgl' 'lib32-nvidia-utils')
+conflicts=('lib32-mesa-libgl' 'lib32-nvidia-utils' 'lib32-nvidia-304xx-utils')
 
 build() {
   cd ${srcdir}



[arch-commits] Commit in lib32-catalyst-utils/repos/multilib-x86_64 (2 files)

2013-02-27 Thread Laurent Carlier
Date: Wednesday, February 27, 2013 @ 13:46:15
  Author: lcarlier
Revision: 85084

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-catalyst-utils/repos/multilib-x86_64/PKGBUILD
(from rev 85083, lib32-catalyst-utils/trunk/PKGBUILD)
Deleted:
  lib32-catalyst-utils/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-27 12:46:08 UTC (rev 85083)
+++ PKGBUILD2013-02-27 12:46:15 UTC (rev 85084)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-# Contributor: Vi0L0, wonder, Eduardo "kensai" Romero
-# Contributor: aidanlinz, Rip-Rip, OvsInc, Sebastian Siebert
-
-pkgname=lib32-catalyst-utils
-pkgver=13.1
-pkgrel=1
-pkgdesc="AMD Catalyst drivers libraries (32 bits)"
-arch=('x86_64')
-url="http://www.amd.com";
-license=('custom')
-source=(http://www2.ati.com/drivers/linux/amd-driver-installer-catalyst-${pkgver}-linux-x86.x86_64.zip)
-md5sums=('b5d9de9b000448dcc2a9eb74a889116d')
-provides=('lib32-libgl')
-conflicts=('lib32-libgl' 'lib32-nvidia-utils')
-
-build() {
-  cd ${srcdir}
-
-  sh ./amd-driver-installer*.run --extract fglrx-install
-}
-
-package() {
-  depends=("catalyst-utils=${pkgver}")
-
-  install -dm755 "${pkgdir}"/usr/bin
-  install -dm755 
"${pkgdir}"/usr/lib32/{dri,xorg/modules/{dri,extensions/fglrx}}
-  
-  # binaries
-  cd ${srcdir}/fglrx-install
-  install -m755 arch/x86/usr/X11R6/bin/fgl_glxgears 
"${pkgdir}/usr/bin/fgl_glxgears32"
-  install -m755 arch/x86/usr/X11R6/bin/fglrxinfo 
"${pkgdir}/usr/bin/fglrxinfo32"
-  
-  # dri/gl/... drivers
-  cd ${srcdir}/fglrx-install/xpic/usr/X11R6/lib/modules
-  install -m755 *.so "${pkgdir}/usr/lib32/xorg/modules/"
-  cd ${srcdir}/fglrx-install/arch/x86/usr/X11R6/lib
-  install -m755 modules/dri/fglrx_dri.so 
"${pkgdir}/usr/lib32/xorg/modules/dri/"
-  ln -s /usr/lib32/xorg/modules/dri/fglrx_dri.so "${pkgdir}/usr/lib32/dri/"
-  install -m755 fglrx/fglrx-libGL.so.1.2 "${pkgdir}/usr/lib32/"
-  install -m755 *.so* "${pkgdir}/usr/lib32/"
-  install -m644 libAMDXvBA.cap "${pkgdir}/usr/lib32/"
-  cd ${srcdir}/fglrx-install/arch/x86/usr/lib
-  install -m755 *.so* "${pkgdir}/usr/lib32/"
-  # needed symlinks
-  ln -s libatiuki.so.1.0 "${pkgdir}/usr/lib32/libatiuki.so.1"
-  ln -s fglrx-libGL.so.1.2 "${pkgdir}/usr/lib32/libGL.so.1"
-  ln -s fglrx-libGL.so.1.2 "${pkgdir}/usr/lib32/libGL.so"
-  ln -s libAMDXvBA.so.1.0 "${pkgdir}/usr/lib32/libAMDXvBA.so.1"
-  ln -s libAMDXvBA.so.1.0 "${pkgdir}/usr/lib32/libAMDXvBA.so"
-  ln -s libfglrx_dm.so.1.0 "${pkgdir}/usr/lib32/libfglrx_dm.so.1"
-  
-  # useful for 32 bits ?
-  rm "${pkgdir}"/usr/lib32/lib{amdocl*,OpenCL}.so* 
-
-  # licenses
-  install -Dm644 
"${srcdir}/fglrx-install/common/usr/share/doc/fglrx/LICENSE.TXT" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.TXT"
-}

Copied: lib32-catalyst-utils/repos/multilib-x86_64/PKGBUILD (from rev 85083, 
lib32-catalyst-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-27 12:46:15 UTC (rev 85084)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Vi0L0, wonder, Eduardo "kensai" Romero
+# Contributor: aidanlinz, Rip-Rip, OvsInc, Sebastian Siebert
+
+pkgname=lib32-catalyst-utils
+pkgver=13.1
+pkgrel=2
+pkgdesc="AMD Catalyst drivers libraries (32 bits)"
+arch=('x86_64')
+url="http://www.amd.com";
+license=('custom')
+source=(http://www2.ati.com/drivers/linux/amd-driver-installer-catalyst-${pkgver}-linux-x86.x86_64.zip)
+md5sums=('b5d9de9b000448dcc2a9eb74a889116d')
+provides=('lib32-libgl')
+conflicts=('lib32-mesa-libgl' 'lib32-nvidia-utils' 'lib32-nvidia-304xx-utils')
+
+build() {
+  cd ${srcdir}
+
+  sh ./amd-driver-installer*.run --extract fglrx-install
+}
+
+package() {
+  depends=("catalyst-utils=${pkgver}")
+
+  install -dm755 "${pkgdir}"/usr/bin
+  install -dm755 
"${pkgdir}"/usr/lib32/{dri,xorg/modules/{dri,extensions/fglrx}}
+  
+  # binaries
+  cd ${srcdir}/fglrx-install
+  install -m755 arch/x86/usr/X11R6/bin/fgl_glxgears 
"${pkgdir}/usr/bin/fgl_glxgears32"
+  install -m755 arch/x86/usr/X11R6/bin/fglrxinfo 
"${pkgdir}/usr/bin/fglrxinfo32"
+  
+  # dri/gl/... drivers
+  cd ${srcdir}/fglrx-install/xpic/usr/X11R6/lib/modules
+  install -m755 *.so "${pkgdir}/usr/lib32/xorg/modules/"
+  cd ${srcdir}/fglrx-install/arch/x86/usr/X11R6/lib
+  install -m755 modules/dri/fglrx_dri.so 
"${pkgdir}/usr/lib32/xorg/modules/dri/"
+  ln -s /usr/lib32/xorg/modules/dri/fglrx_dri.so "${pkgdir}/usr/lib32/dri/"
+  install -m755 fglrx/fglrx-libGL.so.1.2 "${pkgdir}/usr/lib32/"
+  install -m755 *.so* "${pkgdir}/usr/lib32/"
+  install -m644 libAMDXvBA.cap "${pkgdir}/usr/lib32/"
+  cd ${srcdir}/fglrx-install/arch/x86/usr/lib
+  install -m755 *.so* "${pkgdir}/usr/lib32/"
+  # needed symlinks
+  ln -s libatiuki.so.1.0 

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

2013-02-27 Thread Laurent Carlier
Date: Wednesday, February 27, 2013 @ 14:00:22
  Author: lcarlier
Revision: 85085

upgpkg: lib32-nvidia-utils 313.18-5

Remove conflict on lib32-libgl

Modified:
  lib32-nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 12:46:15 UTC (rev 85084)
+++ PKGBUILD2013-02-27 13:00:22 UTC (rev 85085)
@@ -5,12 +5,12 @@
 _pkgbasename=nvidia-utils
 pkgname=lib32-$_pkgbasename
 pkgver=313.18
-pkgrel=4
+pkgrel=5
 pkgdesc="NVIDIA drivers utilities and libraries. (32-bit)"
 arch=('x86_64')
 url="http://www.nvidia.com/";
 depends=('lib32-zlib' 'lib32-gcc-libs' $_pkgbasename)
-conflicts=('lib32-libgl')
+conflicts=('lib32-mesa-libgl' 'lib32-catalyst-utils' 
'lib32-nvidia-304xx-utils')
 provides=('lib32-libgl')
 license=('custom')
 options=('!strip')



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

2013-02-27 Thread Laurent Carlier
Date: Wednesday, February 27, 2013 @ 14:00:28
  Author: lcarlier
Revision: 85086

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD
(from rev 85085, lib32-nvidia-utils/trunk/PKGBUILD)
Deleted:
  lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  122 ++---
 1 file changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-27 13:00:22 UTC (rev 85085)
+++ PKGBUILD2013-02-27 13:00:28 UTC (rev 85086)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler 
-# Contributor: James Rayner 
-
-_pkgbasename=nvidia-utils
-pkgname=lib32-$_pkgbasename
-pkgver=313.18
-pkgrel=4
-pkgdesc="NVIDIA drivers utilities and libraries. (32-bit)"
-arch=('x86_64')
-url="http://www.nvidia.com/";
-depends=('lib32-zlib' 'lib32-gcc-libs' $_pkgbasename)
-conflicts=('lib32-libgl')
-provides=('lib32-libgl')
-license=('custom')
-options=('!strip')
-
-_arch='x86'
-_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-md5sums=('780c37c28a6e06e9571cafe348b7da64')
-
-build() {
-cd "${srcdir}"
-sh ${_pkg}.run --extract-only
-}
-
-package() {
-cd "${srcdir}/${_pkg}"
-
-# OpenGL library
-install -D -m755 libGL.so.${pkgver} 
"${pkgdir}/usr/lib32/libGL.so.${pkgver}"
-# OpenGL core library
-install -D -m755 libnvidia-glcore.so.${pkgver} 
"${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}"
-# VDPAU
-install -D -m755 libvdpau_nvidia.so.${pkgver} 
"${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}"
-# CUDA
-install -D -m755 libcuda.so.${pkgver} 
"${pkgdir}/usr/lib32/libcuda.so.${pkgver}"
-install -D -m755 libnvcuvid.so.${pkgver} 
"${pkgdir}/usr/lib32/libnvcuvid.so.${pkgver}"
-# nvidia-tls library
-install -D -m755 tls/libnvidia-tls.so.${pkgver} 
"${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}"
-# OpenCL
-install -D -m755 libnvidia-compiler.so.${pkgver} 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
-install -D -m755 libOpenCL.so.1.0.0 
"${pkgdir}/usr/lib32/libOpenCL.so.1.0.0"
-
-install -D -m755 libnvidia-cfg.so.${pkgver} 
"${pkgdir}/usr/lib32/libnvidia-cfg.so.${pkgver}"
-install -D -m755 libnvidia-ml.so.${pkgver} 
"${pkgdir}/usr/lib32/libnvidia-ml.so.${pkgver}"
-
-# create soname links
-for _lib in $(find "${pkgdir}" -name '*.so*'); do
-_soname="$(dirname ${_lib})/$(LC_ALL=C readelf -d "$_lib" | sed -nr 
's/.*Library soname: \[(.*)\].*/\1/p')"
-if [ ! -e "${_soname}" ]; then
-ln -s "$(basename ${_lib})" "${_soname}"
-ln -s "$(basename ${_soname})" "${_soname/.[0-9]*/}"
-fi
-done
-
-rm -rf "${pkgdir}"/usr/{include,share,bin}
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD (from rev 85085, 
lib32-nvidia-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-27 13:00:28 UTC (rev 85086)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Thomas Baechler 
+# Contributor: James Rayner 
+
+_pkgbasename=nvidia-utils
+pkgname=lib32-$_pkgbasename
+pkgver=313.18
+pkgrel=5
+pkgdesc="NVIDIA drivers utilities and libraries. (32-bit)"
+arch=('x86_64')
+url="http://www.nvidia.com/";
+depends=('lib32-zlib' 'lib32-gcc-libs' $_pkgbasename)
+conflicts=('lib32-mesa-libgl' 'lib32-catalyst-utils' 
'lib32-nvidia-304xx-utils')
+provides=('lib32-libgl')
+license=('custom')
+options=('!strip')
+
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('780c37c28a6e06e9571cafe348b7da64')
+
+build() {
+cd "${srcdir}"
+sh ${_pkg}.run --extract-only
+}
+
+package() {
+cd "${srcdir}/${_pkg}"
+
+# OpenGL library
+install -D -m755 libGL.so.${pkgver} 
"${pkgdir}/usr/lib32/libGL.so.${pkgver}"
+# OpenGL core library
+install -D -m755 libnvidia-glcore.so.${pkgver} 
"${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}"
+# VDPAU
+install -D -m755 libvdpau_nvidia.so.${pkgver} 
"${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}"
+# CUDA
+install -D -m755 libcuda.so.${pkgver} 
"${pkgdir}/usr/lib32/libcuda.so.${pkgver}"
+install -D -m755 libnvcuvid.so.${pkgver} 
"${pkgdir}/usr/lib32/libnvcuvid.so.${pkgver}"
+# nvidia-tls library
+install -D -m755 tls/libnvidia-tls.so.${pkgver} 
"${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}"
+# OpenCL
+install -D -m755 libnvidia-compiler.so.${pkgver} 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
+install -D -m755 libOpenCL.so.1.0.0 
"${pkgdir}/usr/lib32/libOpenCL.so.1.0.0"
+
+install -D -m755 libnvidia-cfg.so.${pkgver}

[arch-commits] Commit in lib32-nvidia-304xx-utils/trunk (PKGBUILD)

2013-02-27 Thread Laurent Carlier
Date: Wednesday, February 27, 2013 @ 14:12:48
  Author: lcarlier
Revision: 85087

upgpkg: lib32-nvidia-304xx-utils 304.64-2

Remove conflict on lib32-libgl

Modified:
  lib32-nvidia-304xx-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 13:00:28 UTC (rev 85086)
+++ PKGBUILD2013-02-27 13:12:48 UTC (rev 85087)
@@ -7,12 +7,12 @@
 _pkgbasename=nvidia-304xx-utils
 pkgname=lib32-$_pkgbasename
 pkgver=304.64
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA drivers utilities and libraries. (32-bit)"
 arch=('x86_64')
 url="http://www.nvidia.com/";
 depends=('lib32-libxvmc' 'lib32-zlib' 'lib32-gcc-libs' 'nvidia-304xx-utils')
-conflicts=('lib32-libgl')
+conflicts=('lib32-mesa-libgl' 'lib32-catalyst-utils' 'lib32-nvidia-utils')
 provides=('lib32-libgl')
 license=('custom')
 options=('!strip')



[arch-commits] Commit in lib32-nvidia-304xx-utils/repos/multilib-x86_64 (2 files)

2013-02-27 Thread Laurent Carlier
Date: Wednesday, February 27, 2013 @ 14:12:55
  Author: lcarlier
Revision: 85088

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-nvidia-304xx-utils/repos/multilib-x86_64/PKGBUILD
(from rev 85087, lib32-nvidia-304xx-utils/trunk/PKGBUILD)
Deleted:
  lib32-nvidia-304xx-utils/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  134 ++---
 1 file changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-27 13:12:48 UTC (rev 85087)
+++ PKGBUILD2013-02-27 13:12:55 UTC (rev 85088)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: noone currently
-# Contributor: Jason Graham 
-# Contributor: Thomas Baechler 
-# Contributor: James Rayner 
-
-_pkgbasename=nvidia-304xx-utils
-pkgname=lib32-$_pkgbasename
-pkgver=304.64
-pkgrel=1
-pkgdesc="NVIDIA drivers utilities and libraries. (32-bit)"
-arch=('x86_64')
-url="http://www.nvidia.com/";
-depends=('lib32-libxvmc' 'lib32-zlib' 'lib32-gcc-libs' 'nvidia-304xx-utils')
-conflicts=('lib32-libgl')
-provides=('lib32-libgl')
-license=('custom')
-options=('!strip')
-
-_arch='x86'
-_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-md5sums=('6964415cf648a5f4f38117b168369de2')
-
-build() {
-cd "${srcdir}"
-sh ${_pkg}.run --extract-only
-}
-
-package() {
-cd "${srcdir}/${_pkg}"
-
-# OpenGL library
-install -D -m755 libGL.so.${pkgver} 
"${pkgdir}/usr/lib32/libGL.so.${pkgver}"
-# OpenGL core library
-install -D -m755 libnvidia-glcore.so.${pkgver} 
"${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}"
-# XvMC
-install -D -m644 libXvMCNVIDIA.a "${pkgdir}/usr/lib32/libXvMCNVIDIA.a"
-install -D -m755 libXvMCNVIDIA.so.${pkgver} 
"${pkgdir}/usr/lib32/libXvMCNVIDIA.so.${pkgver}"
-# VDPAU
-install -D -m755 libvdpau_nvidia.so.${pkgver} 
"${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}"
-# CUDA
-install -D -m755 libcuda.so.${pkgver} 
"${pkgdir}/usr/lib32/libcuda.so.${pkgver}"
-install -D -m755 libnvcuvid.so.${pkgver} 
"${pkgdir}/usr/lib32/libnvcuvid.so.${pkgver}"
-# nvidia-tls library
-install -D -m755 tls/libnvidia-tls.so.${pkgver} 
"${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}"
-# OpenCL
-install -D -m755 libnvidia-compiler.so.${pkgver} 
"${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}"
-install -D -m755 libOpenCL.so.1.0.0 
"${pkgdir}/usr/lib32/libOpenCL.so.1.0.0"
-
-install -D -m755 libnvidia-cfg.so.${pkgver} 
"${pkgdir}/usr/lib32/libnvidia-cfg.so.${pkgver}"
-install -D -m755 libnvidia-ml.so.${pkgver} 
"${pkgdir}/usr/lib32/libnvidia-ml.so.${pkgver}"
-
-# create soname links
-for _lib in $(find "${pkgdir}" -name '*.so*'); do
-_soname="$(dirname ${_lib})/$(LC_ALL=C readelf -d "$_lib" | sed -nr 
's/.*Library soname: \[(.*)\].*/\1/p')"
-if [ ! -e "${_soname}" ]; then
-ln -s "$(basename ${_lib})" "${_soname}"
-ln -s "$(basename ${_soname})" "${_soname/.[0-9]*/}"
-fi
-done
-
-rm -rf "${pkgdir}"/usr/{include,share,bin}
-mkdir -p "${pkgdir}/usr/share/licenses"
-ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-

Copied: lib32-nvidia-304xx-utils/repos/multilib-x86_64/PKGBUILD (from rev 
85087, lib32-nvidia-304xx-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-27 13:12:55 UTC (rev 85088)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: noone currently
+# Contributor: Jason Graham 
+# Contributor: Thomas Baechler 
+# Contributor: James Rayner 
+
+_pkgbasename=nvidia-304xx-utils
+pkgname=lib32-$_pkgbasename
+pkgver=304.64
+pkgrel=2
+pkgdesc="NVIDIA drivers utilities and libraries. (32-bit)"
+arch=('x86_64')
+url="http://www.nvidia.com/";
+depends=('lib32-libxvmc' 'lib32-zlib' 'lib32-gcc-libs' 'nvidia-304xx-utils')
+conflicts=('lib32-mesa-libgl' 'lib32-catalyst-utils' 'lib32-nvidia-utils')
+provides=('lib32-libgl')
+license=('custom')
+options=('!strip')
+
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('6964415cf648a5f4f38117b168369de2')
+
+build() {
+cd "${srcdir}"
+sh ${_pkg}.run --extract-only
+}
+
+package() {
+cd "${srcdir}/${_pkg}"
+
+# OpenGL library
+install -D -m755 libGL.so.${pkgver} 
"${pkgdir}/usr/lib32/libGL.so.${pkgver}"
+# OpenGL core library
+install -D -m755 libnvidia-glcore.so.${pkgver} 
"${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}"
+# XvMC
+install -D -m644 libXvMCNVIDIA.a "${pkgdir}/usr/lib32/libXvMCNVIDIA.a"
+install -D -m755 libXvMCNVIDIA.so.${pkgver} 
"${pkgdir}/usr/lib32/libXvMCNVIDIA.so.${pkgver}"
+# VDPAU
+install -D -m755 libvdpau_nvidia.so.${pkgver} 
"${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgve

[arch-commits] Commit in hylafax/trunk (PKGBUILD faxgetty@.service)

2013-02-27 Thread Tobias Powalowski
Date: Wednesday, February 27, 2013 @ 14:50:20
  Author: tpowa
Revision: 178773

upgpkg: hylafax 6.0.6-2

add faxgetty systemd file #33778

Added:
  hylafax/trunk/faxgetty@.service
Modified:
  hylafax/trunk/PKGBUILD

---+
 PKGBUILD  |   14 +++---
 faxgetty@.service |   24 
 2 files changed, 35 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 01:37:28 UTC (rev 178772)
+++ PKGBUILD2013-02-27 13:50:20 UTC (rev 178773)
@@ -2,7 +2,7 @@
 # Maintainer: Paul Mattal 
 pkgname=hylafax
 pkgver=6.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Fax Server"
 arch=('i686' 'x86_64')
 install='hylafax.install'
@@ -18,7 +18,8 @@
 hylafax.cron.daily 
 config.local
 faxq.service
-hfaxd.service)
+hfaxd.service
+faxgetty@.service)
 
 build () {
   cd "$srcdir/${pkgname}-${pkgver}"
@@ -42,7 +43,7 @@
   # add systemd files
   install -D -m644 $srcdir/hfaxd.service 
$pkgdir/usr/lib/systemd/system/hfaxd.service
   install -D -m644 $srcdir/faxq.service 
$pkgdir/usr/lib/systemd/system/faxq.service
-
+  install -D -m644 $srcdir/faxgetty@.service 
$pkgdir/usr/lib/systemd/system/faxgetty@.service
   install -D -m644 COPYRIGHT "$pkgdir"/usr/share/licenses/$pkgname/COPYRIGHT
 }
 md5sums=('d063d45049c8fcbabefe09d662313067'
@@ -51,3 +52,10 @@
  '60f2a7e62c256ead4e9238cb31b35b90'
  '832c8e8098e2dfa56040c975b554590c'
  '38a00db6d9d765d130b2d8d3a98e5c24')
+md5sums=('d063d45049c8fcbabefe09d662313067'
+ '6602288a405324d8c8e3c5eac2bf19fd'
+ '52beffe7dc296b4f9ce9fd0387f7804e'
+ '60f2a7e62c256ead4e9238cb31b35b90'
+ '832c8e8098e2dfa56040c975b554590c'
+ '38a00db6d9d765d130b2d8d3a98e5c24'
+ 'fe10ea597e786fe8c09e4104fbdf16de')

Added: faxgetty@.service
===
--- faxgetty@.service   (rev 0)
+++ faxgetty@.service   2013-02-27 13:50:20 UTC (rev 178773)
@@ -0,0 +1,24 @@
+#  This file is part of systemd.
+#
+#  systemd is free software; you can redistribute it and/or modify it
+#  under the terms of the GNU Lesser General Public License as published by
+#  the Free Software Foundation; either version 2.1 of the License, or
+#  (at your option) any later version.
+
+[Unit]
+Description=faxgetty on %I
+Documentation=man:faxgetty(8)
+After=faxq.service hfaxd.service
+
+[Service]
+ExecStart=/usr/lib/fax/faxgetty %I
+Type=simple
+Restart=always
+RestartSec=0
+KillMode=process
+
+KillSignal=SIGTERM
+
+[Install]
+WantedBy=multi-user.target
+



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

2013-02-27 Thread Tobias Powalowski
Date: Wednesday, February 27, 2013 @ 14:50:36
  Author: tpowa
Revision: 178774

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

Added:
  hylafax/repos/extra-i686/PKGBUILD
(from rev 178773, hylafax/trunk/PKGBUILD)
  hylafax/repos/extra-i686/config.local
(from rev 178773, hylafax/trunk/config.local)
  hylafax/repos/extra-i686/faxgetty@.service
(from rev 178773, hylafax/trunk/faxgetty@.service)
  hylafax/repos/extra-i686/faxq.service
(from rev 178773, hylafax/trunk/faxq.service)
  hylafax/repos/extra-i686/hfaxd.service
(from rev 178773, hylafax/trunk/hfaxd.service)
  hylafax/repos/extra-i686/hylafax
(from rev 178773, hylafax/trunk/hylafax)
  hylafax/repos/extra-i686/hylafax.cron.daily
(from rev 178773, hylafax/trunk/hylafax.cron.daily)
  hylafax/repos/extra-i686/hylafax.install
(from rev 178773, hylafax/trunk/hylafax.install)
  hylafax/repos/extra-x86_64/PKGBUILD
(from rev 178773, hylafax/trunk/PKGBUILD)
  hylafax/repos/extra-x86_64/config.local
(from rev 178773, hylafax/trunk/config.local)
  hylafax/repos/extra-x86_64/faxgetty@.service
(from rev 178773, hylafax/trunk/faxgetty@.service)
  hylafax/repos/extra-x86_64/faxq.service
(from rev 178773, hylafax/trunk/faxq.service)
  hylafax/repos/extra-x86_64/hfaxd.service
(from rev 178773, hylafax/trunk/hfaxd.service)
  hylafax/repos/extra-x86_64/hylafax
(from rev 178773, hylafax/trunk/hylafax)
  hylafax/repos/extra-x86_64/hylafax.cron.daily
(from rev 178773, hylafax/trunk/hylafax.cron.daily)
  hylafax/repos/extra-x86_64/hylafax.install
(from rev 178773, hylafax/trunk/hylafax.install)
Deleted:
  hylafax/repos/extra-i686/PKGBUILD
  hylafax/repos/extra-i686/config.local
  hylafax/repos/extra-i686/faxq.service
  hylafax/repos/extra-i686/hfaxd.service
  hylafax/repos/extra-i686/hylafax
  hylafax/repos/extra-i686/hylafax.cron.daily
  hylafax/repos/extra-i686/hylafax.install
  hylafax/repos/extra-x86_64/PKGBUILD
  hylafax/repos/extra-x86_64/config.local
  hylafax/repos/extra-x86_64/faxq.service
  hylafax/repos/extra-x86_64/hfaxd.service
  hylafax/repos/extra-x86_64/hylafax
  hylafax/repos/extra-x86_64/hylafax.cron.daily
  hylafax/repos/extra-x86_64/hylafax.install

-+
 extra-i686/PKGBUILD |  114 ---
 extra-i686/config.local |  546 +++---
 extra-i686/faxgetty@.service|   24 +
 extra-i686/faxq.service |   20 -
 extra-i686/hfaxd.service|   20 -
 extra-i686/hylafax  |  142 -
 extra-i686/hylafax.cron.daily   |8 
 extra-i686/hylafax.install  |   92 +++---
 extra-x86_64/PKGBUILD   |  114 ---
 extra-x86_64/config.local   |  546 +++---
 extra-x86_64/faxgetty@.service  |   24 +
 extra-x86_64/faxq.service   |   20 -
 extra-x86_64/hfaxd.service  |   20 -
 extra-x86_64/hylafax|  142 -
 extra-x86_64/hylafax.cron.daily |8 
 extra-x86_64/hylafax.install|   92 +++---
 16 files changed, 998 insertions(+), 934 deletions(-)

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


[arch-commits] Commit in qtcreator/trunk (fix-glsl-shit.patch)

2013-02-27 Thread Andrea Scarpino
Date: Wednesday, February 27, 2013 @ 14:55:07
  Author: andrea
Revision: 85089

Cleanup

Deleted:
  qtcreator/trunk/fix-glsl-shit.patch

-+
 fix-glsl-shit.patch | 2376 --
 1 file changed, 2376 deletions(-)

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


[arch-commits] Commit in qtcreator/trunk (PKGBUILD fix-build.patch)

2013-02-27 Thread Andrea Scarpino
Date: Wednesday, February 27, 2013 @ 15:18:50
  Author: andrea
Revision: 85090

Ugly patch to fix build with Qt5

Added:
  qtcreator/trunk/fix-build.patch
Modified:
  qtcreator/trunk/PKGBUILD

-+
 PKGBUILD|   12 +---
 fix-build.patch |   10 ++
 2 files changed, 19 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 13:55:07 UTC (rev 85089)
+++ PKGBUILD2013-02-27 14:18:50 UTC (rev 85090)
@@ -14,7 +14,7 @@
 arch=('i686' 'x86_64')
 url='http://qt-project.org'
 license=('LGPL')
-depends=('qt5-quick1' 'qt5-tools' 'qt5-script')
+depends=('qt5-quick1' 'qt5-tools')
 makedepends=('git')
 options=('docs')
 optdepends=('qt5-doc: for the integrated Qt documentation'
@@ -27,11 +27,17 @@
 'valgrind: for analyze support')
 install=qtcreator.install
 
source=("http://releases.qt-project.org/qtcreator/${_pkgver}/qt-creator-${_pkgver}-src.tar.gz";
-'qtcreator.desktop')
+'qtcreator.desktop'
+'fix-build.patch')
 md5sums=('4700deb89e8cf92239015d7d70f0dcdd'
- '82888d4be900e7833d768050a135cd37')
+ '82888d4be900e7833d768050a135cd37'
+ '4087c00d853addf97ca329d304e9a0a5')
 
 build() {
+  cd qt-creator-${_pkgver}-src
+  patch -p1 -i "${srcdir}"/fix-build.patch
+  cd ../
+
   [[ -d build ]] && rm -r build
   mkdir build && cd build
 

Added: fix-build.patch
===
--- fix-build.patch (rev 0)
+++ fix-build.patch 2013-02-27 14:18:50 UTC (rev 85090)
@@ -0,0 +1,10 @@
+--- qt-creator-2.6.2-src/qtcreator.pri~2013-02-27 13:55:23.818990553 
+
 qt-creator-2.6.2-src/qtcreator.pri 2013-02-27 13:55:52.335454428 +
+@@ -147,6 +147,7 @@
+ }
+ 
+ INCLUDEPATH += \
++/usr/include \
+ $$IDE_BUILD_TREE/src \ # for 
+ $$IDE_SOURCE_TREE/src/libs \
+ $$IDE_SOURCE_TREE/tools \



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

2013-02-27 Thread Andrea Scarpino
Date: Wednesday, February 27, 2013 @ 15:28:02
  Author: andrea
Revision: 85091

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

Added:
  qtcreator/repos/community-staging-i686/
  qtcreator/repos/community-staging-i686/PKGBUILD
(from rev 85090, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/community-staging-i686/fix-build.patch
(from rev 85090, qtcreator/trunk/fix-build.patch)
  qtcreator/repos/community-staging-i686/qtcreator.desktop
(from rev 85090, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/community-staging-i686/qtcreator.install
(from rev 85090, qtcreator/trunk/qtcreator.install)
  qtcreator/repos/community-staging-x86_64/
  qtcreator/repos/community-staging-x86_64/PKGBUILD
(from rev 85090, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/community-staging-x86_64/fix-build.patch
(from rev 85090, qtcreator/trunk/fix-build.patch)
  qtcreator/repos/community-staging-x86_64/qtcreator.desktop
(from rev 85090, qtcreator/trunk/qtcreator.desktop)
  qtcreator/repos/community-staging-x86_64/qtcreator.install
(from rev 85090, qtcreator/trunk/qtcreator.install)

+
 community-staging-i686/PKGBUILD|   57 +++
 community-staging-i686/fix-build.patch |   10 
 community-staging-i686/qtcreator.desktop   |9 
 community-staging-i686/qtcreator.install   |   12 +
 community-staging-x86_64/PKGBUILD  |   57 +++
 community-staging-x86_64/fix-build.patch   |   10 
 community-staging-x86_64/qtcreator.desktop |9 
 community-staging-x86_64/qtcreator.install |   12 +
 8 files changed, 176 insertions(+)

Copied: qtcreator/repos/community-staging-i686/PKGBUILD (from rev 85090, 
qtcreator/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-27 14:28:02 UTC (rev 85091)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Imanol Celaya 
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Lukas Jirkovsky 
+# Contributor: Dan Vratil 
+# Contributor: thotypous 
+# Contributor: delor 
+
+pkgname=qtcreator
+pkgver=2.6.2
+_pkgver=2.6.2
+pkgrel=2
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=('i686' 'x86_64')
+url='http://qt-project.org'
+license=('LGPL')
+depends=('qt5-quick1' 'qt5-tools')
+makedepends=('git')
+options=('docs')
+optdepends=('qt5-doc: for the integrated Qt documentation'
+'gdb: for the debugger'
+'cmake: for cmake project support'
+'openssh-askpass: for ssh support'
+'git: for git support'
+'mercurial: for mercurial support'
+'bzr: for bazaar support'
+'valgrind: for analyze support')
+install=qtcreator.install
+source=("http://releases.qt-project.org/qtcreator/${_pkgver}/qt-creator-${_pkgver}-src.tar.gz";
+'qtcreator.desktop'
+'fix-build.patch')
+md5sums=('4700deb89e8cf92239015d7d70f0dcdd'
+ '82888d4be900e7833d768050a135cd37'
+ '4087c00d853addf97ca329d304e9a0a5')
+
+build() {
+  cd qt-creator-${_pkgver}-src
+  patch -p1 -i "${srcdir}"/fix-build.patch
+  cd ../
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  qmake ../qt-creator-${_pkgver}-src/qtcreator.pro
+  make
+  make docs -j1
+}
+
+package() {
+  cd build
+
+  make INSTALL_ROOT="${pkgdir}/usr/" install
+  make INSTALL_ROOT="${pkgdir}/usr/" install_docs
+
+  install -Dm644 ${srcdir}/qtcreator.desktop 
${pkgdir}/usr/share/applications/qtcreator.desktop
+  install -Dm644 ${srcdir}/qt-creator-${_pkgver}-src/LGPL_EXCEPTION.TXT 
${pkgdir}/usr/share/licenses/qtcreator/LGPL_EXCEPTION.TXT
+}

Copied: qtcreator/repos/community-staging-i686/fix-build.patch (from rev 85090, 
qtcreator/trunk/fix-build.patch)
===
--- community-staging-i686/fix-build.patch  (rev 0)
+++ community-staging-i686/fix-build.patch  2013-02-27 14:28:02 UTC (rev 
85091)
@@ -0,0 +1,10 @@
+--- qt-creator-2.6.2-src/qtcreator.pri~2013-02-27 13:55:23.818990553 
+
 qt-creator-2.6.2-src/qtcreator.pri 2013-02-27 13:55:52.335454428 +
+@@ -147,6 +147,7 @@
+ }
+ 
+ INCLUDEPATH += \
++/usr/include \
+ $$IDE_BUILD_TREE/src \ # for 
+ $$IDE_SOURCE_TREE/src/libs \
+ $$IDE_SOURCE_TREE/tools \

Copied: qtcreator/repos/community-staging-i686/qtcreator.desktop (from rev 
85090, qtcreator/trunk/qtcreator.desktop)
===
--- community-staging-i686/qtcreator.desktop(rev 0)
+++ community-staging-i686/qtcreator.desktop2013-02-27 14:28:02 UTC (rev 
85091)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Exec=/usr/bin/qtcreator
+Name=Qt Creator
+GenericName=C++ IDE
+X-KDE-StartupNotify=true
+Icon=/usr/share/icons/hicolor

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

2013-02-27 Thread Andrea Scarpino
Date: Wednesday, February 27, 2013 @ 15:34:41
  Author: andrea
Revision: 178833

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

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

-+
 extra-i686/PKGBUILD |  442 +++---
 extra-i686/calligra-braindump.install   |   24 -
 extra-i686/calligra-filters.install |   22 -
 extra-i686/calligra-flow.install|   24 -
 extra-i686/calligra-karbon.in

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

2013-02-27 Thread Thorsten Töpper
Date: Wednesday, February 27, 2013 @ 15:40:56
  Author: ttoepper
Revision: 85171

upgpkg: i3status 2.7-1

Modified:
  i3status/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 14:35:30 UTC (rev 85170)
+++ PKGBUILD2013-02-27 14:40:56 UTC (rev 85171)
@@ -2,7 +2,7 @@
 # Maintainer: Thorsten Töpper 
 
 pkgname=i3status
-pkgver=2.6
+pkgver=2.7
 pkgrel=1
 pkgdesc="Generates status bar to use with dzen2 or xmobar"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 install=i3status.install
 options=('docs')
 source=("http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2";)
-md5sums=('98f649429d7845682846de36fb38f780')
+md5sums=('f0a39e84aebb65496af3dcec9d8cfeb8')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2013-02-27 Thread Thorsten Töpper
Date: Wednesday, February 27, 2013 @ 15:41:02
  Author: ttoepper
Revision: 85172

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

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

---+
 community-i686/PKGBUILD   |   72 ++--
 community-i686/i3status.install   |   18 -
 community-x86_64/PKGBUILD |   72 ++--
 community-x86_64/i3status.install |   18 -
 4 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-27 14:40:56 UTC (rev 85171)
+++ community-i686/PKGBUILD 2013-02-27 14:41:02 UTC (rev 85172)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-
-pkgname=i3status
-pkgver=2.6
-pkgrel=1
-pkgdesc="Generates status bar to use with dzen2 or xmobar"
-arch=('i686' 'x86_64')
-url="http://i3.zekjur.net/i3status/";
-license=('BSD')
-groups=('i3')
-depends=('wireless_tools' 'confuse' 'alsa-lib' 'yajl')
-makedepends=('asciidoc')
-backup=('etc/i3status.conf')
-install=i3status.install
-options=('docs')
-source=("http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2";)
-md5sums=('98f649429d7845682846de36fb38f780')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:
-

Copied: i3status/repos/community-i686/PKGBUILD (from rev 85171, 
i3status/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-27 14:41:02 UTC (rev 85172)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+
+pkgname=i3status
+pkgver=2.7
+pkgrel=1
+pkgdesc="Generates status bar to use with dzen2 or xmobar"
+arch=('i686' 'x86_64')
+url="http://i3.zekjur.net/i3status/";
+license=('BSD')
+groups=('i3')
+depends=('wireless_tools' 'confuse' 'alsa-lib' 'yajl')
+makedepends=('asciidoc')
+backup=('etc/i3status.conf')
+install=i3status.install
+options=('docs')
+source=("http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2";)
+md5sums=('f0a39e84aebb65496af3dcec9d8cfeb8')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  make clean
+}
+
+# vim:set ts=2 sw=2 et:
+

Deleted: community-i686/i3status.install
===
--- community-i686/i3status.install 2013-02-27 14:40:56 UTC (rev 85171)
+++ community-i686/i3status.install 2013-02-27 14:41:02 UTC (rev 85172)
@@ -1,9 +0,0 @@
-post_install() {
-  setcap 'CAP_NET_ADMIN=ep' /usr/bin/i3status
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: i3status/repos/community-i686/i3status.install (from rev 85171, 
i3status/trunk/i3status.install)
===
--- community-i686/i3status.install (rev 0)
+++ community-i686/i3status.install 2013-02-27 14:41:02 UTC (rev 85172)
@@ -0,0 +1,9 @@
+post_install() {
+  setcap 'CAP_NET_ADMIN=ep' /usr/bin/i3status
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-27 14:40:56 UTC (rev 85171)
+++ community-x86_64/PKGBUILD   2013-02-27 14:41:02 UTC (rev 85172)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-
-pkgname=i3status
-pkgver=2.6
-pkgrel=1
-pkgdesc="Generates status bar to use with dzen2 or xmobar"
-arch=('i686' 'x86_64')
-url="http://i3.zekjur.net/i3status/";
-license=('BSD')
-groups=('i3')
-depends=('wireless_tools' 'confuse' 'alsa-lib' 'yajl')
-makedepends=('asciidoc')
-backup=('etc/i3status.conf')
-install=i3status.install
-options=('docs')
-source=("http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2";)
-md5sums=('98f649429d7845682846de36fb38f780')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-

[arch-commits] Commit in qt (trunk trunk)

2013-02-27 Thread Andrea Scarpino
Date: Wednesday, February 27, 2013 @ 15:50:24
  Author: andrea
Revision: 178834

Undo the qt5 changes (this will be dropped asap anyway)

Added:
  qt/trunk/
Deleted:
  qt/trunk/



[arch-commits] Commit in wireless-regdb/trunk (5 files)

2013-02-27 Thread Thomas Bächler
Date: Wednesday, February 27, 2013 @ 15:50:28
  Author: thomas
Revision: 178835

upgpkg: wireless-regdb 2013.01.11-1

Added:
  wireless-regdb/trunk/LICENSE
  wireless-regdb/trunk/linville.key.pub.pem
  wireless-regdb/trunk/regulatory.bin.5
Modified:
  wireless-regdb/trunk/PKGBUILD
  wireless-regdb/trunk/wireless-regdb.install

+
 LICENSE|   16 
 PKGBUILD   |   44 +---
 linville.key.pub.pem   |9 +
 regulatory.bin.5   |   37 +
 wireless-regdb.install |4 ++--
 5 files changed, 89 insertions(+), 21 deletions(-)

Added: LICENSE
===
--- LICENSE (rev 0)
+++ LICENSE 2013-02-27 14:50:28 UTC (rev 178835)
@@ -0,0 +1,16 @@
+Copyright (c) 2008, Luis R. Rodriguez 
+Copyright (c) 2008, Johannes Berg 
+Copyright (c) 2008, Michael Green 
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 14:50:24 UTC (rev 178834)
+++ PKGBUILD2013-02-27 14:50:28 UTC (rev 178835)
@@ -2,45 +2,51 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=wireless-regdb
-pkgver=2011.04.28
+pkgver=2013.01.11
 pkgrel=1
 pkgdesc="Central Regulatory Domain Database"
 arch=('any')
 url="http://wireless.kernel.org/en/developers/Regulatory/CRDA";
 backup=(etc/conf.d/wireless-regdom)
 license=('custom')
+makedepends=('crda')
 depends=('sh')
 install=wireless-regdb.install
-source=(http://wireless.kernel.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2
+source=(http://wireless.kernel.org/download/${pkgname}/regulatory.bins/${pkgver}-regulatory.bin
+linville.key.pub.pem
+regulatory.bin.5
+LICENSE
 crda.conf.d)
-sha256sums=('ed1c3e134e34ba5f93594f6f76b90861fe8d24359c064839a2bb78736416642b'
+sha256sums=('b1ee0b20c123c612dfdb6851ab42c01666f66fb583e0e590942f19bb54cf84be'
+'5d49ed0267082af35fd147a58434f19f7619518064b502b8a87143ee3e140546'
+'f24bcaf67ecd088b407a9650375704a2fe1b23e3cfffbb1e7fe1026a02b3178a'
+'678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1'
 '192428fd959806705356107bffc97b8b379854e79bd013c4ee140e5202326e2b')
 
 package() {
   # Install and verify regulatory.bin file
   msg "Installing and verifying the regulatory.bin file ..."
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  install -D -m644 "${srcdir}"/${pkgver}-regulatory.bin 
"${pkgdir}"/usr/lib/crda/regulatory.bin
   # If crda is installed, the wireless regdb can be verified using regdbdump
   # Keep this step optional so no depend/makedepend loop is created
-  if [ -x /sbin/regdbdump ]; then
-if /sbin/regdbdump ${pkgdir}/usr/lib/crda/regulatory.bin > /dev/null; then
-  msg "Regulatory database verification was succesful."
-else
-  error "Regulatory database verification failed."
-  return 1
-fi
+  if /usr/bin/regdbdump "${pkgdir}"/usr/lib/crda/regulatory.bin > /dev/null; 
then
+msg "Regulatory database verification was succesful."
   else
-warning "Crda is not installed, regulatory database could not be verified."
+error "Regulatory database verification failed."
+return 1
   fi
-  
+
+  install -D -m644 "${srcdir}"/linville.key.pub.pem 
"${pkgdir}"/usr/lib/crda/pubkeys/linville.key.pub.pem
+  install -D -m644 "${srcdir}"/LICENSE 
"${pkgdir}"/usr/share/licenses/wireless-regdb/LICENSE
+  install -D -m644 "${srcdir}"/regulatory.bin.5 
"${pkgdir}"/usr/share/man/man5/regulatory.bin.5
+
   msg "Installing /etc/conf.d/wireless-regdom ..."
-  install -D -m644 ${srcdir}/crda.conf.d ${pkgdir}/etc/conf.d/wireless-regdom
-  for dom in $(grep ^country ${srcdir}/${pkgname}-${pkgver}/db.txt | cut -d' ' 
-f2 | sed 's|:||g'); do
-echo "#WIRELESS_REGDOM=\"${dom}\"" >> 
${pkgdir}/etc/conf.d/wireless-regdom.tmp
+  install -D -m644 "${srcdir}"/crda.conf.d 
"${pkgdir}"/etc/conf.d/wireless-regdom
+  for dom in $(/usr/bin/regdbdump "${pkgdir}"/usr/lib/crda/regulatory.bin | 
grep ^country | cut -d' ' -f2 | sed 's|:||g'); do
+echo "#WIRELESS_REGDOM=\"${dom}\"" >> 
"${pkgdir}"/etc/conf.d/wireless-regdom.tmp
   done
-  sort -u ${pkgdir

[arch-commits] Commit in wireless-regdb/repos (7 files)

2013-02-27 Thread Thomas Bächler
Date: Wednesday, February 27, 2013 @ 15:50:40
  Author: thomas
Revision: 178836

archrelease: copy trunk to testing-any

Added:
  wireless-regdb/repos/testing-any/
  wireless-regdb/repos/testing-any/LICENSE
(from rev 178835, wireless-regdb/trunk/LICENSE)
  wireless-regdb/repos/testing-any/PKGBUILD
(from rev 178835, wireless-regdb/trunk/PKGBUILD)
  wireless-regdb/repos/testing-any/crda.conf.d
(from rev 178835, wireless-regdb/trunk/crda.conf.d)
  wireless-regdb/repos/testing-any/linville.key.pub.pem
(from rev 178835, wireless-regdb/trunk/linville.key.pub.pem)
  wireless-regdb/repos/testing-any/regulatory.bin.5
(from rev 178835, wireless-regdb/trunk/regulatory.bin.5)
  wireless-regdb/repos/testing-any/wireless-regdb.install
(from rev 178835, wireless-regdb/trunk/wireless-regdb.install)

+
 LICENSE|   16 ++
 PKGBUILD   |   52 +++
 crda.conf.d|4 +++
 linville.key.pub.pem   |9 
 regulatory.bin.5   |   37 +
 wireless-regdb.install |   13 +++
 6 files changed, 131 insertions(+)

Copied: wireless-regdb/repos/testing-any/LICENSE (from rev 178835, 
wireless-regdb/trunk/LICENSE)
===
--- testing-any/LICENSE (rev 0)
+++ testing-any/LICENSE 2013-02-27 14:50:40 UTC (rev 178836)
@@ -0,0 +1,16 @@
+Copyright (c) 2008, Luis R. Rodriguez 
+Copyright (c) 2008, Johannes Berg 
+Copyright (c) 2008, Michael Green 
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+

Copied: wireless-regdb/repos/testing-any/PKGBUILD (from rev 178835, 
wireless-regdb/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-02-27 14:50:40 UTC (rev 178836)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=wireless-regdb
+pkgver=2013.01.11
+pkgrel=1
+pkgdesc="Central Regulatory Domain Database"
+arch=('any')
+url="http://wireless.kernel.org/en/developers/Regulatory/CRDA";
+backup=(etc/conf.d/wireless-regdom)
+license=('custom')
+makedepends=('crda')
+depends=('sh')
+install=wireless-regdb.install
+source=(http://wireless.kernel.org/download/${pkgname}/regulatory.bins/${pkgver}-regulatory.bin
+linville.key.pub.pem
+regulatory.bin.5
+LICENSE
+crda.conf.d)
+sha256sums=('b1ee0b20c123c612dfdb6851ab42c01666f66fb583e0e590942f19bb54cf84be'
+'5d49ed0267082af35fd147a58434f19f7619518064b502b8a87143ee3e140546'
+'f24bcaf67ecd088b407a9650375704a2fe1b23e3cfffbb1e7fe1026a02b3178a'
+'678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1'
+'192428fd959806705356107bffc97b8b379854e79bd013c4ee140e5202326e2b')
+
+package() {
+  # Install and verify regulatory.bin file
+  msg "Installing and verifying the regulatory.bin file ..."
+  install -D -m644 "${srcdir}"/${pkgver}-regulatory.bin 
"${pkgdir}"/usr/lib/crda/regulatory.bin
+  # If crda is installed, the wireless regdb can be verified using regdbdump
+  # Keep this step optional so no depend/makedepend loop is created
+  if /usr/bin/regdbdump "${pkgdir}"/usr/lib/crda/regulatory.bin > /dev/null; 
then
+msg "Regulatory database verification was succesful."
+  else
+error "Regulatory database verification failed."
+return 1
+  fi
+
+  install -D -m644 "${srcdir}"/linville.key.pub.pem 
"${pkgdir}"/usr/lib/crda/pubkeys/linville.key.pub.pem
+  install -D -m644 "${srcdir}"/LICENSE 
"${pkgdir}"/usr/share/licenses/wireless-regdb/LICENSE
+  install -D -m644 "${srcdir}"/regulatory.bin.5 
"${pkgdir}"/usr/share/man/man5/regulatory.bin.5
+
+  msg "Installing /etc/conf.d/wireless-regdom ..."
+  install -D -m644 "${srcdir}"/crda.conf.d 
"${pkgdir}"/etc/conf.d/wireless-regdom
+  for dom in $(/usr/bin/regdbdump "${pkgdir}"/usr/lib/crda/regulatory.bin | 
grep ^country | cut -d' ' -f2 | sed 's|:||g'); do
+echo "#WIRELESS_REGDOM=\"${dom}\"" >> 
"${pkgdir}"/etc/conf.d/wireless-regdom.tmp
+  done
+  sort -u "${pkgdir}"/etc/conf.d/wireless-regdom.tmp >> 
"${pkgdir}"/etc/conf.d/wireless-regdom
+  rm "${pkgdir}"/etc/conf.d/wireless-regdom.tmp
+
+  install -D -m644 

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

2013-02-27 Thread Thomas Bächler
Date: Wednesday, February 27, 2013 @ 15:54:07
  Author: thomas
Revision: 178837

upgpkg: intel-ucode 20130222-1

Modified:
  intel-ucode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 14:50:40 UTC (rev 178836)
+++ PKGBUILD2013-02-27 14:54:07 UTC (rev 178837)
@@ -2,17 +2,17 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=intel-ucode
-pkgver=20120606_v2
+pkgver=20130222
 pkgrel=1
 pkgdesc="Microcode update files for Intel CPUs"
 arch=('any')
 
url="http://downloadcenter.intel.com/SearchResult.aspx?lang=eng&keyword=%22microcode%22";
 replaces=('microcode_ctl')
 license=('custom')
-source=(http://downloadmirror.intel.com/21925/eng/microcode-20120606-v2.tgz
+source=(http://downloadmirror.intel.com/22508/eng/microcode-${pkgver}.tgz
 LICENSE
 intel-microcode2ucode.c)
-sha256sums=('977652df13ff7e1eb048bdc0a6934f2f1bb1a938327e83d4766aafa0c7beb5c7'
+sha256sums=('fd25bd9777fc3c3b11f01e9090a2d24f7650023c9ec74bbf9f43bffe1d9d01cc'
 '6983e83ec10c6467fb9101ea496e0443f0574c805907155118e2c9f0bbea97b6'
 'c51b1b1d8b4b28e7d5d007917c1e444af1a2ff04a9408aa9067c0e57d70164de')
 



[arch-commits] Commit in intel-ucode/repos/extra-any (6 files)

2013-02-27 Thread Thomas Bächler
Date: Wednesday, February 27, 2013 @ 15:54:16
  Author: thomas
Revision: 178838

archrelease: copy trunk to extra-any

Added:
  intel-ucode/repos/extra-any/LICENSE
(from rev 178837, intel-ucode/trunk/LICENSE)
  intel-ucode/repos/extra-any/PKGBUILD
(from rev 178837, intel-ucode/trunk/PKGBUILD)
  intel-ucode/repos/extra-any/intel-microcode2ucode.c
(from rev 178837, intel-ucode/trunk/intel-microcode2ucode.c)
Deleted:
  intel-ucode/repos/extra-any/LICENSE
  intel-ucode/repos/extra-any/PKGBUILD
  intel-ucode/repos/extra-any/intel-microcode2ucode.c

-+
 LICENSE |  246 +-
 PKGBUILD|   60 
 intel-microcode2ucode.c |  326 +++---
 3 files changed, 316 insertions(+), 316 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2013-02-27 14:54:07 UTC (rev 178837)
+++ LICENSE 2013-02-27 14:54:16 UTC (rev 178838)
@@ -1,123 +0,0 @@
-INTEL SOFTWARE LICENSE AGREEMENT
-
-IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING.
-Do not use or load this software and any associated materials (collectively,
-the "Software") until you have carefully read the following terms and
-conditions. By loading or using the Software, you agree to the terms of this
-Agreement. If you do not wish to so agree, do not install or use the Software.
-
-LICENSES: Please Note:
-- If you are a network administrator, the "Site License" below shall
-apply to you.
-- If you are an end user, the "Single User License" shall apply to you.
-- If you are an original equipment manufacturer (OEM), the "OEM License"
-shall apply to you.
-
-SITE LICENSE. You may copy the Software onto your organization's computers
-for your organization's use, and you may make a reasonable number of
-back-up copies of the Software, subject to these conditions:
-
-1. This Software is licensed for use only in conjunction with Intel
-component products. Use of the Software in conjunction with non-Intel
-component products is not licensed hereunder.
-2. You may not copy, modify, rent, sell, distribute or transfer any part
-of the Software except as provided in this Agreement, and you agree to
-prevent unauthorized copying of the Software.
-3. You may not reverse engineer, decompile, or disassemble the Software.
-4. You may not sublicense or permit simultaneous use of the Software by
-more than one user.
-5. The Software may include portions offered on terms in addition to those
-set out here, as set out in a license accompanying those portions.
-
-SINGLE USER LICENSE. You may copy the Software onto a single computer for
-your personal, noncommercial use, and you may make one back-up copy of the
-Software, subject to these conditions:
-
-1. This Software is licensed for use only in conjunction with Intel
-component products. Use of the Software in conjunction with non-Intel
-component products is not licensed hereunder.
-2. You may not copy, modify, rent, sell, distribute or transfer any part
-of the Software except as provided in this Agreement, and you agree to
-prevent unauthorized copying of the Software.
-3. You may not reverse engineer, decompile, or disassemble the Software.
-4. You may not sublicense or permit simultaneous use of the Software by
-more than one user.
-5. The Software may include portions offered on terms in addition to those
-set out here, as set out in a license accompanying those portions.
-
-OEM LICENSE: You may reproduce and distribute the Software only as an
-integral part of or incorporated in Your product or as a standalone
-Software maintenance update for existing end users of Your products,
-excluding any other standalone products, subject to these conditions:
-
-1. This Software is licensed for use only in conjunction with Intel
-component products. Use of the Software in conjunction with non-Intel
-component products is not licensed hereunder.
-2. You may not copy, modify, rent, sell, distribute or transfer any part
-of the Software except as provided in this Agreement, and you agree to
-prevent unauthorized copying of the Software.
-3. You may not reverse engineer, decompile, or disassemble the Software.
-4. You may only distribute the Software to your customers pursuant to a
-written license agreement. Such license agreement may be a "break-the-
-seal" license agreement. At a minimum such license shall safeguard
-Intel's ownership rights to the Software.
-5. The Software may include portions offered on terms in addition to those
-set out here, as set out in a license accompanying those portions.
-
-NO OTHER RIGHTS. No rights or licenses are granted by Intel to You, expressly
-or by implication, with respect to any proprietary information or patent,
-copyright, mask work, trademark, trade secret, or other intellectual property
-right owned or controlled by Intel, except as expressly provided in this
-Agreement.
-
-OWNERSHIP OF SOFTWARE AN

[arch-commits] Commit in (4 files)

2013-02-27 Thread Florian Pritz
Date: Wednesday, February 27, 2013 @ 15:56:19
  Author: bluewind
Revision: 85173

Add lib32-qt4

Added:
  lib32-qt4/
  lib32-qt4/repos/
  lib32-qt4/trunk/
  lib32-qt4/trunk/PKGBUILD

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

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



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

2013-02-27 Thread Thomas Bächler
Date: Wednesday, February 27, 2013 @ 16:05:06
  Author: thomas
Revision: 178839

upgpkg: watchdog 5.13-1

Modified:
  watchdog/trunk/PKGBUILD
Deleted:
  watchdog/trunk/watchdog.cf
  watchdog/trunk/watchdog.sh

-+
 PKGBUILD|   22 --
 watchdog.cf |2 --
 watchdog.sh |   44 
 3 files changed, 4 insertions(+), 64 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 14:54:16 UTC (rev 178838)
+++ PKGBUILD2013-02-27 15:05:06 UTC (rev 178839)
@@ -2,24 +2,18 @@
 # Maintainer: Thomas Bächler 
 
 pkgname=watchdog
-pkgver=5.12
-pkgrel=2
+pkgver=5.13
+pkgrel=1
 pkgdesc="Watchdog daemon"
 arch=(i686 x86_64)
 url="http://sourceforge.net/projects/watchdog";
 license=('GPL')
 depends=('glibc')
-backup=(etc/watchdog.conf
-etc/conf.d/watchdog
-etc/conf.d/wd_keepalive)
+backup=(etc/watchdog.conf)
 source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
-watchdog.sh
-watchdog.cf
 watchdog-5.12-fix-oom-in-wd_keepalive.patch
 watchdog.systemd)
-md5sums=('cea28bea70e54f3625062bc808aef9af'
- 'f57d33967eb9404dd52e3c4e73795a20'
- '01c1e2e13f515131180b4ebe9b8b7cc3'
+md5sums=('153455f008f1cf8f65f6ad9586a21ff1'
  'c90c2686975b5254f82b3de683f1f442'
  'a835ae5cbdbb21c19a468dedb5d734e4')
 
@@ -41,13 +35,5 @@
 package() {
   cd "${srcdir}"/${pkgname}-${pkgver}
   make install DESTDIR="${pkgdir}"
-  for fil in watchdog wd_keepalive ; do
-   install -D -m755 "${srcdir}"/watchdog.sh "${pkgdir}"/etc/rc.d/${fil}
-   install -D -m644 "${srcdir}"/watchdog.cf "${pkgdir}"/etc/conf.d/${fil}
-  done
   install -D -m644 "${srcdir}"/watchdog.systemd 
"${pkgdir}"/usr/lib/systemd/system/watchdog.service
-
-  sed -i 's/watchdog/wd_keepalive/g' "${pkgdir}"/etc/rc.d/wd_keepalive
-  sed -i 's/watchdog/wd_keepalive/g' "${pkgdir}"/etc/conf.d/wd_keepalive
-  sed -i 's/Watchdog/Simple Watchdog/' "${pkgdir}"/etc/rc.d/wd_keepalive
 }

Deleted: watchdog.cf
===
--- watchdog.cf 2013-02-27 14:54:16 UTC (rev 178838)
+++ watchdog.cf 2013-02-27 15:05:06 UTC (rev 178839)
@@ -1,2 +0,0 @@
-# watchdog configuration
-WATCHDOG_OPTIONS=""

Deleted: watchdog.sh
===
--- watchdog.sh 2013-02-27 14:54:16 UTC (rev 178838)
+++ watchdog.sh 2013-02-27 15:05:06 UTC (rev 178839)
@@ -1,44 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-
-PID="$( cat /run/watchdog.pid 2>/dev/null )"
-[ -r /etc/conf.d/watchdog ] && source /etc/conf.d/watchdog
-
-case "$1" in
-  start)
-stat_busy "Starting Watchdog Daemon"
-
-[ -z "$PID" ] && /usr/sbin/watchdog ${WATCHDOG_OPTIONS}
-
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  add_daemon watchdog
-  stat_done
-fi
-;;
-  stop)
-stat_busy "Stopping Watchdog Daemon"
-
-[ -n "$PID" ] && kill $PID &> /dev/null
-
-if [ $? -gt 0 ]; then
-  stat_fail
-else
-  rm_daemon watchdog
-  stat_done
-fi
-
-rm -f /run/watchdog.pid
-;;
-  restart)
-$0 stop
-sleep 1
-$0 start
-;;
-  *)
-echo "usage: $0 {start|stop|restart}"  
-esac
-exit 0



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

2013-02-27 Thread Thomas Bächler
Date: Wednesday, February 27, 2013 @ 16:05:46
  Author: thomas
Revision: 178840

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

Added:
  watchdog/repos/extra-i686/PKGBUILD
(from rev 178839, watchdog/trunk/PKGBUILD)
  watchdog/repos/extra-i686/watchdog-5.12-fix-oom-in-wd_keepalive.patch
(from rev 178839, 
watchdog/trunk/watchdog-5.12-fix-oom-in-wd_keepalive.patch)
  watchdog/repos/extra-i686/watchdog.systemd
(from rev 178839, watchdog/trunk/watchdog.systemd)
  watchdog/repos/extra-x86_64/PKGBUILD
(from rev 178839, watchdog/trunk/PKGBUILD)
  watchdog/repos/extra-x86_64/watchdog-5.12-fix-oom-in-wd_keepalive.patch
(from rev 178839, 
watchdog/trunk/watchdog-5.12-fix-oom-in-wd_keepalive.patch)
  watchdog/repos/extra-x86_64/watchdog.systemd
(from rev 178839, watchdog/trunk/watchdog.systemd)
Deleted:
  watchdog/repos/extra-i686/PKGBUILD
  watchdog/repos/extra-i686/watchdog-5.12-fix-oom-in-wd_keepalive.patch
  watchdog/repos/extra-i686/watchdog.cf
  watchdog/repos/extra-i686/watchdog.sh
  watchdog/repos/extra-i686/watchdog.systemd
  watchdog/repos/extra-x86_64/PKGBUILD
  watchdog/repos/extra-x86_64/watchdog-5.12-fix-oom-in-wd_keepalive.patch
  watchdog/repos/extra-x86_64/watchdog.cf
  watchdog/repos/extra-x86_64/watchdog.sh
  watchdog/repos/extra-x86_64/watchdog.systemd

--+
 extra-i686/PKGBUILD  |   92 +
 extra-i686/watchdog-5.12-fix-oom-in-wd_keepalive.patch   |   22 +--
 extra-i686/watchdog.cf   |2 
 extra-i686/watchdog.sh   |   44 --
 extra-i686/watchdog.systemd  |   20 +-
 extra-x86_64/PKGBUILD|   92 +
 extra-x86_64/watchdog-5.12-fix-oom-in-wd_keepalive.patch |   22 +--
 extra-x86_64/watchdog.cf |2 
 extra-x86_64/watchdog.sh |   44 --
 extra-x86_64/watchdog.systemd|   20 +-
 10 files changed, 120 insertions(+), 240 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-27 15:05:06 UTC (rev 178839)
+++ extra-i686/PKGBUILD 2013-02-27 15:05:46 UTC (rev 178840)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler 
-
-pkgname=watchdog
-pkgver=5.12
-pkgrel=2
-pkgdesc="Watchdog daemon"
-arch=(i686 x86_64)
-url="http://sourceforge.net/projects/watchdog";
-license=('GPL')
-depends=('glibc')
-backup=(etc/watchdog.conf
-etc/conf.d/watchdog
-etc/conf.d/wd_keepalive)
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
-watchdog.sh
-watchdog.cf
-watchdog-5.12-fix-oom-in-wd_keepalive.patch
-watchdog.systemd)
-md5sums=('cea28bea70e54f3625062bc808aef9af'
- 'f57d33967eb9404dd52e3c4e73795a20'
- '01c1e2e13f515131180b4ebe9b8b7cc3'
- 'c90c2686975b5254f82b3de683f1f442'
- 'a835ae5cbdbb21c19a468dedb5d734e4')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  patch -p1 -i "${srcdir}"/watchdog-5.12-fix-oom-in-wd_keepalive.patch
-  ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --with-pidfile=/run/watchdog.pid \
-   --with-ka_pidfile=/run/wd_keepalive.pid
-  
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  make install DESTDIR="${pkgdir}"
-  for fil in watchdog wd_keepalive ; do
-   install -D -m755 "${srcdir}"/watchdog.sh "${pkgdir}"/etc/rc.d/${fil}
-   install -D -m644 "${srcdir}"/watchdog.cf "${pkgdir}"/etc/conf.d/${fil}
-  done
-  install -D -m644 "${srcdir}"/watchdog.systemd 
"${pkgdir}"/usr/lib/systemd/system/watchdog.service
-
-  sed -i 's/watchdog/wd_keepalive/g' "${pkgdir}"/etc/rc.d/wd_keepalive
-  sed -i 's/watchdog/wd_keepalive/g' "${pkgdir}"/etc/conf.d/wd_keepalive
-  sed -i 's/Watchdog/Simple Watchdog/' "${pkgdir}"/etc/rc.d/wd_keepalive
-}

Copied: watchdog/repos/extra-i686/PKGBUILD (from rev 178839, 
watchdog/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-27 15:05:46 UTC (rev 178840)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=watchdog
+pkgver=5.13
+pkgrel=1
+pkgdesc="Watchdog daemon"
+arch=(i686 x86_64)
+url="http://sourceforge.net/projects/watchdog";
+license=('GPL')
+depends=('glibc')
+backup=(etc/watchdog.conf)
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
+watchdog-5.12-fix-oom-in-wd_keepalive.patch
+watchdog.systemd)
+md5sums=('153455f008f1cf8f65f6ad9586a21ff1'
+ 'c90c2686975b5254f82b3de683f1f442'
+ 'a835ae5cbdbb21c19a468dedb5d734e4')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  patch -p1 -i "$

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

2013-02-27 Thread Laurent Carlier
Date: Wednesday, February 27, 2013 @ 16:10:40
  Author: lcarlier
Revision: 85175

upgpkg: lib32-mesa-demos 8.1.0-2

Fix conflicting files with mesa-demos

Modified:
  lib32-mesa-demos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 15:10:10 UTC (rev 85174)
+++ PKGBUILD2013-02-27 15:10:40 UTC (rev 85175)
@@ -5,12 +5,13 @@
 _pkgbasename=mesa-demos
 pkgname=lib32-$_pkgbasename
 pkgver=8.1.0
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 pkgdesc="Mesa demos and tools (32-bit)"
 url="http://mesa3d.sourceforge.net";
 license=('custom')
-makedepends=(gcc-multilib 'lib32-mesa-libgl>=9.1' 'lib32-glew' 'libgl>=9.1')
+depends=('lib32-libgl' 'lib32-glew' 'mesa-demos')
+makedepends=(gcc-multilib 'lib32-mesa')
 
source=(ftp://ftp.freedesktop.org/pub/mesa/demos/${pkgver}/mesa-demos-${pkgver}.tar.bz2)
 md5sums=('9df33ba69a26bbfbc7c8148602e59542')
 
@@ -20,9 +21,7 @@
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
   cd "${srcdir}/mesa-demos-${pkgver}"
-  ./configure --prefix=/usr \
---enable-gles1 \
---enable-gles2
+  ./configure --prefix=/usr 
 
   make
 }
@@ -37,6 +36,8 @@
 mv "$i" "$i"32
   done
 
+  rm -r "$pkgdir/usr/share/mesa-demos"
+
   mkdir -p "$pkgdir/usr/share/licenses"
   ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
 }



[arch-commits] Commit in lib32-mesa-demos/repos/multilib-testing-x86_64 (2 files)

2013-02-27 Thread Laurent Carlier
Date: Wednesday, February 27, 2013 @ 16:10:48
  Author: lcarlier
Revision: 85176

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa-demos/repos/multilib-testing-x86_64/PKGBUILD
(from rev 85175, lib32-mesa-demos/trunk/PKGBUILD)
Deleted:
  lib32-mesa-demos/repos/multilib-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-27 15:10:40 UTC (rev 85175)
+++ PKGBUILD2013-02-27 15:10:48 UTC (rev 85176)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Maintainer: Andreas Radke 
-
-_pkgbasename=mesa-demos
-pkgname=lib32-$_pkgbasename
-pkgver=8.1.0
-pkgrel=1
-arch=(x86_64)
-pkgdesc="Mesa demos and tools (32-bit)"
-url="http://mesa3d.sourceforge.net";
-license=('custom')
-makedepends=(gcc-multilib 'lib32-mesa-libgl>=9.1' 'lib32-glew' 'libgl>=9.1')
-source=(ftp://ftp.freedesktop.org/pub/mesa/demos/${pkgver}/mesa-demos-${pkgver}.tar.bz2)
-md5sums=('9df33ba69a26bbfbc7c8148602e59542')
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd "${srcdir}/mesa-demos-${pkgver}"
-  ./configure --prefix=/usr \
---enable-gles1 \
---enable-gles2
-
-  make
-}
-
-package() {
-  depends=('lib32-glew' mesa-demos)
-
-  cd "${srcdir}/mesa-demos-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  for i in "$pkgdir/usr/bin/"*; do
-mv "$i" "$i"32
-  done
-
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-mesa-demos/repos/multilib-testing-x86_64/PKGBUILD (from rev 
85175, lib32-mesa-demos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-27 15:10:48 UTC (rev 85176)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
+
+_pkgbasename=mesa-demos
+pkgname=lib32-$_pkgbasename
+pkgver=8.1.0
+pkgrel=2
+arch=(x86_64)
+pkgdesc="Mesa demos and tools (32-bit)"
+url="http://mesa3d.sourceforge.net";
+license=('custom')
+depends=('lib32-libgl' 'lib32-glew' 'mesa-demos')
+makedepends=(gcc-multilib 'lib32-mesa')
+source=(ftp://ftp.freedesktop.org/pub/mesa/demos/${pkgver}/mesa-demos-${pkgver}.tar.bz2)
+md5sums=('9df33ba69a26bbfbc7c8148602e59542')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/mesa-demos-${pkgver}"
+  ./configure --prefix=/usr 
+
+  make
+}
+
+package() {
+  depends=('lib32-glew' mesa-demos)
+
+  cd "${srcdir}/mesa-demos-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  for i in "$pkgdir/usr/bin/"*; do
+mv "$i" "$i"32
+  done
+
+  rm -r "$pkgdir/usr/share/mesa-demos"
+
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}



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

2013-02-27 Thread Sven-Hendrik Haase
Date: Wednesday, February 27, 2013 @ 16:18:53
  Author: svenstaro
Revision: 85177

upgpkg: tiled-qt 0.9.0-4

Fix for qt5

Modified:
  tiled-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 15:10:48 UTC (rev 85176)
+++ PKGBUILD2013-02-27 15:18:53 UTC (rev 85177)
@@ -2,12 +2,12 @@
 # Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
 pkgname=tiled-qt
 pkgver=0.9.0
-pkgrel=3
+pkgrel=4
 pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
 arch=('i686' 'x86_64')
 url='http://mapeditor.org'
 license=('GPL')
-depends=('qtbase' 'qt-addons' 'qttools' 'libgl' 'gtk-update-icon-cache')
+depends=('qt5-base' 'qt5-tools' 'libgl' 'gtk-update-icon-cache')
 makedepends=('mesa')
 install=${pkgname}.install
 
source=(http://sourceforge.net/projects/tiled/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)



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

2013-02-27 Thread Sven-Hendrik Haase
Date: Wednesday, February 27, 2013 @ 16:19:08
  Author: svenstaro
Revision: 85178

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

Added:
  tiled-qt/repos/community-testing-i686/PKGBUILD
(from rev 85177, tiled-qt/trunk/PKGBUILD)
  tiled-qt/repos/community-testing-i686/tiled-qt.install
(from rev 85177, tiled-qt/trunk/tiled-qt.install)
  tiled-qt/repos/community-testing-i686/tiled.desktop
(from rev 85177, tiled-qt/trunk/tiled.desktop)
  tiled-qt/repos/community-testing-x86_64/PKGBUILD
(from rev 85177, tiled-qt/trunk/PKGBUILD)
  tiled-qt/repos/community-testing-x86_64/tiled-qt.install
(from rev 85177, tiled-qt/trunk/tiled-qt.install)
  tiled-qt/repos/community-testing-x86_64/tiled.desktop
(from rev 85177, tiled-qt/trunk/tiled.desktop)
Deleted:
  tiled-qt/repos/community-testing-i686/PKGBUILD
  tiled-qt/repos/community-testing-i686/tiled-qt.install
  tiled-qt/repos/community-testing-i686/tiled.desktop
  tiled-qt/repos/community-testing-x86_64/PKGBUILD
  tiled-qt/repos/community-testing-x86_64/tiled-qt.install
  tiled-qt/repos/community-testing-x86_64/tiled.desktop

---+
 community-testing-i686/PKGBUILD   |   52 ++--
 community-testing-i686/tiled-qt.install   |   22 +--
 community-testing-i686/tiled.desktop  |   20 +-
 community-testing-x86_64/PKGBUILD |   52 ++--
 community-testing-x86_64/tiled-qt.install |   22 +--
 community-testing-x86_64/tiled.desktop|   20 +-
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-02-27 15:18:53 UTC (rev 85177)
+++ community-testing-i686/PKGBUILD 2013-02-27 15:19:08 UTC (rev 85178)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
-pkgname=tiled-qt
-pkgver=0.9.0
-pkgrel=3
-pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
-arch=('i686' 'x86_64')
-url='http://mapeditor.org'
-license=('GPL')
-depends=('qtbase' 'qt-addons' 'qttools' 'libgl' 'gtk-update-icon-cache')
-makedepends=('mesa')
-install=${pkgname}.install
-source=(http://sourceforge.net/projects/tiled/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e2e21a54ff17e34b49b8a330cc8b657e')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make install INSTALL_ROOT=$pkgdir
-}

Copied: tiled-qt/repos/community-testing-i686/PKGBUILD (from rev 85177, 
tiled-qt/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-02-27 15:19:08 UTC (rev 85178)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase 
+# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
+pkgname=tiled-qt
+pkgver=0.9.0
+pkgrel=4
+pkgdesc='A general purpose tile map editor, built to be flexible and easy to 
use'
+arch=('i686' 'x86_64')
+url='http://mapeditor.org'
+license=('GPL')
+depends=('qt5-base' 'qt5-tools' 'libgl' 'gtk-update-icon-cache')
+makedepends=('mesa')
+install=${pkgname}.install
+source=(http://sourceforge.net/projects/tiled/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e2e21a54ff17e34b49b8a330cc8b657e')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install INSTALL_ROOT=$pkgdir
+}

Deleted: community-testing-i686/tiled-qt.install
===
--- community-testing-i686/tiled-qt.install 2013-02-27 15:18:53 UTC (rev 
85177)
+++ community-testing-i686/tiled-qt.install 2013-02-27 15:19:08 UTC (rev 
85178)
@@ -1,11 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: tiled-qt/repos/community-testing-i686/tiled-qt.install (from rev 85177, 
tiled-qt/trunk/tiled-qt.install)
===
--- community-testing-i686/tiled-qt.install (rev 0)
+++ community-testing-i686/tiled-qt.install 2013-02-27 15:19:08 UTC (rev 
85178)
@@ -0,0 +1,11 @@
+post_install() {
+gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-testing-i686/tiled.desktop
===
--- community-testing-i686/tiled.desktop2013-02-27 15:18:53 UTC (rev 
85177)
+++ community-testing-i686/tiled.desktop2013-02-27 15:

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

2013-02-27 Thread Andrea Scarpino
Date: Wednesday, February 27, 2013 @ 16:22:10
  Author: andrea
Revision: 85179

archrelease: copy trunk to community-staging-i686

Added:
  libextractor/repos/community-staging-i686/
  libextractor/repos/community-staging-i686/PKGBUILD
(from rev 85178, libextractor/trunk/PKGBUILD)
  libextractor/repos/community-staging-i686/libextractor.install
(from rev 85178, libextractor/trunk/libextractor.install)

--+
 PKGBUILD |   38 ++
 libextractor.install |   20 
 2 files changed, 58 insertions(+)

Copied: libextractor/repos/community-staging-i686/PKGBUILD (from rev 85178, 
libextractor/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-27 15:22:10 UTC (rev 85179)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: damir 
+
+pkgname=libextractor
+pkgver=1.0.1
+pkgrel=3
+pkgdesc="A library used to extract meta-data from files of arbitrary type"
+arch=("i686" "x86_64")
+license=('GPL')
+url="http://gnunet.org/libextractor/";
+depends=('libltdl')
+makedepends=('flac' 'poppler' 'exiv2' 'qt4' 'libvorbis' 'gtk2' 'libgsf' 
'libmpeg2')
+optdepends=('flac: flac support'
+   'poppler: pdf support'
+   'exiv2: metadata support'
+   'qt: the Qt GUI interface/thumbnails'
+   'gtk2: gtk2 GUI interface/thumbnails'
+   'libgsf: (optional) for ODF support'
+   'libmpeg2: mpeg support'
+   'libvorbis: ogg/vorbis support')
+options=('!libtool' '!makeflags')
+install=libextractor.install
+source=("http://ftp.gnu.org/gnu/libextractor/${pkgname}-${pkgver}.tar.gz"{,.sig})
+md5sums=('593c40670fd7fc8c3ae7adc3df557f64'
+ 'ef9bfeb3ade063dc9a5b29b2afd0732e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-shared --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm ${pkgdir}/usr/share/info/dir
+}

Copied: libextractor/repos/community-staging-i686/libextractor.install (from 
rev 85178, libextractor/trunk/libextractor.install)
===
--- community-staging-i686/libextractor.install (rev 0)
+++ community-staging-i686/libextractor.install 2013-02-27 15:22:10 UTC (rev 
85179)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(libextractor.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}



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

2013-02-27 Thread Andrea Scarpino
Date: Wednesday, February 27, 2013 @ 16:22:18
  Author: andrea
Revision: 85180

archrelease: copy trunk to community-staging-x86_64

Added:
  libextractor/repos/community-staging-x86_64/
  libextractor/repos/community-staging-x86_64/PKGBUILD
(from rev 85179, libextractor/trunk/PKGBUILD)
  libextractor/repos/community-staging-x86_64/libextractor.install
(from rev 85179, libextractor/trunk/libextractor.install)

--+
 PKGBUILD |   38 ++
 libextractor.install |   20 
 2 files changed, 58 insertions(+)

Copied: libextractor/repos/community-staging-x86_64/PKGBUILD (from rev 85179, 
libextractor/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-02-27 15:22:18 UTC (rev 85180)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: damir 
+
+pkgname=libextractor
+pkgver=1.0.1
+pkgrel=3
+pkgdesc="A library used to extract meta-data from files of arbitrary type"
+arch=("i686" "x86_64")
+license=('GPL')
+url="http://gnunet.org/libextractor/";
+depends=('libltdl')
+makedepends=('flac' 'poppler' 'exiv2' 'qt4' 'libvorbis' 'gtk2' 'libgsf' 
'libmpeg2')
+optdepends=('flac: flac support'
+   'poppler: pdf support'
+   'exiv2: metadata support'
+   'qt: the Qt GUI interface/thumbnails'
+   'gtk2: gtk2 GUI interface/thumbnails'
+   'libgsf: (optional) for ODF support'
+   'libmpeg2: mpeg support'
+   'libvorbis: ogg/vorbis support')
+options=('!libtool' '!makeflags')
+install=libextractor.install
+source=("http://ftp.gnu.org/gnu/libextractor/${pkgname}-${pkgver}.tar.gz"{,.sig})
+md5sums=('593c40670fd7fc8c3ae7adc3df557f64'
+ 'ef9bfeb3ade063dc9a5b29b2afd0732e')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-shared --disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm ${pkgdir}/usr/share/info/dir
+}

Copied: libextractor/repos/community-staging-x86_64/libextractor.install (from 
rev 85179, libextractor/trunk/libextractor.install)
===
--- community-staging-x86_64/libextractor.install   
(rev 0)
+++ community-staging-x86_64/libextractor.install   2013-02-27 15:22:18 UTC 
(rev 85180)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(libextractor.info.gz)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}



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

2013-02-27 Thread Florian Pritz
Date: Wednesday, February 27, 2013 @ 16:35:20
  Author: bluewind
Revision: 85182

upgpkg: lib32-qt4 4.8.4-4

sync with extra qt

Modified:
  lib32-qt4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 15:22:27 UTC (rev 85181)
+++ PKGBUILD2013-02-27 15:35:20 UTC (rev 85182)
@@ -21,7 +21,7 @@
 provides=(lib32-qtwebkit)
 replaces=(lib32-qtwebkit 'lib32-qt<=4.8.4')
 conflicts=(lib32-qtwebkit lib32-qt)
-_pkgfqn="${_pkgbasename}-everywhere-opensource-src-${pkgver}"
+_pkgfqn="qt-everywhere-opensource-src-${pkgver}"
 source=("http://releases.qt-project.org/qt4/source/${_pkgfqn}.tar.gz";)
 md5sums=('89c5ecba180cae74c66260ac732dc5cb')
 



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

2013-02-27 Thread Florian Pritz
Date: Wednesday, February 27, 2013 @ 16:35:26
  Author: bluewind
Revision: 85183

archrelease: copy trunk to multilib-testing-x86_64

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

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

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



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

2013-02-27 Thread Sven-Hendrik Haase
Date: Wednesday, February 27, 2013 @ 16:40:28
  Author: svenstaro
Revision: 85184

upgpkg: openimageio 1.1.7-2

Fix for qt5

Modified:
  openimageio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 15:35:26 UTC (rev 85183)
+++ PKGBUILD2013-02-27 15:40:28 UTC (rev 85184)
@@ -4,14 +4,14 @@
 
 pkgname=openimageio
 pkgver=1.1.7
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for reading and writing images, including classes, 
utilities, and applications"
 arch=(i686 x86_64)
 url="http://www.openimageio.org/";
 license=('custom')
 depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
-makedepends=('cmake' 'qtbase' 'python2' 'boost' 'mesa')
-optdepends=('qtbase: iv image viewer'
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
+optdepends=('qt4: iv image viewer'
 'python2: bindings support')
 source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
 md5sums=('5fafac9b5f9f7edc9bd0507477c12e0d')



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

2013-02-27 Thread Sven-Hendrik Haase
Date: Wednesday, February 27, 2013 @ 16:44:27
  Author: svenstaro
Revision: 85186

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

Added:
  openimageio/repos/community-testing-i686/PKGBUILD
(from rev 85185, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-testing-i686/fix32bit-fail.patch
(from rev 85185, openimageio/trunk/fix32bit-fail.patch)
  openimageio/repos/community-testing-x86_64/PKGBUILD
(from rev 85185, openimageio/trunk/PKGBUILD)
  openimageio/repos/community-testing-x86_64/fix32bit-fail.patch
(from rev 85185, openimageio/trunk/fix32bit-fail.patch)
Deleted:
  openimageio/repos/community-testing-i686/PKGBUILD
  openimageio/repos/community-testing-i686/fix32bit-fail.patch
  openimageio/repos/community-testing-x86_64/PKGBUILD
  openimageio/repos/community-testing-x86_64/fix32bit-fail.patch

--+
 community-testing-i686/PKGBUILD  |   86 -
 community-testing-i686/fix32bit-fail.patch   |   26 +++
 community-testing-x86_64/PKGBUILD|   86 -
 community-testing-x86_64/fix32bit-fail.patch |   26 +++
 4 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-02-27 15:41:44 UTC (rev 85185)
+++ community-testing-i686/PKGBUILD 2013-02-27 15:44:27 UTC (rev 85186)
@@ -1,43 +0,0 @@
-# $Id$
-# Contributor: SpepS 
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=openimageio
-pkgver=1.1.7
-pkgrel=1
-pkgdesc="A library for reading and writing images, including classes, 
utilities, and applications"
-arch=(i686 x86_64)
-url="http://www.openimageio.org/";
-license=('custom')
-depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
-makedepends=('cmake' 'qtbase' 'python2' 'boost' 'mesa')
-optdepends=('qtbase: iv image viewer'
-'python2: bindings support')
-source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
-md5sums=('5fafac9b5f9f7edc9bd0507477c12e0d')
-
-build() {
-  cd "$srcdir"/$_pkgname*
-
-  cd src
-
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  cmake \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
-  -DUSE_EXTERNAL_TBB=ON \
-  ..
-  make
-}
-
-package() {
-  cd "$srcdir"/$_pkgname*/src/build
-
-  make DESTDIR="$pkgdir" install
-
-  # license
-  cd ../..
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: openimageio/repos/community-testing-i686/PKGBUILD (from rev 85185, 
openimageio/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-02-27 15:44:27 UTC (rev 85186)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: SpepS 
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=openimageio
+pkgver=1.1.7
+pkgrel=2
+pkgdesc="A library for reading and writing images, including classes, 
utilities, and applications"
+arch=(i686 x86_64)
+url="http://www.openimageio.org/";
+license=('custom')
+depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 
'intel-tbb')
+makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa')
+optdepends=('qt4: iv image viewer'
+'python2: bindings support')
+source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver)
+md5sums=('5fafac9b5f9f7edc9bd0507477c12e0d')
+
+build() {
+  cd "$srcdir"/$_pkgname*
+
+  cd src
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
+  -DUSE_EXTERNAL_TBB=ON \
+  ..
+  make
+}
+
+package() {
+  cd "$srcdir"/$_pkgname*/src/build
+
+  make DESTDIR="$pkgdir" install
+
+  # license
+  cd ../..
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-testing-i686/fix32bit-fail.patch
===
--- community-testing-i686/fix32bit-fail.patch  2013-02-27 15:41:44 UTC (rev 
85185)
+++ community-testing-i686/fix32bit-fail.patch  2013-02-27 15:44:27 UTC (rev 
85186)
@@ -1,13 +0,0 @@
 orig/src/libutil/SHA1.cpp  2012-11-17 01:02:42.0 +0200
-+++ fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200
-@@ -8,9 +8,9 @@
- 
- // If compiling with MFC, you might want to add #include "StdAfx.h"
- 
-+#include "SHA1.h"
- #include "hash.h"
- #include "dassert.h"
--#include "SHA1.h"
- 
- #ifdef SHA1_UTILITY_FUNCTIONS
- #define SHA1_MAX_FILE_BUFFER 8000

Copied: openimageio/repos/community-testing-i686/fix32bit-fail.patch (from rev 
85185, openimageio/trunk/fix32bit-fail.patch)
===
--- community-testing-i686/fix32bit-fail.patch   

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

2013-02-27 Thread Florian Pritz
Date: Wednesday, February 27, 2013 @ 16:52:49
  Author: bluewind
Revision: 85187

upgpkg: skype 4.1.0.20-4

rebuild for lib32-qt4

Modified:
  skype/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 15:44:27 UTC (rev 85186)
+++ PKGBUILD2013-02-27 15:52:49 UTC (rev 85187)
@@ -3,7 +3,7 @@
 
 pkgname=skype
 pkgver=4.1.0.20
-pkgrel=3
+pkgrel=4
 arch=(i686 x86_64)
 pkgdesc="P2P software for high-quality voice communication"
 url="http://www.skype.com/";
@@ -14,11 +14,11 @@
 conflicts=('skype-staticqt')
 
 if [[ $CARCH == i686 ]]; then
-  depends+=(qt alsa-lib libxss libxv libxcursor v4l-utils gstreamer0.10-base)
+  depends+=(qt4 alsa-lib libxss libxv libxcursor v4l-utils gstreamer0.10-base)
   optdepends=('libcanberra: XDG sound support'
   'pulseaudio: PulseAudio support')
 else
-  depends+=(lib32-{qt,alsa-lib,libxss,libxv,libxcursor,v4l-utils})
+  depends+=(lib32-{qt4,alsa-lib,libxss,libxv,libxcursor,v4l-utils})
   optdepends=('lib32-libcanberra: XDG sound support'
   'lib32-libpulse: PulseAudio support')
   conflicts+=(bin32-skype bin32-skype-staticqt)



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

2013-02-27 Thread Florian Pritz
Date: Wednesday, February 27, 2013 @ 16:53:13
  Author: bluewind
Revision: 85188

archrelease: copy trunk to multilib-testing-x86_64

Added:
  skype/repos/multilib-testing-x86_64/
  skype/repos/multilib-testing-x86_64/PERMISSION
(from rev 85187, skype/trunk/PERMISSION)
  skype/repos/multilib-testing-x86_64/PKGBUILD
(from rev 85187, skype/trunk/PKGBUILD)
  skype/repos/multilib-testing-x86_64/skype-wrapper
(from rev 85187, skype/trunk/skype-wrapper)
  skype/repos/multilib-testing-x86_64/skype.install
(from rev 85187, skype/trunk/skype.install)

---+
 PERMISSION|  192 
 PKGBUILD  |   82 +++
 skype-wrapper |   11 +++
 skype.install |   13 +++
 4 files changed, 298 insertions(+)

Copied: skype/repos/multilib-testing-x86_64/PERMISSION (from rev 85187, 
skype/trunk/PERMISSION)
===
--- multilib-testing-x86_64/PERMISSION  (rev 0)
+++ multilib-testing-x86_64/PERMISSION  2013-02-27 15:53:13 UTC (rev 85188)
@@ -0,0 +1,192 @@
+From - Wed Jun 15 15:48:34 2005
+X-Mozilla-Status: 0001
+X-Mozilla-Status2: 0080
+Message-ID: <42b031af.80...@juvepoland.com>
+Date: Wed, 15 Jun 2005 15:48:31 +0200
+From: Jaroslaw Swierczynski 
+User-Agent: Mozilla Thunderbird 1.0 (X11/20050108)
+X-Accept-Language: pl, en-us, en
+MIME-Version: 1.0
+To:  distribut...@skype.net
+Subject: Skype package for Arch Linux
+Content-Type: text/plain; charset=ISO-8859-2; format=flowed
+Content-Transfer-Encoding: 7bit
+
+Hello,
+
+I represent the community of Arch Linux distribution. I'm interested in 
+making package with Skype (ie. repacking original tarball to fit our FHS 
+and be installable by our package manager). I'd like to ask you 
+permission to do that. Thanks in advance.
+
+-- 
+Jaroslaw Swierczynski 
+
+From - Wed Jun 15 16:06:58 2005
+X-Account-Key: account2
+X-UIDL: 779b6ba26c3dd2cc551e4e7020af6398
+X-Mozilla-Status: 0213
+X-Mozilla-Status2: 
+Return-path: 
+Envelope-to: swier...@juvepoland.com
+Delivery-date: Wed, 15 Jun 2005 15:57:16 +0200
+Received: from [195.215.8.149] (helo=mail.skype.net)
+   by net1.hostbank.com.pl with esmtp (Exim 4.50)
+   id 1DiYOf-0004NF-8e
+   for swier...@juvepoland.com; Wed, 15 Jun 2005 15:57:15 +0200
+Received: from localhost (localhost.localdomain [127.0.0.1])
+   by mail.skype.net (Postfix) with ESMTP id 661E94DFFD
+   for ; Wed, 15 Jun 2005 15:57:25 +0200 (CEST)
+Received: from jkaset41 (joltid-gw.joltid.org [195.50.194.24])
+   by mail.skype.net (Postfix) with ESMTP id E91A14DF4A
+   for ; Wed, 15 Jun 2005 15:57:24 +0200 (CEST)
+Message-ID: <016201c571ba$85381cb0$7100a8c0@jkaset41>
+From: "Jaanus Kase" 
+To: "Jaroslaw Swierczynski" 
+References: <42b031af.80...@juvepoland.com>
+Subject: Re: Skype package for Arch Linux
+Date: Wed, 15 Jun 2005 16:57:13 +0200
+MIME-Version: 1.0
+Content-Type: text/plain;
+   format=flowed;
+   charset="ISO-8859-2";
+   reply-type=response
+Content-Transfer-Encoding: 7bit
+X-Priority: 3
+X-MSMail-Priority: Normal
+X-Mailer: Microsoft Outlook Express 6.00.2900.2527
+X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
+X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at skype.net
+
+Hi,
+
+thanks for letting us know. Repacking original tarball is fine.
+
+
+-- 
+Information contained in this e-mail is confidential and proprietary.
+
+regards,
+Jaanus Kase, Skype
+jaanus.k...@skype.net
+Skype Name: terminuz
+
+
+- Original Message - 
+From: "Jaroslaw Swierczynski" 
+To: 
+Sent: Wednesday, June 15, 2005 3:48 PM
+Subject: Skype package for Arch Linux
+
+
+> Hello,
+> 
+> I represent the community of Arch Linux distribution. I'm interested in 
+> making package with Skype (ie. repacking original tarball to fit our FHS 
+> and be installable by our package manager). I'd like to ask you 
+> permission to do that. Thanks in advance.
+> 
+> -- 
+> Jaroslaw Swierczynski 
+>
+
+From - Wed Jun 15 16:29:37 2005
+X-Mozilla-Status: 0001
+X-Mozilla-Status2: 0080
+Message-ID: <42b03b4d.5060...@juvepoland.com>
+Date: Wed, 15 Jun 2005 16:29:33 +0200
+From: Jaroslaw Swierczynski 
+User-Agent: Mozilla Thunderbird 1.0 (X11/20050108)
+X-Accept-Language: pl, en-us, en
+MIME-Version: 1.0
+To: Jaanus Kase 
+Subject: Re: Skype package for Arch Linux
+References: <42b031af.80...@juvepoland.com> 
<016201c571ba$85381cb0$7100a8c0@jkaset41>
+In-Reply-To: <016201c571ba$85381cb0$7100a8c0@jkaset41>
+Content-Type: text/plain; charset=ISO-8859-2; format=flowed
+Content-Transfer-Encoding: 8bit
+
+Jaanus Kase napisał(a):
+> thanks for letting us know. Repacking original tarball is fine.
+
+Great! Thanks! Just to make sure you understand my intentions, here is 
+what the community will be provided with:
+
+http://cvs.archlinux.org/cgi-bin/viewcvs.cgi/network/skype/?cvsroot=AUR
+ftp://ftp.archlinux.org/community/os/i686/skype-1.1.0.13-1.pkg.tar.

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

2013-02-27 Thread Florian Pritz
Date: Wednesday, February 27, 2013 @ 16:58:10
  Author: bluewind
Revision: 85189

archrelease: copy trunk to community-testing-i686

Added:
  skype/repos/community-testing-i686/
  skype/repos/community-testing-i686/PERMISSION
(from rev 85188, skype/trunk/PERMISSION)
  skype/repos/community-testing-i686/PKGBUILD
(from rev 85188, skype/trunk/PKGBUILD)
  skype/repos/community-testing-i686/skype-wrapper
(from rev 85188, skype/trunk/skype-wrapper)
  skype/repos/community-testing-i686/skype.install
(from rev 85188, skype/trunk/skype.install)

---+
 PERMISSION|  192 
 PKGBUILD  |   82 +++
 skype-wrapper |   11 +++
 skype.install |   13 +++
 4 files changed, 298 insertions(+)

Copied: skype/repos/community-testing-i686/PERMISSION (from rev 85188, 
skype/trunk/PERMISSION)
===
--- community-testing-i686/PERMISSION   (rev 0)
+++ community-testing-i686/PERMISSION   2013-02-27 15:58:10 UTC (rev 85189)
@@ -0,0 +1,192 @@
+From - Wed Jun 15 15:48:34 2005
+X-Mozilla-Status: 0001
+X-Mozilla-Status2: 0080
+Message-ID: <42b031af.80...@juvepoland.com>
+Date: Wed, 15 Jun 2005 15:48:31 +0200
+From: Jaroslaw Swierczynski 
+User-Agent: Mozilla Thunderbird 1.0 (X11/20050108)
+X-Accept-Language: pl, en-us, en
+MIME-Version: 1.0
+To:  distribut...@skype.net
+Subject: Skype package for Arch Linux
+Content-Type: text/plain; charset=ISO-8859-2; format=flowed
+Content-Transfer-Encoding: 7bit
+
+Hello,
+
+I represent the community of Arch Linux distribution. I'm interested in 
+making package with Skype (ie. repacking original tarball to fit our FHS 
+and be installable by our package manager). I'd like to ask you 
+permission to do that. Thanks in advance.
+
+-- 
+Jaroslaw Swierczynski 
+
+From - Wed Jun 15 16:06:58 2005
+X-Account-Key: account2
+X-UIDL: 779b6ba26c3dd2cc551e4e7020af6398
+X-Mozilla-Status: 0213
+X-Mozilla-Status2: 
+Return-path: 
+Envelope-to: swier...@juvepoland.com
+Delivery-date: Wed, 15 Jun 2005 15:57:16 +0200
+Received: from [195.215.8.149] (helo=mail.skype.net)
+   by net1.hostbank.com.pl with esmtp (Exim 4.50)
+   id 1DiYOf-0004NF-8e
+   for swier...@juvepoland.com; Wed, 15 Jun 2005 15:57:15 +0200
+Received: from localhost (localhost.localdomain [127.0.0.1])
+   by mail.skype.net (Postfix) with ESMTP id 661E94DFFD
+   for ; Wed, 15 Jun 2005 15:57:25 +0200 (CEST)
+Received: from jkaset41 (joltid-gw.joltid.org [195.50.194.24])
+   by mail.skype.net (Postfix) with ESMTP id E91A14DF4A
+   for ; Wed, 15 Jun 2005 15:57:24 +0200 (CEST)
+Message-ID: <016201c571ba$85381cb0$7100a8c0@jkaset41>
+From: "Jaanus Kase" 
+To: "Jaroslaw Swierczynski" 
+References: <42b031af.80...@juvepoland.com>
+Subject: Re: Skype package for Arch Linux
+Date: Wed, 15 Jun 2005 16:57:13 +0200
+MIME-Version: 1.0
+Content-Type: text/plain;
+   format=flowed;
+   charset="ISO-8859-2";
+   reply-type=response
+Content-Transfer-Encoding: 7bit
+X-Priority: 3
+X-MSMail-Priority: Normal
+X-Mailer: Microsoft Outlook Express 6.00.2900.2527
+X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
+X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at skype.net
+
+Hi,
+
+thanks for letting us know. Repacking original tarball is fine.
+
+
+-- 
+Information contained in this e-mail is confidential and proprietary.
+
+regards,
+Jaanus Kase, Skype
+jaanus.k...@skype.net
+Skype Name: terminuz
+
+
+- Original Message - 
+From: "Jaroslaw Swierczynski" 
+To: 
+Sent: Wednesday, June 15, 2005 3:48 PM
+Subject: Skype package for Arch Linux
+
+
+> Hello,
+> 
+> I represent the community of Arch Linux distribution. I'm interested in 
+> making package with Skype (ie. repacking original tarball to fit our FHS 
+> and be installable by our package manager). I'd like to ask you 
+> permission to do that. Thanks in advance.
+> 
+> -- 
+> Jaroslaw Swierczynski 
+>
+
+From - Wed Jun 15 16:29:37 2005
+X-Mozilla-Status: 0001
+X-Mozilla-Status2: 0080
+Message-ID: <42b03b4d.5060...@juvepoland.com>
+Date: Wed, 15 Jun 2005 16:29:33 +0200
+From: Jaroslaw Swierczynski 
+User-Agent: Mozilla Thunderbird 1.0 (X11/20050108)
+X-Accept-Language: pl, en-us, en
+MIME-Version: 1.0
+To: Jaanus Kase 
+Subject: Re: Skype package for Arch Linux
+References: <42b031af.80...@juvepoland.com> 
<016201c571ba$85381cb0$7100a8c0@jkaset41>
+In-Reply-To: <016201c571ba$85381cb0$7100a8c0@jkaset41>
+Content-Type: text/plain; charset=ISO-8859-2; format=flowed
+Content-Transfer-Encoding: 8bit
+
+Jaanus Kase napisał(a):
+> thanks for letting us know. Repacking original tarball is fine.
+
+Great! Thanks! Just to make sure you understand my intentions, here is 
+what the community will be provided with:
+
+http://cvs.archlinux.org/cgi-bin/viewcvs.cgi/network/skype/?cvsroot=AUR
+ftp://ftp.archlinux.org/community/os/i686/skype-1.1.0.13-1.pkg.tar.gz
+
+T

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

2013-02-27 Thread Andrea Scarpino
Date: Wednesday, February 27, 2013 @ 16:59:39
  Author: andrea
Revision: 85190

Fix makedeps

Modified:
  sigil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 15:58:10 UTC (rev 85189)
+++ PKGBUILD2013-02-27 15:59:39 UTC (rev 85190)
@@ -10,7 +10,7 @@
 url="http://code.google.com/p/sigil/";
 license=('GPL3')
 depends=('qt5-webkit' 'boost-libs')
-makedepends=('qt5-addons' 'qt5-declarative' 'qt5-tools' 'cmake' 'gendesk' 
'boost')
+makedepends=('qt5-tools' 'qt5-svg' 'cmake' 'gendesk' 'boost')
 install=sigil.install
 source=("http://sigil.googlecode.com/files/Sigil-${pkgver}-Code.zip";)
 md5sums=('06ba5ace506e01adf4a37534fa276cec')



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

2013-02-27 Thread Andreas Radke
Date: Wednesday, February 27, 2013 @ 17:20:08
  Author: andyrtr
Revision: 178841

upgpkg: lftp 4.4.4-1

upstream update 4.4.4

Modified:
  lftp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 15:05:46 UTC (rev 178840)
+++ PKGBUILD2013-02-27 16:20:08 UTC (rev 178841)
@@ -3,8 +3,8 @@
 # Contributor: Aaron Griffin 
 
 pkgname=lftp
-pkgver=4.4.3
-pkgrel=2
+pkgver=4.4.4
+pkgrel=1
 pkgdesc="Sophisticated command line based FTP client"
 arch=('i686' 'x86_64')
 license=('GPL3')
@@ -13,7 +13,7 @@
 url="http://lftp.yar.ru/";
 backup=('etc/lftp.conf')
 source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('b877c1f82b2d4dc503f40dcce4978ff4')
+md5sums=('f1fa7aec113219952d18e4dd87d531ca')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



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

2013-02-27 Thread Andreas Radke
Date: Wednesday, February 27, 2013 @ 17:20:48
  Author: andyrtr
Revision: 178842

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-02-27 16:20:08 UTC (rev 178841)
+++ extra-i686/PKGBUILD 2013-02-27 16:20:48 UTC (rev 178842)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Aaron Griffin 
-
-pkgname=lftp
-pkgver=4.4.3
-pkgrel=2
-pkgdesc="Sophisticated command line based FTP client"
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'readline>=6.2' "gnutls" "expat>=2.0.1-4" 'sh')
-optdepends=('perl: needed for convert-netscape-cookies and verify-file')
-url="http://lftp.yar.ru/";
-backup=('etc/lftp.conf')
-source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('b877c1f82b2d4dc503f40dcce4978ff4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-gnutls \
---without-openssl \
---without-included-regex \
---disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/lib
-}

Copied: lftp/repos/extra-i686/PKGBUILD (from rev 178841, lftp/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-02-27 16:20:48 UTC (rev 178842)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Aaron Griffin 
+
+pkgname=lftp
+pkgver=4.4.4
+pkgrel=1
+pkgdesc="Sophisticated command line based FTP client"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline>=6.2' "gnutls" "expat>=2.0.1-4" 'sh')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+url="http://lftp.yar.ru/";
+backup=('etc/lftp.conf')
+source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('f1fa7aec113219952d18e4dd87d531ca')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-gnutls \
+--without-openssl \
+--without-included-regex \
+--disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/lib
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-02-27 16:20:08 UTC (rev 178841)
+++ extra-x86_64/PKGBUILD   2013-02-27 16:20:48 UTC (rev 178842)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Contributor: Aaron Griffin 
-
-pkgname=lftp
-pkgver=4.4.3
-pkgrel=2
-pkgdesc="Sophisticated command line based FTP client"
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('gcc-libs' 'readline>=6.2' "gnutls" "expat>=2.0.1-4" 'sh')
-optdepends=('perl: needed for convert-netscape-cookies and verify-file')
-url="http://lftp.yar.ru/";
-backup=('etc/lftp.conf')
-source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('b877c1f82b2d4dc503f40dcce4978ff4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
---with-gnutls \
---without-openssl \
---without-included-regex \
---disable-static
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/lib
-}

Copied: lftp/repos/extra-x86_64/PKGBUILD (from rev 178841, lftp/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-02-27 16:20:48 UTC (rev 178842)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Aaron Griffin 
+
+pkgname=lftp
+pkgver=4.4.4
+pkgrel=1
+pkgdesc="Sophisticated command line based FTP client"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs' 'readline>=6.2' "gnutls" "expat>=2.0.1-4" 'sh')
+optdepends=('perl: needed for convert-netscape-cookies and verify-file')
+url="http://lftp.yar.ru/";
+backup=('etc/lftp.conf')
+source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('f1fa7aec113219952d18e4dd87d531ca')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--with-gnutls \
+--without-openssl \
+--without-included-regex \
+--disable-static
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} i

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

2013-02-27 Thread Jan de Groot
Date: Wednesday, February 27, 2013 @ 17:21:13
  Author: jgc
Revision: 178843

upgpkg: nss 3.14.3-2

Fix variable substitution in pkgconfig files

Modified:
  nss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 16:20:48 UTC (rev 178842)
+++ PKGBUILD2013-02-27 16:21:13 UTC (rev 178843)
@@ -3,7 +3,7 @@
 
 pkgname=nss
 pkgver=3.14.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Mozilla Network Security Services"
 arch=(i686 x86_64)
 url="http://www.mozilla.org/projects/security/pki/nss/";
@@ -76,8 +76,8 @@
-e "s,%prefix%,/usr,g" \
-e "s,%exec_prefix%,/usr/bin,g" \
-e "s,%includedir%,/usr/include/nss,g" \
-   -e "s,%NSPR_VERSION%,${_pkgver},g" \
-   -e "s,%NSS_VERSION%,${_pkgver},g" > \
+   -e "s,%NSPR_VERSION%,${_nsprver},g" \
+   -e "s,%NSS_VERSION%,${pkgver},g" > \
"${pkgdir}/usr/lib/pkgconfig/nss.pc"
   ln -sf nss.pc "${pkgdir}/usr/lib/pkgconfig/mozilla-nss.pc"
   chmod 644 ${pkgdir}/usr/lib/pkgconfig/*.pc



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

2013-02-27 Thread Jan de Groot
Date: Wednesday, February 27, 2013 @ 17:21:24
  Author: jgc
Revision: 178844

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

Added:
  nss/repos/extra-i686/PKGBUILD
(from rev 178843, nss/trunk/PKGBUILD)
  nss/repos/extra-i686/add_spi+cacert_ca_certs.patch
(from rev 178843, nss/trunk/add_spi+cacert_ca_certs.patch)
  nss/repos/extra-i686/nss-config.in
(from rev 178843, nss/trunk/nss-config.in)
  nss/repos/extra-i686/nss.pc.in
(from rev 178843, nss/trunk/nss.pc.in)
  nss/repos/extra-i686/ssl-renegotiate-transitional.patch
(from rev 178843, nss/trunk/ssl-renegotiate-transitional.patch)
  nss/repos/extra-x86_64/PKGBUILD
(from rev 178843, nss/trunk/PKGBUILD)
  nss/repos/extra-x86_64/add_spi+cacert_ca_certs.patch
(from rev 178843, nss/trunk/add_spi+cacert_ca_certs.patch)
  nss/repos/extra-x86_64/nss-config.in
(from rev 178843, nss/trunk/nss-config.in)
  nss/repos/extra-x86_64/nss.pc.in
(from rev 178843, nss/trunk/nss.pc.in)
  nss/repos/extra-x86_64/ssl-renegotiate-transitional.patch
(from rev 178843, nss/trunk/ssl-renegotiate-transitional.patch)
Deleted:
  nss/repos/extra-i686/PKGBUILD
  nss/repos/extra-i686/add_spi+cacert_ca_certs.patch
  nss/repos/extra-i686/nss-config.in
  nss/repos/extra-i686/nss.pc.in
  nss/repos/extra-i686/ssl-renegotiate-transitional.patch
  nss/repos/extra-x86_64/PKGBUILD
  nss/repos/extra-x86_64/add_spi+cacert_ca_certs.patch
  nss/repos/extra-x86_64/nss-config.in
  nss/repos/extra-x86_64/nss.pc.in
  nss/repos/extra-x86_64/ssl-renegotiate-transitional.patch

-+
 extra-i686/PKGBUILD |  218 +--
 extra-i686/add_spi+cacert_ca_certs.patch| 1248 +++---
 extra-i686/nss-config.in|  290 ++---
 extra-i686/nss.pc.in|   22 
 extra-i686/ssl-renegotiate-transitional.patch   |   42 
 extra-x86_64/PKGBUILD   |  218 +--
 extra-x86_64/add_spi+cacert_ca_certs.patch  | 1248 +++---
 extra-x86_64/nss-config.in  |  290 ++---
 extra-x86_64/nss.pc.in  |   22 
 extra-x86_64/ssl-renegotiate-transitional.patch |   42 
 10 files changed, 1820 insertions(+), 1820 deletions(-)

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


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

2013-02-27 Thread Andreas Radke
Date: Wednesday, February 27, 2013 @ 17:25:05
  Author: andyrtr
Revision: 178845

upgpkg: xterm 291-1

upstream update 291

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 16:21:24 UTC (rev 178844)
+++ PKGBUILD2013-02-27 16:25:05 UTC (rev 178845)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xterm
-pkgver=290
+pkgver=291
 pkgrel=1
 pkgdesc="X Terminal Emulator"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter')
 source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz
 LICENSE)
-md5sums=('92ce4a161dc4a16daa987e5a6511da61'
+md5sums=('9925cd564c84746442e640f0e32f0493'
  '10ecc3f8ee91e3189863a172f68282d2')
 
 build() {



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

2013-02-27 Thread Andreas Radke
Date: Wednesday, February 27, 2013 @ 17:25:21
  Author: andyrtr
Revision: 178846

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

Added:
  xterm/repos/extra-i686/LICENSE
(from rev 178845, xterm/trunk/LICENSE)
  xterm/repos/extra-i686/PKGBUILD
(from rev 178845, xterm/trunk/PKGBUILD)
  xterm/repos/extra-x86_64/LICENSE
(from rev 178845, xterm/trunk/LICENSE)
  xterm/repos/extra-x86_64/PKGBUILD
(from rev 178845, xterm/trunk/PKGBUILD)
Deleted:
  xterm/repos/extra-i686/LICENSE
  xterm/repos/extra-i686/PKGBUILD
  xterm/repos/extra-x86_64/LICENSE
  xterm/repos/extra-x86_64/PKGBUILD

---+
 extra-i686/LICENSE|  146 
 extra-i686/PKGBUILD   |  120 +++
 extra-x86_64/LICENSE  |  146 
 extra-x86_64/PKGBUILD |  120 +++
 4 files changed, 266 insertions(+), 266 deletions(-)

Deleted: extra-i686/LICENSE
===
--- extra-i686/LICENSE  2013-02-27 16:25:05 UTC (rev 178845)
+++ extra-i686/LICENSE  2013-02-27 16:25:21 UTC (rev 178846)
@@ -1,73 +0,0 @@
-/***
-
-Copyright 2002-2008,2009 by Thomas E. Dickey
-
-All Rights Reserved
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name(s) of the above copyright
-holders shall not be used in advertising or otherwise to promote the
-sale, use or other dealings in this Software without prior written
-authorization.
-
-Copyright 1987, 1988  The Open Group
-
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is hereby granted without fee, provided that
-the above copyright notice appear in all copies and that both that
-copyright notice and this permission notice appear in supporting
-documentation.
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
-OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of The Open Group shall not be
-used in advertising or otherwise to promote the sale, use or other dealings
-in this Software without prior written authorization from The Open Group.
-
-Copyright 1987, 1988 by Digital Equipment Corporation, Maynard.
-
-All Rights Reserved
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
-supporting documentation, and that the name of Digital not be used in
-advertising or publicity pertaining to distribution of the software
-without specific, written prior permission.
-
-DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
-ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
-DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
-ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
-WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
-ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
-SOFTWARE.
-
-**/

Copied: xterm/repos/extra-i686/LICENSE (from rev 178845, xterm/trunk/LICENSE)

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

2013-02-27 Thread Sven-Hendrik Haase
Date: Wednesday, February 27, 2013 @ 17:35:31
  Author: svenstaro
Revision: 85191

upgpkg: teamspeak3 3.0.9.2-2

Fix for qt5

Modified:
  teamspeak3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 15:59:39 UTC (rev 85190)
+++ PKGBUILD2013-02-27 16:35:31 UTC (rev 85191)
@@ -4,11 +4,11 @@
 
 pkgname=teamspeak3
 pkgver=3.0.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc="TeamSpeak is software for quality voice communication via the 
Internet"
 url="http://www.teamspeak.com/";
 license=('custom')
-depends=('qt4' 'libpulse')
+depends=('qt' 'libpulse')
 arch=('i686' 'x86_64')
 
source=("http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_x86-${pkgver}.run";
 'teamspeak3.desktop' 'icon.xpm' 'teamspeak3.launcher')



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

2013-02-27 Thread Sven-Hendrik Haase
Date: Wednesday, February 27, 2013 @ 17:35:48
  Author: svenstaro
Revision: 85192

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

Added:
  teamspeak3/repos/community-i686/PKGBUILD
(from rev 85191, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-i686/icon.xpm
(from rev 85191, teamspeak3/trunk/icon.xpm)
  teamspeak3/repos/community-i686/teamspeak3.desktop
(from rev 85191, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-i686/teamspeak3.launcher
(from rev 85191, teamspeak3/trunk/teamspeak3.launcher)
  teamspeak3/repos/community-x86_64/PKGBUILD
(from rev 85191, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-x86_64/icon.xpm
(from rev 85191, teamspeak3/trunk/icon.xpm)
  teamspeak3/repos/community-x86_64/teamspeak3.desktop
(from rev 85191, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-x86_64/teamspeak3.launcher
(from rev 85191, teamspeak3/trunk/teamspeak3.launcher)
Deleted:
  teamspeak3/repos/community-i686/PKGBUILD
  teamspeak3/repos/community-i686/icon.xpm
  teamspeak3/repos/community-i686/teamspeak3.desktop
  teamspeak3/repos/community-i686/teamspeak3.launcher
  teamspeak3/repos/community-x86_64/PKGBUILD
  teamspeak3/repos/community-x86_64/icon.xpm
  teamspeak3/repos/community-x86_64/teamspeak3.desktop
  teamspeak3/repos/community-x86_64/teamspeak3.launcher

--+
 community-i686/PKGBUILD  |  120 -
 community-i686/teamspeak3.desktop|   22 +++---
 community-i686/teamspeak3.launcher   |   12 +--
 community-x86_64/PKGBUILD|  120 -
 community-x86_64/teamspeak3.desktop  |   22 +++---
 community-x86_64/teamspeak3.launcher |   12 +--
 6 files changed, 154 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-27 16:35:31 UTC (rev 85191)
+++ community-i686/PKGBUILD 2013-02-27 16:35:48 UTC (rev 85192)
@@ -1,60 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Slash 
-# Contributor: J.W. Birdsong  
-
-pkgname=teamspeak3
-pkgver=3.0.9.2
-pkgrel=1
-pkgdesc="TeamSpeak is software for quality voice communication via the 
Internet"
-url="http://www.teamspeak.com/";
-license=('custom')
-depends=('qt4' 'libpulse')
-arch=('i686' 'x86_64')
-source=("http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_x86-${pkgver}.run";
-'teamspeak3.desktop' 'icon.xpm' 'teamspeak3.launcher')
-md5sums=('b9ca1362f6f79644357c5558ee5ddfd2'
-   'be58a8798c5d1b7e95a89f6a6482db3e'
-   '19f103384e4c1a0aafc8fed44de0c87b'
-   '170fcbb1b468ce4f3dba7ee3fb2a1c6d')
-_TSARCH='x86'
-
-if [ "$CARCH" == "x86_64" ]; then
-  
source[0]="http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_amd64-${pkgver}.run";
-  md5sums[0]='a15002b92e3cd4585dc9ce07818bf446'
-  _TSARCH='amd64'
-fi
-
-build() {
-  cd ${srcdir}
-
-  # Create Destination Directories
-  install -d ${pkgdir}/{usr/bin/,opt/}
-
-  # Make Installer Executable
-  chmod +x TeamSpeak3-Client-linux_${_TSARCH}-${pkgver}.run
-
-  # Run Installer
-  ./TeamSpeak3-Client-linux_${_TSARCH}-${pkgver}.run --noexec --target 
teamspeak3
-
-  # Move Program Data to Package Directory
-  mv ${srcdir}/teamspeak3/ ${pkgdir}/opt/
-
-  # Remove Bundled Qt Libraries and Symlink system libraries to TS3 Directory
-  rm ${pkgdir}/opt/teamspeak3/libQt*
-  ln -s /usr/lib/libQtCore.so.4${pkgdir}/opt/teamspeak3/libQtCore.so.4
-  ln -s /usr/lib/libQtGui.so.4 ${pkgdir}/opt/teamspeak3/libQtGui.so.4
-  ln -s /usr/lib/libQtNetwork.so.4 ${pkgdir}/opt/teamspeak3/libQtNetwork.so.4
-
-  # Install Desktop File
-  install -D -m644 $srcdir/teamspeak3.desktop 
${pkgdir}/usr/share/applications/teamspeak3.desktop
-
-  # Install Icon File
-  install -D -m644 $srcdir/icon.xpm ${pkgdir}/usr/share/pixmaps/teamspeak3.xpm
-
-  # Install Custom License
-  install -D -m644 ${pkgdir}/opt/teamspeak3/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  # Install Client Launcher
-  install -D -m755 $srcdir/teamspeak3.launcher ${pkgdir}/usr/bin/teamspeak3
-}
-# vim:set ts=2 sw=2 et:

Copied: teamspeak3/repos/community-i686/PKGBUILD (from rev 85191, 
teamspeak3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-27 16:35:48 UTC (rev 85192)
@@ -0,0 +1,60 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Slash 
+# Contributor: J.W. Birdsong  
+
+pkgname=teamspeak3
+pkgver=3.0.9.2
+pkgrel=2
+pkgdesc="TeamSpeak is software for quality voice communication via the 
Internet"
+url="http://www.teamspeak.com/";
+license=('custom')
+depends=('qt' 'libpulse')
+arch=('i686' 'x86_64')
+source=("http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_x86-${pkg

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

2013-02-27 Thread Timothy Redaelli
Date: Wednesday, February 27, 2013 @ 17:37:11
  Author: tredaelli
Revision: 85193

upgpkg: bitcoin 0.8.0-2

Todo List: Qt -> Qt4

Modified:
  bitcoin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 16:35:48 UTC (rev 85192)
+++ PKGBUILD2013-02-27 16:37:11 UTC (rev 85193)
@@ -5,7 +5,7 @@
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-qt')
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.bitcoin.org/";
 makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc')
@@ -19,7 +19,7 @@
   cd "$srcdir/$pkgbase-$pkgver-linux/src"
 
   # and make qt gui
-  qmake USE_QRCODE=1
+  qmake4 USE_QRCODE=1
   make
 
   # make bitcoind
@@ -29,7 +29,7 @@
 
 package_bitcoin-qt() {
   pkgdesc="Bitcoin is a peer-to-peer network based digital currency - QT"
-  depends=(boost-libs qt miniupnpc qrencode)
+  depends=(boost-libs qt4 miniupnpc qrencode)
   install=bitcoin-qt.install
 
   cd "$srcdir/$pkgbase-$pkgver-linux/src"



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

2013-02-27 Thread Timothy Redaelli
Date: Wednesday, February 27, 2013 @ 17:37:41
  Author: tredaelli
Revision: 85194

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

Added:
  bitcoin/repos/community-staging-i686/
  bitcoin/repos/community-staging-i686/PKGBUILD
(from rev 85193, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-staging-i686/bitcoin-qt.install
(from rev 85193, bitcoin/trunk/bitcoin-qt.install)
  bitcoin/repos/community-staging-x86_64/
  bitcoin/repos/community-staging-x86_64/PKGBUILD
(from rev 85193, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-staging-x86_64/bitcoin-qt.install
(from rev 85193, bitcoin/trunk/bitcoin-qt.install)

-+
 community-staging-i686/PKGBUILD |   59 ++
 community-staging-i686/bitcoin-qt.install   |   11 
 community-staging-x86_64/PKGBUILD   |   59 ++
 community-staging-x86_64/bitcoin-qt.install |   11 
 4 files changed, 140 insertions(+)

Copied: bitcoin/repos/community-staging-i686/PKGBUILD (from rev 85193, 
bitcoin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-02-27 16:37:41 UTC (rev 85194)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: shahid 
+
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-qt')
+pkgver=0.8.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.bitcoin.org/";
+makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc')
+conflicts=('bitcoin' 'bitcoin-bin' 'bitcoin-git')
+replaces=('bitcoin' 'bitcoin-bin' 'bitcoin-git')
+license=('MIT')
+source=(http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-$pkgver/bitcoin-$pkgver-linux.tar.gz)
+sha256sums=('e31529147d307b2240e08af3a5a4606fe2c112d1b0e91e3cce4a2bac2583cecc')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver-linux/src"
+
+  # and make qt gui
+  qmake4 USE_QRCODE=1
+  make
+
+  # make bitcoind
+  make -f makefile.unix -C src  CXXFLAGS="$CXXFLAGS"
+}
+
+
+package_bitcoin-qt() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - QT"
+  depends=(boost-libs qt4 miniupnpc qrencode)
+  install=bitcoin-qt.install
+
+  cd "$srcdir/$pkgbase-$pkgver-linux/src"
+  install -Dm755 bitcoin-qt "$pkgdir"/usr/bin/bitcoin-qt
+  install -Dm644 contrib/debian/bitcoin-qt.desktop \
+"$pkgdir"/usr/share/applications/bitcoin.desktop
+  install -Dm644 share/pixmaps/bitcoin80.xpm \
+"$pkgdir"/usr/share/pixmaps/bitcoin80.xpm
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_bitcoin-daemon() {
+  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - daemon"
+  depends=(boost-libs miniupnpc openssl)
+
+  cd "$srcdir/$pkgbase-$pkgver-linux/src"
+  install -Dm755 src/bitcoind "$pkgdir"/usr/bin/bitcoind
+  install -Dm644 contrib/debian/examples/bitcoin.conf \
+"$pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf"
+  install -Dm644 contrib/debian/manpages/bitcoind.1 \
+"$pkgdir"/usr/share/man/man1/bitcoind.1
+  install -Dm644 contrib/debian/manpages/bitcoin.conf.5 \
+"$pkgdir"/usr/share/man/man5/bitcoin.conf.5
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+

Copied: bitcoin/repos/community-staging-i686/bitcoin-qt.install (from rev 
85193, bitcoin/trunk/bitcoin-qt.install)
===
--- community-staging-i686/bitcoin-qt.install   (rev 0)
+++ community-staging-i686/bitcoin-qt.install   2013-02-27 16:37:41 UTC (rev 
85194)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install $1
+}
+
+post_remove() {
+post_install $1
+}

Copied: bitcoin/repos/community-staging-x86_64/PKGBUILD (from rev 85193, 
bitcoin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-02-27 16:37:41 UTC (rev 85194)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: shahid 
+
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-qt')
+pkgver=0.8.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.bitcoin.org/";
+makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc')
+conflicts=('bitcoin' 'bitcoin-bin' 'bitcoin-git')
+replaces=('bitcoin' 'bitcoin-bin' 'bitcoin-git')
+license=('MIT')
+source=(http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-$pkgver/bitcoin-$pkgver-linux.tar.gz)
+sha256sums=('e31529147d307b2240e08af3a5a4606fe2c112d1b0e91e3cce4a2bac2583cecc')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver-linux/src"
+
+  # and make qt gui
+  qmake4 USE_QRCODE=1
+  make
+
+  # make bitcoind
+  make -f makefile.unix -C src  CXXFLAGS="$CXXFLAGS"
+}
+
+
+package_bitcoin-qt() {
+  pkgdesc="Bitcoin is a peer-to-peer netw

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

2013-02-27 Thread Andrea Scarpino
Date: Wednesday, February 27, 2013 @ 17:38:07
  Author: andrea
Revision: 178847

upgpkg: kdesdk 4.10.0-2

qt4 rebuild

Modified:
  kdesdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 16:25:21 UTC (rev 178846)
+++ PKGBUILD2013-02-27 16:38:07 UTC (rev 178847)
@@ -21,7 +21,7 @@
  'kdesdk-strigi-analyzer'
  'kdesdk-umbrello')
 pkgver=4.10.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
@@ -197,7 +197,7 @@
 
 package_kdesdk-poxml() {
pkgdesc='Translates DocBook XML files using gettext po files'
-   depends=('qt' 'antlr2')
+   depends=('qt4' 'antlr2')
cd $srcdir/build/poxml
make DESTDIR=$pkgdir install
cd $srcdir/build/doc/poxml



[arch-commits] Commit in kdesdk/repos (22 files)

2013-02-27 Thread Andrea Scarpino
Date: Wednesday, February 27, 2013 @ 17:38:29
  Author: andrea
Revision: 178848

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

Added:
  kdesdk/repos/testing-i686/
  kdesdk/repos/testing-i686/PKGBUILD
(from rev 178847, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/testing-i686/fix-python2-path.patch
(from rev 178847, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/testing-i686/kdesdk-cervisia.install
(from rev 178847, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/testing-i686/kdesdk-kcachegrind.install
(from rev 178847, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/testing-i686/kdesdk-kompare.install
(from rev 178847, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/testing-i686/kdesdk-kuiviewer.install
(from rev 178847, kdesdk/trunk/kdesdk-kuiviewer.install)
  kdesdk/repos/testing-i686/kdesdk-lokalize.install
(from rev 178847, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/testing-i686/kdesdk-okteta.install
(from rev 178847, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/testing-i686/kdesdk-umbrello.install
(from rev 178847, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/testing-i686/kdesdk.install
(from rev 178847, kdesdk/trunk/kdesdk.install)
  kdesdk/repos/testing-x86_64/
  kdesdk/repos/testing-x86_64/PKGBUILD
(from rev 178847, kdesdk/trunk/PKGBUILD)
  kdesdk/repos/testing-x86_64/fix-python2-path.patch
(from rev 178847, kdesdk/trunk/fix-python2-path.patch)
  kdesdk/repos/testing-x86_64/kdesdk-cervisia.install
(from rev 178847, kdesdk/trunk/kdesdk-cervisia.install)
  kdesdk/repos/testing-x86_64/kdesdk-kcachegrind.install
(from rev 178847, kdesdk/trunk/kdesdk-kcachegrind.install)
  kdesdk/repos/testing-x86_64/kdesdk-kompare.install
(from rev 178847, kdesdk/trunk/kdesdk-kompare.install)
  kdesdk/repos/testing-x86_64/kdesdk-kuiviewer.install
(from rev 178847, kdesdk/trunk/kdesdk-kuiviewer.install)
  kdesdk/repos/testing-x86_64/kdesdk-lokalize.install
(from rev 178847, kdesdk/trunk/kdesdk-lokalize.install)
  kdesdk/repos/testing-x86_64/kdesdk-okteta.install
(from rev 178847, kdesdk/trunk/kdesdk-okteta.install)
  kdesdk/repos/testing-x86_64/kdesdk-umbrello.install
(from rev 178847, kdesdk/trunk/kdesdk-umbrello.install)
  kdesdk/repos/testing-x86_64/kdesdk.install
(from rev 178847, kdesdk/trunk/kdesdk.install)

---+
 testing-i686/PKGBUILD |  250 
 testing-i686/fix-python2-path.patch   |   32 +++
 testing-i686/kdesdk-cervisia.install  |   12 +
 testing-i686/kdesdk-kcachegrind.install   |   12 +
 testing-i686/kdesdk-kompare.install   |   12 +
 testing-i686/kdesdk-kuiviewer.install |   12 +
 testing-i686/kdesdk-lokalize.install  |   12 +
 testing-i686/kdesdk-okteta.install|   12 +
 testing-i686/kdesdk-umbrello.install  |   12 +
 testing-i686/kdesdk.install   |   11 +
 testing-x86_64/PKGBUILD   |  250 
 testing-x86_64/fix-python2-path.patch |   32 +++
 testing-x86_64/kdesdk-cervisia.install|   12 +
 testing-x86_64/kdesdk-kcachegrind.install |   12 +
 testing-x86_64/kdesdk-kompare.install |   12 +
 testing-x86_64/kdesdk-kuiviewer.install   |   12 +
 testing-x86_64/kdesdk-lokalize.install|   12 +
 testing-x86_64/kdesdk-okteta.install  |   12 +
 testing-x86_64/kdesdk-umbrello.install|   12 +
 testing-x86_64/kdesdk.install |   11 +
 20 files changed, 754 insertions(+)

Copied: kdesdk/repos/testing-i686/PKGBUILD (from rev 178847, 
kdesdk/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-27 16:38:29 UTC (rev 178848)
@@ -0,0 +1,250 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kdesdk
+pkgname=('kdesdk-cervisia'
+ 'kdesdk-dolphin-plugins'
+ 'kdesdk-kapptemplate'
+ 'kdesdk-kcachegrind'
+ 'kdesdk-kioslave'
+ 'kdesdk-kmtrace'
+ 'kdesdk-kompare'
+ 'kdesdk-kpartloader'
+ 'kdesdk-kprofilemethod'
+ 'kdesdk-kstartperf'
+ 'kdesdk-kuiviewer'
+ 'kdesdk-lokalize'
+ 'kdesdk-okteta'
+ 'kdesdk-poxml'
+ 'kdesdk-scripts'
+ 'kdesdk-strigi-analyzer'
+ 'kdesdk-umbrello')
+pkgver=4.10.0
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdesdk')
+makedepends=('cmake' 'automoc4' 'boost' 'subversion' 'antlr2' 'kdepimlibs'
+ 'kdebase-lib')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz";
+'fix-python2-path.patch')
+sha1sums=('e4aaaf5357ecb3dfc87014abb01af807731557df'
+  '923cabd7a877cf9a68efeb24fbf3d5827e1d949e')
+
+build() {
+   cd ${srcdir}/${pkgbase}-${pkgver}
+
+   # Fix hardcoded pyt

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

2013-02-27 Thread Sven-Hendrik Haase
Date: Wednesday, February 27, 2013 @ 17:44:09
  Author: svenstaro
Revision: 85195

upgpkg: teamspeak3 3.0.9.2-3

Fix for qt5

Modified:
  teamspeak3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 16:37:41 UTC (rev 85194)
+++ PKGBUILD2013-02-27 16:44:09 UTC (rev 85195)
@@ -4,11 +4,11 @@
 
 pkgname=teamspeak3
 pkgver=3.0.9.2
-pkgrel=2
+pkgrel=3
 pkgdesc="TeamSpeak is software for quality voice communication via the 
Internet"
 url="http://www.teamspeak.com/";
 license=('custom')
-depends=('qt' 'libpulse')
+depends=('qt4' 'libpulse')
 arch=('i686' 'x86_64')
 
source=("http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_x86-${pkgver}.run";
 'teamspeak3.desktop' 'icon.xpm' 'teamspeak3.launcher')



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

2013-02-27 Thread Sven-Hendrik Haase
Date: Wednesday, February 27, 2013 @ 17:44:21
  Author: svenstaro
Revision: 85196

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

Added:
  teamspeak3/repos/community-testing-i686/
  teamspeak3/repos/community-testing-i686/PKGBUILD
(from rev 85195, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-testing-i686/icon.xpm
(from rev 85195, teamspeak3/trunk/icon.xpm)
  teamspeak3/repos/community-testing-i686/teamspeak3.desktop
(from rev 85195, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-testing-i686/teamspeak3.launcher
(from rev 85195, teamspeak3/trunk/teamspeak3.launcher)
  teamspeak3/repos/community-testing-x86_64/
  teamspeak3/repos/community-testing-x86_64/PKGBUILD
(from rev 85195, teamspeak3/trunk/PKGBUILD)
  teamspeak3/repos/community-testing-x86_64/icon.xpm
(from rev 85195, teamspeak3/trunk/icon.xpm)
  teamspeak3/repos/community-testing-x86_64/teamspeak3.desktop
(from rev 85195, teamspeak3/trunk/teamspeak3.desktop)
  teamspeak3/repos/community-testing-x86_64/teamspeak3.launcher
(from rev 85195, teamspeak3/trunk/teamspeak3.launcher)

--+
 community-testing-i686/PKGBUILD  |   60 +
 community-testing-i686/teamspeak3.desktop|   11 
 community-testing-i686/teamspeak3.launcher   |6 ++
 community-testing-x86_64/PKGBUILD|   60 +
 community-testing-x86_64/teamspeak3.desktop  |   11 
 community-testing-x86_64/teamspeak3.launcher |6 ++
 6 files changed, 154 insertions(+)

Copied: teamspeak3/repos/community-testing-i686/PKGBUILD (from rev 85195, 
teamspeak3/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-02-27 16:44:21 UTC (rev 85196)
@@ -0,0 +1,60 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Slash 
+# Contributor: J.W. Birdsong  
+
+pkgname=teamspeak3
+pkgver=3.0.9.2
+pkgrel=3
+pkgdesc="TeamSpeak is software for quality voice communication via the 
Internet"
+url="http://www.teamspeak.com/";
+license=('custom')
+depends=('qt4' 'libpulse')
+arch=('i686' 'x86_64')
+source=("http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_x86-${pkgver}.run";
+'teamspeak3.desktop' 'icon.xpm' 'teamspeak3.launcher')
+md5sums=('b9ca1362f6f79644357c5558ee5ddfd2'
+   'be58a8798c5d1b7e95a89f6a6482db3e'
+   '19f103384e4c1a0aafc8fed44de0c87b'
+   '170fcbb1b468ce4f3dba7ee3fb2a1c6d')
+_TSARCH='x86'
+
+if [ "$CARCH" == "x86_64" ]; then
+  
source[0]="http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_amd64-${pkgver}.run";
+  md5sums[0]='a15002b92e3cd4585dc9ce07818bf446'
+  _TSARCH='amd64'
+fi
+
+build() {
+  cd ${srcdir}
+
+  # Create Destination Directories
+  install -d ${pkgdir}/{usr/bin/,opt/}
+
+  # Make Installer Executable
+  chmod +x TeamSpeak3-Client-linux_${_TSARCH}-${pkgver}.run
+
+  # Run Installer
+  ./TeamSpeak3-Client-linux_${_TSARCH}-${pkgver}.run --noexec --target 
teamspeak3
+
+  # Move Program Data to Package Directory
+  mv ${srcdir}/teamspeak3/ ${pkgdir}/opt/
+
+  # Remove Bundled Qt Libraries and Symlink system libraries to TS3 Directory
+  rm ${pkgdir}/opt/teamspeak3/libQt*
+  ln -s /usr/lib/libQtCore.so.4${pkgdir}/opt/teamspeak3/libQtCore.so.4
+  ln -s /usr/lib/libQtGui.so.4 ${pkgdir}/opt/teamspeak3/libQtGui.so.4
+  ln -s /usr/lib/libQtNetwork.so.4 ${pkgdir}/opt/teamspeak3/libQtNetwork.so.4
+
+  # Install Desktop File
+  install -D -m644 $srcdir/teamspeak3.desktop 
${pkgdir}/usr/share/applications/teamspeak3.desktop
+
+  # Install Icon File
+  install -D -m644 $srcdir/icon.xpm ${pkgdir}/usr/share/pixmaps/teamspeak3.xpm
+
+  # Install Custom License
+  install -D -m644 ${pkgdir}/opt/teamspeak3/LICENSE 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  # Install Client Launcher
+  install -D -m755 $srcdir/teamspeak3.launcher ${pkgdir}/usr/bin/teamspeak3
+}
+# vim:set ts=2 sw=2 et:

Copied: teamspeak3/repos/community-testing-i686/icon.xpm (from rev 85195, 
teamspeak3/trunk/icon.xpm)
===
(Binary files differ)

Copied: teamspeak3/repos/community-testing-i686/teamspeak3.desktop (from rev 
85195, teamspeak3/trunk/teamspeak3.desktop)
===
--- community-testing-i686/teamspeak3.desktop   (rev 0)
+++ community-testing-i686/teamspeak3.desktop   2013-02-27 16:44:21 UTC (rev 
85196)
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=TeamSpeak 3
+GenericName=TeamSpeak
+Comment=TeamSpeak is software for quality voice communication via the Internet
+Exec=/usr/bin/teamspeak3
+Icon=/usr/share/pixmaps/teamspeak3.xpm
+StartupNotify=true
+Terminal=false
+Type=Application
+Categories=Network;Application

Copied

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

2013-02-27 Thread Andrea Scarpino
Date: Wednesday, February 27, 2013 @ 17:50:00
  Author: andrea
Revision: 178849

upgpkg: avidemux 2.5.6-6

qt4 rebuild

Modified:
  avidemux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 16:38:29 UTC (rev 178848)
+++ PKGBUILD2013-02-27 16:50:00 UTC (rev 178849)
@@ -4,11 +4,11 @@
 pkgbase=avidemux
 pkgname=('avidemux-cli' 'avidemux-gtk' 'avidemux-qt')
 pkgver=2.5.6
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://fixounet.free.fr/avidemux/";
-makedepends=('cmake' 'libxslt' 'gtk2' 'qt' 'jack' 'libvorbis' 'sdl' 'libxv' \
+makedepends=('cmake' 'libxslt' 'gtk2' 'qt4' 'jack' 'libvorbis' 'sdl' 'libxv' \
  'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'x264' 
'libsamplerate' \
  'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse' 'libva')
 options=('!makeflags')
@@ -94,7 +94,7 @@
 
 package_avidemux-qt() {
   pkgdesc="A graphical tool to edit video (filter/re-encode/split) - QT GUI"
-  depends=("avidemux-cli=${pkgver}" 'qt')
+  depends=("avidemux-cli=${pkgver}" 'qt4')
   install=avidemux.install
 
   cd "${srcdir}/${pkgbase}_${pkgver}"



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

2013-02-27 Thread Andrea Scarpino
Date: Wednesday, February 27, 2013 @ 17:50:08
  Author: andrea
Revision: 178850

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

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

-+
 testing-i686/PKGBUILD   |  116 ++
 testing-i686/PKGBUILD.WIP   |   83 +++
 testing-i686/avidemux.install   |   11 +++
 testing-x86_64/PKGBUILD |  116 ++
 testing-x86_64/PKGBUILD.WIP |   83 +++
 testing-x86_64/avidemux.install |   11 +++
 6 files changed, 420 insertions(+)

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

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

2013-02-27 Thread Andrea Scarpino
Date: Wednesday, February 27, 2013 @ 17:53:38
  Author: andrea
Revision: 85197

upgpkg: q4wine 1.0_r1-2

qt4 rebuild

Modified:
  q4wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 16:44:21 UTC (rev 85196)
+++ PKGBUILD2013-02-27 16:53:38 UTC (rev 85197)
@@ -4,12 +4,12 @@
 
 pkgname=q4wine
 pkgver=1.0_r1
-pkgrel=1
+pkgrel=2
 pkgdesc="A Qt4 GUI for Wine"
 arch=("i686" "x86_64")
 url="http://sourceforge.net/projects/${pkgname}/";
 license=("GPL3")
-depends=("qt" "wine" "sqlite3" "which" "icoutils")
+depends=("qt4" "wine" "sqlite3" "which" "icoutils")
 makedepends=("cmake")
 optdepends=("winetricks" "fuseiso")
 options=('!emptydirs')



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

2013-02-27 Thread Andrea Scarpino
Date: Wednesday, February 27, 2013 @ 17:53:46
  Author: andrea
Revision: 85198

archrelease: copy trunk to community-testing-i686

Added:
  q4wine/repos/community-testing-i686/
  q4wine/repos/community-testing-i686/PKGBUILD
(from rev 85197, q4wine/trunk/PKGBUILD)
  q4wine/repos/community-testing-i686/q4wine.desktop
(from rev 85197, q4wine/trunk/q4wine.desktop)

+
 PKGBUILD   |   31 +++
 q4wine.desktop |   18 ++
 2 files changed, 49 insertions(+)

Copied: q4wine/repos/community-testing-i686/PKGBUILD (from rev 85197, 
q4wine/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-02-27 16:53:46 UTC (rev 85198)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Chris Giles 
+
+pkgname=q4wine
+pkgver=1.0_r1
+pkgrel=2
+pkgdesc="A Qt4 GUI for Wine"
+arch=("i686" "x86_64")
+url="http://sourceforge.net/projects/${pkgname}/";
+license=("GPL3")
+depends=("qt4" "wine" "sqlite3" "which" "icoutils")
+makedepends=("cmake")
+optdepends=("winetricks" "fuseiso")
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
+md5sums=('9cee53cbeea515f7162b76ba8b12cae6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_WINETRIKS=ON \
+-DLIBS_ENTRY_PATH=/usr/lib/$pkgname .
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  make DESTDIR=${pkgdir} install
+}

Copied: q4wine/repos/community-testing-i686/q4wine.desktop (from rev 85197, 
q4wine/trunk/q4wine.desktop)
===
--- community-testing-i686/q4wine.desktop   (rev 0)
+++ community-testing-i686/q4wine.desktop   2013-02-27 16:53:46 UTC (rev 
85198)
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Name=Q4Wine
+GenericName=A Qt4 GUI for Wine
+Comment=A Qt4 GUI for Wine
+#Version=0.1
+Type=Application
+Categories=KDE;Qt;Settings
+Terminal=false
+Encoding=UTF-8
+Icon=wine
+Exec=q4wine
+#ServiceTypes=inode/directory
+#Actions=Create;
+#X-KDE-Submenu=
+#X-KDE-Priority=TopLevel
+#X-KDE-Icon=tgz
+X-KDE-StartupNotify=true
+#X-DCOP-ServiceType=Unique



[arch-commits] Commit in google-gadgets/trunk (PKGBUILD gcc47.patch glibc231.patch)

2013-02-27 Thread Andrea Scarpino
Date: Wednesday, February 27, 2013 @ 17:55:21
  Author: andrea
Revision: 85199

upgpkg: google-gadgets 0.11.2-6

qt4 rebuild

Added:
  google-gadgets/trunk/gcc47.patch
  google-gadgets/trunk/glibc231.patch
Modified:
  google-gadgets/trunk/PKGBUILD

+
 PKGBUILD   |   16 +-
 gcc47.patch|  325 +++
 glibc231.patch |   25 
 3 files changed, 361 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 16:53:46 UTC (rev 85198)
+++ PKGBUILD2013-02-27 16:55:21 UTC (rev 85199)
@@ -8,21 +8,25 @@
 pkgver=0.11.2
 _sover=1.0
 _sobump=0.0.0
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/google-gadgets-for-linux/";
 license=('APACHE')
 makedepends=('gstreamer0.10-base-plugins' 'libwebkit'
  'desktop-file-utils' 'xdg-utils'
  'librsvg' 'curl' 'libsoup-gnome'
- 'qt' 'qtwebkit'
+ 'qtwebkit'
  'networkmanager'
  'zip' 'flex')
 options=('!libtool')
 
source=("http://google-gadgets-for-linux.googlecode.com/files/$_realname-$pkgver.tar.bz2";
-   "wifi-types.patch")
+   "wifi-types.patch"
+  'gcc47.patch'
+  'glibc231.patch')
 md5sums=('279305553bcbf74f3e3615f6abc36a5e'
- 'f0df71c60a174e9d629db87b8bd9e102')
+ 'f0df71c60a174e9d629db87b8bd9e102'
+ 'b62bc8592b5a44cb34cb7a7e4a6cf62e'
+ '4b96d1da79a375ef2fb58ff01a76f684')
 
 build() {
   cd "$srcdir/$_realname-$pkgver"
@@ -34,6 +38,8 @@
   #   we build without smjs-script/browser-element
 
   patch -p1 <$srcdir/wifi-types.patch
+  patch -p1 -i "${srcdir}"/gcc47.patch
+  patch -p0 -i "${srcdir}"/glibc231.patch
   ./configure --prefix=/usr \
   --disable-werror \
   --disable-update-desktop-database \
@@ -124,7 +130,7 @@
   pkgdesc="Desktop widgets from Google (partial Qt front-end)"
   groups=('google-gadgets')
   install=$pkgbase.install
-  depends=('google-gadgets-common' 'qt' 'qtwebkit'
+  depends=('google-gadgets-common' 'qtwebkit'
'desktop-file-utils' 'xdg-utils'
'gstreamer0.10-base-plugins' 'libwebkit')
   optdepends=('networkmanager: desktop integration')

Added: gcc47.patch
===
--- gcc47.patch (rev 0)
+++ gcc47.patch 2013-02-27 16:55:21 UTC (rev 85199)
@@ -0,0 +1,325 @@
+Author: Pino Toscano 
+Description: Fix building with GCC 4.7
+ This patch fixes the two kinds of issues that arise with GCC 4.7:
+ - include  for functions like access(), fork(), readlink(), etc
+ - fix argument-dependent lookup issues by qualifying the lookup of functions
+Forwarded: no
+Last-Update: 2012-04-04
+
+--- a/ggadget/scriptable_enumerator.h
 b/ggadget/scriptable_enumerator.h
+@@ -68,22 +68,22 @@
+ 
+  protected:
+   virtual void DoClassRegister() {
+-RegisterMethod("atEnd",
++this->RegisterMethod("atEnd",
+NewSlot(&E::AtEnd,
+&ScriptableEnumerator
+::enumerator_));
+-RegisterMethod("moveFirst",
++this->RegisterMethod("moveFirst",
+NewSlot(&E::MoveFirst,
+&ScriptableEnumerator
+::enumerator_));
+-RegisterMethod("moveNext",
++this->RegisterMethod("moveNext",
+NewSlot(&E::MoveNext,
+&ScriptableEnumerator
+::enumerator_));
+-RegisterMethod("item",
++this->RegisterMethod("item",
+NewSlot(&ScriptableEnumerator
+::GetItem));
+-RegisterProperty("count",
++this->RegisterProperty("count",
+  NewSlot(&E::GetCount,
+  &ScriptableEnumerator
+  ::enumerator_),
+--- a/ggadget/uuid.cc
 b/ggadget/uuid.cc
+@@ -24,6 +24,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #include "string_utils.h"
+ 
+--- a/ggadget/xml_dom.cc
 b/ggadget/xml_dom.cc
+@@ -1327,15 +1327,15 @@
+ 
+   virtual void DoClassRegister() {
+ Super::DoClassRegister();
+-RegisterProperty("data", NewSlot(&DOMCharacterData::GetData),
++this->RegisterProperty("data", NewSlot(&DOMCharacterData::GetData),
+  NewSlot(&DOMCharacterData::SetData));
+-RegisterProperty("length", NewSlot(&DOMCharacterData::GetLength), NULL);
+-RegisterMethod("substringData",
++this->RegisterProperty("length", NewSlot(&DOMCharacterData::GetLength), 
NULL);
++this->RegisterMethod("substringData",
+NewSlot(&DOMCharacterData::ScriptSubstringData));
+-RegisterMethod("appendData", NewSlot(&DOMCharacterData::AppendData));
+-RegisterMethod("insertData", 
NewSlot(&DOMCharacterData::ScriptInsertData));
+-RegisterMethod("deleteData", 
NewSlot(

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

2013-02-27 Thread Andrea Scarpino
Date: Wednesday, February 27, 2013 @ 17:55:28
  Author: andrea
Revision: 85200

archrelease: copy trunk to community-testing-x86_64

Added:
  google-gadgets/repos/community-testing-x86_64/
  google-gadgets/repos/community-testing-x86_64/PKGBUILD
(from rev 85199, google-gadgets/trunk/PKGBUILD)
  google-gadgets/repos/community-testing-x86_64/gcc47.patch
(from rev 85199, google-gadgets/trunk/gcc47.patch)
  google-gadgets/repos/community-testing-x86_64/glibc231.patch
(from rev 85199, google-gadgets/trunk/glibc231.patch)
  google-gadgets/repos/community-testing-x86_64/google-gadgets-common.install
(from rev 85199, google-gadgets/trunk/google-gadgets-common.install)
  google-gadgets/repos/community-testing-x86_64/google-gadgets.changelog
(from rev 85199, google-gadgets/trunk/google-gadgets.changelog)
  google-gadgets/repos/community-testing-x86_64/google-gadgets.install
(from rev 85199, google-gadgets/trunk/google-gadgets.install)
  google-gadgets/repos/community-testing-x86_64/wifi-types.patch
(from rev 85199, google-gadgets/trunk/wifi-types.patch)

---+
 PKGBUILD  |  164 
 gcc47.patch   |  325 
 glibc231.patch|   25 +++
 google-gadgets-common.install |   15 +
 google-gadgets.changelog  |8 
 google-gadgets.install|   15 +
 wifi-types.patch  |   36 
 7 files changed, 588 insertions(+)

Copied: google-gadgets/repos/community-testing-x86_64/PKGBUILD (from rev 85199, 
google-gadgets/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-02-27 16:55:28 UTC (rev 85200)
@@ -0,0 +1,164 @@
+# $Id$
+# Maintainer: Ray Rashif 
+
+pkgbase=google-gadgets
+pkgname=('google-gadgets-common' 'google-gadgets-gtk' 'google-gadgets-qt')
+_realname=$pkgbase-for-linux
+_basedir="$startdir/pkg/base"
+pkgver=0.11.2
+_sover=1.0
+_sobump=0.0.0
+pkgrel=6
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/google-gadgets-for-linux/";
+license=('APACHE')
+makedepends=('gstreamer0.10-base-plugins' 'libwebkit'
+ 'desktop-file-utils' 'xdg-utils'
+ 'librsvg' 'curl' 'libsoup-gnome'
+ 'qtwebkit'
+ 'networkmanager'
+ 'zip' 'flex')
+options=('!libtool')
+source=("http://google-gadgets-for-linux.googlecode.com/files/$_realname-$pkgver.tar.bz2";
+   "wifi-types.patch"
+  'gcc47.patch'
+  'glibc231.patch')
+md5sums=('279305553bcbf74f3e3615f6abc36a5e'
+ 'f0df71c60a174e9d629db87b8bd9e102'
+ 'b62bc8592b5a44cb34cb7a7e4a6cf62e'
+ '4b96d1da79a375ef2fb58ff01a76f684')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver"
+
+  # Building thrice is expensive;
+  #   we move files around instead
+  #
+  # xulrunner 2.0 is incompatible;
+  #   we build without smjs-script/browser-element
+
+  patch -p1 <$srcdir/wifi-types.patch
+  patch -p1 -i "${srcdir}"/gcc47.patch
+  patch -p0 -i "${srcdir}"/glibc231.patch
+  ./configure --prefix=/usr \
+  --disable-werror \
+  --disable-update-desktop-database \
+  --disable-update-mime-database \
+  --with-oem-brand=Arch \
+  --with-ssl-ca-file=/etc/ssl/certs/ca-certificates.crt \
+  --with-browser-plugins-dir=/usr/lib/mozilla/plugins \
+  --disable-gtkmoz-browser-element \
+  --disable-smjs-script-runtime
+  make
+}
+
+package_google-gadgets-common() {
+  pkgdesc="Desktop widgets from Google (common files)"
+  install=$pkgbase-common.install
+  depends=('hicolor-icon-theme' 'shared-mime-info')
+  optdepends=('google-gadgets-gtk: GTK+ (full) UI'
+  'google-gadgets-qt: Qt (partial) UI')
+
+  cd "$srcdir/$_realname-$pkgver"
+
+  make -j1 DESTDIR="$pkgdir/" install
+
+  # we need to remove stuff in this package
+  cp -a "$pkgdir" "$_basedir"
+
+  # do not force any removal; we want to know in case files change
+  cd "$pkgdir/usr"
+  rm -r bin
+  rm -r share/applications
+
+  cd "$pkgdir/usr/lib/$pkgbase"
+
+  # gtk-related
+  #rm gtkmoz-browser-child
+  rm ../lib*gtk*
+  rm modules/gtk*.so
+
+  # qt-related
+  rm ../lib*qt*
+  rm modules/qt*.so
+}
+
+package_google-gadgets-gtk() {
+  pkgdesc="Desktop widgets from Google (full GTK+ front-end)"
+  groups=('google-gadgets')
+  install=$pkgbase.install
+  depends=('google-gadgets-common'
+   'desktop-file-utils' 'xdg-utils'
+   'gstreamer0.10-base-plugins' 'libwebkit' 'libsoup-gnome'
+   'librsvg' 'curl')
+  optdepends=('networkmanager: desktop integration')
+
+  # install the gtk binary
+  cd "$_basedir"
+  install -Dm755 "usr/bin/ggl-gtk" "$pkgdir/usr/bin/ggl-gtk"
+
+  # gtk-only browser stuff
+  #install -Dm755 usr/lib/$pkgbase/gtkmoz-browser-child \
+  #  "$pkgdir/usr/lib/$pkgbase/gtkmoz-browser-child"
+
+  # now the gtk l

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

2013-02-27 Thread Sergej Pupykin
Date: Wednesday, February 27, 2013 @ 18:04:01
  Author: spupykin
Revision: 85201

Modified:
  pyqt3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 16:55:28 UTC (rev 85200)
+++ PKGBUILD2013-02-27 17:04:01 UTC (rev 85201)
@@ -12,7 +12,7 @@
 depends=('python2-sip' 'qscintilla-qt3')
 makedepends=('glu')
 license=('GPL')
-source=("http://www.riverbankcomputing.com/static/Downloads/PyQt3/PyQt-x11-gpl-${pkgver}.tar.gz";)
+source=("http://downloads.sourceforge.net/project/pyqt/PyQt3/PyQt-x11-gpl-${pkgver}.tar.gz";)
 md5sums=('f1d120495d1aaf393819e988c0a7bb7e')
 
 build() {



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

2013-02-27 Thread Andrea Scarpino
Date: Wednesday, February 27, 2013 @ 18:05:01
  Author: andrea
Revision: 85202

archrelease: copy trunk to community-testing-i686

Added:
  google-gadgets/repos/community-testing-i686/
  google-gadgets/repos/community-testing-i686/PKGBUILD
(from rev 85201, google-gadgets/trunk/PKGBUILD)
  google-gadgets/repos/community-testing-i686/gcc47.patch
(from rev 85201, google-gadgets/trunk/gcc47.patch)
  google-gadgets/repos/community-testing-i686/glibc231.patch
(from rev 85201, google-gadgets/trunk/glibc231.patch)
  google-gadgets/repos/community-testing-i686/google-gadgets-common.install
(from rev 85201, google-gadgets/trunk/google-gadgets-common.install)
  google-gadgets/repos/community-testing-i686/google-gadgets.changelog
(from rev 85201, google-gadgets/trunk/google-gadgets.changelog)
  google-gadgets/repos/community-testing-i686/google-gadgets.install
(from rev 85201, google-gadgets/trunk/google-gadgets.install)
  google-gadgets/repos/community-testing-i686/wifi-types.patch
(from rev 85201, google-gadgets/trunk/wifi-types.patch)

---+
 PKGBUILD  |  164 
 gcc47.patch   |  325 
 glibc231.patch|   25 +++
 google-gadgets-common.install |   15 +
 google-gadgets.changelog  |8 
 google-gadgets.install|   15 +
 wifi-types.patch  |   36 
 7 files changed, 588 insertions(+)

Copied: google-gadgets/repos/community-testing-i686/PKGBUILD (from rev 85201, 
google-gadgets/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-02-27 17:05:01 UTC (rev 85202)
@@ -0,0 +1,164 @@
+# $Id$
+# Maintainer: Ray Rashif 
+
+pkgbase=google-gadgets
+pkgname=('google-gadgets-common' 'google-gadgets-gtk' 'google-gadgets-qt')
+_realname=$pkgbase-for-linux
+_basedir="$startdir/pkg/base"
+pkgver=0.11.2
+_sover=1.0
+_sobump=0.0.0
+pkgrel=6
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/google-gadgets-for-linux/";
+license=('APACHE')
+makedepends=('gstreamer0.10-base-plugins' 'libwebkit'
+ 'desktop-file-utils' 'xdg-utils'
+ 'librsvg' 'curl' 'libsoup-gnome'
+ 'qtwebkit'
+ 'networkmanager'
+ 'zip' 'flex')
+options=('!libtool')
+source=("http://google-gadgets-for-linux.googlecode.com/files/$_realname-$pkgver.tar.bz2";
+   "wifi-types.patch"
+  'gcc47.patch'
+  'glibc231.patch')
+md5sums=('279305553bcbf74f3e3615f6abc36a5e'
+ 'f0df71c60a174e9d629db87b8bd9e102'
+ 'b62bc8592b5a44cb34cb7a7e4a6cf62e'
+ '4b96d1da79a375ef2fb58ff01a76f684')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver"
+
+  # Building thrice is expensive;
+  #   we move files around instead
+  #
+  # xulrunner 2.0 is incompatible;
+  #   we build without smjs-script/browser-element
+
+  patch -p1 <$srcdir/wifi-types.patch
+  patch -p1 -i "${srcdir}"/gcc47.patch
+  patch -p0 -i "${srcdir}"/glibc231.patch
+  ./configure --prefix=/usr \
+  --disable-werror \
+  --disable-update-desktop-database \
+  --disable-update-mime-database \
+  --with-oem-brand=Arch \
+  --with-ssl-ca-file=/etc/ssl/certs/ca-certificates.crt \
+  --with-browser-plugins-dir=/usr/lib/mozilla/plugins \
+  --disable-gtkmoz-browser-element \
+  --disable-smjs-script-runtime
+  make
+}
+
+package_google-gadgets-common() {
+  pkgdesc="Desktop widgets from Google (common files)"
+  install=$pkgbase-common.install
+  depends=('hicolor-icon-theme' 'shared-mime-info')
+  optdepends=('google-gadgets-gtk: GTK+ (full) UI'
+  'google-gadgets-qt: Qt (partial) UI')
+
+  cd "$srcdir/$_realname-$pkgver"
+
+  make -j1 DESTDIR="$pkgdir/" install
+
+  # we need to remove stuff in this package
+  cp -a "$pkgdir" "$_basedir"
+
+  # do not force any removal; we want to know in case files change
+  cd "$pkgdir/usr"
+  rm -r bin
+  rm -r share/applications
+
+  cd "$pkgdir/usr/lib/$pkgbase"
+
+  # gtk-related
+  #rm gtkmoz-browser-child
+  rm ../lib*gtk*
+  rm modules/gtk*.so
+
+  # qt-related
+  rm ../lib*qt*
+  rm modules/qt*.so
+}
+
+package_google-gadgets-gtk() {
+  pkgdesc="Desktop widgets from Google (full GTK+ front-end)"
+  groups=('google-gadgets')
+  install=$pkgbase.install
+  depends=('google-gadgets-common'
+   'desktop-file-utils' 'xdg-utils'
+   'gstreamer0.10-base-plugins' 'libwebkit' 'libsoup-gnome'
+   'librsvg' 'curl')
+  optdepends=('networkmanager: desktop integration')
+
+  # install the gtk binary
+  cd "$_basedir"
+  install -Dm755 "usr/bin/ggl-gtk" "$pkgdir/usr/bin/ggl-gtk"
+
+  # gtk-only browser stuff
+  #install -Dm755 usr/lib/$pkgbase/gtkmoz-browser-child \
+  #  "$pkgdir/usr/lib/$pkgbase/gtkmoz-browser-child"
+
+  # now the gtk libraries
+  mkdir -p

[arch-commits] Commit in qsopcast/trunk (PKGBUILD gcc47.patch)

2013-02-27 Thread Andrea Scarpino
Date: Wednesday, February 27, 2013 @ 18:06:40
  Author: andrea
Revision: 85203

upgpkg: qsopcast 0.3.8-6

qt4 rebuild

Added:
  qsopcast/trunk/gcc47.patch
Modified:
  qsopcast/trunk/PKGBUILD

-+
 PKGBUILD|   14 +-
 gcc47.patch |   33 +
 2 files changed, 42 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 17:05:01 UTC (rev 85202)
+++ PKGBUILD2013-02-27 17:06:40 UTC (rev 85203)
@@ -4,22 +4,26 @@
 
 pkgname=qsopcast
 pkgver=0.3.8
-pkgrel=5
+pkgrel=6
 pkgdesc="A Qt front-end to p2p TV sopcast"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/qsopcast";
 license=('GPL2')
-depends=('qt' 'sopcast')
+depends=('qt4' 'sopcast')
 source=("http://qsopcast.googlecode.com/files/${pkgname}-${pkgver}-qt4.tar.bz2";
-'qsopcast.desktop')
+'qsopcast.desktop'
+'gcc47.patch')
 sha1sums=('d0bb84bbc7d0e75fd1473a3ee8ddcf18ee5c43ca'
-  'ada48f3fdeab903235967142740d057d544494c4')
+  'ada48f3fdeab903235967142740d057d544494c4'
+  '96619ebf04b8c3f752d8e219785e13a68bb9e06c')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}-qt4/src"
 
+  patch -p2 -i "${srcdir}"/gcc47.patch
+
   sed -i "s:/usr/local:/usr:g" qsopcast.pro main.cpp
-  qmake
+  qmake4
   make
 }
 

Added: gcc47.patch
===
--- gcc47.patch (rev 0)
+++ gcc47.patch 2013-02-27 17:06:40 UTC (rev 85203)
@@ -0,0 +1,33 @@
+--- qsopcast-0.3.8-qt4/src/loadsave.cpp~   2013-02-27 17:01:20.543229693 
+
 qsopcast-0.3.8-qt4/src/loadsave.cpp2013-02-27 17:01:38.629768649 
+
+@@ -18,6 +18,8 @@
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+ 
++#include 
++
+ #include "mypopupmenu.h"
+ #include "loadsave.h"
+ #include "mainwindow.h"
+--- qsopcast-0.3.8-qt4/src/sopfork.cpp~2013-02-27 17:03:19.35572 
+
 qsopcast-0.3.8-qt4/src/sopfork.cpp 2013-02-27 17:03:33.018960848 +
+@@ -18,6 +18,8 @@
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+ 
++#include 
++
+ #include "sopfork.h"
+ #include "header.h"
+ #include "playfork.h"
+--- qsopcast-0.3.8-qt4/src/record.cpp~ 2013-02-27 17:05:04.374982336 +
 qsopcast-0.3.8-qt4/src/record.cpp  2013-02-27 17:05:15.474903741 +
+@@ -18,6 +18,8 @@
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+ 
++#include 
++
+ #include "sopfork.h"
+ #include "record.h"
+ #include "header.h"



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

2013-02-27 Thread Andrea Scarpino
Date: Wednesday, February 27, 2013 @ 18:06:45
  Author: andrea
Revision: 85204

archrelease: copy trunk to community-testing-i686

Added:
  qsopcast/repos/community-testing-i686/
  qsopcast/repos/community-testing-i686/PKGBUILD
(from rev 85203, qsopcast/trunk/PKGBUILD)
  qsopcast/repos/community-testing-i686/gcc47.patch
(from rev 85203, qsopcast/trunk/gcc47.patch)
  qsopcast/repos/community-testing-i686/qsopcast.desktop
(from rev 85203, qsopcast/trunk/qsopcast.desktop)

--+
 PKGBUILD |   37 +
 gcc47.patch  |   33 +
 qsopcast.desktop |   10 ++
 3 files changed, 80 insertions(+)

Copied: qsopcast/repos/community-testing-i686/PKGBUILD (from rev 85203, 
qsopcast/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-02-27 17:06:45 UTC (rev 85204)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Andrea Scarpino 
+
+pkgname=qsopcast
+pkgver=0.3.8
+pkgrel=6
+pkgdesc="A Qt front-end to p2p TV sopcast"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/qsopcast";
+license=('GPL2')
+depends=('qt4' 'sopcast')
+source=("http://qsopcast.googlecode.com/files/${pkgname}-${pkgver}-qt4.tar.bz2";
+'qsopcast.desktop'
+'gcc47.patch')
+sha1sums=('d0bb84bbc7d0e75fd1473a3ee8ddcf18ee5c43ca'
+  'ada48f3fdeab903235967142740d057d544494c4'
+  '96619ebf04b8c3f752d8e219785e13a68bb9e06c')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}-qt4/src"
+
+  patch -p2 -i "${srcdir}"/gcc47.patch
+
+  sed -i "s:/usr/local:/usr:g" qsopcast.pro main.cpp
+  qmake4
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}-qt4/src"
+
+  make INSTALL_ROOT=$pkgdir install
+  install -D -m644 $srcdir/qsopcast.desktop \
+$pkgdir/usr/share/applications/qsopcast.desktop
+  rm -rf "${pkgdir}/usr/bin/sp-sc"
+}

Copied: qsopcast/repos/community-testing-i686/gcc47.patch (from rev 85203, 
qsopcast/trunk/gcc47.patch)
===
--- community-testing-i686/gcc47.patch  (rev 0)
+++ community-testing-i686/gcc47.patch  2013-02-27 17:06:45 UTC (rev 85204)
@@ -0,0 +1,33 @@
+--- qsopcast-0.3.8-qt4/src/loadsave.cpp~   2013-02-27 17:01:20.543229693 
+
 qsopcast-0.3.8-qt4/src/loadsave.cpp2013-02-27 17:01:38.629768649 
+
+@@ -18,6 +18,8 @@
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+ 
++#include 
++
+ #include "mypopupmenu.h"
+ #include "loadsave.h"
+ #include "mainwindow.h"
+--- qsopcast-0.3.8-qt4/src/sopfork.cpp~2013-02-27 17:03:19.35572 
+
 qsopcast-0.3.8-qt4/src/sopfork.cpp 2013-02-27 17:03:33.018960848 +
+@@ -18,6 +18,8 @@
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+ 
++#include 
++
+ #include "sopfork.h"
+ #include "header.h"
+ #include "playfork.h"
+--- qsopcast-0.3.8-qt4/src/record.cpp~ 2013-02-27 17:05:04.374982336 +
 qsopcast-0.3.8-qt4/src/record.cpp  2013-02-27 17:05:15.474903741 +
+@@ -18,6 +18,8 @@
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+ 
++#include 
++
+ #include "sopfork.h"
+ #include "record.h"
+ #include "header.h"

Copied: qsopcast/repos/community-testing-i686/qsopcast.desktop (from rev 85203, 
qsopcast/trunk/qsopcast.desktop)
===
--- community-testing-i686/qsopcast.desktop (rev 0)
+++ community-testing-i686/qsopcast.desktop 2013-02-27 17:06:45 UTC (rev 
85204)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Comment=A Qt frontend of sopcast
+Exec=qsopcast
+GenericName=Online TV
+Icon=qsopcast.xpm
+Name=QSopcast
+StartupNotify=true
+Terminal=false
+Type=Application
+Categories=Application;Network;



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

2013-02-27 Thread Andrea Scarpino
Date: Wednesday, February 27, 2013 @ 18:11:42
  Author: andrea
Revision: 85205

upgpkg: winestuff 0.2.0-3

qt4 rebuild

Modified:
  winestuff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 17:06:45 UTC (rev 85204)
+++ PKGBUILD2013-02-27 17:11:42 UTC (rev 85205)
@@ -3,12 +3,12 @@
 
 pkgname=winestuff
 pkgver=0.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Library utility for winegame"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/winegame/";
 license=('LGPL2.1')
-makedepends=('qt' 'cmake')
+makedepends=('qt4' 'cmake')
 source=(http://winegame.googlecode.com/files/$pkgname-$pkgver.tar.gz)
 md5sums=('a01f55d30bd0e1dcee3a44aa0fa5369d')
 
@@ -26,7 +26,7 @@
 }
 
 package() {
-  depends=('qt' 'fuseiso' 'winetricks')
+  depends=('qt4' 'fuseiso' 'winetricks')
 
   cd "$srcdir/$pkgname-$pkgver/build"
 



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

2013-02-27 Thread Andrea Scarpino
Date: Wednesday, February 27, 2013 @ 18:11:47
  Author: andrea
Revision: 85206

archrelease: copy trunk to community-testing-i686

Added:
  winestuff/repos/community-testing-i686/
  winestuff/repos/community-testing-i686/PKGBUILD
(from rev 85205, winestuff/trunk/PKGBUILD)

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

Copied: winestuff/repos/community-testing-i686/PKGBUILD (from rev 85205, 
winestuff/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-02-27 17:11:47 UTC (rev 85206)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgname=winestuff
+pkgver=0.2.0
+pkgrel=3
+pkgdesc="Library utility for winegame"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/winegame/";
+license=('LGPL2.1')
+makedepends=('qt4' 'cmake')
+source=(http://winegame.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('a01f55d30bd0e1dcee3a44aa0fa5369d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr ..
+
+  make translations
+  make
+}
+
+package() {
+  depends=('qt4' 'fuseiso' 'winetricks')
+
+  cd "$srcdir/$pkgname-$pkgver/build"
+
+  make DESTDIR="$pkgdir/" install
+}
+



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

2013-02-27 Thread Andrea Scarpino
Date: Wednesday, February 27, 2013 @ 18:13:35
  Author: andrea
Revision: 178851

upgpkg: transmission 2.77-2

qt4 rebuild

Modified:
  transmission/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 16:50:08 UTC (rev 178850)
+++ PKGBUILD2013-02-27 17:13:35 UTC (rev 178851)
@@ -4,11 +4,11 @@
 pkgbase=transmission
 pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
 pkgver=2.77
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.transmissionbt.com/";
 license=('MIT')
-makedepends=('gtk3' 'intltool' 'curl' 'qt' 'libevent')
+makedepends=('gtk3' 'intltool' 'curl' 'qt4' 'libevent')
 source=(http://mirrors.m0k.org/transmission/files/$pkgbase-$pkgver.tar.xz
 transmissiond transmissiond.conf transmission.systemd
 transmission.tmpfiles)
@@ -24,7 +24,7 @@
   ./configure --prefix=/usr
   make
   pushd qt
-  qmake qtr.pro
+  qmake4 qtr.pro
   make
 }
 package_transmission-cli() {
@@ -63,7 +63,7 @@
 
 package_transmission-qt() {
   pkgdesc="Fast, easy, and free BitTorrent client (Qt GUI)"
-  depends=('curl' 'qt' 'libevent')
+  depends=('curl' 'qt4' 'libevent')
   optdepends=('transmission-cli: daemon and web support')
   install=transmission-qt.install
 



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

2013-02-27 Thread Andrea Scarpino
Date: Wednesday, February 27, 2013 @ 18:13:50
  Author: andrea
Revision: 178852

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

Added:
  transmission/repos/testing-i686/
  transmission/repos/testing-i686/PKGBUILD
(from rev 178851, transmission/trunk/PKGBUILD)
  transmission/repos/testing-i686/transmission-cli.install
(from rev 178851, transmission/trunk/transmission-cli.install)
  transmission/repos/testing-i686/transmission-gtk.install
(from rev 178851, transmission/trunk/transmission-gtk.install)
  transmission/repos/testing-i686/transmission-qt.install
(from rev 178851, transmission/trunk/transmission-qt.install)
  transmission/repos/testing-i686/transmission.systemd
(from rev 178851, transmission/trunk/transmission.systemd)
  transmission/repos/testing-i686/transmission.tmpfiles
(from rev 178851, transmission/trunk/transmission.tmpfiles)
  transmission/repos/testing-i686/transmissiond
(from rev 178851, transmission/trunk/transmissiond)
  transmission/repos/testing-i686/transmissiond.conf
(from rev 178851, transmission/trunk/transmissiond.conf)
  transmission/repos/testing-x86_64/
  transmission/repos/testing-x86_64/PKGBUILD
(from rev 178851, transmission/trunk/PKGBUILD)
  transmission/repos/testing-x86_64/transmission-cli.install
(from rev 178851, transmission/trunk/transmission-cli.install)
  transmission/repos/testing-x86_64/transmission-gtk.install
(from rev 178851, transmission/trunk/transmission-gtk.install)
  transmission/repos/testing-x86_64/transmission-qt.install
(from rev 178851, transmission/trunk/transmission-qt.install)
  transmission/repos/testing-x86_64/transmission.systemd
(from rev 178851, transmission/trunk/transmission.systemd)
  transmission/repos/testing-x86_64/transmission.tmpfiles
(from rev 178851, transmission/trunk/transmission.tmpfiles)
  transmission/repos/testing-x86_64/transmissiond
(from rev 178851, transmission/trunk/transmissiond)
  transmission/repos/testing-x86_64/transmissiond.conf
(from rev 178851, transmission/trunk/transmissiond.conf)

-+
 testing-i686/PKGBUILD   |   77 ++
 testing-i686/transmission-cli.install   |   11 
 testing-i686/transmission-gtk.install   |   12 
 testing-i686/transmission-qt.install|   11 
 testing-i686/transmission.systemd   |   14 +
 testing-i686/transmission.tmpfiles  |1 
 testing-i686/transmissiond  |   46 +
 testing-i686/transmissiond.conf |4 +
 testing-x86_64/PKGBUILD |   77 ++
 testing-x86_64/transmission-cli.install |   11 
 testing-x86_64/transmission-gtk.install |   12 
 testing-x86_64/transmission-qt.install  |   11 
 testing-x86_64/transmission.systemd |   14 +
 testing-x86_64/transmission.tmpfiles|1 
 testing-x86_64/transmissiond|   46 +
 testing-x86_64/transmissiond.conf   |4 +
 16 files changed, 352 insertions(+)

Copied: transmission/repos/testing-i686/PKGBUILD (from rev 178851, 
transmission/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-27 17:13:50 UTC (rev 178852)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer : Ionut Biru 
+
+pkgbase=transmission
+pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt')
+pkgver=2.77
+pkgrel=2
+arch=('i686' 'x86_64')
+url="http://www.transmissionbt.com/";
+license=('MIT')
+makedepends=('gtk3' 'intltool' 'curl' 'qt4' 'libevent')
+source=(http://mirrors.m0k.org/transmission/files/$pkgbase-$pkgver.tar.xz
+transmissiond transmissiond.conf transmission.systemd
+transmission.tmpfiles)
+md5sums=('60c0e77a1852656215f7102a437b2a3d'
+ '7d6186ee2a852ae3d44980f05063e194'
+ 'db72b02fee139e8ab416324e6c044d76'
+ '5c289c8901221a94be74665368ab5c2c'
+ '23f2320361ad54373c3a4551ef634fe8')
+
+build() {
+  cd $pkgbase-$pkgver
+
+  ./configure --prefix=/usr
+  make
+  pushd qt
+  qmake4 qtr.pro
+  make
+}
+package_transmission-cli() {
+  pkgdesc="Fast, easy, and free BitTorrent client (CLI tools, daemon and web 
client)"
+  depends=('curl' 'libevent')
+  backup=('etc/conf.d/transmissiond')
+  install=transmission-cli.install
+
+  cd $pkgbase-$pkgver
+
+  for dir in daemon cli web utils
+  do
+  make -C "$dir" DESTDIR="$pkgdir" install
+  done
+
+  install -D -m755 "$srcdir/transmissiond" "$pkgdir/etc/rc.d/transmissiond"
+  install -D -m644 "$srcdir/transmissiond.conf" 
"$pkgdir/etc/conf.d/transmissiond"
+  install -D -m644 "$srcdir/transmission.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/transmission.conf"
+  install -D -m644 "$srcdir/transmission.systemd" 
"$pkgdir/usr/lib/systemd/system/transmission.service"
+  install -D -m644 COPYING 
"$pkgdir/usr/share/licenses/transmission-cli/COPYING"

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

2013-02-27 Thread Florian Pritz
Date: Wednesday, February 27, 2013 @ 18:22:12
  Author: bluewind
Revision: 85207

archrelease: copy trunk to multilib-testing-x86_64

Added:
  qsopcast/repos/multilib-testing-x86_64/
  qsopcast/repos/multilib-testing-x86_64/PKGBUILD
(from rev 85206, qsopcast/trunk/PKGBUILD)
  qsopcast/repos/multilib-testing-x86_64/gcc47.patch
(from rev 85206, qsopcast/trunk/gcc47.patch)
  qsopcast/repos/multilib-testing-x86_64/qsopcast.desktop
(from rev 85206, qsopcast/trunk/qsopcast.desktop)

--+
 PKGBUILD |   37 +
 gcc47.patch  |   33 +
 qsopcast.desktop |   10 ++
 3 files changed, 80 insertions(+)

Copied: qsopcast/repos/multilib-testing-x86_64/PKGBUILD (from rev 85206, 
qsopcast/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2013-02-27 17:22:12 UTC (rev 85207)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Andrea Scarpino 
+
+pkgname=qsopcast
+pkgver=0.3.8
+pkgrel=6
+pkgdesc="A Qt front-end to p2p TV sopcast"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/qsopcast";
+license=('GPL2')
+depends=('qt4' 'sopcast')
+source=("http://qsopcast.googlecode.com/files/${pkgname}-${pkgver}-qt4.tar.bz2";
+'qsopcast.desktop'
+'gcc47.patch')
+sha1sums=('d0bb84bbc7d0e75fd1473a3ee8ddcf18ee5c43ca'
+  'ada48f3fdeab903235967142740d057d544494c4'
+  '96619ebf04b8c3f752d8e219785e13a68bb9e06c')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}-qt4/src"
+
+  patch -p2 -i "${srcdir}"/gcc47.patch
+
+  sed -i "s:/usr/local:/usr:g" qsopcast.pro main.cpp
+  qmake4
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}-qt4/src"
+
+  make INSTALL_ROOT=$pkgdir install
+  install -D -m644 $srcdir/qsopcast.desktop \
+$pkgdir/usr/share/applications/qsopcast.desktop
+  rm -rf "${pkgdir}/usr/bin/sp-sc"
+}

Copied: qsopcast/repos/multilib-testing-x86_64/gcc47.patch (from rev 85206, 
qsopcast/trunk/gcc47.patch)
===
--- multilib-testing-x86_64/gcc47.patch (rev 0)
+++ multilib-testing-x86_64/gcc47.patch 2013-02-27 17:22:12 UTC (rev 85207)
@@ -0,0 +1,33 @@
+--- qsopcast-0.3.8-qt4/src/loadsave.cpp~   2013-02-27 17:01:20.543229693 
+
 qsopcast-0.3.8-qt4/src/loadsave.cpp2013-02-27 17:01:38.629768649 
+
+@@ -18,6 +18,8 @@
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+ 
++#include 
++
+ #include "mypopupmenu.h"
+ #include "loadsave.h"
+ #include "mainwindow.h"
+--- qsopcast-0.3.8-qt4/src/sopfork.cpp~2013-02-27 17:03:19.35572 
+
 qsopcast-0.3.8-qt4/src/sopfork.cpp 2013-02-27 17:03:33.018960848 +
+@@ -18,6 +18,8 @@
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+ 
++#include 
++
+ #include "sopfork.h"
+ #include "header.h"
+ #include "playfork.h"
+--- qsopcast-0.3.8-qt4/src/record.cpp~ 2013-02-27 17:05:04.374982336 +
 qsopcast-0.3.8-qt4/src/record.cpp  2013-02-27 17:05:15.474903741 +
+@@ -18,6 +18,8 @@
+ *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+ 
++#include 
++
+ #include "sopfork.h"
+ #include "record.h"
+ #include "header.h"

Copied: qsopcast/repos/multilib-testing-x86_64/qsopcast.desktop (from rev 
85206, qsopcast/trunk/qsopcast.desktop)
===
--- multilib-testing-x86_64/qsopcast.desktop(rev 0)
+++ multilib-testing-x86_64/qsopcast.desktop2013-02-27 17:22:12 UTC (rev 
85207)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Comment=A Qt frontend of sopcast
+Exec=qsopcast
+GenericName=Online TV
+Icon=qsopcast.xpm
+Name=QSopcast
+StartupNotify=true
+Terminal=false
+Type=Application
+Categories=Application;Network;



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

2013-02-27 Thread Florian Pritz
Date: Wednesday, February 27, 2013 @ 18:24:40
  Author: bluewind
Revision: 85208

archrelease: copy trunk to multilib-testing-x86_64

Added:
  q4wine/repos/multilib-testing-x86_64/
  q4wine/repos/multilib-testing-x86_64/PKGBUILD
(from rev 85207, q4wine/trunk/PKGBUILD)
  q4wine/repos/multilib-testing-x86_64/q4wine.desktop
(from rev 85207, q4wine/trunk/q4wine.desktop)

+
 PKGBUILD   |   31 +++
 q4wine.desktop |   18 ++
 2 files changed, 49 insertions(+)

Copied: q4wine/repos/multilib-testing-x86_64/PKGBUILD (from rev 85207, 
q4wine/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2013-02-27 17:24:40 UTC (rev 85208)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Chris Giles 
+
+pkgname=q4wine
+pkgver=1.0_r1
+pkgrel=2
+pkgdesc="A Qt4 GUI for Wine"
+arch=("i686" "x86_64")
+url="http://sourceforge.net/projects/${pkgname}/";
+license=("GPL3")
+depends=("qt4" "wine" "sqlite3" "which" "icoutils")
+makedepends=("cmake")
+optdepends=("winetricks" "fuseiso")
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver/_/-}.tar.bz2)
+md5sums=('9cee53cbeea515f7162b76ba8b12cae6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_WINETRIKS=ON \
+-DLIBS_ENTRY_PATH=/usr/lib/$pkgname .
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  make DESTDIR=${pkgdir} install
+}

Copied: q4wine/repos/multilib-testing-x86_64/q4wine.desktop (from rev 85207, 
q4wine/trunk/q4wine.desktop)
===
--- multilib-testing-x86_64/q4wine.desktop  (rev 0)
+++ multilib-testing-x86_64/q4wine.desktop  2013-02-27 17:24:40 UTC (rev 
85208)
@@ -0,0 +1,18 @@
+[Desktop Entry]
+Name=Q4Wine
+GenericName=A Qt4 GUI for Wine
+Comment=A Qt4 GUI for Wine
+#Version=0.1
+Type=Application
+Categories=KDE;Qt;Settings
+Terminal=false
+Encoding=UTF-8
+Icon=wine
+Exec=q4wine
+#ServiceTypes=inode/directory
+#Actions=Create;
+#X-KDE-Submenu=
+#X-KDE-Priority=TopLevel
+#X-KDE-Icon=tgz
+X-KDE-StartupNotify=true
+#X-DCOP-ServiceType=Unique



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

2013-02-27 Thread Florian Pritz
Date: Wednesday, February 27, 2013 @ 18:25:31
  Author: bluewind
Revision: 85209

archrelease: copy trunk to multilib-testing-x86_64

Added:
  winestuff/repos/multilib-testing-x86_64/
  winestuff/repos/multilib-testing-x86_64/PKGBUILD
(from rev 85208, winestuff/trunk/PKGBUILD)

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

Copied: winestuff/repos/multilib-testing-x86_64/PKGBUILD (from rev 85208, 
winestuff/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2013-02-27 17:25:31 UTC (rev 85209)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+
+pkgname=winestuff
+pkgver=0.2.0
+pkgrel=3
+pkgdesc="Library utility for winegame"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/winegame/";
+license=('LGPL2.1')
+makedepends=('qt4' 'cmake')
+source=(http://winegame.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('a01f55d30bd0e1dcee3a44aa0fa5369d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr ..
+
+  make translations
+  make
+}
+
+package() {
+  depends=('qt4' 'fuseiso' 'winetricks')
+
+  cd "$srcdir/$pkgname-$pkgver/build"
+
+  make DESTDIR="$pkgdir/" install
+}
+



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

2013-02-27 Thread Andrea Scarpino
Date: Wednesday, February 27, 2013 @ 18:27:01
  Author: andrea
Revision: 85210

upgpkg: gluon 0.71.0-5

qt4 rebuild

Modified:
  gluon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 17:25:31 UTC (rev 85209)
+++ PKGBUILD2013-02-27 17:27:01 UTC (rev 85210)
@@ -5,7 +5,7 @@
 pkgname=gluon
 pkgver=0.71.0
 _pkgver=0.71
-pkgrel=4
+pkgrel=5
 pkgdesc="A free and open source platform for creating and distributing games"
 arch=('i686' 'x86_64')
 url="http://gluon.gamingfreedom.org/";
@@ -27,11 +27,16 @@
   cd build
   cmake ../$pkgname-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON
   make
 }
 
 package() {
   cd "$srcdir"/build
   make DESTDIR="$pkgdir" install
+
+  if [[ "$CARCH" == "x86_64" ]]; then
+mv "${pkgdir}"/usr/lib64 "${pkgdir}"/usr/lib
+  fi
 }



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

2013-02-27 Thread Andrea Scarpino
Date: Wednesday, February 27, 2013 @ 18:27:09
  Author: andrea
Revision: 85211

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

Added:
  gluon/repos/community-testing-i686/
  gluon/repos/community-testing-i686/PKGBUILD
(from rev 85210, gluon/trunk/PKGBUILD)
  gluon/repos/community-testing-i686/gcc47.patch
(from rev 85210, gluon/trunk/gcc47.patch)
  gluon/repos/community-testing-i686/gluon.install
(from rev 85210, gluon/trunk/gluon.install)
  gluon/repos/community-testing-x86_64/
  gluon/repos/community-testing-x86_64/PKGBUILD
(from rev 85210, gluon/trunk/PKGBUILD)
  gluon/repos/community-testing-x86_64/gcc47.patch
(from rev 85210, gluon/trunk/gcc47.patch)
  gluon/repos/community-testing-x86_64/gluon.install
(from rev 85210, gluon/trunk/gluon.install)

+
 community-testing-i686/PKGBUILD|   42 +++
 community-testing-i686/gcc47.patch |   31 ++
 community-testing-i686/gluon.install   |   15 +++
 community-testing-x86_64/PKGBUILD  |   42 +++
 community-testing-x86_64/gcc47.patch   |   31 ++
 community-testing-x86_64/gluon.install |   15 +++
 6 files changed, 176 insertions(+)

Copied: gluon/repos/community-testing-i686/PKGBUILD (from rev 85210, 
gluon/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-02-27 17:27:09 UTC (rev 85211)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Ivan Sichmann Freitas 
+
+pkgname=gluon
+pkgver=0.71.0
+_pkgver=0.71
+pkgrel=5
+pkgdesc="A free and open source platform for creating and distributing games"
+arch=('i686' 'x86_64')
+url="http://gluon.gamingfreedom.org/";
+license=('LGPL')
+depends=('kdelibs' 'libsndfile' 'alure')
+makedepends=('cmake' 'automoc4' 'mesa' 'kdevplatform')
+install=gluon.install
+source=("http://download.kde.org/unstable/$pkgname/$_pkgver/src/$pkgname-$pkgver.tar.gz";
+'gcc47.patch')
+md5sums=('e4f284c0ae00e5b8a58cc3e6201857fe'
+ '92adbf8b23f4af2a15a005b031c81c5f')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  patch -p1 -i "$srcdir"/gcc47.patch
+
+  cd "$srcdir"
+  mkdir build
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON
+  make
+}
+
+package() {
+  cd "$srcdir"/build
+  make DESTDIR="$pkgdir" install
+
+  if [[ "$CARCH" == "x86_64" ]]; then
+mv "${pkgdir}"/usr/lib64 "${pkgdir}"/usr/lib
+  fi
+}

Copied: gluon/repos/community-testing-i686/gcc47.patch (from rev 85210, 
gluon/trunk/gcc47.patch)
===
--- community-testing-i686/gcc47.patch  (rev 0)
+++ community-testing-i686/gcc47.patch  2013-02-27 17:27:09 UTC (rev 85211)
@@ -0,0 +1,31 @@
+From: Christoph Feck 
+Date: Fri, 23 Mar 2012 22:35:09 +
+Subject: Fix includes
+X-Git-Url: 
http://quickgit.kde.org/?p=gluon.git&a=commitdiff&h=bccbda88a6bc53ac20091bb6aefd2f1b501ba31a
+---
+Fix includes
+---
+
+
+--- a/input/linux/detectlinux.cpp
 b/input/linux/detectlinux.cpp
+@@ -26,6 +26,7 @@
+ 
+ #include 
+ 
++#include 
+ // #include 
+ 
+ using namespace GluonInput;
+
+--- a/input/linux/inputthread.cpp
 b/input/linux/inputthread.cpp
+@@ -30,6 +30,7 @@
+ // #include 
+ 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+

Copied: gluon/repos/community-testing-i686/gluon.install (from rev 85210, 
gluon/trunk/gluon.install)
===
--- community-testing-i686/gluon.install(rev 0)
+++ community-testing-i686/gluon.install2013-02-27 17:27:09 UTC (rev 
85211)
@@ -0,0 +1,15 @@
+post_install() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor
+  update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  update-desktop-database -q
+  xdg-icon-resource forceupdate --theme hicolor
+  update-mime-database usr/share/mime > /dev/null
+}

Copied: gluon/repos/community-testing-x86_64/PKGBUILD (from rev 85210, 
gluon/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-02-27 17:27:09 UTC (rev 85211)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Ivan Sichmann Freitas 
+
+pkgname=gluon
+pkgver=0.71.0
+_pkgver=0.71
+pkgrel=5
+pkgdesc="A free and open source platform for creating and distributing games"
+arch=('i686' 'x86_64')
+url="http://gluon.gamingfreedom.org/";
+license=('LGPL')
+depends=('kdelibs' 'libsndfile' 'alure')
+makedepends=('cmake' 'automoc4' 'mesa' 

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

2013-02-27 Thread Sven-Hendrik Haase
Date: Wednesday, February 27, 2013 @ 19:06:17
  Author: svenstaro
Revision: 85212

upgpkg: openshadinglanguage 1.3.0-2

Rebuild with LLVM_STATIC=ON

Modified:
  openshadinglanguage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 17:27:09 UTC (rev 85211)
+++ PKGBUILD2013-02-27 18:06:17 UTC (rev 85212)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=openshadinglanguage
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Advanced shading language for production GI renderers"
 arch=(i686 x86_64)
 url="http://code.google.com/p/openshadinglanguage/";
@@ -17,7 +17,12 @@
   [[ -d build ]] && rm -r build
   mkdir build && cd build
 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+  # TODO: Remove LLVM_STATIC with llvm 3.3 when we'll have shared libs
+  # Check blender for crash with llvm pipe (run LIBGL_ALWAYS_SOFTWARE=1 
blender)
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLLVM_STATIC=ON \
+..
   make
 }
 



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

2013-02-27 Thread Sven-Hendrik Haase
Date: Wednesday, February 27, 2013 @ 19:06:27
  Author: svenstaro
Revision: 85213

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

Added:
  openshadinglanguage/repos/community-i686/PKGBUILD
(from rev 85212, openshadinglanguage/trunk/PKGBUILD)
  openshadinglanguage/repos/community-i686/llvm32.patch
(from rev 85212, openshadinglanguage/trunk/llvm32.patch)
  openshadinglanguage/repos/community-x86_64/PKGBUILD
(from rev 85212, openshadinglanguage/trunk/PKGBUILD)
  openshadinglanguage/repos/community-x86_64/llvm32.patch
(from rev 85212, openshadinglanguage/trunk/llvm32.patch)
Deleted:
  openshadinglanguage/repos/community-i686/PKGBUILD
  openshadinglanguage/repos/community-i686/llvm32.patch
  openshadinglanguage/repos/community-x86_64/PKGBUILD
  openshadinglanguage/repos/community-x86_64/llvm32.patch

---+
 community-i686/PKGBUILD   |   79 +++---
 community-i686/llvm32.patch   |  142 
 community-x86_64/PKGBUILD |   79 +++---
 community-x86_64/llvm32.patch |  142 
 4 files changed, 226 insertions(+), 216 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-27 18:06:17 UTC (rev 85212)
+++ community-i686/PKGBUILD 2013-02-27 18:06:27 UTC (rev 85213)
@@ -1,37 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=openshadinglanguage
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="Advanced shading language for production GI renderers"
-arch=(i686 x86_64)
-url="http://code.google.com/p/openshadinglanguage/";
-license=('custom')
-depends=('boost-libs' 'openimageio' 'openexr' 'llvm' 'intel-tbb' 'freetype2' 
'libpng' 'libtiff')
-makedepends=('boost' 'cmake' 'clang')
-source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz)
-md5sums=('1e8c47475cb092cec0aada843b2893ed')
-
-build() {
-  cd OpenShadingLanguage-Release-$pkgver/src
-
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-  make
-}
-
-package() {
-  cd OpenShadingLanguage-Release-$pkgver/src/build
-
-  make DESTDIR="$pkgdir/" install
-
-  mkdir -p $pkgdir/usr/share/OSL/
-  mkdir -p $pkgdir/usr/share/licenses/$pkgname
-  mv $pkgdir/usr/LICENSE $pkgdir/usr/share/licenses/$pkgname # TODO: Tell 
upstream about this shit
-  mv $pkgdir/usr/{CHANGES,README.md,INSTALL} $pkgdir/usr/share/OSL/
-  mv $pkgdir/usr/doc $pkgdir/usr/share/OSL/doc
-  mv $pkgdir/usr/shaders $pkgdir/usr/share/OSL/shaders
-}
-
-# vim:set ts=2 sw=2 et:

Copied: openshadinglanguage/repos/community-i686/PKGBUILD (from rev 85212, 
openshadinglanguage/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-27 18:06:27 UTC (rev 85213)
@@ -0,0 +1,42 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=openshadinglanguage
+pkgver=1.3.0
+pkgrel=2
+pkgdesc="Advanced shading language for production GI renderers"
+arch=(i686 x86_64)
+url="http://code.google.com/p/openshadinglanguage/";
+license=('custom')
+depends=('boost-libs' 'openimageio' 'openexr' 'llvm' 'intel-tbb' 'freetype2' 
'libpng' 'libtiff')
+makedepends=('boost' 'cmake' 'clang')
+source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz)
+md5sums=('1e8c47475cb092cec0aada843b2893ed')
+
+build() {
+  cd OpenShadingLanguage-Release-$pkgver/src
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  # TODO: Remove LLVM_STATIC with llvm 3.3 when we'll have shared libs
+  # Check blender for crash with llvm pipe (run LIBGL_ALWAYS_SOFTWARE=1 
blender)
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLLVM_STATIC=ON \
+..
+  make
+}
+
+package() {
+  cd OpenShadingLanguage-Release-$pkgver/src/build
+
+  make DESTDIR="$pkgdir/" install
+
+  mkdir -p $pkgdir/usr/share/OSL/
+  mkdir -p $pkgdir/usr/share/licenses/$pkgname
+  mv $pkgdir/usr/LICENSE $pkgdir/usr/share/licenses/$pkgname # TODO: Tell 
upstream about this shit
+  mv $pkgdir/usr/{CHANGES,README.md,INSTALL} $pkgdir/usr/share/OSL/
+  mv $pkgdir/usr/doc $pkgdir/usr/share/OSL/doc
+  mv $pkgdir/usr/shaders $pkgdir/usr/share/OSL/shaders
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/llvm32.patch
===
--- community-i686/llvm32.patch 2013-02-27 18:06:17 UTC (rev 85212)
+++ community-i686/llvm32.patch 2013-02-27 18:06:27 UTC (rev 85213)
@@ -1,71 +0,0 @@
-commit c391ceb1936459b70147d6f8ac389ded26a7e028
-Author: Sven-Hendrik Haase 
-Date:   Fri Dec 28 09:00:33 2012 +0100
-
-Fix for LLVM 3.2
-
-diff --git a/src/liboslexec/llvm_headers.h b/src/liboslexec/llvm_headers.h
-index 41a7a11..5ff4384 100644
 a/src/liboslexec/llvm_headers.h
-+++ b/src/liboslexec/llvm_headers.h
-@@ -45,10 +45,18 @@ namespace llvm = LLVM_NAME

[arch-commits] Commit in ffmpegsource/trunk (PKGBUILD enable-libavresample.patch)

2013-02-27 Thread Maxime Gauduin
Date: Wednesday, February 27, 2013 @ 19:14:12
  Author: alucryd
Revision: 85214

upgpkg: ffmpegsource 743-2

Added:
  ffmpegsource/trunk/enable-libavresample.patch
Modified:
  ffmpegsource/trunk/PKGBUILD

+
 PKGBUILD   |   13 
 enable-libavresample.patch |  970 +++
 2 files changed, 979 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 18:06:27 UTC (rev 85213)
+++ PKGBUILD2013-02-27 18:14:12 UTC (rev 85214)
@@ -3,7 +3,7 @@
 
 pkgname=ffmpegsource
 pkgver=743
-pkgrel=1
+pkgrel=2
 pkgdesc="A libav/ffmpeg based source library and Avisynth plugin for easy 
frame accurate access"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/ffmpegsource/";
@@ -11,14 +11,17 @@
 depends=('ffmpeg')
 makedepends=('svn')
 options=('!libtool')
-source=('autoconf.patch')
-sha256sums=('b09a7e9a08a16bdaf19d43c7ad8d3ec455f6fecec2f4f5ada417345343adda93')
+source=('autoconf.patch' 'enable-libavresample.patch')
+sha256sums=('b09a7e9a08a16bdaf19d43c7ad8d3ec455f6fecec2f4f5ada417345343adda93'
+'05f03515cc2405cdf8a8ba835f5adc2057f40054a4a1d9e493f0ad512c5de70d')
 
 _svntrunk=http://ffmpegsource.googlecode.com/svn/trunk/
 _svnmod=ffmpegsource
 
 build() {
   cd "${srcdir}"
+
+# Checkout
   msg "Connecting to SVN server"
 
   if [[ -d ${_svnmod}/.svn ]]; then
@@ -31,11 +34,13 @@
   msg "Starting build..."
 
   rm -rf "${srcdir}"/${_svnmod}-build
-  svn export "${srcdir}"/${_svnmod} "${srcdir}"/${_svnmod}-build
+# svn export "${srcdir}"/${_svnmod} "${srcdir}"/${_svnmod}-build
+  cp -R "${srcdir}"/${_svnmod} "${srcdir}"/${_svnmod}-build
   cd "${srcdir}"/${_svnmod}-build
 
 # Patch
   patch -Np1 -i "${srcdir}"/autoconf.patch
+  patch -Np1 -i "${srcdir}"/enable-libavresample.patch
 
 # Build
   ./autogen.sh --prefix=/usr --enable-shared --disable-static

Added: enable-libavresample.patch
===
--- enable-libavresample.patch  (rev 0)
+++ enable-libavresample.patch  2013-02-27 18:14:12 UTC (rev 85214)
@@ -0,0 +1,970 @@
+# enable-libavresample.patch
+#
+# Adds libavresample support. Created by diffing Thomas Goyne's GIT repo
+# with official ffms SVN.
+#
+
+diff -ru ffmpegsource/configure.ac ffms2/configure.ac
+--- ffmpegsource/configure.ac  2013-02-27 16:53:39.230691825 +0100
 ffms2/configure.ac 2013-02-27 16:53:31.737713841 +0100
+@@ -181,6 +181,25 @@
+   AC_MSG_RESULT([no])
+ ])
+ 
++AC_ARG_ENABLE(avresample,
++  AS_HELP_STRING([--enable-avresample],
++ [use libavresample for audio resampling]))
++AS_IF([test x$enable_avresample != xno], [
++  PKG_CHECK_MODULES(AVRESAMPLE, [libavresample >= 1.0.0], 
[enable_avresample=yes], [
++AS_IF([test x$enable_avresample = xyes],
++  [AC_MSG_ERROR([--enable-avresample was specified, but avresample 
1.0.0+ could not be found.])])
++enable_avresample=no
++  ])
++])
++
++AS_IF([test x$enable_avresample],
++  [libavresample="libavresample"
++   AC_DEFINE([WITH_AVRESAMPLE], [1], [Use avresample])])
++
++AC_SUBST([AVRESAMPLE_CFLAGS])
++AC_SUBST([AVRESAMPLE_LIBS])
++AC_SUBST([libavresample])
++
+ AC_MSG_CHECKING([whether -Wl,-Bsymbolic is needed])
+ if test "$enable_shared" = yes; then
+ _LDFLAGS="$LDFLAGS"
+diff -ru ffmpegsource/ffms2.pc.in ffms2/ffms2.pc.in
+--- ffmpegsource/ffms2.pc.in   2013-02-27 16:53:38.924039701 +0100
 ffms2/ffms2.pc.in  2013-02-27 16:53:31.737713841 +0100
+@@ -7,7 +7,7 @@
+ 
+ Name: ffms2
+ Description: The Fabulous FM Library 2
+-Requires.private: libavformat libavcodec libswscale libavutil
++Requires.private: libavformat libavcodec libswscale libavutil @libavresample@
+ Version: @FFMS_VERSION@
+ Libs.private: @ZLIB_LDFLAGS@ -lz
+ Libs: -L${libdir} -lffms2
+diff -ru ffmpegsource/include/ffmscompat.h ffms2/include/ffmscompat.h
+--- ffmpegsource/include/ffmscompat.h  2013-02-27 16:53:38.920706525 +0100
 ffms2/include/ffmscompat.h 2013-02-27 16:53:31.737713841 +0100
+@@ -71,6 +71,15 @@
+ #   define FFMS_CodecID AVCodecID
+ #   undef CodecID
+ #   endif
++#   if VERSION_CHECK(LIBAVCODEC_VERSION_INT, <, 54, 28, 0, 54, 59, 100)
++#   define avcodec_free_frame av_free
++#   endif
++#endif
++
++#ifdef LIBAVUTIL_VERSION_INT
++# if VERSION_CHECK(LIBAVUTIL_VERSION_INT, <, 51, 27, 0, 51, 46, 100)
++# define av_get_packed_sample_fmt(fmt) (fmt < AV_SAMPLE_FMT_U8P ? 
fmt : fmt - (AV_SAMPLE_FMT_U8P - AV_SAMPLE_FMT_U8))
++# endif
+ #endif
+ 
+ #endif // FFMSCOMPAT_H
+diff -ru ffmpegsource/include/ffms.h ffms2/include/ffms.h
+--- ffmpegsource/include/ffms.h2013-02-27 16:53:38.920706525 +0100
 ffms2/include/ffms.h   2013-02-27 16:53:31.737713841 +0100
+@@ -113,6 +113,7 @@
+   FFMS_ERROR_TRACK,   // track handling
+   FFMS_ERROR_WAVE_

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

2013-02-27 Thread Maxime Gauduin
Date: Wednesday, February 27, 2013 @ 19:14:32
  Author: alucryd
Revision: 85215

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

Added:
  ffmpegsource/repos/community-i686/PKGBUILD
(from rev 85214, ffmpegsource/trunk/PKGBUILD)
  ffmpegsource/repos/community-i686/autoconf.patch
(from rev 85214, ffmpegsource/trunk/autoconf.patch)
  ffmpegsource/repos/community-i686/enable-libavresample.patch
(from rev 85214, ffmpegsource/trunk/enable-libavresample.patch)
  ffmpegsource/repos/community-x86_64/PKGBUILD
(from rev 85214, ffmpegsource/trunk/PKGBUILD)
  ffmpegsource/repos/community-x86_64/autoconf.patch
(from rev 85214, ffmpegsource/trunk/autoconf.patch)
  ffmpegsource/repos/community-x86_64/enable-libavresample.patch
(from rev 85214, ffmpegsource/trunk/enable-libavresample.patch)
Deleted:
  ffmpegsource/repos/community-i686/PKGBUILD
  ffmpegsource/repos/community-i686/autoconf.patch
  ffmpegsource/repos/community-x86_64/PKGBUILD
  ffmpegsource/repos/community-x86_64/autoconf.patch

-+
 community-i686/PKGBUILD |  117 +--
 community-i686/autoconf.patch   |   44 -
 community-i686/enable-libavresample.patch   |  970 ++
 community-x86_64/PKGBUILD   |  117 +--
 community-x86_64/autoconf.patch |   44 -
 community-x86_64/enable-libavresample.patch |  970 ++
 6 files changed, 2106 insertions(+), 156 deletions(-)

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


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

2013-02-27 Thread Andrea Scarpino
Date: Wednesday, February 27, 2013 @ 19:26:04
  Author: andrea
Revision: 85216

upgpkg: gambas3 3.4.0-2

qt4 rebuild

Modified:
  gambas3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 18:14:32 UTC (rev 85215)
+++ PKGBUILD2013-02-27 18:26:04 UTC (rev 85216)
@@ -15,7 +15,7 @@
  'gambas3-gb-report' 'gambas3-gb-sdl' 'gambas3-gb-sdl-sound' 
'gambas3-gb-settings' 'gambas3-gb-signal' 'gambas3-gb-v4l' 'gambas3-gb-vb'
  'gambas3-gb-xml' 'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 
'gambas3-gb-xml-xslt' 'gambas3-gb-web') 
 pkgver=3.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A free development environment based on a Basic interpreter."
 arch=('i686' 'x86_64')
 url="http://gambas.sourceforge.net/";
@@ -1125,7 +1125,7 @@
 }
 
 package_gambas3-gb-qt4() {
-  depends=('gambas3-gb-image' 'qt')
+  depends=('gambas3-gb-image' 'qt4')
   pkgdesc="Qt4 toolkit component"
 
   ## workaround for splitting



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

2013-02-27 Thread Andrea Scarpino
Date: Wednesday, February 27, 2013 @ 19:26:17
  Author: andrea
Revision: 85217

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

Added:
  gambas3/repos/community-testing-i686/
  gambas3/repos/community-testing-i686/PKGBUILD
(from rev 85216, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-testing-i686/fix-xfce4-terminal.patch
(from rev 85216, gambas3/trunk/fix-xfce4-terminal.patch)
  
gambas3/repos/community-testing-i686/gambas3-3.3.4-fix-ftbfs-with-llvm-3.2.patch
(from rev 85216, gambas3/trunk/gambas3-3.3.4-fix-ftbfs-with-llvm-3.2.patch)
  gambas3/repos/community-testing-i686/gambas3-runtime.install
(from rev 85216, gambas3/trunk/gambas3-runtime.install)
  gambas3/repos/community-testing-i686/gambas3-script.install
(from rev 85216, gambas3/trunk/gambas3-script.install)
  gambas3/repos/community-testing-i686/uninstall-with-XDG_UTILS.patch
(from rev 85216, gambas3/trunk/uninstall-with-XDG_UTILS.patch)
  gambas3/repos/community-testing-x86_64/
  gambas3/repos/community-testing-x86_64/PKGBUILD
(from rev 85216, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-testing-x86_64/fix-xfce4-terminal.patch
(from rev 85216, gambas3/trunk/fix-xfce4-terminal.patch)
  
gambas3/repos/community-testing-x86_64/gambas3-3.3.4-fix-ftbfs-with-llvm-3.2.patch
(from rev 85216, gambas3/trunk/gambas3-3.3.4-fix-ftbfs-with-llvm-3.2.patch)
  gambas3/repos/community-testing-x86_64/gambas3-runtime.install
(from rev 85216, gambas3/trunk/gambas3-runtime.install)
  gambas3/repos/community-testing-x86_64/gambas3-script.install
(from rev 85216, gambas3/trunk/gambas3-script.install)
  gambas3/repos/community-testing-x86_64/uninstall-with-XDG_UTILS.patch
(from rev 85216, gambas3/trunk/uninstall-with-XDG_UTILS.patch)

--+
 community-testing-i686/PKGBUILD  | 1449 
++
 community-testing-i686/fix-xfce4-terminal.patch  |  476 +++
 community-testing-i686/gambas3-3.3.4-fix-ftbfs-with-llvm-3.2.patch   |   45 
 community-testing-i686/gambas3-runtime.install   |   10 
 community-testing-i686/gambas3-script.install|   15 
 community-testing-i686/uninstall-with-XDG_UTILS.patch|   13 
 community-testing-x86_64/PKGBUILD| 1449 
++
 community-testing-x86_64/fix-xfce4-terminal.patch|  476 +++
 community-testing-x86_64/gambas3-3.3.4-fix-ftbfs-with-llvm-3.2.patch |   45 
 community-testing-x86_64/gambas3-runtime.install |   10 
 community-testing-x86_64/gambas3-script.install  |   15 
 community-testing-x86_64/uninstall-with-XDG_UTILS.patch  |   13 
 12 files changed, 4016 insertions(+)

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


[arch-commits] Commit in (7 files)

2013-02-27 Thread Maxime Gauduin
Date: Wednesday, February 27, 2013 @ 19:32:40
  Author: alucryd
Revision: 85218

Add aegisub

Added:
  aegisub/
  aegisub/repos/
  aegisub/trunk/
  aegisub/trunk/PKGBUILD
  aegisub/trunk/aegisub.install
  aegisub/trunk/crash-on-deatach.patch
  aegisub/trunk/lua51.patch

+
 PKGBUILD   |   43 +++
 aegisub.install|   14 ++
 crash-on-deatach.patch |   10 ++
 lua51.patch|   24 
 4 files changed, 91 insertions(+)

Added: aegisub/trunk/PKGBUILD
===
--- aegisub/trunk/PKGBUILD  (rev 0)
+++ aegisub/trunk/PKGBUILD  2013-02-27 18:32:40 UTC (rev 85218)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kozec 
+# Contributor: Limao Luo 
+
+pkgname=aegisub
+pkgver=3.0.2
+pkgrel=5
+pkgdesc="A general-purpose subtitle editor with ASS/SSA support"
+arch=('i686' 'x86_64')
+url="http://www.aegisub.org";
+license=('GPL' 'BSD')
+depends=('desktop-file-utils' 'ffmpegsource' 'fftw' 'hicolor-icon-theme' 
'hunspell' 'lua51' 'wxgtk2.9' 'hicolor-icon-theme')
+makedepends=('mesa')
+install=aegisub.install
+source=("http://ftp.aegisub.org/pub/releases/${pkgname}-${pkgver}.tar.xz"; 
'crash-on-deatach.patch' 'lua51.patch')
+sha256sums=('68ec20cf49f513608cec400bd462ebb762d6057109968fb01d842e10e6e7fb39'
+'85e2c2a6bf091f5b4ca29a0149df8d8ca6219d98a4095f79809f2e698983bca4'
+'ce67b143cc2949fbbd7d72862c54005030339d1c364753335acec271ca9e179d')
+
+build() {
+  cd "${srcdir}"/${pkgname}/${pkgname}
+
+# Patch
+  patch -Np1 -i "${srcdir}"/crash-on-deatach.patch
+  patch -Np1 -i "${srcdir}"/lua51.patch
+
+# Build
+  autoreconf -ivf
+  ./configure --prefix=/usr --without-{portaudio,openal,oss} 
--with-wxdir=/usr/include/wx-2.9 --with-wx-config=/usr/bin/wx-config-2.9
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}/${pkgname}
+
+# Install
+  make DESTDIR="$pkgdir" install
+
+# License
+  install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
+  install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE
+}


Property changes on: aegisub/trunk/PKGBUILD
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: aegisub/trunk/aegisub.install
===
--- aegisub/trunk/aegisub.install   (rev 0)
+++ aegisub/trunk/aegisub.install   2013-02-27 18:32:40 UTC (rev 85218)
@@ -0,0 +1,14 @@
+post_install() {
+gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: aegisub/trunk/aegisub.install
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: aegisub/trunk/crash-on-deatach.patch
===
--- aegisub/trunk/crash-on-deatach.patch(rev 0)
+++ aegisub/trunk/crash-on-deatach.patch2013-02-27 18:32:40 UTC (rev 
85218)
@@ -0,0 +1,10 @@
+--- a/src/video_display.cpp
 b/src/video_display.cpp
+@@ -309,6 +309,7 @@
+ }
+ 
+ void VideoDisplay::UpdateSize() {
++  if (zoomValue<=0) zoomValue = 1;
+   if (!con->videoController->IsLoaded() || !IsShownOnScreen()) return;
+ 
+   videoSize.Set(con->videoController->GetWidth(), 
con->videoController->GetHeight());


Property changes on: aegisub/trunk/crash-on-deatach.patch
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: aegisub/trunk/lua51.patch
===
--- aegisub/trunk/lua51.patch   (rev 0)
+++ aegisub/trunk/lua51.patch   2013-02-27 18:32:40 UTC (rev 85218)
@@ -0,0 +1,24 @@
+--- a/configure.ac
 b/configure.ac
+@@ -371,9 +371,9 @@
+ 
+ AS_IF([test x$with_lua = xno], [$with_auto4_lua="no"; 
lua_disabled="(disabled)"], [
+   # First try pkg-config with several names
+-  PKG_CHECK_MODULES(LUA, lua >= 5.1, [with_auto4_lua="yes"], [
+-  PKG_CHECK_MODULES(LUA, lua5.1  >= 5.1, [with_auto4_lua="yes"], [
+-  PKG_CHECK_MODULES(LUA, lua-5.1 >= 5.1, [with_auto4_lua="yes"], [
++  PKG_CHECK_MODULES(LUA, lua5.1  >= 5.1 lua5.1  < 5.2, 
[with_auto4_lua="yes"], [
++  PKG_CHECK_MODULES(LUA, lua-5.1 >= 5.1 lua-5.1 < 5.2, 
[with_auto4_lua="yes"], [
++  PKG_CHECK_MODULES(LUA, lua >= 5.1 lua < 5.2, 
[with_auto4_lua="yes"], [
+ # Still not found so try to autodetect
+ AS_IF([test -z "$LUA_CFLAGS"],
+   [AGI_FIND_HEADER([LUA], [lua.hpp],
+@@ -393,7 +3

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

2013-02-27 Thread Maxime Gauduin
Date: Wednesday, February 27, 2013 @ 19:33:34
  Author: alucryd
Revision: 85219

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

Added:
  aegisub/repos/community-i686/
  aegisub/repos/community-i686/PKGBUILD
(from rev 85218, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-i686/aegisub.install
(from rev 85218, aegisub/trunk/aegisub.install)
  aegisub/repos/community-i686/crash-on-deatach.patch
(from rev 85218, aegisub/trunk/crash-on-deatach.patch)
  aegisub/repos/community-i686/lua51.patch
(from rev 85218, aegisub/trunk/lua51.patch)
  aegisub/repos/community-x86_64/
  aegisub/repos/community-x86_64/PKGBUILD
(from rev 85218, aegisub/trunk/PKGBUILD)
  aegisub/repos/community-x86_64/aegisub.install
(from rev 85218, aegisub/trunk/aegisub.install)
  aegisub/repos/community-x86_64/crash-on-deatach.patch
(from rev 85218, aegisub/trunk/crash-on-deatach.patch)
  aegisub/repos/community-x86_64/lua51.patch
(from rev 85218, aegisub/trunk/lua51.patch)

-+
 community-i686/PKGBUILD |   43 ++
 community-i686/aegisub.install  |   14 +
 community-i686/crash-on-deatach.patch   |   10 ++
 community-i686/lua51.patch  |   24 
 community-x86_64/PKGBUILD   |   43 ++
 community-x86_64/aegisub.install|   14 +
 community-x86_64/crash-on-deatach.patch |   10 ++
 community-x86_64/lua51.patch|   24 
 8 files changed, 182 insertions(+)

Copied: aegisub/repos/community-i686/PKGBUILD (from rev 85218, 
aegisub/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-27 18:33:34 UTC (rev 85219)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kozec 
+# Contributor: Limao Luo 
+
+pkgname=aegisub
+pkgver=3.0.2
+pkgrel=5
+pkgdesc="A general-purpose subtitle editor with ASS/SSA support"
+arch=('i686' 'x86_64')
+url="http://www.aegisub.org";
+license=('GPL' 'BSD')
+depends=('desktop-file-utils' 'ffmpegsource' 'fftw' 'hicolor-icon-theme' 
'hunspell' 'lua51' 'wxgtk2.9' 'hicolor-icon-theme')
+makedepends=('mesa')
+install=aegisub.install
+source=("http://ftp.aegisub.org/pub/releases/${pkgname}-${pkgver}.tar.xz"; 
'crash-on-deatach.patch' 'lua51.patch')
+sha256sums=('68ec20cf49f513608cec400bd462ebb762d6057109968fb01d842e10e6e7fb39'
+'85e2c2a6bf091f5b4ca29a0149df8d8ca6219d98a4095f79809f2e698983bca4'
+'ce67b143cc2949fbbd7d72862c54005030339d1c364753335acec271ca9e179d')
+
+build() {
+  cd "${srcdir}"/${pkgname}/${pkgname}
+
+# Patch
+  patch -Np1 -i "${srcdir}"/crash-on-deatach.patch
+  patch -Np1 -i "${srcdir}"/lua51.patch
+
+# Build
+  autoreconf -ivf
+  ./configure --prefix=/usr --without-{portaudio,openal,oss} 
--with-wxdir=/usr/include/wx-2.9 --with-wx-config=/usr/bin/wx-config-2.9
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}/${pkgname}
+
+# Install
+  make DESTDIR="$pkgdir" install
+
+# License
+  install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
+  install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE
+}

Copied: aegisub/repos/community-i686/aegisub.install (from rev 85218, 
aegisub/trunk/aegisub.install)
===
--- community-i686/aegisub.install  (rev 0)
+++ community-i686/aegisub.install  2013-02-27 18:33:34 UTC (rev 85219)
@@ -0,0 +1,14 @@
+post_install() {
+gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-i686/crash-on-deatach.patch (from rev 85218, 
aegisub/trunk/crash-on-deatach.patch)
===
--- community-i686/crash-on-deatach.patch   (rev 0)
+++ community-i686/crash-on-deatach.patch   2013-02-27 18:33:34 UTC (rev 
85219)
@@ -0,0 +1,10 @@
+--- a/src/video_display.cpp
 b/src/video_display.cpp
+@@ -309,6 +309,7 @@
+ }
+ 
+ void VideoDisplay::UpdateSize() {
++  if (zoomValue<=0) zoomValue = 1;
+   if (!con->videoController->IsLoaded() || !IsShownOnScreen()) return;
+ 
+   videoSize.Set(con->videoController->GetWidth(), 
con->videoController->GetHeight());

Copied: aegisub/repos/community-i686/lua51.patch (from rev 85218, 
aegisub/trunk/lua51.patch)
===
--- community-i686/lua51.patch  (rev 0)
+++ community-i686/lua51.patch  2013-02-27 18:33:34 UTC (rev 85219)
@@ -0,0 +1,24 @@
+--- a/configure.ac
 b/configure.ac
+@@ -371,9 +371,9 @@
+ 
+ AS_IF([test x$with_lua = xno], [$with_auto4_lua="no"; 
lua_disabled="(dis

[arch-commits] Commit in (4 files)

2013-02-27 Thread Maxime Gauduin
Date: Wednesday, February 27, 2013 @ 19:48:03
  Author: alucryd
Revision: 85220

Add faience-themes

Added:
  faience-themes/
  faience-themes/repos/
  faience-themes/trunk/
  faience-themes/trunk/PKGBUILD

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

Added: faience-themes/trunk/PKGBUILD
===
--- faience-themes/trunk/PKGBUILD   (rev 0)
+++ faience-themes/trunk/PKGBUILD   2013-02-27 18:48:03 UTC (rev 85220)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alucryd 
+
+pkgname=faience-themes
+pkgver=0.5.4
+pkgrel=2
+pkgdesc="GTK3, GTK2, Metacity and Gnome-Shell themes based on Faenza"
+arch=('any')
+url="http://tiheum.deviantart.com/art/Gnome-Shell-Faience-255097456";
+license=('GPL3')
+optdepends=('gnome-shell: Shell theme'
+'gtk-engine-unico: GTK3 theme'
+'gtk-engine-murrine: GTK2 theme'
+'gnome-tweak-tool: Easy theme switcher'
+'bash: Included resources scripts')
+source=("${pkgname}-${pkgver}.zip::http://www.deviantart.com/download/255097456/gnome_shell___faience_by_tiheum-d47vmgg.zip";)
+sha256sums=('59e7330e01eec62b98aca3b5d9bb6563a22abeed05cfdea2ed96c848d8a81ddb')
+
+package() {
+  cd "${srcdir}"
+
+# Install
+  mkdir -p "${pkgdir}"/usr/share/themes
+  cp -dr --no-preserve=ownership Faience* "${pkgdir}"/usr/share/themes/
+
+# Fix permissions
+  find "${pkgdir}" -type d -exec chmod 755 {} +
+  find "${pkgdir}" -type f -exec chmod 644 {} +
+  chmod 755 "${pkgdir}"/usr/share/themes/Faience{,-Ocre}/gtk-3.0/*.sh
+}
+
+# vim: ts=2 sw=2 et:


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


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

2013-02-27 Thread Maxime Gauduin
Date: Wednesday, February 27, 2013 @ 19:48:22
  Author: alucryd
Revision: 85221

archrelease: copy trunk to community-any

Added:
  faience-themes/repos/community-any/
  faience-themes/repos/community-any/PKGBUILD
(from rev 85220, faience-themes/trunk/PKGBUILD)

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

Copied: faience-themes/repos/community-any/PKGBUILD (from rev 85220, 
faience-themes/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2013-02-27 18:48:22 UTC (rev 85221)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alucryd 
+
+pkgname=faience-themes
+pkgver=0.5.4
+pkgrel=2
+pkgdesc="GTK3, GTK2, Metacity and Gnome-Shell themes based on Faenza"
+arch=('any')
+url="http://tiheum.deviantart.com/art/Gnome-Shell-Faience-255097456";
+license=('GPL3')
+optdepends=('gnome-shell: Shell theme'
+'gtk-engine-unico: GTK3 theme'
+'gtk-engine-murrine: GTK2 theme'
+'gnome-tweak-tool: Easy theme switcher'
+'bash: Included resources scripts')
+source=("${pkgname}-${pkgver}.zip::http://www.deviantart.com/download/255097456/gnome_shell___faience_by_tiheum-d47vmgg.zip";)
+sha256sums=('59e7330e01eec62b98aca3b5d9bb6563a22abeed05cfdea2ed96c848d8a81ddb')
+
+package() {
+  cd "${srcdir}"
+
+# Install
+  mkdir -p "${pkgdir}"/usr/share/themes
+  cp -dr --no-preserve=ownership Faience* "${pkgdir}"/usr/share/themes/
+
+# Fix permissions
+  find "${pkgdir}" -type d -exec chmod 755 {} +
+  find "${pkgdir}" -type f -exec chmod 644 {} +
+  chmod 755 "${pkgdir}"/usr/share/themes/Faience{,-Ocre}/gtk-3.0/*.sh
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in cinnamon-control-center/trunk (4 files)

2013-02-27 Thread Balló György
Date: Wednesday, February 27, 2013 @ 19:49:06
  Author: bgyorgy
Revision: 85222

upgpkg: cinnamon-control-center 1.7.1-2

* Cleanup dependencies
* Remove unused cc-panels (datetime, printers, sound)
* Remove unused binaries (cinnamon-control-center, cinnamon-sound-applet)
* Remove broken dekstop files

Added:
  cinnamon-control-center/trunk/fix-audio-input-icons.patch
  cinnamon-control-center/trunk/fix-faces-location.patch
  cinnamon-control-center/trunk/sound-nua-rename.patch
Modified:
  cinnamon-control-center/trunk/PKGBUILD

-+
 PKGBUILD|   44 --
 fix-audio-input-icons.patch |   15 ++
 fix-faces-location.patch|   12 +++
 sound-nua-rename.patch  |   26 
 4 files changed, 87 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 18:48:22 UTC (rev 85221)
+++ PKGBUILD2013-02-27 18:49:06 UTC (rev 85222)
@@ -6,35 +6,47 @@
 
 pkgname=cinnamon-control-center
 pkgver=1.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The Control Center for Cinnamon"
 arch=('i686' 'x86_64')
-depends=('accountsservice' 'cups-pk-helper' 'gnome-bluetooth' 'gnome-desktop' 
'gnome-menus'
- 'gnome-online-accounts' 'gnome-settings-daemon' 
'gsettings-desktop-schemas' 'gtk3'
- 'libgtop' 'libsocialweb' 'network-manager-applet' 
'sound-theme-freedesktop' 'upower' 
- 'libpwquality' 'libsystemd' 'libgnomekbd' 'cheese' 'cinnamon')
+depends=('cinnamon' 'cheese' 'libgnomekbd' 'libgtop' 'network-manager-applet')
 optdepends=('mesa-demos: provides glxinfo for graphics information'
 'gnome-color-manager: for color management tasks')
-makedepends=('gnome-doc-utils' 'intltool' 'gnome-common' 'docbook-xsl')
+makedepends=('intltool' 'gnome-common')
 url="https://github.com/linuxmint/cinnamon-control-center";
 install=cinnamon-control-center.install
 license=('GPL')
 options=('!libtool' '!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz";
-"pulse3.0.patch")
+"pulse3.0.patch"
+"sound-nua-rename.patch"
+"fix-audio-input-icons.patch"
+"fix-faces-location.patch")
 sha256sums=('eab36af1accfce7b4d5eaf07a865d7290add07b875ed5e52072c1ad2e8570c1e'
-'ddf7c99a1d45a7be54e69e90f194e33f3e56a7f294aa369bfb2e541d8241156e')
+'ddf7c99a1d45a7be54e69e90f194e33f3e56a7f294aa369bfb2e541d8241156e'
+'2f49543e4ccabf5c8ce1cd9e4c37e5b291c23cff494eaa671857b2dcf7af4c5b'
+'2cefa2764db206c9c6258e3f374988056907dda0c5bbeedbc249fc7c058a0d6b'
+'7360f3e018765e80a7afc5a469c1d54ec3fdeb7e58c867596ef26773fb8e7a8a')
 
 build() {
   cd $pkgname-$pkgver
 
   patch -Np1 -i ../pulse3.0.patch
 
+  # Upstream patch: Change sound module registered name from sound-nua to 
'sound'
+  patch -Np1 -i ../sound-nua-rename.patch
+
+  # Fix icons on Sound preferences dialog
+  patch -Np1 -i ../fix-audio-input-icons.patch
+
+  # Fix faces location on User accounts dialog
+  patch -Np1 -i ../fix-faces-location.patch
+
   autoreconf -fi
 
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
-  --enable-systemd --with-libsocialweb \
+  --enable-systemd \
   --disable-update-mimedb
 
   #https://bugzilla.gnome.org/show_bug.cgi?id=656229
@@ -47,7 +59,19 @@
 
   make DESTDIR="$pkgdir" install
 
+  # Remove unused stuff
+  make -C panels/datetime DESTDIR="$pkgdir" uninstall
+  make -C panels/printers DESTDIR="$pkgdir" uninstall
+  make -C panels/sound DESTDIR="$pkgdir" uninstall
+  make -C panels/sound/data DESTDIR="$pkgdir" install
+  make -C shell DESTDIR="$pkgdir" uninstall
+  make -C shell DESTDIR="$pkgdir" install-libLTLIBRARIES
+
+  # Remove broken desktop files
+  rm -R "$pkgdir/usr/share/applications"
+  rm -R "$pkgdir/etc"
+
   # Fix a warning
   chown 102:0 "$pkgdir/usr/share/polkit-1/rules.d"
   chmod 700 "$pkgdir/usr/share/polkit-1/rules.d"
-}
\ No newline at end of file
+}

Added: fix-audio-input-icons.patch
===
--- fix-audio-input-icons.patch (rev 0)
+++ fix-audio-input-icons.patch 2013-02-27 18:49:06 UTC (rev 85222)
@@ -0,0 +1,15 @@
+diff -Naur 
cinnamon-control-center-1.7.1.orig/panels/sound-nua/gvc-mixer-dialog.c 
cinnamon-control-center-1.7.1/panels/sound-nua/gvc-mixer-dialog.c
+--- cinnamon-control-center-1.7.1.orig/panels/sound-nua/gvc-mixer-dialog.c 
2013-02-19 17:37:17.0 +0100
 cinnamon-control-center-1.7.1/panels/sound-nua/gvc-mixer-dialog.c  
2013-02-26 23:12:37.192399508 +0100
+@@ -1929,9 +1929,9 @@
+ gvc_channel_bar_set_name (GVC_CHANNEL_BAR (self->priv->input_bar),
+   _("_Input volume:"));
+ gvc_channel_bar_set_low_icon_name (GVC_CHANNEL_BAR 
(self->priv->input

[arch-commits] Commit in cinnamon-control-center/repos (18 files)

2013-02-27 Thread Balló György
Date: Wednesday, February 27, 2013 @ 19:49:20
  Author: bgyorgy
Revision: 85223

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

Added:
  cinnamon-control-center/repos/community-i686/PKGBUILD
(from rev 85222, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
(from rev 85222, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-i686/fix-audio-input-icons.patch
(from rev 85222, cinnamon-control-center/trunk/fix-audio-input-icons.patch)
  cinnamon-control-center/repos/community-i686/fix-faces-location.patch
(from rev 85222, cinnamon-control-center/trunk/fix-faces-location.patch)
  cinnamon-control-center/repos/community-i686/pulse3.0.patch
(from rev 85222, cinnamon-control-center/trunk/pulse3.0.patch)
  cinnamon-control-center/repos/community-i686/sound-nua-rename.patch
(from rev 85222, cinnamon-control-center/trunk/sound-nua-rename.patch)
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
(from rev 85222, cinnamon-control-center/trunk/PKGBUILD)
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install
(from rev 85222, 
cinnamon-control-center/trunk/cinnamon-control-center.install)
  cinnamon-control-center/repos/community-x86_64/fix-audio-input-icons.patch
(from rev 85222, cinnamon-control-center/trunk/fix-audio-input-icons.patch)
  cinnamon-control-center/repos/community-x86_64/fix-faces-location.patch
(from rev 85222, cinnamon-control-center/trunk/fix-faces-location.patch)
  cinnamon-control-center/repos/community-x86_64/pulse3.0.patch
(from rev 85222, cinnamon-control-center/trunk/pulse3.0.patch)
  cinnamon-control-center/repos/community-x86_64/sound-nua-rename.patch
(from rev 85222, cinnamon-control-center/trunk/sound-nua-rename.patch)
Deleted:
  cinnamon-control-center/repos/community-i686/PKGBUILD
  cinnamon-control-center/repos/community-i686/cinnamon-control-center.install
  cinnamon-control-center/repos/community-i686/pulse3.0.patch
  cinnamon-control-center/repos/community-x86_64/PKGBUILD
  cinnamon-control-center/repos/community-x86_64/cinnamon-control-center.install
  cinnamon-control-center/repos/community-x86_64/pulse3.0.patch

--+
 community-i686/PKGBUILD  |  130 -
 community-i686/cinnamon-control-center.install   |   22 +--
 community-i686/fix-audio-input-icons.patch   |   15 ++
 community-i686/fix-faces-location.patch  |   12 +
 community-i686/pulse3.0.patch|   50 
 community-i686/sound-nua-rename.patch|   26 
 community-x86_64/PKGBUILD|  130 -
 community-x86_64/cinnamon-control-center.install |   22 +--
 community-x86_64/fix-audio-input-icons.patch |   15 ++
 community-x86_64/fix-faces-location.patch|   12 +
 community-x86_64/pulse3.0.patch  |   50 
 community-x86_64/sound-nua-rename.patch  |   26 
 12 files changed, 332 insertions(+), 178 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-27 18:49:06 UTC (rev 85222)
+++ community-i686/PKGBUILD 2013-02-27 18:49:20 UTC (rev 85223)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Jan de Groot 
-
-pkgname=cinnamon-control-center
-pkgver=1.7.1
-pkgrel=1
-pkgdesc="The Control Center for Cinnamon"
-arch=('i686' 'x86_64')
-depends=('accountsservice' 'cups-pk-helper' 'gnome-bluetooth' 'gnome-desktop' 
'gnome-menus'
- 'gnome-online-accounts' 'gnome-settings-daemon' 
'gsettings-desktop-schemas' 'gtk3'
- 'libgtop' 'libsocialweb' 'network-manager-applet' 
'sound-theme-freedesktop' 'upower' 
- 'libpwquality' 'libsystemd' 'libgnomekbd' 'cheese' 'cinnamon')
-optdepends=('mesa-demos: provides glxinfo for graphics information'
-'gnome-color-manager: for color management tasks')
-makedepends=('gnome-doc-utils' 'intltool' 'gnome-common' 'docbook-xsl')
-url="https://github.com/linuxmint/cinnamon-control-center";
-install=cinnamon-control-center.install
-license=('GPL')
-options=('!libtool' '!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-control-center/archive/$pkgver.tar.gz";
-"pulse3.0.patch")
-sha256sums=('eab36af1accfce7b4d5eaf07a865d7290add07b875ed5e52072c1ad2e8570c1e'
-'ddf7c99a1d45a7be54e69e90f194e33f3e56a7f294aa369bfb2e541d8241156e')
-
-build() {
-  cd $pkgname-$pkgver
-
-  patch -Np1 -i ../pulse3.0.patch
-
-  autoreconf -fi
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --enable-systemd --with-libsocialweb \
-  --disable-update-mimedb
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656229
-  sed -i -e 's/ -shared / -Wl,-O1,--as-

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

2013-02-27 Thread Thomas Bächler
Date: Wednesday, February 27, 2013 @ 19:51:58
  Author: thomas
Revision: 178853

upgpkg: wpa_actiond 1.4-1

Modified:
  wpa_actiond/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 17:13:50 UTC (rev 178852)
+++ PKGBUILD2013-02-27 18:51:58 UTC (rev 178853)
@@ -1,15 +1,17 @@
 # $Id$
 # Maintainer: Thomas Bächler 
 pkgname=wpa_actiond
-pkgver=1.3
+pkgver=1.4
 pkgrel=1
 pkgdesc="Daemon that connects to wpa_supplicant and handles connect and 
disconnect events"
 arch=('i686' 'x86_64')
 url="http://projects.archlinux.org/wpa_actiond.git/";
 license=('GPL')
 depends=('glibc' 'wpa_supplicant')
-source=(ftp://ftp.archlinux.org/other/wpa_actiond/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('4523b76980198666ac93f3a3772a10554ef608e6a18ab9eb1346303ee3a6f4b1')
+source=(ftp://ftp.archlinux.org/other/wpa_actiond/${pkgname}-${pkgver}.tar.xz
+
ftp://ftp.archlinux.org/other/wpa_actiond/${pkgname}-${pkgver}.tar.xz.sig)
+sha256sums=('e0e65e7c52a32796a0ff855ab18aa0b237d6b9afc87d4008c0380735abcb1a54'
+'65b832036606b61d9bec0fcc11ba95cfaf864b78b3ddd62bd4d38595fc0bc4d4')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2013-02-27 Thread Thomas Bächler
Date: Wednesday, February 27, 2013 @ 19:53:41
  Author: thomas
Revision: 178854

upgpkg: wpa_actiond 1.4-1 - with correct signature this time

Modified:
  wpa_actiond/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 18:51:58 UTC (rev 178853)
+++ PKGBUILD2013-02-27 18:53:41 UTC (rev 178854)
@@ -11,7 +11,7 @@
 source=(ftp://ftp.archlinux.org/other/wpa_actiond/${pkgname}-${pkgver}.tar.xz
 
ftp://ftp.archlinux.org/other/wpa_actiond/${pkgname}-${pkgver}.tar.xz.sig)
 sha256sums=('e0e65e7c52a32796a0ff855ab18aa0b237d6b9afc87d4008c0380735abcb1a54'
-'65b832036606b61d9bec0fcc11ba95cfaf864b78b3ddd62bd4d38595fc0bc4d4')
+'fb026e76979e3bb78dfb38ddc01b9cd57dc0885c9965d2e60c4d8a0ec95d6b74')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



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

2013-02-27 Thread Thomas Bächler
Date: Wednesday, February 27, 2013 @ 19:53:53
  Author: thomas
Revision: 178855

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

Added:
  wpa_actiond/repos/testing-i686/
  wpa_actiond/repos/testing-i686/PKGBUILD
(from rev 178854, wpa_actiond/trunk/PKGBUILD)
  wpa_actiond/repos/testing-x86_64/
  wpa_actiond/repos/testing-x86_64/PKGBUILD
(from rev 178854, wpa_actiond/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   27 +++
 testing-x86_64/PKGBUILD |   27 +++
 2 files changed, 54 insertions(+)

Copied: wpa_actiond/repos/testing-i686/PKGBUILD (from rev 178854, 
wpa_actiond/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-27 18:53:53 UTC (rev 178855)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+pkgname=wpa_actiond
+pkgver=1.4
+pkgrel=1
+pkgdesc="Daemon that connects to wpa_supplicant and handles connect and 
disconnect events"
+arch=('i686' 'x86_64')
+url="http://projects.archlinux.org/wpa_actiond.git/";
+license=('GPL')
+depends=('glibc' 'wpa_supplicant')
+source=(ftp://ftp.archlinux.org/other/wpa_actiond/${pkgname}-${pkgver}.tar.xz
+
ftp://ftp.archlinux.org/other/wpa_actiond/${pkgname}-${pkgver}.tar.xz.sig)
+sha256sums=('e0e65e7c52a32796a0ff855ab18aa0b237d6b9afc87d4008c0380735abcb1a54'
+'fb026e76979e3bb78dfb38ddc01b9cd57dc0885c9965d2e60c4d8a0ec95d6b74')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  install -D -m755 wpa_actiond "${pkgdir}/usr/sbin/wpa_actiond"
+}
+# vim:set ts=2 sw=2 et:

Copied: wpa_actiond/repos/testing-x86_64/PKGBUILD (from rev 178854, 
wpa_actiond/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-02-27 18:53:53 UTC (rev 178855)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+pkgname=wpa_actiond
+pkgver=1.4
+pkgrel=1
+pkgdesc="Daemon that connects to wpa_supplicant and handles connect and 
disconnect events"
+arch=('i686' 'x86_64')
+url="http://projects.archlinux.org/wpa_actiond.git/";
+license=('GPL')
+depends=('glibc' 'wpa_supplicant')
+source=(ftp://ftp.archlinux.org/other/wpa_actiond/${pkgname}-${pkgver}.tar.xz
+
ftp://ftp.archlinux.org/other/wpa_actiond/${pkgname}-${pkgver}.tar.xz.sig)
+sha256sums=('e0e65e7c52a32796a0ff855ab18aa0b237d6b9afc87d4008c0380735abcb1a54'
+'fb026e76979e3bb78dfb38ddc01b9cd57dc0885c9965d2e60c4d8a0ec95d6b74')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  install -D -m755 wpa_actiond "${pkgdir}/usr/sbin/wpa_actiond"
+}
+# vim:set ts=2 sw=2 et:



  1   2   >