[arch-commits] Commit in mysql/trunk (PKGBUILD my.cnf)

2012-10-09 Thread Andrea Scarpino
Date: Tuesday, October 9, 2012 @ 02:41:47
  Author: andrea
Revision: 168353

Fix socket path (FS#31841)

Modified:
  mysql/trunk/PKGBUILD
  mysql/trunk/my.cnf

--+
 PKGBUILD |2 +-
 my.cnf   |4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-09 04:09:46 UTC (rev 168352)
+++ PKGBUILD2012-10-09 06:41:47 UTC (rev 168353)
@@ -15,7 +15,7 @@
 'mysqld.rc' 'my.cnf' 'mysqld-post.sh' 'mysqld-tmpfile.conf' 
'mysqld.service')
 md5sums=('da8ddb3d00e6e159153d2444360f52a8'
  'e7eb2faeab755cbb2fe03542bf328da9'
- '1c949c0dbea5206af0db14942d9927b6'
+ '1351485633baf9894cfdf7c5bbffd7b5'
  '6ea6ceb360d09a774e87335ee098ddd5'
  '2fa6e456964d4ff5e6d4f9ff0126aed6'
  'a0e1460c276a50a9666c331de83271f2')

Modified: my.cnf
===
--- my.cnf  2012-10-09 04:09:46 UTC (rev 168352)
+++ my.cnf  2012-10-09 06:41:47 UTC (rev 168353)
@@ -18,14 +18,14 @@
 [client]
 #password  = your_password
 port   = 3306
-socket = /var/run/mysqld/mysqld.sock
+socket = /run/mysqld/mysqld.sock
 
 # Here follows entries for some specific programs
 
 # The MySQL server
 [mysqld]
 port   = 3306
-socket = /var/run/mysqld/mysqld.sock
+socket = /run/mysqld/mysqld.sock
 datadir= /var/lib/mysql
 skip-external-locking
 key_buffer_size = 16M



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

2012-10-09 Thread Andrea Scarpino
Date: Tuesday, October 9, 2012 @ 02:46:57
  Author: andrea
Revision: 168354

db-move: moved kdevelop from [testing] to [extra] (i686, x86_64)

Added:
  kdevelop/repos/extra-i686/PKGBUILD
(from rev 168353, kdevelop/repos/testing-i686/PKGBUILD)
  kdevelop/repos/extra-i686/kdevelop.install
(from rev 168353, kdevelop/repos/testing-i686/kdevelop.install)
  kdevelop/repos/extra-x86_64/PKGBUILD
(from rev 168353, kdevelop/repos/testing-x86_64/PKGBUILD)
  kdevelop/repos/extra-x86_64/kdevelop.install
(from rev 168353, kdevelop/repos/testing-x86_64/kdevelop.install)
Deleted:
  kdevelop/repos/extra-i686/PKGBUILD
  kdevelop/repos/extra-i686/kdevelop.install
  kdevelop/repos/extra-x86_64/PKGBUILD
  kdevelop/repos/extra-x86_64/kdevelop.install
  kdevelop/repos/testing-i686/
  kdevelop/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   62 
 extra-i686/kdevelop.install   |   26 
 extra-x86_64/PKGBUILD |   62 
 extra-x86_64/kdevelop.install |   26 
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-09 06:41:47 UTC (rev 168353)
+++ extra-i686/PKGBUILD 2012-10-09 06:46:57 UTC (rev 168354)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=kdevelop
-pkgver=4.3.1
-pkgrel=1
-pkgdesc=A C/C++ development environment for KDE
-arch=('i686' 'x86_64')
-url=http://www.kdevelop.org/;
-license=('GPL')
-depends=('kdebase-workspace' 'kdevplatform' 'kdesdk-okteta' 'kdebase-katepart')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('99596bf333bf5a62547f3dc0800674db146eb401')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build 
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdevelop/repos/extra-i686/PKGBUILD (from rev 168353, 
kdevelop/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-09 06:46:57 UTC (rev 168354)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=kdevelop
+pkgver=4.3.90
+pkgrel=1
+pkgdesc=A C/C++ development environment for KDE
+arch=('i686' 'x86_64')
+url=http://www.kdevelop.org/;
+license=('GPL')
+depends=('kdebase-workspace' 'kdevplatform' 'kdesdk-okteta' 'kdebase-katepart')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('18ed2dccdeef8abe41c135cd3038038790b4e50a')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build 
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdevelop.install
===
--- extra-i686/kdevelop.install 2012-10-09 06:41:47 UTC (rev 168353)
+++ extra-i686/kdevelop.install 2012-10-09 06:46:57 UTC (rev 168354)
@@ -1,13 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-   update-mime-database usr/share/mime   /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdevelop/repos/extra-i686/kdevelop.install (from rev 168353, 
kdevelop/repos/testing-i686/kdevelop.install)
===
--- extra-i686/kdevelop.install (rev 0)
+++ extra-i686/kdevelop.install 2012-10-09 06:46:57 UTC (rev 168354)
@@ -0,0 +1,13 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+   update-mime-database usr/share/mime   /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-09 06:41:47 UTC (rev 168353)
+++ extra-x86_64/PKGBUILD   2012-10-09 06:46:57 UTC (rev 168354)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=kdevelop
-pkgver=4.3.1
-pkgrel=1
-pkgdesc=A C/C++ development environment for KDE
-arch=('i686' 'x86_64')
-url=http://www.kdevelop.org/;

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

2012-10-09 Thread Andrea Scarpino
Date: Tuesday, October 9, 2012 @ 02:47:34
  Author: andrea
Revision: 168355

db-move: moved kdevplatform from [testing] to [extra] (i686, x86_64)

Added:
  kdevplatform/repos/extra-i686/PKGBUILD
(from rev 168354, kdevplatform/repos/testing-i686/PKGBUILD)
  kdevplatform/repos/extra-i686/kdevplatform.install
(from rev 168354, kdevplatform/repos/testing-i686/kdevplatform.install)
  kdevplatform/repos/extra-x86_64/PKGBUILD
(from rev 168354, kdevplatform/repos/testing-x86_64/PKGBUILD)
  kdevplatform/repos/extra-x86_64/kdevplatform.install
(from rev 168354, kdevplatform/repos/testing-x86_64/kdevplatform.install)
Deleted:
  kdevplatform/repos/extra-i686/PKGBUILD
  kdevplatform/repos/extra-i686/kdevplatform.install
  kdevplatform/repos/extra-x86_64/PKGBUILD
  kdevplatform/repos/extra-x86_64/kdevplatform.install
  kdevplatform/repos/testing-i686/
  kdevplatform/repos/testing-x86_64/

---+
 extra-i686/PKGBUILD   |   66 ++--
 extra-i686/kdevplatform.install   |   22 ++--
 extra-x86_64/PKGBUILD |   66 ++--
 extra-x86_64/kdevplatform.install |   22 ++--
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-09 06:46:57 UTC (rev 168354)
+++ extra-i686/PKGBUILD 2012-10-09 06:47:34 UTC (rev 168355)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=kdevplatform
-pkgver=1.3.1
-_pkgver=4.3.1
-pkgrel=1
-pkgdesc=A C/C++ development platform for KDE
-arch=('i686' 'x86_64')
-url=http://www.kdevelop.org/;
-license=('GPL')
-depends=('kdelibs' 'subversion' 'qjson')
-optdepends=(kdesdk-kompare: difference checking)
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
-sha1sums=('bba0cefdac6de83c8d3354534a94e8500dccda37')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build 
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdevplatform/repos/extra-i686/PKGBUILD (from rev 168354, 
kdevplatform/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-09 06:47:34 UTC (rev 168355)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Giovanni Scafora giova...@archlinux.org
+
+pkgname=kdevplatform
+pkgver=1.3.90
+_pkgver=4.3.90
+pkgrel=1
+pkgdesc=A C/C++ development platform for KDE
+arch=('i686' 'x86_64')
+url=http://www.kdevelop.org/;
+license=('GPL')
+depends=('kdelibs' 'subversion' 'qjson')
+optdepends=(kdesdk-kompare: difference checking)
+makedepends=('cmake' 'automoc4' 'boost')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('88300217681caa5c69f09b6428f2a6298cbd4733')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build 
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/kdevplatform.install
===
--- extra-i686/kdevplatform.install 2012-10-09 06:46:57 UTC (rev 168354)
+++ extra-i686/kdevplatform.install 2012-10-09 06:47:34 UTC (rev 168355)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdevplatform/repos/extra-i686/kdevplatform.install (from rev 168354, 
kdevplatform/repos/testing-i686/kdevplatform.install)
===
--- extra-i686/kdevplatform.install (rev 0)
+++ extra-i686/kdevplatform.install 2012-10-09 06:47:34 UTC (rev 168355)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-09 06:46:57 UTC (rev 168354)
+++ extra-x86_64/PKGBUILD   2012-10-09 06:47:34 UTC (rev 168355)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Giovanni Scafora giova...@archlinux.org
-
-pkgname=kdevplatform
-pkgver=1.3.1
-_pkgver=4.3.1
-pkgrel=1
-pkgdesc=A C/C++ development platform for KDE

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

2012-10-09 Thread Andrea Scarpino
Date: Tuesday, October 9, 2012 @ 02:48:14
  Author: andrea
Revision: 168356

db-move: moved kdevelop-php from [testing] to [extra] (i686, x86_64)

Added:
  kdevelop-php/repos/extra-i686/PKGBUILD
(from rev 168355, kdevelop-php/repos/testing-i686/PKGBUILD)
  kdevelop-php/repos/extra-x86_64/PKGBUILD
(from rev 168355, kdevelop-php/repos/testing-x86_64/PKGBUILD)
Deleted:
  kdevelop-php/repos/extra-i686/PKGBUILD
  kdevelop-php/repos/extra-x86_64/PKGBUILD
  kdevelop-php/repos/testing-i686/
  kdevelop-php/repos/testing-x86_64/

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-09 06:47:34 UTC (rev 168355)
+++ extra-i686/PKGBUILD 2012-10-09 06:48:14 UTC (rev 168356)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdevelop-php
-pkgver=1.3.1
-_pkgver=4.3.1
-pkgrel=1
-pkgdesc=PHP language and documentation plugin for KDevelop/Quanta
-arch=('i686' 'x86_64')
-url=http://www.kdevelop.org/;
-license=('GPL')
-depends=('kdevelop-pg-qt')
-makedepends=('cmake' 'automoc4')
-replaces=('kdevelop-php-docs')
-conflicts=('kdevelop-php-docs')
-source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-{,docs-}${pkgver}.tar.bz2)
-sha1sums=('c5d31de0bf0ae4b242b6265851807e5b44606525'
-  '2b5c3dd2b26196a83bc95cfe8ee595e160f595f0')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-
-  # kdevelop-php-docs
-  cd ${srcdir}
-  mkdir build-docs
-  cd build-docs
-  cmake ../${pkgname}-docs-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-
-  # kdevelop-php-docs
-  cd ${srcdir}/build-docs
-  make DESTDIR=${pkgdir} install
-}

Copied: kdevelop-php/repos/extra-i686/PKGBUILD (from rev 168355, 
kdevelop-php/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-09 06:48:14 UTC (rev 168356)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdevelop-php
+pkgver=1.3.90
+_pkgver=4.3.90
+pkgrel=1
+pkgdesc=PHP language and documentation plugin for KDevelop/Quanta
+arch=('i686' 'x86_64')
+url=http://www.kdevelop.org/;
+license=('GPL')
+depends=('kdevelop-pg-qt')
+makedepends=('cmake' 'automoc4')
+replaces=('kdevelop-php-docs')
+conflicts=('kdevelop-php-docs')
+source=(http://download.kde.org/unstable/kdevelop/${_pkgver}/src/${pkgname}-{,docs-}${pkgver}.tar.bz2)
+sha1sums=('11f9b3d2d27ad93aa666edae60d08f64ea82bb8d'
+  'f11194f5672d78406b6c54d53b10c02384e5bf99')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+
+  # kdevelop-php-docs
+  cd ${srcdir}
+  mkdir build-docs
+  cd build-docs
+  cmake ../${pkgname}-docs-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+
+  # kdevelop-php-docs
+  cd ${srcdir}/build-docs
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-09 06:47:34 UTC (rev 168355)
+++ extra-x86_64/PKGBUILD   2012-10-09 06:48:14 UTC (rev 168356)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdevelop-php
-pkgver=1.3.1
-_pkgver=4.3.1
-pkgrel=1
-pkgdesc=PHP language and documentation plugin for KDevelop/Quanta
-arch=('i686' 'x86_64')
-url=http://www.kdevelop.org/;
-license=('GPL')
-depends=('kdevelop-pg-qt')
-makedepends=('cmake' 'automoc4')
-replaces=('kdevelop-php-docs')
-conflicts=('kdevelop-php-docs')
-source=(http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-{,docs-}${pkgver}.tar.bz2)
-sha1sums=('c5d31de0bf0ae4b242b6265851807e5b44606525'
-  '2b5c3dd2b26196a83bc95cfe8ee595e160f595f0')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-
-  # kdevelop-php-docs
-  cd ${srcdir}
-  mkdir build-docs
-  cd build-docs
-  cmake ../${pkgname}-docs-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-
-  # kdevelop-php-docs
-  cd ${srcdir}/build-docs
-  make DESTDIR=${pkgdir} install
-}

Copied: kdevelop-php/repos/extra-x86_64/PKGBUILD 

[arch-commits] Commit in kdebase-workspace/trunk (PKGBUILD kdm.logrotate)

2012-10-09 Thread Andrea Scarpino
Date: Tuesday, October 9, 2012 @ 02:55:52
  Author: andrea
Revision: 168357

kdm logrotate support (FS#31516)

Added:
  kdebase-workspace/trunk/kdm.logrotate
Modified:
  kdebase-workspace/trunk/PKGBUILD

---+
 PKGBUILD  |5 -
 kdm.logrotate |6 ++
 2 files changed, 10 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-09 06:48:14 UTC (rev 168356)
+++ PKGBUILD2012-10-09 06:55:52 UTC (rev 168357)
@@ -5,7 +5,7 @@
 pkgname=kdebase-workspace
 _pkgname=kde-workspace
 pkgver=4.9.2
-pkgrel=3
+pkgrel=4
 pkgdesc=Provides the interface and basic tools for the KDE workspace
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-workspace'
@@ -30,6 +30,7 @@
 
source=(http://download.kde.org/stable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz;
 'kdm' 'kde.pam' 'kde-np.pam' 'kscreensaver.pam' 'kdm.service'
 'fixpath.patch' 'terminate-server.patch' 'kdm-xinitrd.patch'
+'kdm.logrotate'
 'logind-support.patch')
 sha1sums=('091bec159d85db2a9a6d6b1b43a53183c23de488'
   '5db3a245201bd4a50e65aa2ef583cf5490e4f646'
@@ -40,6 +41,7 @@
   'd7b5883f7e65c6839b1f65f94d58026673dd0226'
   'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3'
   'd509dac592bd8b310df27991b208c95b6d907514'
+  'bbe55f2000217474ce7246f12ee437ceaaf7e9ae'
   'ccde71c42e19feaf40d3bd76e7396a0cb6df012f')
 
 build() {
@@ -83,4 +85,5 @@
 install -D -m755 ${srcdir}/kdm ${pkgdir}/etc/rc.d/kdm
 install -D -m644 ${srcdir}/kdm.service \
   ${pkgdir}/usr/lib/systemd/system/kdm.service
+install -Dm644 ${srcdir}/kdm.logrotate ${pkgdir}/etc/logrotate.d/kdm
 }

Added: kdm.logrotate
===
--- kdm.logrotate   (rev 0)
+++ kdm.logrotate   2012-10-09 06:55:52 UTC (rev 168357)
@@ -0,0 +1,6 @@
+/var/log/kdm.log {
+maxage 365
+size=+1024k
+notifempty
+missingok
+}



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

2012-10-09 Thread Ionut Biru
Date: Tuesday, October 9, 2012 @ 03:11:08
  Author: ibiru
Revision: 168358

update to 11.2.202.243

Modified:
  flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-09 06:55:52 UTC (rev 168357)
+++ PKGBUILD2012-10-09 07:11:08 UTC (rev 168358)
@@ -4,7 +4,7 @@
 
 pkgname=flashplugin
 _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.238
+pkgver=11.2.202.243
 pkgrel=1
 pkgdesc='Adobe Flash Player'
 url='http://get.adobe.com/flashplayer'
@@ -18,17 +18,17 @@
 backup=(etc/adobe/mms.cfg)
 
 if [ $CARCH = i686 ]; then
-
source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;
+
source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux_i386.tar.gz;
 http://www.adobe.com/products/eulas/pdfs/${_licensefile};
 mms.cfg)
-md5sums=('0bb68113fc1ccdfa3fbb212bc9a13d1f'
+md5sums=('c0eeddf06807c6606b99739c1c21c74f'
  '94ca2aecb409abfe36494d1a7ec7591d'
  'f34aae6279b40e0bd2abfb0d9963d7b8')
 elif [ $CARCH = x86_64 ]; then
-
source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz;
+
source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux_x86_64.tar.gz;
 http://www.adobe.com/products/eulas/pdfs/${_licensefile};
 mms.cfg)
-md5sums=('1fc642ea19f5b851b434ac2b2e685257'
+md5sums=('d9a925117f643f2678a2609d25734b15'
  '94ca2aecb409abfe36494d1a7ec7591d'
  'f34aae6279b40e0bd2abfb0d9963d7b8')
 fi



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

2012-10-09 Thread Ionut Biru
Date: Tuesday, October 9, 2012 @ 03:16:12
  Author: ibiru
Revision: 168359

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

Added:
  flashplugin/repos/extra-i686/PKGBUILD
(from rev 168358, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/extra-i686/flashplugin.install
(from rev 168358, flashplugin/trunk/flashplugin.install)
  flashplugin/repos/extra-i686/mms.cfg
(from rev 168358, flashplugin/trunk/mms.cfg)
  flashplugin/repos/extra-x86_64/PKGBUILD
(from rev 168358, flashplugin/trunk/PKGBUILD)
  flashplugin/repos/extra-x86_64/flashplugin.install
(from rev 168358, flashplugin/trunk/flashplugin.install)
  flashplugin/repos/extra-x86_64/mms.cfg
(from rev 168358, flashplugin/trunk/mms.cfg)
Deleted:
  flashplugin/repos/extra-i686/PKGBUILD
  flashplugin/repos/extra-i686/flashplugin.install
  flashplugin/repos/extra-i686/mms.cfg
  flashplugin/repos/extra-x86_64/PKGBUILD
  flashplugin/repos/extra-x86_64/flashplugin.install
  flashplugin/repos/extra-x86_64/mms.cfg

--+
 extra-i686/PKGBUILD  |  104 ++---
 extra-i686/flashplugin.install   |   28 -
 extra-i686/mms.cfg   |4 -
 extra-x86_64/PKGBUILD|  104 ++---
 extra-x86_64/flashplugin.install |   28 -
 extra-x86_64/mms.cfg |4 -
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-09 07:11:08 UTC (rev 168358)
+++ extra-i686/PKGBUILD 2012-10-09 07:16:12 UTC (rev 168359)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=flashplugin
-_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
-pkgver=11.2.202.238
-pkgrel=1
-pkgdesc='Adobe Flash Player'
-url='http://get.adobe.com/flashplayer'
-arch=('i686' 'x86_64')
-depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 
'hicolor-icon-theme')
-optdepends=('libvdpau: GPU acceleration on Nvidia card')
-provides=('flashplayer')
-license=('custom')
-options=(!strip)
-install=flashplugin.install
-backup=(etc/adobe/mms.cfg)
-
-if [ $CARCH = i686 ]; then
-
source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz;
-http://www.adobe.com/products/eulas/pdfs/${_licensefile};
-mms.cfg)
-md5sums=('0bb68113fc1ccdfa3fbb212bc9a13d1f'
- '94ca2aecb409abfe36494d1a7ec7591d'
- 'f34aae6279b40e0bd2abfb0d9963d7b8')
-elif [ $CARCH = x86_64 ]; then
-
source=(http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz;
-http://www.adobe.com/products/eulas/pdfs/${_licensefile};
-mms.cfg)
-md5sums=('1fc642ea19f5b851b434ac2b2e685257'
- '94ca2aecb409abfe36494d1a7ec7591d'
- 'f34aae6279b40e0bd2abfb0d9963d7b8')
-fi
-
-package () {
-install -Dm755 libflashplayer.so 
$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so
-if [ $CARCH = x86_64 ]; then
-install -Dm755 usr/lib64/kde4/kcm_adobe_flash_player.so 
$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so
-else
-install -Dm755 usr/lib/kde4/kcm_adobe_flash_player.so 
$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so
-fi
-install -Dm755 usr/bin/flash-player-properties 
$pkgdir/usr/bin/flash-player-properties
-for i in 16x16 22x22 24x24 32x32 48x48; do
-install -Dm644 
usr/share/icons/hicolor/$i/apps/flash-player-properties.png \
-
$pkgdir/usr/share/icons/hicolor/$i/apps/flash-player-properties.png
-done
-install -Dm644 usr/share/applications/flash-player-properties.desktop 
$pkgdir/usr/share/applications/flash-player-properties.desktop
-install -Dm644 usr/share/kde4/services/kcm_adobe_flash_player.desktop 
$pkgdir/usr/share/kde4/services/kcm_adobe_flash_player.desktop
-install -Dm644 ${_licensefile} 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf
-install -Dm644 $srcdir/mms.cfg $pkgdir/etc/adobe/mms.cfg
-}

Copied: flashplugin/repos/extra-i686/PKGBUILD (from rev 168358, 
flashplugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-09 07:16:12 UTC (rev 168359)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=flashplugin
+_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf'
+pkgver=11.2.202.243
+pkgrel=1
+pkgdesc='Adobe Flash Player'
+url='http://get.adobe.com/flashplayer'
+arch=('i686' 'x86_64')
+depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 
'hicolor-icon-theme')
+optdepends=('libvdpau: GPU acceleration on Nvidia card')
+provides=('flashplayer')
+license=('custom')

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

2012-10-09 Thread Ionut Biru
Date: Tuesday, October 9, 2012 @ 03:19:49
  Author: ibiru
Revision: 168360

update to 0.2.1

Modified:
  farstream/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-09 07:16:12 UTC (rev 168359)
+++ PKGBUILD2012-10-09 07:19:49 UTC (rev 168360)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru ib...@archlinux.org
 
 pkgname=farstream
-pkgver=0.2.0
+pkgver=0.2.1
 pkgrel=1
 pkgdesc=Farstream (formerly Farsight) - Audio/Video Communications Framework
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 replaces=('farsight2')
 options=(!libtool)
 
source=(http://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('efedec4a885170d350b5cc43c933f1c0')
+md5sums=('479c42adf5cc606abcb47d58ed542414')
 
 build() {
   cd  $pkgname-$pkgver



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

2012-10-09 Thread Ionut Biru
Date: Tuesday, October 9, 2012 @ 03:21:08
  Author: ibiru
Revision: 168361

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  farstream/repos/gnome-unstable-i686/PKGBUILD
(from rev 168360, farstream/trunk/PKGBUILD)
  farstream/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 168360, farstream/trunk/PKGBUILD)
Deleted:
  farstream/repos/gnome-unstable-i686/PKGBUILD
  farstream/repos/gnome-unstable-x86_64/PKGBUILD

+
 gnome-unstable-i686/PKGBUILD   |   68 +++
 gnome-unstable-x86_64/PKGBUILD |   68 +++
 2 files changed, 68 insertions(+), 68 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-10-09 07:19:49 UTC (rev 168360)
+++ gnome-unstable-i686/PKGBUILD2012-10-09 07:21:08 UTC (rev 168361)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=farstream
-pkgver=0.2.0
-pkgrel=1
-pkgdesc=Farstream (formerly Farsight) - Audio/Video Communications Framework
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/Farstream;
-license=('LGPL2.1')
-depends=('gst-plugins-base-libs' 'libnice')
-makedepends=('gobject-introspection')
-optdepends=('gst-plugins-good' 'gst-plugins-bad')
-conflicts=('farsight2')
-replaces=('farsight2')
-options=(!libtool)
-source=(http://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('efedec4a885170d350b5cc43c933f1c0')
-
-build() {
-  cd  $pkgname-$pkgver
-  ./configure --prefix=/usr \
---with-package-name='Arch Linux farstream package' \
---with-package-origin='http://archlinux.org' \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: farstream/repos/gnome-unstable-i686/PKGBUILD (from rev 168360, 
farstream/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-10-09 07:21:08 UTC (rev 168361)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=farstream
+pkgver=0.2.1
+pkgrel=1
+pkgdesc=Farstream (formerly Farsight) - Audio/Video Communications Framework
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/Farstream;
+license=('LGPL2.1')
+depends=('gst-plugins-base-libs' 'libnice')
+makedepends=('gobject-introspection')
+optdepends=('gst-plugins-good' 'gst-plugins-bad')
+conflicts=('farsight2')
+replaces=('farsight2')
+options=(!libtool)
+source=(http://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('479c42adf5cc606abcb47d58ed542414')
+
+build() {
+  cd  $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--with-package-name='Arch Linux farstream package' \
+--with-package-origin='http://archlinux.org' \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-10-09 07:19:49 UTC (rev 168360)
+++ gnome-unstable-x86_64/PKGBUILD  2012-10-09 07:21:08 UTC (rev 168361)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=farstream
-pkgver=0.2.0
-pkgrel=1
-pkgdesc=Farstream (formerly Farsight) - Audio/Video Communications Framework
-arch=(i686 x86_64)
-url=http://www.freedesktop.org/wiki/Software/Farstream;
-license=('LGPL2.1')
-depends=('gst-plugins-base-libs' 'libnice')
-makedepends=('gobject-introspection')
-optdepends=('gst-plugins-good' 'gst-plugins-bad')
-conflicts=('farsight2')
-replaces=('farsight2')
-options=(!libtool)
-source=(http://freedesktop.org/software/$pkgname/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('efedec4a885170d350b5cc43c933f1c0')
-
-build() {
-  cd  $pkgname-$pkgver
-  ./configure --prefix=/usr \
---with-package-name='Arch Linux farstream package' \
---with-package-origin='http://archlinux.org' \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: farstream/repos/gnome-unstable-x86_64/PKGBUILD (from rev 168360, 
farstream/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-10-09 07:21:08 UTC (rev 168361)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=farstream
+pkgver=0.2.1
+pkgrel=1
+pkgdesc=Farstream (formerly Farsight) - Audio/Video Communications Framework
+arch=(i686 x86_64)
+url=http://www.freedesktop.org/wiki/Software/Farstream;
+license=('LGPL2.1')

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

2012-10-09 Thread Ionut Biru
Date: Tuesday, October 9, 2012 @ 06:09:49
  Author: ibiru
Revision: 168362

update to 16.0

Modified:
  firefox/trunk/PKGBUILD
  firefox/trunk/firefox-install-dir.patch
  firefox/trunk/firefox.desktop

---+
 PKGBUILD  |8 +++
 firefox-install-dir.patch |   48 ++--
 firefox.desktop   |   40 
 3 files changed, 69 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-09 07:21:08 UTC (rev 168361)
+++ PKGBUILD2012-10-09 10:09:49 UTC (rev 168362)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke sja...@gmail.com
 
 pkgname=firefox
-pkgver=15.0.1
+pkgver=16.0
 pkgrel=1
 pkgdesc=Standalone web browser from mozilla.org
 arch=('i686' 'x86_64')
@@ -19,10 +19,10 @@
 options=(!emptydirs)
 
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
 mozconfig firefox.desktop firefox-install-dir.patch vendor.js 
shared-libs.patch)
-md5sums=('743ba71fbce7b32023405db02d44143f'
+md5sums=('04cbefaebaf77693bacd11145ece104f'
  '5644c7b42f51013e2023787938fa955e'
- 'bdeb0380c7fae30dd0ead6d2d3bc5873'
- '594523c536a9be951b52c90dd85aff18'
+ 'eb56667bc1919f2ed93e34bdfc21f7d6'
+ '150ac0fb3ac7b2114c8e8851a9e0516c'
  '0d053487907de4376d67d8f499c5502b'
  '52e52f840a49eb1d14be1c0065b03a93')
 

Modified: firefox-install-dir.patch
===
--- firefox-install-dir.patch   2012-10-09 07:21:08 UTC (rev 168361)
+++ firefox-install-dir.patch   2012-10-09 10:09:49 UTC (rev 168362)
@@ -1,28 +1,30 @@
-diff -Nur mozilla-release.orig/config/autoconf.mk.in 
mozilla-release/config/autoconf.mk.in
 mozilla-release.orig/config/autoconf.mk.in 2011-11-06 14:06:44.462920048 
+
-+++ mozilla-release/config/autoconf.mk.in  2011-11-06 14:20:45.124169469 
+
-@@ -68,8 +68,8 @@
- mandir= @mandir@
- idldir= $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
+diff -Nur mozilla-release.orig/config/baseconfig.mk 
mozilla-release/config/baseconfig.mk
+--- mozilla-release.orig/config/baseconfig.mk  2012-10-09 07:34:41.762092280 
+
 mozilla-release/config/baseconfig.mk   2012-10-09 07:40:53.052771576 
+
+@@ -1,9 +1,9 @@
+ INCLUDED_AUTOCONF_MK = 1
  
--installdir= $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
--sdkdir= $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
-+installdir= $(libdir)/$(MOZ_APP_NAME)
-+sdkdir= $(libdir)/$(MOZ_APP_NAME)-devel
+-includedir := $(includedir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
+-idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
+-installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
+-sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
++includedir := $(includedir)/$(MOZ_APP_NAME)
++idldir = $(datadir)/idl/$(MOZ_APP_NAME)
++installdir = $(libdir)/$(MOZ_APP_NAME)
++sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel
+ DIST = $(DEPTH)/dist
  
- DIST  = $(DEPTH)/dist
- LIBXUL_SDK  = @LIBXUL_SDK@
-diff -Nur mozilla-release.orig/js/src/config/autoconf.mk.in 
mozilla-release/js/src/config/autoconf.mk.in
 mozilla-release.orig/js/src/config/autoconf.mk.in  2011-11-06 
14:06:45.586263727 +
-+++ mozilla-release/js/src/config/autoconf.mk.in   2011-11-06 
14:21:01.770993669 +
-@@ -61,8 +61,8 @@
- datadir   = @datadir@
- mandir= @mandir@
+ # We do magic with OBJ_SUFFIX in config.mk, the following ensures we don't
+diff -Nur mozilla-release.orig/js/src/config/baseconfig.mk 
mozilla-release/js/src/config/baseconfig.mk
+--- mozilla-release.orig/js/src/config/baseconfig.mk   2012-10-09 
07:34:58.411973276 +
 mozilla-release/js/src/config/baseconfig.mk2012-10-09 
07:39:55.143186168 +
+@@ -1,7 +1,7 @@
+ INCLUDED_AUTOCONF_MK = 1
  
--installdir= $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
--sdkdir= $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
-+installdir= $(libdir)/$(MOZ_APP_NAME)
-+sdkdir= $(libdir)/$(MOZ_APP_NAME)-devel
+-installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
+-sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION)
++installdir = $(libdir)/$(MOZ_APP_NAME)
++sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel
  
- TOP_DIST  = @TOP_DIST@
  ifneq (,$(filter /%,$(TOP_DIST)))
+ DIST = $(TOP_DIST)

Modified: firefox.desktop
===
--- firefox.desktop 2012-10-09 07:21:08 UTC (rev 168361)
+++ firefox.desktop 2012-10-09 10:09:49 UTC (rev 168362)
@@ -72,6 +72,46 @@
 GenericName[zh_CN]=网页浏览器
 GenericName[zh_TW]=網頁瀏覽器
 GenericName[zu]=Umcingi we-Web
+Comment=Browse the World Wide Web
+Comment[ar]=تصفح الشبكة العنكبوتية العالمية
+Comment[ast]=Restola pela 

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

2012-10-09 Thread Ionut Biru
Date: Tuesday, October 9, 2012 @ 06:11:02
  Author: ibiru
Revision: 168363

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

Added:
  firefox/repos/testing-i686/
  firefox/repos/testing-i686/PKGBUILD
(from rev 168362, firefox/trunk/PKGBUILD)
  firefox/repos/testing-i686/firefox-install-dir.patch
(from rev 168362, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/testing-i686/firefox.desktop
(from rev 168362, firefox/trunk/firefox.desktop)
  firefox/repos/testing-i686/firefox.install
(from rev 168362, firefox/trunk/firefox.install)
  firefox/repos/testing-i686/mozconfig
(from rev 168362, firefox/trunk/mozconfig)
  firefox/repos/testing-i686/shared-libs.patch
(from rev 168362, firefox/trunk/shared-libs.patch)
  firefox/repos/testing-i686/vendor.js
(from rev 168362, firefox/trunk/vendor.js)
  firefox/repos/testing-x86_64/
  firefox/repos/testing-x86_64/PKGBUILD
(from rev 168362, firefox/trunk/PKGBUILD)
  firefox/repos/testing-x86_64/firefox-install-dir.patch
(from rev 168362, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/testing-x86_64/firefox.desktop
(from rev 168362, firefox/trunk/firefox.desktop)
  firefox/repos/testing-x86_64/firefox.install
(from rev 168362, firefox/trunk/firefox.install)
  firefox/repos/testing-x86_64/mozconfig
(from rev 168362, firefox/trunk/mozconfig)
  firefox/repos/testing-x86_64/shared-libs.patch
(from rev 168362, firefox/trunk/shared-libs.patch)
  firefox/repos/testing-x86_64/vendor.js
(from rev 168362, firefox/trunk/vendor.js)

--+
 testing-i686/PKGBUILD|   82 +++
 testing-i686/firefox-install-dir.patch   |   30 +++
 testing-i686/firefox.desktop |  121 +
 testing-i686/firefox.install |   13 +++
 testing-i686/mozconfig   |   38 +
 testing-i686/shared-libs.patch   |   12 ++
 testing-i686/vendor.js   |9 ++
 testing-x86_64/PKGBUILD  |   82 +++
 testing-x86_64/firefox-install-dir.patch |   30 +++
 testing-x86_64/firefox.desktop   |  121 +
 testing-x86_64/firefox.install   |   13 +++
 testing-x86_64/mozconfig |   38 +
 testing-x86_64/shared-libs.patch |   12 ++
 testing-x86_64/vendor.js |9 ++
 14 files changed, 610 insertions(+)

Copied: firefox/repos/testing-i686/PKGBUILD (from rev 168362, 
firefox/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-09 10:11:02 UTC (rev 168363)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+# Contributor: Jakub Schmidtke sja...@gmail.com
+
+pkgname=firefox
+pkgver=16.0
+pkgrel=1
+pkgdesc=Standalone web browser from mozilla.org
+arch=('i686' 'x86_64')
+license=('MPL' 'GPL' 'LGPL')
+depends=('gtk2' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types' 
'dbus-glib' 'alsa-lib'
+ 'libnotify' 'desktop-file-utils' 'hicolor-icon-theme'
+ 'libvpx' 'libevent' 'nss=3.13.3' 'hunspell' 'sqlite')
+makedepends=('unzip' 'zip' 'diffutils' 'python2' 'wireless_tools' 'yasm' 'mesa'
+ 'autoconf2.13' 'libidl2' 'xorg-server-xvfb' 'imake')
+optdepends=('wireless_tools: Location detection via available WiFi networks')
+url=http://www.mozilla.org/projects/firefox;
+install=firefox.install
+options=(!emptydirs)
+source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
+mozconfig firefox.desktop firefox-install-dir.patch vendor.js 
shared-libs.patch)
+md5sums=('04cbefaebaf77693bacd11145ece104f'
+ '5644c7b42f51013e2023787938fa955e'
+ 'eb56667bc1919f2ed93e34bdfc21f7d6'
+ '150ac0fb3ac7b2114c8e8851a9e0516c'
+ '0d053487907de4376d67d8f499c5502b'
+ '52e52f840a49eb1d14be1c0065b03a93')
+
+build() {
+  cd mozilla-release
+
+  cp ../mozconfig .mozconfig
+  patch -Np1 -i ../firefox-install-dir.patch
+  patch -Np1 -i ../shared-libs.patch
+
+  # Fix PRE_RELEASE_SUFFIX
+  sed -i '/^PRE_RELEASE_SUFFIX := /s/ //' \
+browser/base/Makefile.in
+
+  export LDFLAGS=$LDFLAGS -Wl,-rpath,/usr/lib/firefox
+  export PYTHON=/usr/bin/python2
+  export MOZ_MAKE_FLAGS=$MAKEFLAGS
+  unset MAKEFLAGS
+
+  # Enable PGO
+  export MOZ_PGO=1
+  export DISPLAY=:99
+  Xvfb -nolisten tcp -extension GLX -screen 0 1280x1024x24 $DISPLAY 
+  _fail=0
+
+  make -f client.mk build || _fail=1
+
+  kill $! || true
+  return $_fail
+}
+
+package() {
+  cd mozilla-release
+  make -j1 -f client.mk DESTDIR=$pkgdir install
+
+  install -Dm644 ../vendor.js 
$pkgdir/usr/lib/firefox/defaults/preferences/vendor.js
+
+  for i in 16 22 24 32 48 256; do
+  install -Dm644 browser/branding/official/default$i.png \
+

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

2012-10-09 Thread Ionut Biru
Date: Tuesday, October 9, 2012 @ 06:45:24
  Author: ibiru
Revision: 168364

update to 16.0

Modified:
  firefox-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-09 10:11:02 UTC (rev 168363)
+++ PKGBUILD2012-10-09 10:45:24 UTC (rev 168364)
@@ -5,7 +5,7 @@
 # Contributor: Andrea Scarpino and...@archlinux.org
 
 pkgbase=firefox-i18n
-pkgver=15.0.1
+pkgver=16.0
 pkgname=('firefox-i18n'
 'firefox-i18n-af'
 'firefox-i18n-ak'
@@ -817,91 +817,91 @@
   cd ${srcdir}
   install -Dm644 firefox-i18n-$pkgver-zu.xpi 
${pkgdir}/$_path/langpack...@firefox.mozilla.org.xpi
 }
-md5sums=('ea757bbd70fdb6fd8a28439790074b1b'
- 'd525b05d3fda1e812404c4484c776262'
- '83a1c10ffb4159e4aaf0833e67e982ec'
- 'a8228d3b3a1e0a912f6e67c04d6992fa'
- '95967468dd22b585a1e4e30973881a25'
- '673c9d5bfa4c92a04e5e8e54a948623a'
- '859b54fb56267d1a4e5250af1460367c'
- '907ec73cb349611b18f03fe7603d1b69'
- '5bedfefe2ef1ef60dc09ea62915778e1'
- '86f5108d6fb9656b93d8274f113c75a6'
- '6ec41a0c365331c60c9bd07aee900a60'
- 'ef696956a81ac07b11c9701307921eee'
- '4ee5cce4a51a72ed5847db963535a3c5'
- 'e8ed83e09c6b00b6657ad9085fc01105'
- '268bbf84ad18a4ee6a49978629ba54b3'
- '3f9a17ecd20264d848824563bbfe3b79'
- '6840d0d5b8df75741d4b44fbdd67ba8e'
- 'fb12205b8a76539848f65e92a63111cf'
- '7aeacc1d678e37fd8c9b4a9186bf5748'
- 'af9f4458d20cdacad2924c773a98e072'
- 'eb651da193b978c7532588527797a867'
- '10011e7d45a43bcd7b725a5d4ec213a0'
- 'dc5edea6bb3ca9359e5573b1d1f816fd'
- '927591e9485d2c838e6eddf44d9840c6'
- '20e1692bcde159f45e02eb4f8ebaeaa3'
- 'a991abbb0b539d6da5afa709bc1b7e1e'
- 'b5f835bf06476f16f0915e0f7a646477'
- '9b2fa18d7a180dafbdd7be6ce087fee3'
- 'd2ce088fa6d2160b1d962e4670136f87'
- '0de23f7ea0441e060abe35caaa26c4c0'
- 'f8b758e25b70aaaddcb9068f4aa61391'
- '5c4976446b0f0755002a89584a9ee109'
- 'af992deeb31b8aa2ece790568bd1c69c'
- '4c77cfc217e85009d3513a74b72fe289'
- '328cadc53bc5a385ed93aff902c40ea0'
- '8a056ec50fc3dcbf75cceaf8f119def2'
- '7e1434832f96db0c1af428d45e68c7d8'
- 'fa0bb8d61b59e4ad1a38714c0c735f6d'
- '1980cb3ba39eeafb8eb46f3c26427eb1'
- '67c4a75c0f3cc513c0aa35a5b39b7095'
- '2d4b51ff67029094431024ca11cd2646'
- '0302d52610815b22b665ae40ef191bdb'
- '81ff07e4c78a31ea9c68d49469c98c26'
- 'b4d6ae17eb4950660f410ffc6aacef2d'
- '0e97da1cb9429c968132d49d5050996c'
- '0579f67f9f1c76013bc21feef9b2451b'
- '8264ed35e5c890e451c63373437c496f'
- '9f1f02048b79d65ee2a9669427bdb324'
- '3eac53b465cab8a9748e36a21909234b'
- 'fd2b3a7c461d2ac3bd01d8631fb70578'
- '49f06f8afe1ed9f208939d67eacd15bd'
- '08712a95af11f2df8ba62bef738e60e3'
- 'fc8fa12e48cdef3fac1d5c0aa25177f2'
- 'c854902f030e802241c9c1fe633a81a4'
- '09ffd3f3210e57c0bda71f90b0d79d62'
- '9120dfc6cac8a6fb8e56a3c926fa07c8'
- 'da6a44f038f37335b528680eb5e56824'
- '617ed5617700df91dc53750905398923'
- 'd8f11d04cb076ea7faa84840b1d28689'
- 'e417eb67503a9b57d71341eb82322038'
- '3ac2a1f32eedda604d56c1086ae147e2'
- 'acea510eb57ac14f9c0627179d425755'
- '2a47c9d4a042b96ce67bd44937664923'
- '12a165fac4abc29d37527caef576dbe0'
- '77348d11c402beba74bdb4c1051a14fb'
- 'c52a362ba09e6c17f0e8e608baa9824e'
- '8afbd7d9305347b884aea2652ad51a3e'
- 'ccac8be8aef1f88fc8d1d0d14dc4baa1'
- '63cadf645ed4386880d79d1997ca09fa'
- '1b8b630e0b89665f9e2b8e20d580fe27'
- 'a9330ada0b191e5ebd6017dec815edc1'
- 'dbe372610bf4e0d59ab3ad13dcd7c406'
- '381183291bd49f0ccd57050bea1810c0'
- '99bac83fc9a56d3469fbd397e0f3245e'
- '564cdb80e9e2e49247662d2509b9a768'
- 'e0f739434138c640942085ee6337023c'
- '47b319c39fe20ddd68655fbfd1f1a0cf'
- '5ca8d1ec8da16cf66afc67ac03a693e8'
- 'b7a73882fab36fad054c8ddefac2703f'
- 'db574609b8599915f11e14a930871f01'
- '977ed2a752bb47065ca73806e56411e3'
- '5215e229b8ee224c0b2e9b03c6db87be'
- '437fcd6873dca48af727559d183334fc'
- 'eb93ec80fd0c14805e29b88e26e0dd79'
- '81cfba1a718091ab0fca3f706d5ac158'
- '6ab1e44868ed1787ae2aa1b9eb0adfe4'
- '2be50921cddf63843e7a1813aa6b5767'
- 'aacde38afe38a0470f0638bfca8186ec')
+md5sums=('ce36dc56e4132be1004689e136f4eeaf'
+ 'e989a474e36910c654ab984a5a05cd8f'
+ '1bafd9f8260ff86388f34722067c78df'
+ '262f552a587e2fe56c275f506765e0ee'
+ 'bd73e584f9ae789852f914c0e0d2e640'
+  

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

2012-10-09 Thread Ionut Biru
Date: Tuesday, October 9, 2012 @ 06:53:28
  Author: ibiru
Revision: 168365

archrelease: copy trunk to testing-any

Added:
  firefox-i18n/repos/testing-any/
  firefox-i18n/repos/testing-any/PKGBUILD
(from rev 168364, firefox-i18n/trunk/PKGBUILD)
  firefox-i18n/repos/testing-any/firefox-i18n.install
(from rev 168364, firefox-i18n/trunk/firefox-i18n.install)

--+
 PKGBUILD |  907 +
 firefox-i18n.install |8 
 2 files changed, 915 insertions(+)

Copied: firefox-i18n/repos/testing-any/PKGBUILD (from rev 168364, 
firefox-i18n/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2012-10-09 10:53:28 UTC (rev 168365)
@@ -0,0 +1,907 @@
+# $Id$
+# Maintainer: Thomas Baechler tho...@archlinux.org
+# Contributor: Jaroslaw Swierczynski swier...@juvepoland.com
+# Contributor: Michal Hybner dta...@gmail.com
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgbase=firefox-i18n
+pkgver=16.0
+pkgname=('firefox-i18n'
+'firefox-i18n-af'
+'firefox-i18n-ak'
+'firefox-i18n-ar'
+'firefox-i18n-as'
+'firefox-i18n-ast'
+'firefox-i18n-be'
+'firefox-i18n-bg'
+'firefox-i18n-bn-bd'
+'firefox-i18n-bn-in'
+'firefox-i18n-br'
+'firefox-i18n-bs'
+'firefox-i18n-ca'
+'firefox-i18n-cs'
+'firefox-i18n-csb'
+'firefox-i18n-cy'
+'firefox-i18n-da'
+'firefox-i18n-de'
+'firefox-i18n-el'
+'firefox-i18n-en-gb'
+'firefox-i18n-en-us'
+'firefox-i18n-en-za'
+'firefox-i18n-eo'
+'firefox-i18n-es-ar'
+'firefox-i18n-es-cl'
+'firefox-i18n-es-es'
+'firefox-i18n-es-mx'
+'firefox-i18n-et'
+'firefox-i18n-eu'
+'firefox-i18n-fa'
+'firefox-i18n-ff'
+'firefox-i18n-fi'
+'firefox-i18n-fr'
+'firefox-i18n-fy-nl'
+'firefox-i18n-ga-ie'
+'firefox-i18n-gd'
+'firefox-i18n-gl'
+'firefox-i18n-gu-in'
+'firefox-i18n-he'
+'firefox-i18n-hi-in'
+'firefox-i18n-hr'
+'firefox-i18n-hu'
+'firefox-i18n-hy-am'
+'firefox-i18n-id'
+'firefox-i18n-is'
+'firefox-i18n-it'
+'firefox-i18n-ja'
+'firefox-i18n-kk'
+'firefox-i18n-km'
+'firefox-i18n-kn'
+'firefox-i18n-ko'
+'firefox-i18n-ku'
+'firefox-i18n-lg'
+'firefox-i18n-lij'
+'firefox-i18n-lt'
+'firefox-i18n-lv'
+'firefox-i18n-mai'
+'firefox-i18n-mk'
+'firefox-i18n-ml'
+'firefox-i18n-mr'
+'firefox-i18n-nb-no'
+'firefox-i18n-nl'
+'firefox-i18n-nn-no'
+'firefox-i18n-nso'
+'firefox-i18n-or'
+'firefox-i18n-pa-in'
+'firefox-i18n-pl'
+'firefox-i18n-pt-br'
+'firefox-i18n-pt-pt'
+'firefox-i18n-rm'
+'firefox-i18n-ro'
+'firefox-i18n-ru'
+'firefox-i18n-si'
+'firefox-i18n-sk'
+'firefox-i18n-sl'
+'firefox-i18n-son'
+'firefox-i18n-sq'
+'firefox-i18n-sr'
+'firefox-i18n-sv-se'
+'firefox-i18n-ta-lk'
+'firefox-i18n-ta'
+'firefox-i18n-te'
+'firefox-i18n-th'
+'firefox-i18n-tr'
+'firefox-i18n-uk'
+'firefox-i18n-vi'
+'firefox-i18n-zh-cn'
+'firefox-i18n-zh-tw'
+'firefox-i18n-zu')
+pkgrel=1
+arch=('any')
+license=('MPL')
+url=http://www.mozilla.com/;
+depends=(firefox=${pkgver})
+_url=ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/linux-i686/xpi
+
+source=(firefox-i18n-$pkgver-af.xpi::$_url/af.xpi
+firefox-i18n-$pkgver-ak.xpi::$_url/ak.xpi
+firefox-i18n-$pkgver-ar.xpi::$_url/ar.xpi
+firefox-i18n-$pkgver-as.xpi::$_url/as.xpi
+firefox-i18n-$pkgver-ast.xpi::$_url/ast.xpi
+firefox-i18n-$pkgver-be.xpi::$_url/be.xpi
+firefox-i18n-$pkgver-bg.xpi::$_url/bg.xpi
+firefox-i18n-$pkgver-bn-BD.xpi::$_url/bn-BD.xpi
+firefox-i18n-$pkgver-bn-IN.xpi::$_url/bn-IN.xpi
+firefox-i18n-$pkgver-br.xpi::$_url/br.xpi
+firefox-i18n-$pkgver-bs.xpi::$_url/bs.xpi
+firefox-i18n-$pkgver-ca.xpi::$_url/ca.xpi
+firefox-i18n-$pkgver-cs.xpi::$_url/cs.xpi
+firefox-i18n-$pkgver-csb.xpi::$_url/csb.xpi
+firefox-i18n-$pkgver-cy.xpi::$_url/cy.xpi
+firefox-i18n-$pkgver-da.xpi::$_url/da.xpi
+firefox-i18n-$pkgver-de.xpi::$_url/de.xpi
+firefox-i18n-$pkgver-el.xpi::$_url/el.xpi
+firefox-i18n-$pkgver-en-GB.xpi::$_url/en-GB.xpi
+firefox-i18n-$pkgver-en-US.xpi::$_url/en-US.xpi
+firefox-i18n-$pkgver-en-ZA.xpi::$_url/en-ZA.xpi
+firefox-i18n-$pkgver-eo.xpi::$_url/eo.xpi
+firefox-i18n-$pkgver-es-AR.xpi::$_url/es-AR.xpi
+firefox-i18n-$pkgver-es-CL.xpi::$_url/es-CL.xpi
+firefox-i18n-$pkgver-es-ES.xpi::$_url/es-ES.xpi
+firefox-i18n-$pkgver-es-MX.xpi::$_url/es-MX.xpi
+firefox-i18n-$pkgver-et.xpi::$_url/et.xpi
+firefox-i18n-$pkgver-eu.xpi::$_url/eu.xpi
+firefox-i18n-$pkgver-fa.xpi::$_url/fa.xpi
+

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

2012-10-09 Thread Stéphane Gaudreault
Date: Tuesday, October 9, 2012 @ 08:53:03
  Author: stephane
Revision: 168366

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

Added:
  iputils/repos/core-i686/PKGBUILD
(from rev 168365, iputils/repos/testing-i686/PKGBUILD)
  iputils/repos/core-i686/iputils-20101006-ping-integer-overflow.patch
(from rev 168365, 
iputils/repos/testing-i686/iputils-20101006-ping-integer-overflow.patch)
  iputils/repos/core-i686/iputils.install
(from rev 168365, iputils/repos/testing-i686/iputils.install)
  iputils/repos/core-i686/tftp.xinetd
(from rev 168365, iputils/repos/testing-i686/tftp.xinetd)
  iputils/repos/core-x86_64/PKGBUILD
(from rev 168365, iputils/repos/testing-x86_64/PKGBUILD)
  iputils/repos/core-x86_64/iputils-20101006-ping-integer-overflow.patch
(from rev 168365, 
iputils/repos/testing-x86_64/iputils-20101006-ping-integer-overflow.patch)
  iputils/repos/core-x86_64/iputils.install
(from rev 168365, iputils/repos/testing-x86_64/iputils.install)
  iputils/repos/core-x86_64/tftp.xinetd
(from rev 168365, iputils/repos/testing-x86_64/tftp.xinetd)
Deleted:
  iputils/repos/core-i686/PKGBUILD
  iputils/repos/core-i686/iputils-20101006-ping-integer-overflow.patch
  iputils/repos/core-i686/iputils.install
  iputils/repos/core-i686/tftp.xinetd
  iputils/repos/core-x86_64/PKGBUILD
  iputils/repos/core-x86_64/iputils-20101006-ping-integer-overflow.patch
  iputils/repos/core-x86_64/iputils.install
  iputils/repos/core-x86_64/tftp.xinetd
  iputils/repos/testing-i686/
  iputils/repos/testing-x86_64/

--+
 core-i686/PKGBUILD   |  142 ++---
 core-i686/iputils-20101006-ping-integer-overflow.patch   |   22 +-
 core-i686/iputils.install|   21 -
 core-i686/tftp.xinetd|   20 -
 core-x86_64/PKGBUILD |  142 ++---
 core-x86_64/iputils-20101006-ping-integer-overflow.patch |   22 +-
 core-x86_64/iputils.install  |   21 -
 core-x86_64/tftp.xinetd  |   20 -
 8 files changed, 204 insertions(+), 206 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-10-09 10:53:28 UTC (rev 168365)
+++ core-i686/PKGBUILD  2012-10-09 12:53:03 UTC (rev 168366)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=iputils
-pkgver=20101006
-pkgrel=4
-pkgdesc=IP Configuration Utilities (and Ping)
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.linuxfoundation.org/en/Net:Iputils;
-groups=('base')
-depends=('openssl' 'sysfsutils' 'libcap')
-optdepends=('xinetd: for tftpd')
-makedepends=('docbook2x' 'opensp')
-conflicts=('netkit-base' 'arping' 'netkit-tftpd')
-replaces=('netkit-base')
-backup=(etc/xinetd.d/tftp)
-install=${pkgname}.install
-source=(http://www.skbuff.net/${pkgname}/${pkgname}-s${pkgver}.tar.bz2 
tftp.xinetd
-iputils-20101006-ping-integer-overflow.patch)
-sha1sums=('a08cc5423a7bf940205f2353fe3d129cd39ff242'
-  'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd'
-  'ec78574d798b53e4f8bdd37e42514fc17ed71667')
-
-build() {
-  cd ${srcdir}/${pkgname}-s${pkgver}
-
-  # Use our CFLAGS
-  sed -i -e /^CCOPT=/s|-O2|${CFLAGS}| Makefile
-
-  # FS#28897
-  patch -Np1 -i ../iputils-20101006-ping-integer-overflow.patch 
-
-  make
-
-  cd doc
-  for file in *.sgml; do
-xf=${file/.sgml/.xml}
-osx -xlower -xno-nl-in-tag $file  $xf || true
-sed -i s|refname\(.*\), \(.*\)/refname|refname\1/refname, 
refname\2/refname|g $xf
-docbook2man $xf
-  done
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-s${pkgver}
-
-  install -dm755 ${pkgdir}/usr/{bin,sbin} ${pkgdir}/bin
-
-  install -m755 arping clockdiff rarpd rdisc tftpd tracepath tracepath6 \
-${pkgdir}/usr/sbin/
-
-  install -m755 ping{,6} ${pkgdir}/usr/bin/
-   ln -sf /usr/bin/ping{,6}  ${pkgdir}/bin/
-
-   install -dm755 ${pkgdir}/usr/share/man/man8
-   install -m644 doc/{arping,clockdiff,ping,rarpd,rdisc,tftpd,tracepath}.8 \
- ${pkgdir}/usr/share/man/man8/
-
-  cd ${pkgdir}/usr/share/man/man8
-  ln -sf ping.8.gz  ping6.8.gz
-  ln -sf tracepath.8.gz tracepath6.8.gz
-
-  # FS#24768
-  install -dm755 ${pkgdir}/etc/xinetd.d/
-  install -m644 ${srcdir}/tftp.xinetd ${pkgdir}/etc/xinetd.d/tftp
-}
-
-# vim:set ts=2 sw=2 et:

Copied: iputils/repos/core-i686/PKGBUILD (from rev 168365, 
iputils/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-10-09 12:53:03 UTC (rev 168366)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# 

[arch-commits] Commit in mesa/trunk (PKGBUILD git_fixes.diff)

2012-10-09 Thread andyrtr
Date: Tuesday, October 9, 2012 @ 11:29:58
  Author: andyrtr
Revision: 168367

upgpkg: mesa 9.0-1

final 9.0 release, add two post release commits from stable branch

Added:
  mesa/trunk/git_fixes.diff
Modified:
  mesa/trunk/PKGBUILD

+
 PKGBUILD   |   16 +
 git_fixes.diff |   93 +++
 2 files changed, 103 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-09 12:53:03 UTC (rev 168366)
+++ PKGBUILD2012-10-09 15:29:58 UTC (rev 168367)
@@ -5,14 +5,14 @@
 pkgbase=mesa
 pkgname=('libglapi' 'libgl' 'mesa' 'osmesa' 'libgbm' 'libgles' 'libegl' 
'khrplatform-devel' 'ati-dri' 'intel-dri' 'svga-dri' 'nouveau-dri')
 
-_git=true
-_gitdate=20121006
-#_git=false
+#_git=true
+#_gitdate=20121006
+_git=false
 
 if [ ${_git} = true ]; then
 pkgver=8.99.git_$_gitdate
   else
-pkgver=8.0.4
+pkgver=9.0
 fi
 pkgrel=1
 arch=('i686' 'x86_64')
@@ -21,7 +21,8 @@
 url=http://mesa3d.sourceforge.net;
 license=('custom')
 options=('!libtool')
-source=(LICENSE)
+source=(LICENSE
+git_fixes.diff)
 if [ ${_git} = true ]; then
# mesa git shot from 9.0 branch - see for state: 
http://cgit.freedesktop.org/mesa/mesa/log/?h=9.0
#source=(${source[@]} 
'ftp://ftp.archlinux.org/other/mesa/mesa-41d14eaf193c6b1eb87fe1998808a887f1c6c698.tar.gz')
@@ -32,11 +33,14 @@
 )
 fi
 md5sums=('5c65a0fe315dd347e09b1f2826a1df5a'
- '87039abd49bc7ada45f98cf752b9f45b')
+ '2ebce12196dbb7b69bdf7ef53b8afdee'
+ '60e557ce407be3732711da484ab3db6c')
 
 build() {
 cd ${srcdir}/?esa-*
 
+patch -Np1 -i ${srcdir}/git_fixes.diff
+
 COMMONOPTS=--prefix=/usr \
 --sysconfdir=/etc \
 --with-dri-driverdir=/usr/lib/xorg/modules/dri \

Added: git_fixes.diff
===
--- git_fixes.diff  (rev 0)
+++ git_fixes.diff  2012-10-09 15:29:58 UTC (rev 168367)
@@ -0,0 +1,93 @@
+From 161aababc659e23c4a8523366a31f63b3d14e280 Mon Sep 17 00:00:00 2001
+From: Ian Romanick ian.d.roman...@intel.com
+Date: Mon, 08 Oct 2012 22:07:10 +
+Subject: docs: Add 9.0 release md5sums
+
+Signed-off-by: Ian Romanick ian.d.roman...@intel.com
+---
+diff --git a/docs/relnotes-9.0.html b/docs/relnotes-9.0.html
+index d72c5bb..02b7324 100644
+--- a/docs/relnotes-9.0.html
 b/docs/relnotes-9.0.html
+@@ -26,7 +26,9 @@ because GL_ARB_compatibility is not supported.
+ 
+ h2MD5 checksums/h2
+ pre
+-tbd
++be4cd34c6599a7cb9d254b05c48bdb1f  MesaLib-9.0.tar.gz
++60e557ce407be3732711da484ab3db6c  MesaLib-9.0.tar.bz2
++16b128544cd3f7e237927bb9f8aab7ce  MesaLib-9.0.zip
+ /pre
+ 
+ 
+--
+cgit v0.9.0.2-2-gbebe
+From 32faf7ab0de8b88bb15a2cb262a73c411dce9d0d Mon Sep 17 00:00:00 2001
+From: Brian Paul bri...@vmware.com
+Date: Fri, 05 Oct 2012 22:47:40 +
+Subject: mesa: don't call TexImage driver hooks for zero-sized images
+
+This simply avoids some failed assertions but there's no reason to
+call the driver hooks for storing a tex image if its size is zero.
+
+Note: This is a candidate for the stable branches.
+(cherry picked from commit 91d84096497ff538f55591f7e6bb0b563726db8d)
+---
+diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c
+index 21646cc..8004876 100644
+--- a/src/mesa/main/teximage.c
 b/src/mesa/main/teximage.c
+@@ -3034,13 +3034,15 @@ teximage(struct gl_context *ctx, GLboolean compressed, 
GLuint dims,
+   border, internalFormat, texFormat);
+ 
+/* Give the texture to the driver.  pixels may be null. */
+-   if (compressed) {
+-  ctx-Driver.CompressedTexImage(ctx, dims, texImage,
+- imageSize, pixels);
+-   }
+-   else {
+-  ctx-Driver.TexImage(ctx, dims, texImage, format,
+-   type, pixels, unpack);
++   if (width  0  height  0  depth  0) {
++  if (compressed) {
++ ctx-Driver.CompressedTexImage(ctx, dims, texImage,
++imageSize, pixels);
++  }
++  else {
++ ctx-Driver.TexImage(ctx, dims, texImage, format,
++  type, pixels, unpack);
++  }
+}
+ 
+check_gen_mipmap(ctx, target, texObj, level);
+--
+cgit v0.9.0.2-2-gbebe
+From e75051d1967350ceff0209dde24ae42696b13b5c Mon Sep 17 00:00:00 2001
+From: Brian Paul bri...@vmware.com
+Date: Fri, 05 Oct 2012 22:59:27 +
+Subject: mesa: fix error check for zero-sized compressed subtexture
+
+For glCompressedTexSubImage, width or height = 0 is legal.
+Fixes a failure in piglit's s3tc-errors test.
+
+This is for the 9.0 and 8.0 branches.  Already fixed on master.
+---
+diff 

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

2012-10-09 Thread andyrtr
Date: Tuesday, October 9, 2012 @ 11:30:51
  Author: andyrtr
Revision: 168368

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

Added:
  mesa/repos/testing-i686/LICENSE
(from rev 168367, mesa/trunk/LICENSE)
  mesa/repos/testing-i686/PKGBUILD
(from rev 168367, mesa/trunk/PKGBUILD)
  mesa/repos/testing-i686/git_fixes.diff
(from rev 168367, mesa/trunk/git_fixes.diff)
  mesa/repos/testing-x86_64/LICENSE
(from rev 168367, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 168367, mesa/trunk/PKGBUILD)
  mesa/repos/testing-x86_64/git_fixes.diff
(from rev 168367, mesa/trunk/git_fixes.diff)
Deleted:
  mesa/repos/testing-i686/LICENSE
  mesa/repos/testing-i686/PKGBUILD
  mesa/repos/testing-x86_64/LICENSE
  mesa/repos/testing-x86_64/PKGBUILD

---+
 testing-i686/LICENSE  |  164 +--
 testing-i686/PKGBUILD |  588 
 testing-i686/git_fixes.diff   |   93 ++
 testing-x86_64/LICENSE|  164 +--
 testing-x86_64/PKGBUILD   |  588 
 testing-x86_64/git_fixes.diff |   93 ++
 6 files changed, 942 insertions(+), 748 deletions(-)

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


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

2012-10-09 Thread andyrtr
Date: Tuesday, October 9, 2012 @ 11:41:42
  Author: andyrtr
Revision: 168369

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

Deleted:
  mesa/repos/testing-i686/LICENSE
  mesa/repos/testing-i686/PKGBUILD
  mesa/repos/testing-x86_64/LICENSE
  mesa/repos/testing-x86_64/PKGBUILD

-+
 testing-i686/LICENSE|   82 
 testing-i686/PKGBUILD   |  296 --
 testing-x86_64/LICENSE  |   82 
 testing-x86_64/PKGBUILD |  296 --
 4 files changed, 756 deletions(-)

Deleted: testing-i686/LICENSE
===
--- testing-i686/LICENSE2012-10-09 15:30:51 UTC (rev 168368)
+++ testing-i686/LICENSE2012-10-09 15:41:42 UTC (rev 168369)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   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
-BRIAN PAUL 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.
-
-Attention, Contributors
-
-When contributing to the Mesa project you must agree to the licensing terms
-of the component to which you're contributing.
-The following section lists the primary components of the Mesa distribution
-and their respective licenses.
-
-
-Mesa Component Licenses
-
-Component Location   Primary Author  License
-
-Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
-
-Device driverssrc/mesa/drivers/* See drivers See drivers
-
-Ext headers   include/GL/glext.h SGI SGI Free B
-  include/GL/glxext.h
-
-GLUT  src/glut/  Mark KilgardMark's copyright
-
-Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
-
-SGI GLU library   src/glu/sgi/   SGI SGI Free B
-
-demo programs progs/demos/   various see source files
-
-X demos   progs/xdemos/  Brian Paul  see source files
-
-SGI demos progs/samples/ SGI SGI copyright
-
-RedBook demos progs/redbook/ SGI SGI copyright

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-10-09 15:30:51 UTC (rev 168368)
+++ testing-i686/PKGBUILD   2012-10-09 15:41:42 UTC (rev 168369)
@@ -1,296 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgbase=mesa
-pkgname=('libglapi' 'libgl' 'mesa' 'osmesa' 'libgbm' 'libgles' 'libegl' 
'khrplatform-devel' 'ati-dri' 'intel-dri' 'svga-dri' 'nouveau-dri')
-
-#_git=true

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

2012-10-09 Thread Ionut Biru
Date: Tuesday, October 9, 2012 @ 11:53:56
  Author: ibiru
Revision: 168370

1.1.0 was released again

Modified:
  libva/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-09 15:41:42 UTC (rev 168369)
+++ PKGBUILD2012-10-09 15:53:56 UTC (rev 168370)
@@ -3,23 +3,22 @@
 
 pkgname=libva
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Video Acceleration (VA) API for Linux
 arch=('i686' 'x86_64')
 url=http://freedesktop.org/wiki/Software/vaapi;
 license=('MIT')
 depends=('libegl' 'libgl' 'libdrm' 'libxfixes')
 makedepends=('mesa')
-optdepends=('vdpau-video: vdpau back-end for nvidia'
-'libva-driver-intel: back-end for intel cards')
+optdepends=('libva-vdpau-driver: vdpau back-end for nvidia'
+'libva-intel-driver: back-end for intel cards')
 options=('!libtool')
 install=libva.install
-source=(http://cgit.freedesktop.org/libva/snapshot/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('b22179bd44137e91d5c77a43a0cb8063')
+source=(http://www.freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha1sums=('af6e912ea86a6378992f5783390ab9cb8e5cadf9')
 
 build() {
   cd $pkgname-$pkgver
-  ./autogen.sh
   ./configure --prefix=/usr
   make
 }



[arch-commits] Commit in (libva-driver-intel libva-intel-driver)

2012-10-09 Thread Ionut Biru
Date: Tuesday, October 9, 2012 @ 11:56:20
  Author: ibiru
Revision: 168371

rename libva-driver-intel to libva-intel-driver

Added:
  libva-intel-driver/
Deleted:
  libva-driver-intel/



[arch-commits] Commit in (libva-vdpau-driver vdpau-video)

2012-10-09 Thread Ionut Biru
Date: Tuesday, October 9, 2012 @ 11:57:20
  Author: ibiru
Revision: 168372

rename vdpau-video to libva-vdpau-driver

Added:
  libva-vdpau-driver/
Deleted:
  vdpau-video/



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

2012-10-09 Thread Ionut Biru
Date: Tuesday, October 9, 2012 @ 12:02:19
  Author: ibiru
Revision: 168373

remove .install

Modified:
  libva/trunk/PKGBUILD
Deleted:
  libva/trunk/libva.install

---+
 PKGBUILD  |1 -
 libva.install |5 -
 2 files changed, 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-09 15:57:20 UTC (rev 168372)
+++ PKGBUILD2012-10-09 16:02:19 UTC (rev 168373)
@@ -13,7 +13,6 @@
 optdepends=('libva-vdpau-driver: vdpau back-end for nvidia'
 'libva-intel-driver: back-end for intel cards')
 options=('!libtool')
-install=libva.install
 
source=(http://www.freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
 sha1sums=('af6e912ea86a6378992f5783390ab9cb8e5cadf9')
 

Deleted: libva.install
===
--- libva.install   2012-10-09 15:57:20 UTC (rev 168372)
+++ libva.install   2012-10-09 16:02:19 UTC (rev 168373)
@@ -1,5 +0,0 @@
-post_upgrade() { 
-if  [ $(vercmp $2 1.0.15-1) -lt 0 ]; then
-echo 'Starting with libva version 1.0.15, the intel back-end is now in 
libva-driver-intel.'
-fi
-}



[arch-commits] Commit in libva-vdpau-driver/trunk (PKGBUILD)

2012-10-09 Thread Ionut Biru
Date: Tuesday, October 9, 2012 @ 12:08:09
  Author: ibiru
Revision: 168374

update to 0.7.4

Modified:
  libva-vdpau-driver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-09 16:02:19 UTC (rev 168373)
+++ PKGBUILD2012-10-09 16:08:09 UTC (rev 168374)
@@ -1,26 +1,27 @@
 # $Id$
 # Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=vdpau-video
-pkgver=0.7.3
-pkgrel=3
+pkgname=libva-vdpau-driver
+pkgver=0.7.4
+pkgrel=1
 pkgdesc=VDPAU backend for VA API
 arch=('i686' 'x86_64')
-url=http://cgit.freedesktop.org/vaapi/vdpau-driver/;
+url=http://freedesktop.org/wiki/Software/vaapi;
 license=('GPL')
 depends=('libva' 'libvdpau')
 makedepends=('mesa')
+replaces=('vdpau-video')
 options=('!libtool')
-source=(http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/$pkgname-$pkgver.tar.gz)
-md5sums=('18870e007ecdc50a528861fa6364')
+source=(http://www.freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha1sums=('224318f4ea8bafca6a0fec770e388b7d1a1a66b3')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   make DESTDIR=$pkgdir install
 }



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

2012-10-09 Thread andyrtr
Date: Tuesday, October 9, 2012 @ 12:09:24
  Author: andyrtr
Revision: 168375

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

Added:
  mesa/repos/testing-i686/LICENSE
(from rev 168374, mesa/trunk/LICENSE)
  mesa/repos/testing-i686/PKGBUILD
(from rev 168374, mesa/trunk/PKGBUILD)
  mesa/repos/testing-i686/git_fixes.diff
(from rev 168374, mesa/trunk/git_fixes.diff)
  mesa/repos/testing-x86_64/LICENSE
(from rev 168374, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 168374, mesa/trunk/PKGBUILD)
  mesa/repos/testing-x86_64/git_fixes.diff
(from rev 168374, mesa/trunk/git_fixes.diff)
Deleted:
  mesa/repos/testing-i686/git_fixes.diff
  mesa/repos/testing-x86_64/git_fixes.diff

---+
 testing-i686/LICENSE  |   82 +++
 testing-i686/PKGBUILD |  296 
 testing-i686/git_fixes.diff   |  186 -
 testing-x86_64/LICENSE|   82 +++
 testing-x86_64/PKGBUILD   |  296 
 testing-x86_64/git_fixes.diff |  186 -
 6 files changed, 942 insertions(+), 186 deletions(-)

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


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

2012-10-09 Thread andyrtr
Date: Tuesday, October 9, 2012 @ 12:18:34
  Author: andyrtr
Revision: 168376

db-move: moved libxcb from [testing] to [extra] (i686, x86_64)

Added:
  libxcb/repos/extra-i686/PKGBUILD
(from rev 168375, libxcb/repos/testing-i686/PKGBUILD)
  libxcb/repos/extra-i686/libxcb-1.1-no-pthread-stubs.patch
(from rev 168375, 
libxcb/repos/testing-i686/libxcb-1.1-no-pthread-stubs.patch)
  libxcb/repos/extra-x86_64/PKGBUILD
(from rev 168375, libxcb/repos/testing-x86_64/PKGBUILD)
  libxcb/repos/extra-x86_64/libxcb-1.1-no-pthread-stubs.patch
(from rev 168375, 
libxcb/repos/testing-x86_64/libxcb-1.1-no-pthread-stubs.patch)
Deleted:
  libxcb/repos/extra-i686/PKGBUILD
  libxcb/repos/extra-i686/libxcb-1.1-no-pthread-stubs.patch
  libxcb/repos/extra-x86_64/PKGBUILD
  libxcb/repos/extra-x86_64/libxcb-1.1-no-pthread-stubs.patch
  libxcb/repos/testing-i686/
  libxcb/repos/testing-x86_64/

+
 extra-i686/PKGBUILD|   67 ---
 extra-i686/libxcb-1.1-no-pthread-stubs.patch   |   22 +++
 extra-x86_64/PKGBUILD  |   67 ---
 extra-x86_64/libxcb-1.1-no-pthread-stubs.patch |   22 +++
 4 files changed, 92 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-09 16:09:24 UTC (rev 168375)
+++ extra-i686/PKGBUILD 2012-10-09 16:18:34 UTC (rev 168376)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Alexander Baldeck alexan...@archlinux.org
-
-pkgname=libxcb
-pkgver=1.8.1
-pkgrel=1
-pkgdesc=X11 client-side library
-arch=(i686 x86_64)
-url=http://xcb.freedesktop.org/;
-depends=('xcb-proto=1.7' 'libxdmcp' 'libxau')
-makedepends=('pkgconfig' 'libxslt' 'python2')
-options=('!libtool')
-license=('custom')
-source=($url/dist/$pkgname-$pkgver.tar.bz2
-libxcb-1.1-no-pthread-stubs.patch)
-sha1sums=('98199b6054750a06cddd4e77baa4354af547ce6f'
-  'd2df03ddf3e949c10c2c185256b0eb7fa02837ab')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  patch -Np1 -i $srcdir/libxcb-1.1-no-pthread-stubs.patch
-  PYTHON=/usr/bin/python2 ./autogen.sh --prefix=/usr --enable-xinput
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -m755 -d $pkgdir/usr/share/licenses/$pkgname
-  install -m644 COPYING $pkgdir/usr/share/licenses/$pkgname
-}

Copied: libxcb/repos/extra-i686/PKGBUILD (from rev 168375, 
libxcb/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-09 16:18:34 UTC (rev 168376)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Alexander Baldeck alexan...@archlinux.org
+
+pkgname=libxcb
+pkgver=1.9
+pkgrel=1
+pkgdesc=X11 client-side library
+arch=(i686 x86_64)
+url=http://xcb.freedesktop.org/;
+depends=('xcb-proto=1.7' 'libxdmcp' 'libxau')
+makedepends=('pkgconfig' 'libxslt' 'python2')
+options=('!libtool')
+license=('custom')
+source=($url/dist/$pkgname-$pkgver.tar.bz2
+libxcb-1.1-no-pthread-stubs.patch)
+sha1sums=('ad2fb95eeec41ba3d39502a4f7460c3b64fdf061'
+  'd2df03ddf3e949c10c2c185256b0eb7fa02837ab')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  patch -Np1 -i $srcdir/libxcb-1.1-no-pthread-stubs.patch
+  PYTHON=/usr/bin/python2 
+  ./autogen.sh --prefix=/usr \
+--enable-xinput \
+--disable-static
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -m755 -d $pkgdir/usr/share/licenses/$pkgname
+  install -m644 COPYING $pkgdir/usr/share/licenses/$pkgname
+}

Deleted: extra-i686/libxcb-1.1-no-pthread-stubs.patch
===
--- extra-i686/libxcb-1.1-no-pthread-stubs.patch2012-10-09 16:09:24 UTC 
(rev 168375)
+++ extra-i686/libxcb-1.1-no-pthread-stubs.patch2012-10-09 16:18:34 UTC 
(rev 168376)
@@ -1,11 +0,0 @@
 libxcb-1.8.1/configure.ac  2012-03-09 15:38:38.0 +0100
-+++ libxcb-1.8.1/configure.ac.new  2012-03-09 16:50:40.107109896 +0100
-@@ -35,7 +35,7 @@
- 
- # Checks for pkg-config packages
- PKG_CHECK_MODULES(XCBPROTO, xcb-proto = 1.7)
--NEEDED=pthread-stubs xau = 0.99.2
-+NEEDED=xau = 0.99.2
- PKG_CHECK_MODULES(NEEDED, $NEEDED)
- 
- have_xdmcp=no

Copied: libxcb/repos/extra-i686/libxcb-1.1-no-pthread-stubs.patch (from rev 
168375, libxcb/repos/testing-i686/libxcb-1.1-no-pthread-stubs.patch)
===
--- extra-i686/libxcb-1.1-no-pthread-stubs.patch
(rev 0)
+++ extra-i686/libxcb-1.1-no-pthread-stubs.patch2012-10-09 16:18:34 UTC 
(rev 168376)
@@ -0,0 +1,11 @@
+--- libxcb-1.8.1/configure.ac  2012-03-09 15:38:38.0 +0100
 libxcb-1.8.1/configure.ac.new  2012-03-09 

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

2012-10-09 Thread andyrtr
Date: Tuesday, October 9, 2012 @ 12:18:36
  Author: andyrtr
Revision: 168377

db-move: moved xcb-proto from [testing] to [extra] (any)

Added:
  xcb-proto/repos/extra-any/PKGBUILD
(from rev 168375, xcb-proto/repos/testing-any/PKGBUILD)
Deleted:
  xcb-proto/repos/extra-any/PKGBUILD
  xcb-proto/repos/testing-any/

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

Deleted: extra-any/PKGBUILD
===
--- extra-any/PKGBUILD  2012-10-09 16:18:34 UTC (rev 168376)
+++ extra-any/PKGBUILD  2012-10-09 16:18:36 UTC (rev 168377)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Alexander Baldeck alexan...@archlinux.org
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=xcb-proto
-pkgver=1.7.1
-pkgrel=1
-pkgdesc=XML-XCB protocol descriptions
-arch=(any)
-url=http://xcb.freedesktop.org/;
-license=('custom')
-makedepends=('python2' 'libxml2')
-source=($url/dist/$pkgname-$pkgver.tar.bz2)
-sha1sums=('82a568559235fc6e26d0a38911c5ea18f8e8455c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -m755 -d $pkgdir/usr/share/licenses/$pkgname
-  install -m644 COPYING $pkgdir/usr/share/licenses/$pkgname
-}

Copied: xcb-proto/repos/extra-any/PKGBUILD (from rev 168375, 
xcb-proto/repos/testing-any/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2012-10-09 16:18:36 UTC (rev 168377)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander Baldeck alexan...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=xcb-proto
+pkgver=1.8
+pkgrel=1
+pkgdesc=XML-XCB protocol descriptions
+arch=(any)
+url=http://xcb.freedesktop.org/;
+license=('custom')
+makedepends=('python2' 'libxml2')
+source=($url/dist/$pkgname-$pkgver.tar.bz2)
+sha1sums=('a8e71b9a09066870ff12049f45e8bccaaf83fc31')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -m755 -d $pkgdir/usr/share/licenses/$pkgname
+  install -m644 COPYING $pkgdir/usr/share/licenses/$pkgname
+}



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

2012-10-09 Thread andyrtr
Date: Tuesday, October 9, 2012 @ 12:18:43
  Author: andyrtr
Revision: 168378

db-move: moved hplip from [testing] to [extra] (i686, x86_64)

Added:
  hplip/repos/extra-i686/PKGBUILD
(from rev 168375, hplip/repos/testing-i686/PKGBUILD)
  hplip/repos/extra-i686/cups-1.6-buildfix.diff
(from rev 168375, hplip/repos/testing-i686/cups-1.6-buildfix.diff)
  hplip/repos/extra-i686/hplip.install
(from rev 168375, hplip/repos/testing-i686/hplip.install)
  hplip/repos/extra-x86_64/PKGBUILD
(from rev 168375, hplip/repos/testing-x86_64/PKGBUILD)
  hplip/repos/extra-x86_64/cups-1.6-buildfix.diff
(from rev 168375, hplip/repos/testing-x86_64/cups-1.6-buildfix.diff)
  hplip/repos/extra-x86_64/hplip.install
(from rev 168375, hplip/repos/testing-x86_64/hplip.install)
Deleted:
  hplip/repos/extra-i686/PKGBUILD
  hplip/repos/extra-i686/cups-1.6-buildfix.diff
  hplip/repos/extra-i686/hplip.install
  hplip/repos/extra-x86_64/PKGBUILD
  hplip/repos/extra-x86_64/cups-1.6-buildfix.diff
  hplip/repos/extra-x86_64/hplip.install
  hplip/repos/testing-i686/
  hplip/repos/testing-x86_64/

-+
 extra-i686/PKGBUILD |  184 +++
 extra-i686/cups-1.6-buildfix.diff   |  784 +-
 extra-i686/hplip.install|   36 -
 extra-x86_64/PKGBUILD   |  184 +++
 extra-x86_64/cups-1.6-buildfix.diff |  784 +-
 extra-x86_64/hplip.install  |   36 -
 6 files changed, 1004 insertions(+), 1004 deletions(-)

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


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

2012-10-09 Thread andyrtr
Date: Tuesday, October 9, 2012 @ 12:19:56
  Author: andyrtr
Revision: 168379

db-move: moved nx from [testing] to [extra] (i686, x86_64)

Added:
  nx/repos/extra-i686/PKGBUILD
(from rev 168378, nx/repos/testing-i686/PKGBUILD)
  nx/repos/extra-i686/nx-cflags.patch
(from rev 168378, nx/repos/testing-i686/nx-cflags.patch)
  nx/repos/extra-i686/nx-x11.ld.so.conf.d
(from rev 168378, nx/repos/testing-i686/nx-x11.ld.so.conf.d)
  nx/repos/extra-x86_64/PKGBUILD
(from rev 168378, nx/repos/testing-x86_64/PKGBUILD)
  nx/repos/extra-x86_64/nx-cflags.patch
(from rev 168378, nx/repos/testing-x86_64/nx-cflags.patch)
  nx/repos/extra-x86_64/nx-x11.ld.so.conf.d
(from rev 168378, nx/repos/testing-x86_64/nx-x11.ld.so.conf.d)
Deleted:
  nx/repos/extra-i686/PKGBUILD
  nx/repos/extra-i686/nx-x11.ld.so.conf.d
  nx/repos/extra-x86_64/PKGBUILD
  nx/repos/extra-x86_64/nx-x11.ld.so.conf.d
  nx/repos/testing-i686/
  nx/repos/testing-x86_64/

--+
 extra-i686/PKGBUILD  |  261 -
 extra-i686/nx-cflags.patch   |   54 +++
 extra-i686/nx-x11.ld.so.conf.d   |2 
 extra-x86_64/PKGBUILD|  261 -
 extra-x86_64/nx-cflags.patch |   54 +++
 extra-x86_64/nx-x11.ld.so.conf.d |2 
 6 files changed, 400 insertions(+), 234 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-09 16:18:43 UTC (rev 168378)
+++ extra-i686/PKGBUILD 2012-10-09 16:19:56 UTC (rev 168379)
@@ -1,116 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke andy...@archlinux.org
-
-pkgbase=nx
-pkgname=('libxcomp' 'nxproxy' 'nx-x11' 'nx-xcompext' 'nxagent' 'nx-headers')
-pkgver=3.5.0.15
-pkgrel=1
-arch=('i686' 'x86_64')
-url=http://wiki.x2go.org/;
-license=('GPL')
-options=('!makeflags')
-makedepends=('libjpeg-turbo' 'libpng' 'bash' 'perl' # runtime dependencies 
from subpackages
- 'xproto' 'freetype2' 'libxaw' 'libxrender' 'libxp' 'libxpm' 
'libxdamage' 'libxrandr' 'libxcomposite' 'libxtst' 'xorg-sessreg' # makedepends
- )
-source=(http://code.x2go.org/releases/source/nx-libs/nx-libs-$pkgver-full.tar.gz
-nx-x11.ld.so.conf.d)
-md5sums=('d5b3dba1ecbd2989cd7ce20fee6683a0'
- 'f2ec60c7e2d81bef2f7292d2b33681a6')
-
-build() {
-  cd ${srcdir}/nx-libs-$pkgver
-  make CONFIGURE=./configure --prefix=/usr --libdir=/usr/lib 
--libexecdir=/usr/lib --includedir=/usr/include
-  # fake install
-  mkdir $srcdir/fakeinstall
-  make DESTDIR=$srcdir/fakeinstall install
-}
-
-package_libxcomp() {
-  
-  pkgdesc=NX X compression library
-  depends=('libjpeg-turbo' 'libpng' 'gcc-libs')
-   
-  install -dm755 ${pkgdir}/usr/lib/nx/lib
-  cp -a ${srcdir}/fakeinstall/usr/lib/nx/libXcomp.so* ${pkgdir}/usr/lib/nx/lib
-  cd ${pkgdir}/usr/lib/
-  ln -sv /usr/lib/nx/lib/libXcomp.so{,.3,.3.5.0} .
-}
-
-package_nxproxy() {
-
-  pkgdesc=NX proxy
-  depends=('libxcomp')
-  
-  install -dm755 ${pkgdir}/usr/{bin,share/man/man1,lib/nx/bin}
-  cp -a ${srcdir}/fakeinstall/usr/bin/nxproxy ${pkgdir}/usr/lib/nx/bin
-  cd ${pkgdir}/usr/lib/nx
-  ln -sv /usr/lib/nx/bin/nxproxy .
-  
-  # the wrapper
-  cp -a ${srcdir}/nx-libs-$pkgver/bin/nxproxy ${pkgdir}/usr/bin
-  chmod +x ${pkgdir}/usr/bin/nxproxy
-  cp -a ${srcdir}/fakeinstall/usr/share/man/man1/nxproxy.1 
${pkgdir}/usr/share/man/man1
-}
-
-package_nx-xcompext() {
-  
-  pkgdesc=Xcompext/Xcompshad library for NX
-  depends=('libxcomp' 'nx-x11')
-   
-  install -dm755 ${pkgdir}/usr/lib/nx
-  cp -a ${srcdir}/fakeinstall/usr/lib/nx/libXcompext.so.3.5.0 
${pkgdir}/usr/lib/nx
-  cd ${pkgdir}/usr/lib/nx
-  ln -sv libXcompext.so.3.5.0 libXcompext.so.3
-  ln -sv libXcompext.so.3.5.0 libXcompext.so
-  cd ${pkgdir}/usr/lib/
-  ln -sv /usr/lib/nx/libXcompext.so{,.3,.3.5.0} .
-}
-
-package_nx-x11() {
- 
-  pkgdesc=NX-X11 lib for the NX framework
-  depends=('libxcomp')
-   
-  install -dm755 ${pkgdir}/{etc/ld.so.conf.d,usr/bin,usr/lib/nx/bin}
-  cp -aR ${srcdir}/fakeinstall/usr/lib/NX3/lib*/nx/lib*.so* 
${pkgdir}/usr/lib/nx
-
-  cp -a ${srcdir}/fakeinstall/usr/lib/NX3/bin/nxauth ${pkgdir}/usr/lib/nx/bin
-  cd ${pkgdir}/usr/lib/nx
-  ln -sv /usr/lib/nx/bin/nxauth .
-  
-  # the wrapper
-  cp -a ${srcdir}/nx-libs-$pkgver/bin/nxauth ${pkgdir}/usr/bin
-  chmod +x ${pkgdir}/usr/bin/nxauth
-  
-  install -m 644 $srcdir/nx-x11.ld.so.conf.d 
$pkgdir/etc/ld.so.conf.d/nx.conf
-}
-
-package_nxagent() {
-  
-  pkgdesc=NX X server based on Xnest
-  depends=('nx-xcompext')
-   
-  install -dm755 ${pkgdir}/usr/{bin,lib/nx/bin}
-  cp -aR ${srcdir}/fakeinstall/usr/lib/NX3/bin/nxagent ${pkgdir}/usr/lib/nx/bin
-  cd ${pkgdir}/usr/lib/nx
-  ln -sv /usr/lib/nx/bin/nxagent .
-  
-  # the wrapper
-  cp -a ${srcdir}/nx-libs-$pkgver/bin/nxagent ${pkgdir}/usr/bin
-  chmod +x ${pkgdir}/usr/bin/nxagent
-  # required nxcompshad libs
-  cp -a ${srcdir}/nx-libs-$pkgver/nxcompshad/libXcompshad.so.3.5.0 

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

2012-10-09 Thread Ionut Biru
Date: Tuesday, October 9, 2012 @ 12:28:06
  Author: ibiru
Revision: 168380

repackage 1.0.18

Added:
  libva-intel-driver/trunk/build-fix.patch
Modified:
  libva-intel-driver/trunk/PKGBUILD

-+
 PKGBUILD|   15 +++
 build-fix.patch |   68 ++
 2 files changed, 77 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-09 16:19:56 UTC (rev 168379)
+++ PKGBUILD2012-10-09 16:28:06 UTC (rev 168380)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer : Ionut Biru ib...@archlinux.org
 
-pkgname=libva-driver-intel
+pkgname=libva-intel-driver
 pkgver=1.0.18
 pkgrel=1
 pkgdesc=VA-API implementation for Intel G45 chipsets and Intel HD Graphics 
for Intel Core processor family.
@@ -10,18 +10,21 @@
 license=('MIT')
 depends=('libva')
 options=('!libtool')
-source=(http://cgit.freedesktop.org/vaapi/intel-driver/snapshot/intel-driver-${pkgver}.tar.bz2)
-md5sums=('d8c52f07148dfb2e0407549b90300bc1')
+replaces=('libva-driver-intel')
+source=(http://www.freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2
+build-fix.patch)
+sha1sums=('2cbf6f8c9f59516cceb5c4245576d53d26612256'
+  '447987d81800b2a5c434e6b6b19b6f8ec9c675d1')
 
 build() {
-  cd intel-driver-$pkgver
-  ./autogen.sh
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../build-fix.patch
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd intel-driver-$pkgver
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
   install -m644 -D COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
 }

Added: build-fix.patch
===
--- build-fix.patch (rev 0)
+++ build-fix.patch 2012-10-09 16:28:06 UTC (rev 168380)
@@ -0,0 +1,68 @@
+From 73ccb0c88d53298befa6a896d2bb39a041169b36 Mon Sep 17 00:00:00 2001
+From: Gwenole Beauchesne gwenole.beauche...@intel.com
+Date: Fri, 06 Apr 2012 15:24:36 +
+Subject: dri: cope with drm_state changes.
+
+Signed-off-by: Gwenole Beauchesne gwenole.beauche...@intel.com
+---
+diff --git a/src/i965_drv_video.c b/src/i965_drv_video.c
+index 3bea253..20fed99 100644
+--- a/src/i965_drv_video.c
 b/src/i965_drv_video.c
+@@ -2380,7 +2380,7 @@ i965_PutSurface(VADriverContextP ctx,
+ unsigned int flags) /* de-interlacing flags */
+ {
+ struct i965_driver_data *i965 = i965_driver_data(ctx); 
+-struct dri_state *dri_state = (struct dri_state *)ctx-dri_state;
++struct dri_state *dri_state = (struct dri_state *)ctx-drm_state;
+ struct i965_render_state *render_state = i965-render_state;
+ struct dri_drawable *dri_drawable;
+ union dri_buffer *buffer;
+@@ -2393,7 +2393,7 @@ i965_PutSurface(VADriverContextP ctx,
+ int pp_flag = 0;
+ 
+ /* Currently don't support DRI1 */
+-if (dri_state-driConnectedFlag != VA_DRI2)
++if (dri_state-base.auth_type != VA_DRM_AUTH_DRI2)
+ return VA_STATUS_ERROR_UNKNOWN;
+ 
+ /* Some broken sources such as H.264 conformance case FM2_SVA_C
+diff --git a/src/intel_driver.c b/src/intel_driver.c
+index 4e6df81..b34d9a1 100644
+--- a/src/intel_driver.c
 b/src/intel_driver.c
+@@ -29,7 +29,7 @@
+ 
+ #include assert.h
+ 
+-#include va/va_dricommon.h
++#include va/va_drmcommon.h
+ 
+ #include intel_batchbuffer.h
+ #include intel_memman.h
+@@ -50,15 +50,17 @@ Bool
+ intel_driver_init(VADriverContextP ctx)
+ {
+ struct intel_driver_data *intel = intel_driver_data(ctx);
+-struct dri_state *dri_state = (struct dri_state *)ctx-dri_state;
++struct drm_state * const drm_state = (struct drm_state *)ctx-drm_state;
+ int has_exec2, has_bsd, has_blt;
+ 
+-assert(dri_state);
+-assert(dri_state-driConnectedFlag == VA_DRI2 || 
+-   dri_state-driConnectedFlag == VA_DRI1);
++assert(drm_state);
++assert(drm_state-auth_type == VA_DRM_AUTH_DRI1 ||
++   drm_state-auth_type == VA_DRM_AUTH_DRI2 ||
++   drm_state-auth_type == VA_DRM_AUTH_CUSTOM);
+ 
+-intel-fd = dri_state-fd;
+-intel-dri2Enabled = (dri_state-driConnectedFlag == VA_DRI2);
++intel-fd = drm_state-fd;
++intel-dri2Enabled = (drm_state-auth_type == VA_DRM_AUTH_DRI2 ||
++  drm_state-auth_type == VA_DRM_AUTH_CUSTOM);
+ 
+ if (!intel-dri2Enabled) {
+ return False;
+--
+cgit v0.9.0.2-2-gbebe



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

2012-10-09 Thread Ionut Biru
Date: Tuesday, October 9, 2012 @ 12:30:41
  Author: ibiru
Revision: 168381

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

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

+
 extra-i686/PKGBUILD|   64 ---
 extra-i686/libva.install   |5 ---
 extra-x86_64/PKGBUILD  |   64 ---
 extra-x86_64/libva.install |5 ---
 4 files changed, 62 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-09 16:28:06 UTC (rev 168380)
+++ extra-i686/PKGBUILD 2012-10-09 16:30:41 UTC (rev 168381)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-
-pkgname=libva
-pkgver=1.1.0
-pkgrel=1
-pkgdesc=Video Acceleration (VA) API for Linux
-arch=('i686' 'x86_64')
-url=http://freedesktop.org/wiki/Software/vaapi;
-license=('MIT')
-depends=('libegl' 'libgl' 'libdrm' 'libxfixes')
-makedepends=('mesa')
-optdepends=('vdpau-video: vdpau back-end for nvidia'
-'libva-driver-intel: back-end for intel cards')
-options=('!libtool')
-install=libva.install
-source=(http://cgit.freedesktop.org/libva/snapshot/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('b22179bd44137e91d5c77a43a0cb8063')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -m644 -D COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libva/repos/extra-i686/PKGBUILD (from rev 168380, libva/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-09 16:30:41 UTC (rev 168381)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+
+pkgname=libva
+pkgver=1.1.0
+pkgrel=2
+pkgdesc=Video Acceleration (VA) API for Linux
+arch=('i686' 'x86_64')
+url=http://freedesktop.org/wiki/Software/vaapi;
+license=('MIT')
+depends=('libegl' 'libgl' 'libdrm' 'libxfixes')
+makedepends=('mesa')
+optdepends=('libva-vdpau-driver: vdpau back-end for nvidia'
+'libva-intel-driver: back-end for intel cards')
+options=('!libtool')
+source=(http://www.freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha1sums=('af6e912ea86a6378992f5783390ab9cb8e5cadf9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -m644 -D COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/libva.install
===
--- extra-i686/libva.install2012-10-09 16:28:06 UTC (rev 168380)
+++ extra-i686/libva.install2012-10-09 16:30:41 UTC (rev 168381)
@@ -1,5 +0,0 @@
-post_upgrade() { 
-if  [ $(vercmp $2 1.0.15-1) -lt 0 ]; then
-echo 'Starting with libva version 1.0.15, the intel back-end is now in 
libva-driver-intel.'
-fi
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-09 16:28:06 UTC (rev 168380)
+++ extra-x86_64/PKGBUILD   2012-10-09 16:30:41 UTC (rev 168381)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-
-pkgname=libva
-pkgver=1.1.0
-pkgrel=1
-pkgdesc=Video Acceleration (VA) API for Linux
-arch=('i686' 'x86_64')
-url=http://freedesktop.org/wiki/Software/vaapi;
-license=('MIT')
-depends=('libegl' 'libgl' 'libdrm' 'libxfixes')
-makedepends=('mesa')
-optdepends=('vdpau-video: vdpau back-end for nvidia'
-'libva-driver-intel: back-end for intel cards')
-options=('!libtool')
-install=libva.install
-source=(http://cgit.freedesktop.org/libva/snapshot/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('b22179bd44137e91d5c77a43a0cb8063')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  install -m644 -D COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libva/repos/extra-x86_64/PKGBUILD (from rev 168380, 
libva/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-10-09 16:30:41 UTC (rev 168381)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+
+pkgname=libva
+pkgver=1.1.0
+pkgrel=2
+pkgdesc=Video Acceleration (VA) API for Linux

[arch-commits] Commit in libva-vdpau-driver/repos (4 files)

2012-10-09 Thread Ionut Biru
Date: Tuesday, October 9, 2012 @ 12:32:34
  Author: ibiru
Revision: 168382

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

Added:
  libva-vdpau-driver/repos/extra-i686/PKGBUILD
(from rev 168381, libva-vdpau-driver/trunk/PKGBUILD)
  libva-vdpau-driver/repos/extra-x86_64/PKGBUILD
(from rev 168381, libva-vdpau-driver/trunk/PKGBUILD)
Deleted:
  libva-vdpau-driver/repos/extra-i686/PKGBUILD
  libva-vdpau-driver/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-09 16:30:41 UTC (rev 168381)
+++ extra-i686/PKGBUILD 2012-10-09 16:32:34 UTC (rev 168382)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=vdpau-video
-pkgver=0.7.3
-pkgrel=3
-pkgdesc=VDPAU backend for VA API
-arch=('i686' 'x86_64')
-url=http://cgit.freedesktop.org/vaapi/vdpau-driver/;
-license=('GPL')
-depends=('libva' 'libvdpau')
-makedepends=('mesa')
-options=('!libtool')
-source=(http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/$pkgname-$pkgver.tar.gz)
-md5sums=('18870e007ecdc50a528861fa6364')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:
-
-

Copied: libva-vdpau-driver/repos/extra-i686/PKGBUILD (from rev 168381, 
libva-vdpau-driver/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-09 16:32:34 UTC (rev 168382)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+pkgname=libva-vdpau-driver
+pkgver=0.7.4
+pkgrel=1
+pkgdesc=VDPAU backend for VA API
+arch=('i686' 'x86_64')
+url=http://freedesktop.org/wiki/Software/vaapi;
+license=('GPL')
+depends=('libva' 'libvdpau')
+makedepends=('mesa')
+replaces=('vdpau-video')
+options=('!libtool')
+source=(http://www.freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha1sums=('224318f4ea8bafca6a0fec770e388b7d1a1a66b3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:
+
+

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-10-09 16:30:41 UTC (rev 168381)
+++ extra-x86_64/PKGBUILD   2012-10-09 16:32:34 UTC (rev 168382)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-pkgname=vdpau-video
-pkgver=0.7.3
-pkgrel=3
-pkgdesc=VDPAU backend for VA API
-arch=('i686' 'x86_64')
-url=http://cgit.freedesktop.org/vaapi/vdpau-driver/;
-license=('GPL')
-depends=('libva' 'libvdpau')
-makedepends=('mesa')
-options=('!libtool')
-source=(http://www.splitted-desktop.com/~gbeauchesne/vdpau-video/$pkgname-$pkgver.tar.gz)
-md5sums=('18870e007ecdc50a528861fa6364')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:
-
-

Copied: libva-vdpau-driver/repos/extra-x86_64/PKGBUILD (from rev 168381, 
libva-vdpau-driver/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-10-09 16:32:34 UTC (rev 168382)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+pkgname=libva-vdpau-driver
+pkgver=0.7.4
+pkgrel=1
+pkgdesc=VDPAU backend for VA API
+arch=('i686' 'x86_64')
+url=http://freedesktop.org/wiki/Software/vaapi;
+license=('GPL')
+depends=('libva' 'libvdpau')
+makedepends=('mesa')
+replaces=('vdpau-video')
+options=('!libtool')
+source=(http://www.freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha1sums=('224318f4ea8bafca6a0fec770e388b7d1a1a66b3')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:
+
+



[arch-commits] Commit in libva-intel-driver/repos (6 files)

2012-10-09 Thread Ionut Biru
Date: Tuesday, October 9, 2012 @ 12:37:25
  Author: ibiru
Revision: 168383

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

Added:
  libva-intel-driver/repos/extra-i686/PKGBUILD
(from rev 168382, libva-intel-driver/trunk/PKGBUILD)
  libva-intel-driver/repos/extra-i686/build-fix.patch
(from rev 168382, libva-intel-driver/trunk/build-fix.patch)
  libva-intel-driver/repos/extra-x86_64/PKGBUILD
(from rev 168382, libva-intel-driver/trunk/PKGBUILD)
  libva-intel-driver/repos/extra-x86_64/build-fix.patch
(from rev 168382, libva-intel-driver/trunk/build-fix.patch)
Deleted:
  libva-intel-driver/repos/extra-i686/PKGBUILD
  libva-intel-driver/repos/extra-x86_64/PKGBUILD

--+
 extra-i686/PKGBUILD  |   61 +++-
 extra-i686/build-fix.patch   |   68 +
 extra-x86_64/PKGBUILD|   61 +++-
 extra-x86_64/build-fix.patch |   68 +
 4 files changed, 200 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-10-09 16:32:34 UTC (rev 168382)
+++ extra-i686/PKGBUILD 2012-10-09 16:37:25 UTC (rev 168383)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru ib...@archlinux.org
-
-pkgname=libva-driver-intel
-pkgver=1.0.18
-pkgrel=1
-pkgdesc=VA-API implementation for Intel G45 chipsets and Intel HD Graphics 
for Intel Core processor family.
-arch=('i686' 'x86_64')
-url=http://freedesktop.org/wiki/Software/vaapi;
-license=('MIT')
-depends=('libva')
-options=('!libtool')
-source=(http://cgit.freedesktop.org/vaapi/intel-driver/snapshot/intel-driver-${pkgver}.tar.bz2)
-md5sums=('d8c52f07148dfb2e0407549b90300bc1')
-
-build() {
-  cd intel-driver-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd intel-driver-$pkgver
-  make DESTDIR=$pkgdir install
-  install -m644 -D COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libva-intel-driver/repos/extra-i686/PKGBUILD (from rev 168382, 
libva-intel-driver/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-10-09 16:37:25 UTC (rev 168383)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer : Ionut Biru ib...@archlinux.org
+
+pkgname=libva-intel-driver
+pkgver=1.0.18
+pkgrel=1
+pkgdesc=VA-API implementation for Intel G45 chipsets and Intel HD Graphics 
for Intel Core processor family.
+arch=('i686' 'x86_64')
+url=http://freedesktop.org/wiki/Software/vaapi;
+license=('MIT')
+depends=('libva')
+options=('!libtool')
+replaces=('libva-driver-intel')
+source=(http://www.freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2
+build-fix.patch)
+sha1sums=('2cbf6f8c9f59516cceb5c4245576d53d26612256'
+  '447987d81800b2a5c434e6b6b19b6f8ec9c675d1')
+
+build() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../build-fix.patch
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -m644 -D COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}
+
+# vim:set ts=2 sw=2 et:

Copied: libva-intel-driver/repos/extra-i686/build-fix.patch (from rev 168382, 
libva-intel-driver/trunk/build-fix.patch)
===
--- extra-i686/build-fix.patch  (rev 0)
+++ extra-i686/build-fix.patch  2012-10-09 16:37:25 UTC (rev 168383)
@@ -0,0 +1,68 @@
+From 73ccb0c88d53298befa6a896d2bb39a041169b36 Mon Sep 17 00:00:00 2001
+From: Gwenole Beauchesne gwenole.beauche...@intel.com
+Date: Fri, 06 Apr 2012 15:24:36 +
+Subject: dri: cope with drm_state changes.
+
+Signed-off-by: Gwenole Beauchesne gwenole.beauche...@intel.com
+---
+diff --git a/src/i965_drv_video.c b/src/i965_drv_video.c
+index 3bea253..20fed99 100644
+--- a/src/i965_drv_video.c
 b/src/i965_drv_video.c
+@@ -2380,7 +2380,7 @@ i965_PutSurface(VADriverContextP ctx,
+ unsigned int flags) /* de-interlacing flags */
+ {
+ struct i965_driver_data *i965 = i965_driver_data(ctx); 
+-struct dri_state *dri_state = (struct dri_state *)ctx-dri_state;
++struct dri_state *dri_state = (struct dri_state *)ctx-drm_state;
+ struct i965_render_state *render_state = i965-render_state;
+ struct dri_drawable *dri_drawable;
+ union dri_buffer *buffer;
+@@ -2393,7 +2393,7 @@ i965_PutSurface(VADriverContextP ctx,
+ int pp_flag = 0;
+ 
+ /* Currently don't support DRI1 */
+-if (dri_state-driConnectedFlag != VA_DRI2)
++if (dri_state-base.auth_type != VA_DRM_AUTH_DRI2)
+ return VA_STATUS_ERROR_UNKNOWN;
+ 
+ /* Some broken sources such as H.264 conformance case FM2_SVA_C
+diff --git a/src/intel_driver.c b/src/intel_driver.c
+index 4e6df81..b34d9a1 100644
+--- a/src/intel_driver.c
 

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

2012-10-09 Thread Stéphane Gaudreault
Date: Tuesday, October 9, 2012 @ 16:09:38
  Author: stephane
Revision: 168384

upgpkg: subversion 1.7.7-1

upstream update

Modified:
  subversion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-09 16:37:25 UTC (rev 168383)
+++ PKGBUILD2012-10-09 20:09:38 UTC (rev 168384)
@@ -4,7 +4,7 @@
 # Contributor: Jason Chu ja...@archlinux.org
 
 pkgname=subversion
-pkgver=1.7.6
+pkgver=1.7.7
 pkgrel=1
 pkgdesc=A Modern Concurrent Version Control System
 arch=('i686' 'x86_64')
@@ -26,8 +26,8 @@
 svnserve.service
 subversion-1.7.6-kwallet-gcc47.patch
 subversion.rpath.fix.patch)
-sha1sums=('5b76a9f49e2c4bf064041a7d6b1bfcc3aa4ed068'
-  'd8d99c01c49b189047389816b720923f1d9dbf2a'
+sha1sums=('c9fc0c5992eda36ba9affd93a15929e25958a951'
+  '3df83e46277f0f08868236a6b6e6c0f0d7ef9278'
   '64ba3e6ebafc08ac62f59d788f7a825fdce69573'
   '73b36c046c09cec2093354911c89e3ba8056af6c'
   'ad117bf3b2a838a9a678a93fd8db1a066ad46c41'



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

2012-10-09 Thread Stéphane Gaudreault
Date: Tuesday, October 9, 2012 @ 16:09:57
  Author: stephane
Revision: 168385

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

Added:
  subversion/repos/testing-i686/
  subversion/repos/testing-i686/PKGBUILD
(from rev 168384, subversion/trunk/PKGBUILD)
  subversion/repos/testing-i686/subversion-1.7.6-kwallet-gcc47.patch
(from rev 168384, subversion/trunk/subversion-1.7.6-kwallet-gcc47.patch)
  subversion/repos/testing-i686/subversion.rpath.fix.patch
(from rev 168384, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/testing-i686/svn
(from rev 168384, subversion/trunk/svn)
  subversion/repos/testing-i686/svnserve
(from rev 168384, subversion/trunk/svnserve)
  subversion/repos/testing-i686/svnserve.conf
(from rev 168384, subversion/trunk/svnserve.conf)
  subversion/repos/testing-i686/svnserve.service
(from rev 168384, subversion/trunk/svnserve.service)
  subversion/repos/testing-i686/svnserve.tmpfiles
(from rev 168384, subversion/trunk/svnserve.tmpfiles)
  subversion/repos/testing-x86_64/
  subversion/repos/testing-x86_64/PKGBUILD
(from rev 168384, subversion/trunk/PKGBUILD)
  subversion/repos/testing-x86_64/subversion-1.7.6-kwallet-gcc47.patch
(from rev 168384, subversion/trunk/subversion-1.7.6-kwallet-gcc47.patch)
  subversion/repos/testing-x86_64/subversion.rpath.fix.patch
(from rev 168384, subversion/trunk/subversion.rpath.fix.patch)
  subversion/repos/testing-x86_64/svn
(from rev 168384, subversion/trunk/svn)
  subversion/repos/testing-x86_64/svnserve
(from rev 168384, subversion/trunk/svnserve)
  subversion/repos/testing-x86_64/svnserve.conf
(from rev 168384, subversion/trunk/svnserve.conf)
  subversion/repos/testing-x86_64/svnserve.service
(from rev 168384, subversion/trunk/svnserve.service)
  subversion/repos/testing-x86_64/svnserve.tmpfiles
(from rev 168384, subversion/trunk/svnserve.tmpfiles)

-+
 testing-i686/PKGBUILD   |   99 ++
 testing-i686/subversion-1.7.6-kwallet-gcc47.patch   |   56 ++
 testing-i686/subversion.rpath.fix.patch |   10 +
 testing-i686/svn|   11 ++
 testing-i686/svnserve   |   42 +++
 testing-i686/svnserve.conf  |7 +
 testing-i686/svnserve.service   |   11 ++
 testing-i686/svnserve.tmpfiles  |1 
 testing-x86_64/PKGBUILD |   99 ++
 testing-x86_64/subversion-1.7.6-kwallet-gcc47.patch |   56 ++
 testing-x86_64/subversion.rpath.fix.patch   |   10 +
 testing-x86_64/svn  |   11 ++
 testing-x86_64/svnserve |   42 +++
 testing-x86_64/svnserve.conf|7 +
 testing-x86_64/svnserve.service |   11 ++
 testing-x86_64/svnserve.tmpfiles|1 
 16 files changed, 474 insertions(+)

Copied: subversion/repos/testing-i686/PKGBUILD (from rev 168384, 
subversion/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-09 20:09:57 UTC (rev 168385)
@@ -0,0 +1,99 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Contributor: Paul Mattal p...@archlinux.org
+# Contributor: Jason Chu ja...@archlinux.org
+
+pkgname=subversion
+pkgver=1.7.7
+pkgrel=1
+pkgdesc=A Modern Concurrent Version Control System
+arch=('i686' 'x86_64')
+license=('APACHE')
+depends=('neon' 'apr-util' 'sqlite' 'file')
+optdepends=('libgnome-keyring' 'kdeutils-kwallet' 'bash-completion: for svn 
bash completion' \
+'python2: for some hook scripts' 'java-environment') #'ruby: for 
some hook scripts')
+makedepends=('krb5' 'apache' 'python2' 'perl' 'swig' 'java-runtime' 
'java-environment'
+ 'autoconf' 'db' 'e2fsprogs' 'libgnome-keyring' 'kdelibs')
+backup=('etc/xinetd.d/svn' 'etc/conf.d/svnserve')
+url=http://subversion.apache.org/;
+provides=('svn')
+options=('!makeflags' '!libtool' '!emptydirs')
+source=(http://apache.mirror.rafal.ca/subversion/$pkgname-$pkgver.tar.bz2{,.asc}
+svnserve
+svn
+svnserve.conf
+svnserve.tmpfiles
+svnserve.service
+subversion-1.7.6-kwallet-gcc47.patch
+subversion.rpath.fix.patch)
+sha1sums=('c9fc0c5992eda36ba9affd93a15929e25958a951'
+  '3df83e46277f0f08868236a6b6e6c0f0d7ef9278'
+  '64ba3e6ebafc08ac62f59d788f7a825fdce69573'
+  '73b36c046c09cec2093354911c89e3ba8056af6c'
+  'ad117bf3b2a838a9a678a93fd8db1a066ad46c41'
+  '00cc36e69077a8c45674ead6dd62a7647b3a3b6d'
+  '9f6790d842cf3e0228b007483a43e39a42724068'
+  'aa0d01e606de2ebc5eed9c533d218d37a217c50c'
+  

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

2012-10-09 Thread Eric Bélanger
Date: Tuesday, October 9, 2012 @ 17:43:08
  Author: eric
Revision: 168386

upgpkg: python-lxml 3.0-1

Upstream update, Rebuild against python 3.3

Modified:
  python-lxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-09 20:09:57 UTC (rev 168385)
+++ PKGBUILD2012-10-09 21:43:08 UTC (rev 168386)
@@ -2,7 +2,7 @@
 # Maintainer:
 
 pkgname=('python-lxml' 'python2-lxml')
-pkgver=2.3.5
+pkgver=3.0
 pkgrel=1
 pkgdesc=Python binding for the libxml2 and libxslt libraries
 arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@
 url=http://lxml.de/;
 makedepends=('python2' 'python' 'libxslt')
 
source=(http://pypi.python.org/packages/source/l/lxml/lxml-${pkgver}.tar.gz{,.asc})
-sha1sums=('4fec0ca5054a8d6220d3dc7230a5066850192848'
-  'd74ad6509a0048ea0e979985e12869f2e1126b78')
+sha1sums=('8dbbd03a637bb563113cf07049a4d5a109369441'
+  'b38447fd3f9cfb30b4d56ffe3bec42739afb2947')
 
 check() {
   cd ${srcdir}/lxml-$pkgver



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

2012-10-09 Thread Eric Bélanger
Date: Tuesday, October 9, 2012 @ 17:43:30
  Author: eric
Revision: 168387

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

Added:
  python-lxml/repos/staging-i686/
  python-lxml/repos/staging-i686/PKGBUILD
(from rev 168386, python-lxml/trunk/PKGBUILD)
  python-lxml/repos/staging-x86_64/
  python-lxml/repos/staging-x86_64/PKGBUILD
(from rev 168386, python-lxml/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   49 ++
 staging-x86_64/PKGBUILD |   49 ++
 2 files changed, 98 insertions(+)

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

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



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

2012-10-09 Thread Thomas Bächler
Date: Tuesday, October 9, 2012 @ 17:57:54
  Author: thomas
Revision: 168388

base group: Install systemd-sysvcompat by default, don't install sysvinit

Modified:
  systemd/trunk/PKGBUILD
  sysvinit/trunk/PKGBUILD

-+
 systemd/trunk/PKGBUILD  |3 ++-
 sysvinit/trunk/PKGBUILD |1 -
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: systemd/trunk/PKGBUILD
===
--- systemd/trunk/PKGBUILD  2012-10-09 21:43:30 UTC (rev 168387)
+++ systemd/trunk/PKGBUILD  2012-10-09 21:57:54 UTC (rev 168388)
@@ -135,8 +135,9 @@
 
 package_systemd-sysvcompat() {
   pkgdesc=sysvinit compat for systemd
+  groups=('base')
   conflicts=('sysvinit')
-  depends=('sysvinit-tools')
+  depends=('sysvinit-tools' 'systemd')
 
   mv $srcdir/_sysvcompat/* $pkgdir
 

Modified: sysvinit/trunk/PKGBUILD
===
--- sysvinit/trunk/PKGBUILD 2012-10-09 21:43:30 UTC (rev 168387)
+++ sysvinit/trunk/PKGBUILD 2012-10-09 21:57:54 UTC (rev 168388)
@@ -8,7 +8,6 @@
 arch=('i686' 'x86_64')
 url=http://savannah.nongnu.org/projects/sysvinit;
 license=('GPL')
-groups=('base')
 depends=('util-linux' 'coreutils' 'glibc' 'awk')
 
source=(http://download.savannah.gnu.org/releases/sysvinit/${pkgbase}-${pkgver}dsf.tar.bz2
 0001-simplify-writelog.patch



[arch-commits] Commit in dnsutils/trunk (PKGBUILD remove-bind.patch)

2012-10-09 Thread Gaetan Bisson
Date: Tuesday, October 9, 2012 @ 18:09:48
  Author: bisson
Revision: 168389

upstream update

Modified:
  dnsutils/trunk/PKGBUILD
  dnsutils/trunk/remove-bind.patch

---+
 PKGBUILD  |6 +++---
 remove-bind.patch |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-09 21:57:54 UTC (rev 168388)
+++ PKGBUILD2012-10-09 22:09:48 UTC (rev 168389)
@@ -4,7 +4,7 @@
 # Contributor: mario mario_v...@hotmail.com
 
 pkgname=dnsutils
-_pkgver=9.9.1-P3
+_pkgver=9.9.2
 pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc='DNS utilities: dig host nslookup'
@@ -15,8 +15,8 @@
 depends=('openssl' 'krb5' 'idnkit' 'dnssec-anchors')
 source=(http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz;
 'remove-bind.patch')
-sha1sums=('1c890f69f627ffbc76460c766bafefde408ed799'
-  'b465ef6160b004838f04de9978fe1be8422af777')
+sha1sums=('eb9fa7b497d67ce61a120cb96c302381bc385324'
+  'bb13bd54134e4d787469be25461a3cc3f5cb57f4')
 
 replaces=('bind-tools' 'host')
 

Modified: remove-bind.patch
===
--- remove-bind.patch   2012-10-09 21:57:54 UTC (rev 168388)
+++ remove-bind.patch   2012-10-09 22:09:48 UTC (rev 168389)
@@ -6,7 +6,7 @@
  top_srcdir =  @top_srcdir@
  
 -SUBDIRS = named rndc dig dnssec tests tools nsupdate \
--  check confgen @PKCS11_TOOLS@
+-  check confgen @PYTHON_TOOLS@ @PKCS11_TOOLS@
 +SUBDIRS = dig
  TARGETS =
  



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

2012-10-09 Thread Gaetan Bisson
Date: Tuesday, October 9, 2012 @ 18:10:12
  Author: bisson
Revision: 168390

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

Added:
  dnsutils/repos/testing-i686/
  dnsutils/repos/testing-i686/PKGBUILD
(from rev 168389, dnsutils/trunk/PKGBUILD)
  dnsutils/repos/testing-i686/remove-bind.patch
(from rev 168389, dnsutils/trunk/remove-bind.patch)
  dnsutils/repos/testing-x86_64/
  dnsutils/repos/testing-x86_64/PKGBUILD
(from rev 168389, dnsutils/trunk/PKGBUILD)
  dnsutils/repos/testing-x86_64/remove-bind.patch
(from rev 168389, dnsutils/trunk/remove-bind.patch)

--+
 testing-i686/PKGBUILD|   49 +
 testing-i686/remove-bind.patch   |   25 ++
 testing-x86_64/PKGBUILD  |   49 +
 testing-x86_64/remove-bind.patch |   25 ++
 4 files changed, 148 insertions(+)

Copied: dnsutils/repos/testing-i686/PKGBUILD (from rev 168389, 
dnsutils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-09 22:10:12 UTC (rev 168390)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: mario mario_v...@hotmail.com
+
+pkgname=dnsutils
+_pkgver=9.9.2
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc='DNS utilities: dig host nslookup'
+url='http://www.isc.org/software/bind/'
+license=('custom:ISC')
+arch=('i686' 'x86_64')
+options=('!makeflags')
+depends=('openssl' 'krb5' 'idnkit' 'dnssec-anchors')
+source=(http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz;
+'remove-bind.patch')
+sha1sums=('eb9fa7b497d67ce61a120cb96c302381bc385324'
+  'bb13bd54134e4d787469be25461a3cc3f5cb57f4')
+
+replaces=('bind-tools' 'host')
+
+build() {
+   cd ${srcdir}/bind-${_pkgver}
+
+   patch -p1 -i ../remove-bind.patch
+   export STD_CDEFINES='-DDIG_SIGCHASE'
+
+   # hack to remove unused bloat from the binaries
+   CFLAGS+=' -fdata-sections -ffunction-sections'
+   LDFLAGS+=' -Wl,--gc-sections'
+
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-linux-caps \
+   --with-openssl \
+   --with-idn \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/bind-${_pkgver}
+   install -Dm644 COPYRIGHT 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+   cd bin; make DESTDIR=${pkgdir} install
+}

Copied: dnsutils/repos/testing-i686/remove-bind.patch (from rev 168389, 
dnsutils/trunk/remove-bind.patch)
===
--- testing-i686/remove-bind.patch  (rev 0)
+++ testing-i686/remove-bind.patch  2012-10-09 22:10:12 UTC (rev 168390)
@@ -0,0 +1,25 @@
+diff -aur old/bin/Makefile.in new/bin/Makefile.in
+--- old/bin/Makefile.in2009-10-05 05:07:08.0 -0700
 new/bin/Makefile.in2011-08-28 19:16:17.245495043 -0700
+@@ -19,8 +19,7 @@
+ VPATH =   @srcdir@
+ top_srcdir =  @top_srcdir@
+ 
+-SUBDIRS = named rndc dig dnssec tests tools nsupdate \
+-  check confgen @PYTHON_TOOLS@ @PKCS11_TOOLS@
++SUBDIRS = dig
+ TARGETS =
+ 
+ @BIND9_MAKE_RULES@
+diff -aur old/lib/Makefile.in new/lib/Makefile.in
+--- old/lib/Makefile.in2007-06-19 16:47:13.0 -0700
 new/lib/Makefile.in2011-08-28 19:17:50.828688599 -0700
+@@ -23,7 +23,7 @@
+ # Attempt to disable parallel processing.
+ .NOTPARALLEL:
+ .NO_PARALLEL:
+-SUBDIRS = isc isccc dns isccfg bind9 lwres tests
++SUBDIRS = isc dns isccfg bind9 lwres
+ TARGETS =
+ 
+ @BIND9_MAKE_RULES@

Copied: dnsutils/repos/testing-x86_64/PKGBUILD (from rev 168389, 
dnsutils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-09 22:10:12 UTC (rev 168390)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: kevin ke...@archlinux.org
+# Contributor: mario mario_v...@hotmail.com
+
+pkgname=dnsutils
+_pkgver=9.9.2
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc='DNS utilities: dig host nslookup'
+url='http://www.isc.org/software/bind/'
+license=('custom:ISC')
+arch=('i686' 'x86_64')
+options=('!makeflags')
+depends=('openssl' 'krb5' 'idnkit' 'dnssec-anchors')
+source=(http://ftp.isc.org/isc/bind9/${_pkgver}/bind-${_pkgver}.tar.gz;
+'remove-bind.patch')
+sha1sums=('eb9fa7b497d67ce61a120cb96c302381bc385324'
+  'bb13bd54134e4d787469be25461a3cc3f5cb57f4')
+
+replaces=('bind-tools' 'host')
+
+build() {
+   cd ${srcdir}/bind-${_pkgver}
+
+   patch -p1 -i ../remove-bind.patch
+   export 

[arch-commits] Commit in bind/trunk (PKGBUILD remove-tools.patch)

2012-10-09 Thread Gaetan Bisson
Date: Tuesday, October 9, 2012 @ 18:15:39
  Author: bisson
Revision: 168391

upstream update

Modified:
  bind/trunk/PKGBUILD
  bind/trunk/remove-tools.patch

+
 PKGBUILD   |6 +++---
 remove-tools.patch |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-09 22:10:12 UTC (rev 168390)
+++ PKGBUILD2012-10-09 22:15:39 UTC (rev 168391)
@@ -4,7 +4,7 @@
 # Contributor: Mario Vazquez mario_v...@hotmail.com
 
 pkgname=bind
-_pkgver=9.9.1-P3
+_pkgver=9.9.2
 pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc='Berkeley Internet Name Daemon is the reference implementation of the 
DNS protocols'
@@ -23,9 +23,9 @@
 'named.logrotate'
 'localhost.zone'
 '127.0.0.zone')
-sha1sums=('1c890f69f627ffbc76460c766bafefde408ed799'
+sha1sums=('eb9fa7b497d67ce61a120cb96c302381bc385324'
   'cbdecd1ea8e7b612b33b63d66bc57273795d1f54'
-  '18f477f510df31e6c6f547ee2d5fc46e973479bf'
+  '14264affa71bcfe7703d0fb7c3556c4c47efaa8b'
   '46232e9db243c6c05e170a1781d7a7f413be5d03'
   '5ca7a5f2a132548a090a045a2df3acea6b35d9eb'
   '7848edbfb9a848843f57c11c02b0289eefd42d00'

Modified: remove-tools.patch
===
--- remove-tools.patch  2012-10-09 22:10:12 UTC (rev 168390)
+++ remove-tools.patch  2012-10-09 22:15:39 UTC (rev 168391)
@@ -7,6 +7,6 @@
  
 -SUBDIRS = named rndc dig dnssec tests tools nsupdate \
 +SUBDIRS = named rndc dnssec tests tools nsupdate \
-   check confgen @PKCS11_TOOLS@
+   check confgen @PYTHON_TOOLS@ @PKCS11_TOOLS@
  TARGETS =
  



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

2012-10-09 Thread Gaetan Bisson
Date: Tuesday, October 9, 2012 @ 18:16:55
  Author: bisson
Revision: 168392

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

Added:
  bind/repos/extra-i686/127.0.0.zone
(from rev 168391, bind/trunk/127.0.0.zone)
  bind/repos/extra-i686/PKGBUILD
(from rev 168391, bind/trunk/PKGBUILD)
  bind/repos/extra-i686/install
(from rev 168391, bind/trunk/install)
  bind/repos/extra-i686/localhost.zone
(from rev 168391, bind/trunk/localhost.zone)
  bind/repos/extra-i686/named
(from rev 168391, bind/trunk/named)
  bind/repos/extra-i686/named.conf
(from rev 168391, bind/trunk/named.conf)
  bind/repos/extra-i686/named.conf.d
(from rev 168391, bind/trunk/named.conf.d)
  bind/repos/extra-i686/named.logrotate
(from rev 168391, bind/trunk/named.logrotate)
  bind/repos/extra-i686/named.service
(from rev 168391, bind/trunk/named.service)
  bind/repos/extra-i686/remove-tools.patch
(from rev 168391, bind/trunk/remove-tools.patch)
  bind/repos/extra-x86_64/127.0.0.zone
(from rev 168391, bind/trunk/127.0.0.zone)
  bind/repos/extra-x86_64/PKGBUILD
(from rev 168391, bind/trunk/PKGBUILD)
  bind/repos/extra-x86_64/install
(from rev 168391, bind/trunk/install)
  bind/repos/extra-x86_64/localhost.zone
(from rev 168391, bind/trunk/localhost.zone)
  bind/repos/extra-x86_64/named
(from rev 168391, bind/trunk/named)
  bind/repos/extra-x86_64/named.conf
(from rev 168391, bind/trunk/named.conf)
  bind/repos/extra-x86_64/named.conf.d
(from rev 168391, bind/trunk/named.conf.d)
  bind/repos/extra-x86_64/named.logrotate
(from rev 168391, bind/trunk/named.logrotate)
  bind/repos/extra-x86_64/named.service
(from rev 168391, bind/trunk/named.service)
  bind/repos/extra-x86_64/remove-tools.patch
(from rev 168391, bind/trunk/remove-tools.patch)
Deleted:
  bind/repos/extra-i686/127.0.0.zone
  bind/repos/extra-i686/PKGBUILD
  bind/repos/extra-i686/install
  bind/repos/extra-i686/localhost.zone
  bind/repos/extra-i686/named
  bind/repos/extra-i686/named.conf
  bind/repos/extra-i686/named.conf.d
  bind/repos/extra-i686/named.logrotate
  bind/repos/extra-i686/named.service
  bind/repos/extra-i686/remove-tools.patch
  bind/repos/extra-x86_64/127.0.0.zone
  bind/repos/extra-x86_64/PKGBUILD
  bind/repos/extra-x86_64/install
  bind/repos/extra-x86_64/localhost.zone
  bind/repos/extra-x86_64/named
  bind/repos/extra-x86_64/named.conf
  bind/repos/extra-x86_64/named.conf.d
  bind/repos/extra-x86_64/named.logrotate
  bind/repos/extra-x86_64/named.service
  bind/repos/extra-x86_64/remove-tools.patch

-+
 extra-i686/127.0.0.zone |   22 ++---
 extra-i686/PKGBUILD |  166 +++---
 extra-i686/install  |   42 -
 extra-i686/localhost.zone   |   20 ++--
 extra-i686/named|  104 +++
 extra-i686/named.conf   |  128 ++---
 extra-i686/named.conf.d |8 -
 extra-i686/named.logrotate  |   12 +-
 extra-i686/named.service|   22 ++---
 extra-i686/remove-tools.patch   |   24 ++---
 extra-x86_64/127.0.0.zone   |   22 ++---
 extra-x86_64/PKGBUILD   |  166 +++---
 extra-x86_64/install|   42 -
 extra-x86_64/localhost.zone |   20 ++--
 extra-x86_64/named  |  104 +++
 extra-x86_64/named.conf |  128 ++---
 extra-x86_64/named.conf.d   |8 -
 extra-x86_64/named.logrotate|   12 +-
 extra-x86_64/named.service  |   22 ++---
 extra-x86_64/remove-tools.patch |   24 ++---
 20 files changed, 548 insertions(+), 548 deletions(-)

Deleted: extra-i686/127.0.0.zone
===
--- extra-i686/127.0.0.zone 2012-10-09 22:15:39 UTC (rev 168391)
+++ extra-i686/127.0.0.zone 2012-10-09 22:16:55 UTC (rev 168392)
@@ -1,11 +0,0 @@
-$ORIGIN 0.0.127.in-addr.arpa.
-
-@  1D IN SOA   localhost. root.localhost. (
-   42  ; serial (mmdd##)
-   3H  ; refresh
-   15M ; retry
-   1W  ; expiry
-   1D ); minimum ttl
-
-   1D IN NSlocalhost.
-1  1D IN PTR   localhost.

Copied: bind/repos/extra-i686/127.0.0.zone (from rev 168391, 
bind/trunk/127.0.0.zone)
===
--- extra-i686/127.0.0.zone (rev 0)
+++ extra-i686/127.0.0.zone 2012-10-09 22:16:55 UTC (rev 168392)
@@ -0,0 +1,11 @@
+$ORIGIN 0.0.127.in-addr.arpa.
+
+@  1D IN SOA   localhost. root.localhost. (
+   42  ; 

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

2012-10-09 Thread Eric Bélanger
Date: Wednesday, October 10, 2012 @ 00:59:56
  Author: eric
Revision: 168393

upgpkg: python-urwid 1.0.2-2

Rebuild against python 3.3

Modified:
  python-urwid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-09 22:16:55 UTC (rev 168392)
+++ PKGBUILD2012-10-10 04:59:56 UTC (rev 168393)
@@ -5,7 +5,7 @@
 
 pkgname=('python-urwid' 'python2-urwid')
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Urwid is a curses-based user interface library.
 license=('LGPL')
 arch=('i686' 'x86_64')



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

2012-10-09 Thread Eric Bélanger
Date: Wednesday, October 10, 2012 @ 01:00:20
  Author: eric
Revision: 168394

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

Added:
  python-urwid/repos/staging-i686/
  python-urwid/repos/staging-i686/PKGBUILD
(from rev 168393, python-urwid/trunk/PKGBUILD)
  python-urwid/repos/staging-x86_64/
  python-urwid/repos/staging-x86_64/PKGBUILD
(from rev 168393, python-urwid/trunk/PKGBUILD)

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

Copied: python-urwid/repos/staging-i686/PKGBUILD (from rev 168393, 
python-urwid/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-10-10 05:00:20 UTC (rev 168394)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD,v 1.10 2009/03/13 21:14:09 sergej Exp $
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+# Maintainer: Sergej Pupykin ser...@aur.archlinux.org
+# Maintainer: Douglas Soares de Andrade dsandr...@gmail.com
+
+pkgname=('python-urwid' 'python2-urwid')
+pkgver=1.0.2
+pkgrel=2
+pkgdesc=Urwid is a curses-based user interface library.
+license=('LGPL')
+arch=('i686' 'x86_64')
+makedepends=('python2-distribute' 'python-distribute')
+url=http://excess.org/urwid/;
+source=(http://excess.org/urwid/urwid-$pkgver.tar.gz)
+md5sums=('00542bbd15fae7ea60b02a7570edee2b')
+
+build() {
+  cp -r urwid-$pkgver python2-urwid-$pkgver
+
+  cd $srcdir/urwid-$pkgver
+  python setup.py build
+
+  cd $srcdir/python2-urwid-$pkgver
+  sed -i 's#bin/python#bin/python2#' urwid/*.py
+  
+  python2 setup.py build
+}
+
+package_python-urwid() {
+  depends=('python')
+
+  cd $srcdir/urwid-$pkgver
+  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+}
+
+package_python2-urwid() {
+  depends=('python2')
+ 
+  cd $srcdir/python2-urwid-$pkgver
+  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+}
+

Copied: python-urwid/repos/staging-x86_64/PKGBUILD (from rev 168393, 
python-urwid/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-10-10 05:00:20 UTC (rev 168394)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD,v 1.10 2009/03/13 21:14:09 sergej Exp $
+# Maintainer: Daniel Isenmann dan...@archlinux.org
+# Maintainer: Sergej Pupykin ser...@aur.archlinux.org
+# Maintainer: Douglas Soares de Andrade dsandr...@gmail.com
+
+pkgname=('python-urwid' 'python2-urwid')
+pkgver=1.0.2
+pkgrel=2
+pkgdesc=Urwid is a curses-based user interface library.
+license=('LGPL')
+arch=('i686' 'x86_64')
+makedepends=('python2-distribute' 'python-distribute')
+url=http://excess.org/urwid/;
+source=(http://excess.org/urwid/urwid-$pkgver.tar.gz)
+md5sums=('00542bbd15fae7ea60b02a7570edee2b')
+
+build() {
+  cp -r urwid-$pkgver python2-urwid-$pkgver
+
+  cd $srcdir/urwid-$pkgver
+  python setup.py build
+
+  cd $srcdir/python2-urwid-$pkgver
+  sed -i 's#bin/python#bin/python2#' urwid/*.py
+  
+  python2 setup.py build
+}
+
+package_python-urwid() {
+  depends=('python')
+
+  cd $srcdir/urwid-$pkgver
+  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+}
+
+package_python2-urwid() {
+  depends=('python2')
+ 
+  cd $srcdir/python2-urwid-$pkgver
+  python2 setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+}
+