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

2016-07-13 Thread Gaëtan Bisson
Date: Wednesday, July 13, 2016 @ 23:35:31
  Author: bisson
Revision: 182843

db-move: moved apitrace from [community-testing] to [community] (i686, x86_64)

Added:
  apitrace/repos/community-i686/PKGBUILD
(from rev 182842, apitrace/repos/community-testing-i686/PKGBUILD)
  apitrace/repos/community-x86_64/PKGBUILD
(from rev 182842, apitrace/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  apitrace/repos/community-i686/PKGBUILD
  apitrace/repos/community-testing-i686/
  apitrace/repos/community-testing-x86_64/
  apitrace/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-13 23:35:30 UTC (rev 182842)
+++ community-i686/PKGBUILD 2016-07-13 23:35:31 UTC (rev 182843)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-# Contributor: Luca Bennati 
-# Contributor: Glaucous 
-
-pkgname=apitrace
-pkgver=7.1
-pkgrel=1
-pkgdesc="Graphics API Tracing"
-arch=('i686' 'x86_64')
-url="https://github.com/apitrace/apitrace;
-license=('custom')
-makedepends=('cmake' 'mesa' 'libgl' 'python2' 'procps-ng' 'qt5-webkit')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/apitrace/apitrace/archive/${pkgver}.tar.gz;)
-md5sums=('c5d44dece1e1ca7c63f8b8efbd06ac5a')
-
-build() {
-  cd ${srcdir}/apitrace-*
-
-  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DENABLE_GUI=TRUE
-  make -C build
-}
-
-package() {
-  depends=('python2' 'libgl' 'procps-ng')
-  optdepends=('qt5-webkit: GUI support')
-
-  cd ${srcdir}/apitrace-*
-
-  make -C build DESTDIR="${pkgdir}/" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/apitrace"
-  install -m644 LICENSE "${pkgdir}/usr/share/licenses/apitrace/"
-}

Copied: apitrace/repos/community-i686/PKGBUILD (from rev 182842, 
apitrace/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-13 23:35:31 UTC (rev 182843)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Luca Bennati 
+# Contributor: Glaucous 
+
+pkgname=apitrace
+pkgver=7.1
+pkgrel=2
+pkgdesc="Graphics API Tracing"
+arch=('i686' 'x86_64')
+url="https://github.com/apitrace/apitrace;
+license=('custom')
+makedepends=('cmake' 'mesa' 'libgl' 'python2' 'procps-ng' 'qt5-webkit')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/apitrace/apitrace/archive/${pkgver}.tar.gz;)
+md5sums=('c5d44dece1e1ca7c63f8b8efbd06ac5a')
+
+build() {
+  cd ${srcdir}/apitrace-*
+
+  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DENABLE_GUI=TRUE
+  make -C build
+}
+
+package() {
+  depends=('python2' 'libgl' 'procps-ng')
+  optdepends=('qt5-webkit: GUI support')
+
+  cd ${srcdir}/apitrace-*
+
+  make -C build DESTDIR="${pkgdir}/" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/apitrace"
+  install -m644 LICENSE "${pkgdir}/usr/share/licenses/apitrace/"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-13 23:35:30 UTC (rev 182842)
+++ community-x86_64/PKGBUILD   2016-07-13 23:35:31 UTC (rev 182843)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-# Contributor: Luca Bennati 
-# Contributor: Glaucous 
-
-pkgname=apitrace
-pkgver=7.1
-pkgrel=1
-pkgdesc="Graphics API Tracing"
-arch=('i686' 'x86_64')
-url="https://github.com/apitrace/apitrace;
-license=('custom')
-makedepends=('cmake' 'mesa' 'libgl' 'python2' 'procps-ng' 'qt5-webkit')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/apitrace/apitrace/archive/${pkgver}.tar.gz;)
-md5sums=('c5d44dece1e1ca7c63f8b8efbd06ac5a')
-
-build() {
-  cd ${srcdir}/apitrace-*
-
-  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DENABLE_GUI=TRUE
-  make -C build
-}
-
-package() {
-  depends=('python2' 'libgl' 'procps-ng')
-  optdepends=('qt5-webkit: GUI support')
-
-  cd ${srcdir}/apitrace-*
-
-  make -C build DESTDIR="${pkgdir}/" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/apitrace"
-  install -m644 LICENSE "${pkgdir}/usr/share/licenses/apitrace/"
-}

Copied: apitrace/repos/community-x86_64/PKGBUILD (from rev 182842, 
apitrace/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-07-13 23:35:31 UTC (rev 182843)
@@ -0,0 +1,36 @@
+# $Id$
+# 

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

2016-07-12 Thread Gaëtan Bisson
Date: Tuesday, July 12, 2016 @ 19:53:52
  Author: bisson
Revision: 182715

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

Added:
  apitrace/repos/community-testing-i686/
  apitrace/repos/community-testing-i686/PKGBUILD
(from rev 182714, apitrace/repos/community-staging-i686/PKGBUILD)
  apitrace/repos/community-testing-x86_64/
  apitrace/repos/community-testing-x86_64/PKGBUILD
(from rev 182714, apitrace/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  apitrace/repos/community-staging-i686/
  apitrace/repos/community-staging-x86_64/

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

Copied: apitrace/repos/community-testing-i686/PKGBUILD (from rev 182714, 
apitrace/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-07-12 19:53:52 UTC (rev 182715)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Luca Bennati 
+# Contributor: Glaucous 
+
+pkgname=apitrace
+pkgver=7.1
+pkgrel=2
+pkgdesc="Graphics API Tracing"
+arch=('i686' 'x86_64')
+url="https://github.com/apitrace/apitrace;
+license=('custom')
+makedepends=('cmake' 'mesa' 'libgl' 'python2' 'procps-ng' 'qt5-webkit')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/apitrace/apitrace/archive/${pkgver}.tar.gz;)
+md5sums=('c5d44dece1e1ca7c63f8b8efbd06ac5a')
+
+build() {
+  cd ${srcdir}/apitrace-*
+
+  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DENABLE_GUI=TRUE
+  make -C build
+}
+
+package() {
+  depends=('python2' 'libgl' 'procps-ng')
+  optdepends=('qt5-webkit: GUI support')
+
+  cd ${srcdir}/apitrace-*
+
+  make -C build DESTDIR="${pkgdir}/" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/apitrace"
+  install -m644 LICENSE "${pkgdir}/usr/share/licenses/apitrace/"
+}

Copied: apitrace/repos/community-testing-x86_64/PKGBUILD (from rev 182714, 
apitrace/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-07-12 19:53:52 UTC (rev 182715)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Luca Bennati 
+# Contributor: Glaucous 
+
+pkgname=apitrace
+pkgver=7.1
+pkgrel=2
+pkgdesc="Graphics API Tracing"
+arch=('i686' 'x86_64')
+url="https://github.com/apitrace/apitrace;
+license=('custom')
+makedepends=('cmake' 'mesa' 'libgl' 'python2' 'procps-ng' 'qt5-webkit')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/apitrace/apitrace/archive/${pkgver}.tar.gz;)
+md5sums=('c5d44dece1e1ca7c63f8b8efbd06ac5a')
+
+build() {
+  cd ${srcdir}/apitrace-*
+
+  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DENABLE_GUI=TRUE
+  make -C build
+}
+
+package() {
+  depends=('python2' 'libgl' 'procps-ng')
+  optdepends=('qt5-webkit: GUI support')
+
+  cd ${srcdir}/apitrace-*
+
+  make -C build DESTDIR="${pkgdir}/" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/apitrace"
+  install -m644 LICENSE "${pkgdir}/usr/share/licenses/apitrace/"
+}


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

2015-12-22 Thread Laurent Carlier
Date: Wednesday, December 23, 2015 @ 00:07:24
  Author: lcarlier
Revision: 154308

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

Added:
  apitrace/repos/community-i686/PKGBUILD
(from rev 154307, apitrace/trunk/PKGBUILD)
  apitrace/repos/community-x86_64/PKGBUILD
(from rev 154307, apitrace/trunk/PKGBUILD)
Deleted:
  apitrace/repos/community-i686/PKGBUILD
  apitrace/repos/community-i686/fix-python-executable.patch
  apitrace/repos/community-x86_64/PKGBUILD
  apitrace/repos/community-x86_64/fix-python-executable.patch

--+
 /PKGBUILD|   72 +
 community-i686/PKGBUILD  |   36 
 community-i686/fix-python-executable.patch   |   65 --
 community-x86_64/PKGBUILD|   36 
 community-x86_64/fix-python-executable.patch |   65 --
 5 files changed, 72 insertions(+), 202 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-22 23:07:13 UTC (rev 154307)
+++ community-i686/PKGBUILD 2015-12-22 23:07:24 UTC (rev 154308)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-# Contributor: Luca Bennati 
-# Contributor: Glaucous 
-
-pkgname=apitrace
-pkgver=7.0
-pkgrel=3
-pkgdesc="Graphics API Tracing"
-arch=('i686' 'x86_64')
-url="https://github.com/apitrace/apitrace;
-license=('custom')
-makedepends=('cmake' 'mesa' 'libgl' 'python2' 'procps-ng' 'qt5-webkit')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/apitrace/apitrace/archive/${pkgver}.tar.gz;)
-md5sums=('3c0b3ebae4fda123c0bffcd6eb61d161')
-
-build() {
-  cd ${srcdir}/apitrace-*
-
-  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DENABLE_GUI=TRUE
-  make -C build
-}
-
-package() {
-  depends=('python2' 'libgl' 'procps-ng')
-  optdepends=('qt5-webkit: GUI support')
-
-  cd ${srcdir}/apitrace-*
-
-  make -C build DESTDIR="${pkgdir}/" install
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/apitrace"
-  install -m644 LICENSE "${pkgdir}/usr/share/licenses/apitrace/"
-}

Copied: apitrace/repos/community-i686/PKGBUILD (from rev 154307, 
apitrace/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-22 23:07:24 UTC (rev 154308)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Luca Bennati 
+# Contributor: Glaucous 
+
+pkgname=apitrace
+pkgver=7.1
+pkgrel=1
+pkgdesc="Graphics API Tracing"
+arch=('i686' 'x86_64')
+url="https://github.com/apitrace/apitrace;
+license=('custom')
+makedepends=('cmake' 'mesa' 'libgl' 'python2' 'procps-ng' 'qt5-webkit')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/apitrace/apitrace/archive/${pkgver}.tar.gz;)
+md5sums=('c5d44dece1e1ca7c63f8b8efbd06ac5a')
+
+build() {
+  cd ${srcdir}/apitrace-*
+
+  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DENABLE_GUI=TRUE
+  make -C build
+}
+
+package() {
+  depends=('python2' 'libgl' 'procps-ng')
+  optdepends=('qt5-webkit: GUI support')
+
+  cd ${srcdir}/apitrace-*
+
+  make -C build DESTDIR="${pkgdir}/" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/apitrace"
+  install -m644 LICENSE "${pkgdir}/usr/share/licenses/apitrace/"
+}

Deleted: community-i686/fix-python-executable.patch
===
--- community-i686/fix-python-executable.patch  2015-12-22 23:07:13 UTC (rev 
154307)
+++ community-i686/fix-python-executable.patch  2015-12-22 23:07:24 UTC (rev 
154308)
@@ -1,65 +0,0 @@
-diff -ru apitrace-5.0/cli/cli_diff.cpp apitrace-5.0a/cli/cli_diff.cpp
 apitrace-5.0/cli/cli_diff.cpp  2014-05-03 00:22:02.0 +0200
-+++ apitrace-5.0a/cli/cli_diff.cpp 2014-08-03 02:50:33.635426106 +0200
-@@ -50,7 +50,7 @@
- }
- 
- char *args[4];
--args[0] = (char *) "python";
-+args[0] = (char *) APITRACE_PYTHON_EXECUTABLE;
- args[1] = (char *) command.str();
- args[2] = (char *) "--help";
- args[3] = NULL;
-@@ -71,7 +71,7 @@
- os::String apitracePath = os::getProcessName();
- 
- std::vector args;
--args.push_back("python");
-+args.push_back(APITRACE_PYTHON_EXECUTABLE);
- args.push_back(command.str());
- args.push_back("--apitrace");
- args.push_back(apitracePath.str());
-diff -ru apitrace-5.0/cli/cli_diff_images.cpp 
apitrace-5.0a/cli/cli_diff_images.cpp
 apitrace-5.0/cli/cli_diff_images.cpp   2014-05-03 00:22:02.0 
+0200
-+++ apitrace-5.0a/cli/cli_diff_images.cpp  2014-08-03 02:50:02.439320408 
+0200
-@@ -50,7 +50,7 @@
- }
- 
- char *args[4];
--args[0] = (char *) "python";
-+args[0] = (char *) 

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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Monday, December 7, 2015 @ 00:05:54
  Author: bpiotrowski
Revision: 149334

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

Added:
  apitrace/repos/community-staging-i686/
  apitrace/repos/community-staging-i686/PKGBUILD
(from rev 149333, apitrace/trunk/PKGBUILD)
  apitrace/repos/community-staging-i686/fix-python-executable.patch
(from rev 149333, apitrace/trunk/fix-python-executable.patch)
  apitrace/repos/community-staging-x86_64/
  apitrace/repos/community-staging-x86_64/PKGBUILD
(from rev 149333, apitrace/trunk/PKGBUILD)
  apitrace/repos/community-staging-x86_64/fix-python-executable.patch
(from rev 149333, apitrace/trunk/fix-python-executable.patch)

--+
 community-staging-i686/PKGBUILD  |   36 +
 community-staging-i686/fix-python-executable.patch   |   65 +
 community-staging-x86_64/PKGBUILD|   36 +
 community-staging-x86_64/fix-python-executable.patch |   65 +
 4 files changed, 202 insertions(+)

Copied: apitrace/repos/community-staging-i686/PKGBUILD (from rev 149333, 
apitrace/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 23:05:54 UTC (rev 149334)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor: Luca Bennati 
+# Contributor: Glaucous 
+
+pkgname=apitrace
+pkgver=7.0
+pkgrel=3
+pkgdesc="Graphics API Tracing"
+arch=('i686' 'x86_64')
+url="https://github.com/apitrace/apitrace;
+license=('custom')
+makedepends=('cmake' 'mesa' 'libgl' 'python2' 'procps-ng' 'qt5-webkit')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/apitrace/apitrace/archive/${pkgver}.tar.gz;)
+md5sums=('3c0b3ebae4fda123c0bffcd6eb61d161')
+
+build() {
+  cd ${srcdir}/apitrace-*
+
+  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DENABLE_GUI=TRUE
+  make -C build
+}
+
+package() {
+  depends=('python2' 'libgl' 'procps-ng')
+  optdepends=('qt5-webkit: GUI support')
+
+  cd ${srcdir}/apitrace-*
+
+  make -C build DESTDIR="${pkgdir}/" install
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/apitrace"
+  install -m644 LICENSE "${pkgdir}/usr/share/licenses/apitrace/"
+}

Copied: apitrace/repos/community-staging-i686/fix-python-executable.patch (from 
rev 149333, apitrace/trunk/fix-python-executable.patch)
===
--- community-staging-i686/fix-python-executable.patch  
(rev 0)
+++ community-staging-i686/fix-python-executable.patch  2015-12-06 23:05:54 UTC 
(rev 149334)
@@ -0,0 +1,65 @@
+diff -ru apitrace-5.0/cli/cli_diff.cpp apitrace-5.0a/cli/cli_diff.cpp
+--- apitrace-5.0/cli/cli_diff.cpp  2014-05-03 00:22:02.0 +0200
 apitrace-5.0a/cli/cli_diff.cpp 2014-08-03 02:50:33.635426106 +0200
+@@ -50,7 +50,7 @@
+ }
+ 
+ char *args[4];
+-args[0] = (char *) "python";
++args[0] = (char *) APITRACE_PYTHON_EXECUTABLE;
+ args[1] = (char *) command.str();
+ args[2] = (char *) "--help";
+ args[3] = NULL;
+@@ -71,7 +71,7 @@
+ os::String apitracePath = os::getProcessName();
+ 
+ std::vector args;
+-args.push_back("python");
++args.push_back(APITRACE_PYTHON_EXECUTABLE);
+ args.push_back(command.str());
+ args.push_back("--apitrace");
+ args.push_back(apitracePath.str());
+diff -ru apitrace-5.0/cli/cli_diff_images.cpp 
apitrace-5.0a/cli/cli_diff_images.cpp
+--- apitrace-5.0/cli/cli_diff_images.cpp   2014-05-03 00:22:02.0 
+0200
 apitrace-5.0a/cli/cli_diff_images.cpp  2014-08-03 02:50:02.439320408 
+0200
+@@ -50,7 +50,7 @@
+ }
+ 
+ char *args[4];
+-args[0] = (char *) "python";
++args[0] = (char *) APITRACE_PYTHON_EXECUTABLE;
+ args[1] = (char *) command.str();
+ args[2] = (char *) "--help";
+ args[3] = NULL;
+@@ -69,7 +69,7 @@
+ }
+ 
+ std::vector args;
+-args.push_back("python");
++args.push_back(APITRACE_PYTHON_EXECUTABLE);
+ args.push_back(command.str());
+ for (i = 1; i < argc; i++) {
+ args.push_back(argv[i]);
+diff -ru apitrace-5.0/cli/cli_diff_state.cpp 
apitrace-5.0a/cli/cli_diff_state.cpp
+--- apitrace-5.0/cli/cli_diff_state.cpp2014-05-03 00:22:02.0 
+0200
 apitrace-5.0a/cli/cli_diff_state.cpp   2014-08-03 02:49:04.987020260 
+0200
+@@ -87,7 +87,7 @@
+ 
+ char *args[5];
+ 
+-args[0] = const_cast("python");
++args[0] = const_cast(APITRACE_PYTHON_EXECUTABLE);
+ args[1] = const_cast(command.str());
+ args[2] = file1;
+ args[3] = file2;
+diff -ru apitrace-5.0/cli/CMakeLists.txt apitrace-5.0a/cli/CMakeLists.txt
+--- apitrace-5.0/cli/CMakeLists.txt2014-05-03 00:22:02.0 +0200
 apitrace-5.0a/cli/CMakeLists.txt  

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

2015-08-14 Thread Gaetan Bisson
Date: Friday, August 14, 2015 @ 22:15:07
  Author: bisson
Revision: 138365

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

Added:
  apitrace/repos/staging-i686/
  apitrace/repos/staging-i686/PKGBUILD
(from rev 138364, apitrace/trunk/PKGBUILD)
  apitrace/repos/staging-i686/fix-python-executable.patch
(from rev 138364, apitrace/trunk/fix-python-executable.patch)
  apitrace/repos/staging-x86_64/
  apitrace/repos/staging-x86_64/PKGBUILD
(from rev 138364, apitrace/trunk/PKGBUILD)
  apitrace/repos/staging-x86_64/fix-python-executable.patch
(from rev 138364, apitrace/trunk/fix-python-executable.patch)

+
 staging-i686/PKGBUILD  |   36 ++
 staging-i686/fix-python-executable.patch   |   65 +++
 staging-x86_64/PKGBUILD|   36 ++
 staging-x86_64/fix-python-executable.patch |   65 +++
 4 files changed, 202 insertions(+)

Copied: apitrace/repos/staging-i686/PKGBUILD (from rev 138364, 
apitrace/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-08-14 20:15:07 UTC (rev 138365)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Luca Bennati lucak3 AT gmail DOT com
+# Contributor: Glaucous glakke1 at gmail dot com
+
+pkgname=apitrace
+pkgver=7.0
+pkgrel=2
+pkgdesc=Graphics API Tracing
+arch=('i686' 'x86_64')
+url=https://github.com/apitrace/apitrace;
+license=('custom')
+makedepends=('cmake' 'mesa' 'libgl' 'python2' 'procps-ng' 'qt5-webkit')
+source=($pkgname-$pkgver.tar.gz::https://github.com/apitrace/apitrace/archive/${pkgver}.tar.gz;)
+md5sums=('3c0b3ebae4fda123c0bffcd6eb61d161')
+
+build() {
+  cd ${srcdir}/apitrace-*
+
+  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DENABLE_GUI=TRUE
+  make -C build
+}
+
+package() {
+  depends=('python2' 'libgl' 'procps-ng')
+  optdepends=('qt5-webkit: GUI support')
+
+  cd ${srcdir}/apitrace-*
+
+  make -C build DESTDIR=${pkgdir}/ install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/apitrace
+  install -m644 LICENSE ${pkgdir}/usr/share/licenses/apitrace/
+}

Copied: apitrace/repos/staging-i686/fix-python-executable.patch (from rev 
138364, apitrace/trunk/fix-python-executable.patch)
===
--- staging-i686/fix-python-executable.patch(rev 0)
+++ staging-i686/fix-python-executable.patch2015-08-14 20:15:07 UTC (rev 
138365)
@@ -0,0 +1,65 @@
+diff -ru apitrace-5.0/cli/cli_diff.cpp apitrace-5.0a/cli/cli_diff.cpp
+--- apitrace-5.0/cli/cli_diff.cpp  2014-05-03 00:22:02.0 +0200
 apitrace-5.0a/cli/cli_diff.cpp 2014-08-03 02:50:33.635426106 +0200
+@@ -50,7 +50,7 @@
+ }
+ 
+ char *args[4];
+-args[0] = (char *) python;
++args[0] = (char *) APITRACE_PYTHON_EXECUTABLE;
+ args[1] = (char *) command.str();
+ args[2] = (char *) --help;
+ args[3] = NULL;
+@@ -71,7 +71,7 @@
+ os::String apitracePath = os::getProcessName();
+ 
+ std::vectorconst char * args;
+-args.push_back(python);
++args.push_back(APITRACE_PYTHON_EXECUTABLE);
+ args.push_back(command.str());
+ args.push_back(--apitrace);
+ args.push_back(apitracePath.str());
+diff -ru apitrace-5.0/cli/cli_diff_images.cpp 
apitrace-5.0a/cli/cli_diff_images.cpp
+--- apitrace-5.0/cli/cli_diff_images.cpp   2014-05-03 00:22:02.0 
+0200
 apitrace-5.0a/cli/cli_diff_images.cpp  2014-08-03 02:50:02.439320408 
+0200
+@@ -50,7 +50,7 @@
+ }
+ 
+ char *args[4];
+-args[0] = (char *) python;
++args[0] = (char *) APITRACE_PYTHON_EXECUTABLE;
+ args[1] = (char *) command.str();
+ args[2] = (char *) --help;
+ args[3] = NULL;
+@@ -69,7 +69,7 @@
+ }
+ 
+ std::vectorconst char * args;
+-args.push_back(python);
++args.push_back(APITRACE_PYTHON_EXECUTABLE);
+ args.push_back(command.str());
+ for (i = 1; i  argc; i++) {
+ args.push_back(argv[i]);
+diff -ru apitrace-5.0/cli/cli_diff_state.cpp 
apitrace-5.0a/cli/cli_diff_state.cpp
+--- apitrace-5.0/cli/cli_diff_state.cpp2014-05-03 00:22:02.0 
+0200
 apitrace-5.0a/cli/cli_diff_state.cpp   2014-08-03 02:49:04.987020260 
+0200
+@@ -87,7 +87,7 @@
+ 
+ char *args[5];
+ 
+-args[0] = const_castchar *(python);
++args[0] = const_castchar *(APITRACE_PYTHON_EXECUTABLE);
+ args[1] = const_castchar *(command.str());
+ args[2] = file1;
+ args[3] = file2;
+diff -ru apitrace-5.0/cli/CMakeLists.txt apitrace-5.0a/cli/CMakeLists.txt
+--- apitrace-5.0/cli/CMakeLists.txt2014-05-03 00:22:02.0 +0200
 apitrace-5.0a/cli/CMakeLists.txt   2014-08-03 02:46:05.803576581 +0200
+@@ -7,6 +7,7 @@
+ 

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

2015-08-14 Thread Gaetan Bisson
Date: Friday, August 14, 2015 @ 22:17:02
  Author: bisson
Revision: 138367

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

Added:
  apitrace/repos/community-staging-i686/
  apitrace/repos/community-staging-i686/PKGBUILD
(from rev 138366, apitrace/trunk/PKGBUILD)
  apitrace/repos/community-staging-i686/fix-python-executable.patch
(from rev 138366, apitrace/trunk/fix-python-executable.patch)
  apitrace/repos/community-staging-x86_64/
  apitrace/repos/community-staging-x86_64/PKGBUILD
(from rev 138366, apitrace/trunk/PKGBUILD)
  apitrace/repos/community-staging-x86_64/fix-python-executable.patch
(from rev 138366, apitrace/trunk/fix-python-executable.patch)

--+
 community-staging-i686/PKGBUILD  |   36 +
 community-staging-i686/fix-python-executable.patch   |   65 +
 community-staging-x86_64/PKGBUILD|   36 +
 community-staging-x86_64/fix-python-executable.patch |   65 +
 4 files changed, 202 insertions(+)

Copied: apitrace/repos/community-staging-i686/PKGBUILD (from rev 138366, 
apitrace/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-14 20:17:02 UTC (rev 138367)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Luca Bennati lucak3 AT gmail DOT com
+# Contributor: Glaucous glakke1 at gmail dot com
+
+pkgname=apitrace
+pkgver=7.0
+pkgrel=2
+pkgdesc=Graphics API Tracing
+arch=('i686' 'x86_64')
+url=https://github.com/apitrace/apitrace;
+license=('custom')
+makedepends=('cmake' 'mesa' 'libgl' 'python2' 'procps-ng' 'qt5-webkit')
+source=($pkgname-$pkgver.tar.gz::https://github.com/apitrace/apitrace/archive/${pkgver}.tar.gz;)
+md5sums=('3c0b3ebae4fda123c0bffcd6eb61d161')
+
+build() {
+  cd ${srcdir}/apitrace-*
+
+  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+-DENABLE_GUI=TRUE
+  make -C build
+}
+
+package() {
+  depends=('python2' 'libgl' 'procps-ng')
+  optdepends=('qt5-webkit: GUI support')
+
+  cd ${srcdir}/apitrace-*
+
+  make -C build DESTDIR=${pkgdir}/ install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/apitrace
+  install -m644 LICENSE ${pkgdir}/usr/share/licenses/apitrace/
+}

Copied: apitrace/repos/community-staging-i686/fix-python-executable.patch (from 
rev 138366, apitrace/trunk/fix-python-executable.patch)
===
--- community-staging-i686/fix-python-executable.patch  
(rev 0)
+++ community-staging-i686/fix-python-executable.patch  2015-08-14 20:17:02 UTC 
(rev 138367)
@@ -0,0 +1,65 @@
+diff -ru apitrace-5.0/cli/cli_diff.cpp apitrace-5.0a/cli/cli_diff.cpp
+--- apitrace-5.0/cli/cli_diff.cpp  2014-05-03 00:22:02.0 +0200
 apitrace-5.0a/cli/cli_diff.cpp 2014-08-03 02:50:33.635426106 +0200
+@@ -50,7 +50,7 @@
+ }
+ 
+ char *args[4];
+-args[0] = (char *) python;
++args[0] = (char *) APITRACE_PYTHON_EXECUTABLE;
+ args[1] = (char *) command.str();
+ args[2] = (char *) --help;
+ args[3] = NULL;
+@@ -71,7 +71,7 @@
+ os::String apitracePath = os::getProcessName();
+ 
+ std::vectorconst char * args;
+-args.push_back(python);
++args.push_back(APITRACE_PYTHON_EXECUTABLE);
+ args.push_back(command.str());
+ args.push_back(--apitrace);
+ args.push_back(apitracePath.str());
+diff -ru apitrace-5.0/cli/cli_diff_images.cpp 
apitrace-5.0a/cli/cli_diff_images.cpp
+--- apitrace-5.0/cli/cli_diff_images.cpp   2014-05-03 00:22:02.0 
+0200
 apitrace-5.0a/cli/cli_diff_images.cpp  2014-08-03 02:50:02.439320408 
+0200
+@@ -50,7 +50,7 @@
+ }
+ 
+ char *args[4];
+-args[0] = (char *) python;
++args[0] = (char *) APITRACE_PYTHON_EXECUTABLE;
+ args[1] = (char *) command.str();
+ args[2] = (char *) --help;
+ args[3] = NULL;
+@@ -69,7 +69,7 @@
+ }
+ 
+ std::vectorconst char * args;
+-args.push_back(python);
++args.push_back(APITRACE_PYTHON_EXECUTABLE);
+ args.push_back(command.str());
+ for (i = 1; i  argc; i++) {
+ args.push_back(argv[i]);
+diff -ru apitrace-5.0/cli/cli_diff_state.cpp 
apitrace-5.0a/cli/cli_diff_state.cpp
+--- apitrace-5.0/cli/cli_diff_state.cpp2014-05-03 00:22:02.0 
+0200
 apitrace-5.0a/cli/cli_diff_state.cpp   2014-08-03 02:49:04.987020260 
+0200
+@@ -87,7 +87,7 @@
+ 
+ char *args[5];
+ 
+-args[0] = const_castchar *(python);
++args[0] = const_castchar *(APITRACE_PYTHON_EXECUTABLE);
+ args[1] = const_castchar *(command.str());
+ args[2] = file1;
+ args[3] = file2;
+diff -ru apitrace-5.0/cli/CMakeLists.txt apitrace-5.0a/cli/CMakeLists.txt
+--- apitrace-5.0/cli/CMakeLists.txt2014-05-03 

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

2013-02-25 Thread Laurent Carlier
Date: Monday, February 25, 2013 @ 21:38:26
  Author: lcarlier
Revision: 84883

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

Added:
  apitrace/repos/community-testing-i686/
  apitrace/repos/community-testing-i686/PKGBUILD
(from rev 84882, apitrace/trunk/PKGBUILD)
  apitrace/repos/community-testing-i686/gcc-4.7-fix.patch
(from rev 84882, apitrace/trunk/gcc-4.7-fix.patch)
  apitrace/repos/community-testing-x86_64/
  apitrace/repos/community-testing-x86_64/PKGBUILD
(from rev 84882, apitrace/trunk/PKGBUILD)
  apitrace/repos/community-testing-x86_64/gcc-4.7-fix.patch
(from rev 84882, apitrace/trunk/gcc-4.7-fix.patch)

+
 community-testing-i686/PKGBUILD|   38 ++
 community-testing-i686/gcc-4.7-fix.patch   |   39 +++
 community-testing-x86_64/PKGBUILD  |   38 ++
 community-testing-x86_64/gcc-4.7-fix.patch |   39 +++
 4 files changed, 154 insertions(+)

Copied: apitrace/repos/community-testing-i686/PKGBUILD (from rev 84882, 
apitrace/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-02-25 20:38:26 UTC (rev 84883)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Luca Bennati lucak3 AT gmail DOT com
+# Contributor: Glaucous glakke1 at gmail dot com
+
+pkgname=apitrace
+pkgver=3.0
+pkgrel=1
+pkgdesc=Graphics API Tracing
+arch=('i686' 'x86_64')
+url=https://github.com/apitrace/apitrace;
+license=('custom')
+makedepends=('cmake' 'mesa' 'libgl=9.1' 'python2' 'qtwebkit' 'qjson')
+optdepends=('qtwebkit: GUI support' 'qjson: GUI support')
+source=(https://github.com/apitrace/$pkgname/zipball/$pkgver;
+   gcc-4.7-fix.patch)
+md5sums=('9ef70fa990f165e30a4408762fdb4a76'
+ '27a9a7aa14355b56fb48e2e17ff9911e')
+
+build() {
+  cd ${srcdir}/apitrace-*
+
+  # Merged upstream
+  patch -Np1 -i ${srcdir}/gcc-4.7-fix.patch
+
+  cmake . -Bbuild -DCMAKE_INSTALL_PREFIX=/usr 
-DPYTHON_EXECUTABLE='/usr/bin/python2'
+  make -C build
+}
+
+package() {
+depends=('python2' 'libgl')
+  cd ${srcdir}/apitrace-*
+
+  make -C build DESTDIR=${pkgdir}/ install
+
+  install -m755 -d ${pkgdir}/usr/share/licenses/apitrace
+  install -m644 LICENSE ${pkgdir}/usr/share/licenses/apitrace/
+}

Copied: apitrace/repos/community-testing-i686/gcc-4.7-fix.patch (from rev 
84882, apitrace/trunk/gcc-4.7-fix.patch)
===
--- community-testing-i686/gcc-4.7-fix.patch(rev 0)
+++ community-testing-i686/gcc-4.7-fix.patch2013-02-25 20:38:26 UTC (rev 
84883)
@@ -0,0 +1,39 @@
+From 8159d6c1295da8c1b342bc77686e7ecfed1e5c01 Mon Sep 17 00:00:00 2001
+From: Martin Olsson mar...@minimum.se
+Date: Mon, 26 Mar 2012 10:40:45 +0200
+Subject: [PATCH] Fix compile error isatty was not declared; missing
+ unistd.h include
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+When I built apitrace on Fedora 16, using the usual:
+
+   cmake -H. -Bbuild
+   make -C build
+
+...then I got this compile error:
+
+   apitrace/cli/cli_dump.cpp: In function ‘int command(int, char**)’:
+   apitrace/cli/cli_dump.cpp:176:25: error: ‘isatty’ was not declared in 
this scope
+---
+ cli/cli_dump.cpp |3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/cli/cli_dump.cpp b/cli/cli_dump.cpp
+index 28c91af..f52b83c 100644
+--- a/cli/cli_dump.cpp
 b/cli/cli_dump.cpp
+@@ -28,6 +28,9 @@
+ #include string.h
+ #include limits.h // for CHAR_MAX
+ #include getopt.h
++#ifndef _WIN32
++#include unistd.h // for isatty()
++#endif
+ 
+ #include cli.hpp
+ #include cli_pager.hpp
+-- 
+1.7.10
+

Copied: apitrace/repos/community-testing-x86_64/PKGBUILD (from rev 84882, 
apitrace/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-02-25 20:38:26 UTC (rev 84883)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+# Contributor: Luca Bennati lucak3 AT gmail DOT com
+# Contributor: Glaucous glakke1 at gmail dot com
+
+pkgname=apitrace
+pkgver=3.0
+pkgrel=1
+pkgdesc=Graphics API Tracing
+arch=('i686' 'x86_64')
+url=https://github.com/apitrace/apitrace;
+license=('custom')
+makedepends=('cmake' 'mesa' 'libgl=9.1' 'python2' 'qtwebkit' 'qjson')
+optdepends=('qtwebkit: GUI support' 'qjson: GUI support')
+source=(https://github.com/apitrace/$pkgname/zipball/$pkgver;
+   gcc-4.7-fix.patch)
+md5sums=('9ef70fa990f165e30a4408762fdb4a76'
+ '27a9a7aa14355b56fb48e2e17ff9911e')
+
+build() {
+  cd ${srcdir}/apitrace-*
+
+  # Merged upstream
+  patch -Np1 -i ${srcdir}/gcc-4.7-fix.patch
+