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

2017-01-30 Thread Sven-Hendrik Haase
Date: Monday, January 30, 2017 @ 14:37:48
  Author: svenstaro
Revision: 209504

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

Added:
  gource/repos/community-i686/PKGBUILD
(from rev 209503, gource/trunk/PKGBUILD)
  gource/repos/community-x86_64/PKGBUILD
(from rev 209503, gource/trunk/PKGBUILD)
Deleted:
  gource/repos/community-i686/PKGBUILD
  gource/repos/community-i686/gource-gcc6.patch
  gource/repos/community-x86_64/PKGBUILD
  gource/repos/community-x86_64/gource-gcc6.patch

+
 /PKGBUILD  |   58 +++
 community-i686/PKGBUILD|   36 -
 community-i686/gource-gcc6.patch   |   11 --
 community-x86_64/PKGBUILD  |   36 -
 community-x86_64/gource-gcc6.patch |   11 --
 5 files changed, 58 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-30 14:37:36 UTC (rev 209503)
+++ community-i686/PKGBUILD 2017-01-30 14:37:48 UTC (rev 209504)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jose Valecillos 
-# Contributor: Olivier Ramonat 
-pkgname=gource
-pkgver=0.43
-pkgrel=12
-pkgdesc="software version control visualization"
-license=(GPL3)
-arch=(i686 x86_64)
-url=http://code.google.com/p/gource/
-depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
-makedepends=('boost' 'glm' 'mesa')
-source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz
 gource-gcc6.patch)
-md5sums=('d2b601782692301f6d8ecc97dc85d3f7'
- '4cfabcea55fe8bc71ebcf0ac06d89f29')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Fix build with GCC 6 (Fedora)
-  patch -p0 -i ../gource-gcc6.patch
-}
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   make DESTDIR="$pkgdir" install
-}
-# vim: ts=2:sw=2 et:

Copied: gource/repos/community-i686/PKGBUILD (from rev 209503, 
gource/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-30 14:37:48 UTC (rev 209504)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jose Valecillos 
+# Contributor: Olivier Ramonat 
+pkgname=gource
+pkgver=0.44
+pkgrel=1
+pkgdesc="software version control visualization"
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz)
+sha512sums=('4cdc7824f8f5b4aa7004135e59157ebf731730bc2dab0120ab919240576939b0e13dc6a09df79fcdb55cc7b4628c3887f5eca7ab0fa73d5e7bf5ad49c7cf898c')
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir" install
+}
+# vim: ts=2:sw=2 et:

Deleted: community-i686/gource-gcc6.patch
===
--- community-i686/gource-gcc6.patch2017-01-30 14:37:36 UTC (rev 209503)
+++ community-i686/gource-gcc6.patch2017-01-30 14:37:48 UTC (rev 209504)
@@ -1,11 +0,0 @@
 src/dirnode.cpp~   2014-10-15 22:23:22.0 -0400
-+++ src/dirnode.cpp2016-02-25 10:11:26.838675629 -0500
-@@ -582,7 +582,7 @@
- //this->dir_radius_sqrt = sqrt(dir_radius); //dir_radius_sqrt is not used
- 
- //this->parent_radius = std::max(1.0, parent_circ / PI);
--this->parent_radius = std::max(1.0, sqrt(total_file_area) * 
gGourceDirPadding);
-+this->parent_radius = (1.0) > (sqrt(total_file_area) * gGourceDirPadding) 
? (1.0) : (sqrt(total_file_area) * gGourceDirPadding);
- }
- 
- float RDirNode::distanceToParent() const{

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-30 14:37:36 UTC (rev 209503)
+++ community-x86_64/PKGBUILD   2017-01-30 14:37:48 UTC (rev 209504)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jose Valecillos 
-# Contributor: Olivier Ramonat 
-pkgname=gource
-pkgver=0.43
-pkgrel=12
-pkgdesc="software version control visualization"
-license=(GPL3)
-arch=(i686 x86_64)
-url=http://code.google.com/p/gource/
-depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
-makedepends=('boost' 'glm' 'mesa')
-source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz
 gource-gcc6.patch)
-md5sums=('d2b601782692301f6d8ecc97dc85d3f7'
- '4cfabcea55fe8bc71ebcf0ac06d89f29')
-

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

2017-01-02 Thread Bartłomiej Piotrowski
Date: Monday, January 2, 2017 @ 12:10:11
  Author: bpiotrowski
Revision: 204289

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

Added:
  gource/repos/community-staging-i686/
  gource/repos/community-staging-i686/PKGBUILD
(from rev 204288, gource/trunk/PKGBUILD)
  gource/repos/community-staging-i686/gource-gcc6.patch
(from rev 204288, gource/trunk/gource-gcc6.patch)
  gource/repos/community-staging-x86_64/
  gource/repos/community-staging-x86_64/PKGBUILD
(from rev 204288, gource/trunk/PKGBUILD)
  gource/repos/community-staging-x86_64/gource-gcc6.patch
(from rev 204288, gource/trunk/gource-gcc6.patch)

+
 community-staging-i686/PKGBUILD|   36 +++
 community-staging-i686/gource-gcc6.patch   |   11 
 community-staging-x86_64/PKGBUILD  |   36 +++
 community-staging-x86_64/gource-gcc6.patch |   11 
 4 files changed, 94 insertions(+)

Copied: gource/repos/community-staging-i686/PKGBUILD (from rev 204288, 
gource/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-02 12:10:11 UTC (rev 204289)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jose Valecillos 
+# Contributor: Olivier Ramonat 
+pkgname=gource
+pkgver=0.43
+pkgrel=12
+pkgdesc="software version control visualization"
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz
 gource-gcc6.patch)
+md5sums=('d2b601782692301f6d8ecc97dc85d3f7'
+ '4cfabcea55fe8bc71ebcf0ac06d89f29')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Fix build with GCC 6 (Fedora)
+  patch -p0 -i ../gource-gcc6.patch
+}
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir" install
+}
+# vim: ts=2:sw=2 et:

Copied: gource/repos/community-staging-i686/gource-gcc6.patch (from rev 204288, 
gource/trunk/gource-gcc6.patch)
===
--- community-staging-i686/gource-gcc6.patch(rev 0)
+++ community-staging-i686/gource-gcc6.patch2017-01-02 12:10:11 UTC (rev 
204289)
@@ -0,0 +1,11 @@
+--- src/dirnode.cpp~   2014-10-15 22:23:22.0 -0400
 src/dirnode.cpp2016-02-25 10:11:26.838675629 -0500
+@@ -582,7 +582,7 @@
+ //this->dir_radius_sqrt = sqrt(dir_radius); //dir_radius_sqrt is not used
+ 
+ //this->parent_radius = std::max(1.0, parent_circ / PI);
+-this->parent_radius = std::max(1.0, sqrt(total_file_area) * 
gGourceDirPadding);
++this->parent_radius = (1.0) > (sqrt(total_file_area) * gGourceDirPadding) 
? (1.0) : (sqrt(total_file_area) * gGourceDirPadding);
+ }
+ 
+ float RDirNode::distanceToParent() const{

Copied: gource/repos/community-staging-x86_64/PKGBUILD (from rev 204288, 
gource/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-02 12:10:11 UTC (rev 204289)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jose Valecillos 
+# Contributor: Olivier Ramonat 
+pkgname=gource
+pkgver=0.43
+pkgrel=12
+pkgdesc="software version control visualization"
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz
 gource-gcc6.patch)
+md5sums=('d2b601782692301f6d8ecc97dc85d3f7'
+ '4cfabcea55fe8bc71ebcf0ac06d89f29')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Fix build with GCC 6 (Fedora)
+  patch -p0 -i ../gource-gcc6.patch
+}
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir" install
+}
+# vim: ts=2:sw=2 et:

Copied: gource/repos/community-staging-x86_64/gource-gcc6.patch (from rev 
204288, gource/trunk/gource-gcc6.patch)
===
--- community-staging-x86_64/gource-gcc6.patch  (rev 0)
+++ community-staging-x86_64/gource-gcc6.patch  2017-01-02 12:10:11 UTC (rev 
204289)
@@ -0,0 +1,11 @@
+--- src/dirnode.cpp~   2014-10-15 22:23:22.0 -0400
 src/dirnode.cpp2016-02-25 10:11:26.838675629 -0500
+@@ -582,7 +582,7 

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

2016-10-09 Thread Bartłomiej Piotrowski
Date: Sunday, October 9, 2016 @ 20:23:57
  Author: bpiotrowski
Revision: 191742

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

Added:
  gource/repos/community-staging-i686/
  gource/repos/community-staging-i686/PKGBUILD
(from rev 191741, gource/trunk/PKGBUILD)
  gource/repos/community-staging-i686/gource-gcc6.patch
(from rev 191741, gource/trunk/gource-gcc6.patch)
  gource/repos/community-staging-x86_64/
  gource/repos/community-staging-x86_64/PKGBUILD
(from rev 191741, gource/trunk/PKGBUILD)
  gource/repos/community-staging-x86_64/gource-gcc6.patch
(from rev 191741, gource/trunk/gource-gcc6.patch)

+
 community-staging-i686/PKGBUILD|   36 +++
 community-staging-i686/gource-gcc6.patch   |   11 
 community-staging-x86_64/PKGBUILD  |   36 +++
 community-staging-x86_64/gource-gcc6.patch |   11 
 4 files changed, 94 insertions(+)

Copied: gource/repos/community-staging-i686/PKGBUILD (from rev 191741, 
gource/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-09 20:23:57 UTC (rev 191742)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jose Valecillos 
+# Contributor: Olivier Ramonat 
+pkgname=gource
+pkgver=0.43
+pkgrel=11
+pkgdesc="software version control visualization"
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz
 gource-gcc6.patch)
+md5sums=('d2b601782692301f6d8ecc97dc85d3f7'
+ '4cfabcea55fe8bc71ebcf0ac06d89f29')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Fix build with GCC 6 (Fedora)
+  patch -p0 -i ../gource-gcc6.patch
+}
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir" install
+}
+# vim: ts=2:sw=2 et:

Copied: gource/repos/community-staging-i686/gource-gcc6.patch (from rev 191741, 
gource/trunk/gource-gcc6.patch)
===
--- community-staging-i686/gource-gcc6.patch(rev 0)
+++ community-staging-i686/gource-gcc6.patch2016-10-09 20:23:57 UTC (rev 
191742)
@@ -0,0 +1,11 @@
+--- src/dirnode.cpp~   2014-10-15 22:23:22.0 -0400
 src/dirnode.cpp2016-02-25 10:11:26.838675629 -0500
+@@ -582,7 +582,7 @@
+ //this->dir_radius_sqrt = sqrt(dir_radius); //dir_radius_sqrt is not used
+ 
+ //this->parent_radius = std::max(1.0, parent_circ / PI);
+-this->parent_radius = std::max(1.0, sqrt(total_file_area) * 
gGourceDirPadding);
++this->parent_radius = (1.0) > (sqrt(total_file_area) * gGourceDirPadding) 
? (1.0) : (sqrt(total_file_area) * gGourceDirPadding);
+ }
+ 
+ float RDirNode::distanceToParent() const{

Copied: gource/repos/community-staging-x86_64/PKGBUILD (from rev 191741, 
gource/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-09 20:23:57 UTC (rev 191742)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jose Valecillos 
+# Contributor: Olivier Ramonat 
+pkgname=gource
+pkgver=0.43
+pkgrel=11
+pkgdesc="software version control visualization"
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz
 gource-gcc6.patch)
+md5sums=('d2b601782692301f6d8ecc97dc85d3f7'
+ '4cfabcea55fe8bc71ebcf0ac06d89f29')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Fix build with GCC 6 (Fedora)
+  patch -p0 -i ../gource-gcc6.patch
+}
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir" install
+}
+# vim: ts=2:sw=2 et:

Copied: gource/repos/community-staging-x86_64/gource-gcc6.patch (from rev 
191741, gource/trunk/gource-gcc6.patch)
===
--- community-staging-x86_64/gource-gcc6.patch  (rev 0)
+++ community-staging-x86_64/gource-gcc6.patch  2016-10-09 20:23:57 UTC (rev 
191742)
@@ -0,0 +1,11 @@
+--- src/dirnode.cpp~   2014-10-15 22:23:22.0 -0400
 src/dirnode.cpp2016-02-25 10:11:26.838675629 -0500
+@@ -582,7 +582,7 

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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 12:33:06
  Author: svenstaro
Revision: 187297

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

Added:
  gource/repos/community-staging-i686/
  gource/repos/community-staging-i686/PKGBUILD
(from rev 187296, gource/trunk/PKGBUILD)
  gource/repos/community-staging-i686/gource-gcc6.patch
(from rev 187296, gource/trunk/gource-gcc6.patch)
  gource/repos/community-staging-x86_64/
  gource/repos/community-staging-x86_64/PKGBUILD
(from rev 187296, gource/trunk/PKGBUILD)
  gource/repos/community-staging-x86_64/gource-gcc6.patch
(from rev 187296, gource/trunk/gource-gcc6.patch)

+
 community-staging-i686/PKGBUILD|   36 +++
 community-staging-i686/gource-gcc6.patch   |   11 
 community-staging-x86_64/PKGBUILD  |   36 +++
 community-staging-x86_64/gource-gcc6.patch |   11 
 4 files changed, 94 insertions(+)

Copied: gource/repos/community-staging-i686/PKGBUILD (from rev 187296, 
gource/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-22 12:33:06 UTC (rev 187297)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jose Valecillos 
+# Contributor: Olivier Ramonat 
+pkgname=gource
+pkgver=0.43
+pkgrel=10
+pkgdesc="software version control visualization"
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz
 gource-gcc6.patch)
+md5sums=('d2b601782692301f6d8ecc97dc85d3f7'
+ '4cfabcea55fe8bc71ebcf0ac06d89f29')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Fix build with GCC 6 (Fedora)
+  patch -p0 -i ../gource-gcc6.patch
+}
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir" install
+}
+# vim: ts=2:sw=2 et:

Copied: gource/repos/community-staging-i686/gource-gcc6.patch (from rev 187296, 
gource/trunk/gource-gcc6.patch)
===
--- community-staging-i686/gource-gcc6.patch(rev 0)
+++ community-staging-i686/gource-gcc6.patch2016-08-22 12:33:06 UTC (rev 
187297)
@@ -0,0 +1,11 @@
+--- src/dirnode.cpp~   2014-10-15 22:23:22.0 -0400
 src/dirnode.cpp2016-02-25 10:11:26.838675629 -0500
+@@ -582,7 +582,7 @@
+ //this->dir_radius_sqrt = sqrt(dir_radius); //dir_radius_sqrt is not used
+ 
+ //this->parent_radius = std::max(1.0, parent_circ / PI);
+-this->parent_radius = std::max(1.0, sqrt(total_file_area) * 
gGourceDirPadding);
++this->parent_radius = (1.0) > (sqrt(total_file_area) * gGourceDirPadding) 
? (1.0) : (sqrt(total_file_area) * gGourceDirPadding);
+ }
+ 
+ float RDirNode::distanceToParent() const{

Copied: gource/repos/community-staging-x86_64/PKGBUILD (from rev 187296, 
gource/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-22 12:33:06 UTC (rev 187297)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jose Valecillos 
+# Contributor: Olivier Ramonat 
+pkgname=gource
+pkgver=0.43
+pkgrel=10
+pkgdesc="software version control visualization"
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz
 gource-gcc6.patch)
+md5sums=('d2b601782692301f6d8ecc97dc85d3f7'
+ '4cfabcea55fe8bc71ebcf0ac06d89f29')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Fix build with GCC 6 (Fedora)
+  patch -p0 -i ../gource-gcc6.patch
+}
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir" install
+}
+# vim: ts=2:sw=2 et:

Copied: gource/repos/community-staging-x86_64/gource-gcc6.patch (from rev 
187296, gource/trunk/gource-gcc6.patch)
===
--- community-staging-x86_64/gource-gcc6.patch  (rev 0)
+++ community-staging-x86_64/gource-gcc6.patch  2016-08-22 12:33:06 UTC (rev 
187297)
@@ -0,0 +1,11 @@
+--- src/dirnode.cpp~   2014-10-15 22:23:22.0 -0400
 src/dirnode.cpp2016-02-25 10:11:26.838675629 -0500
+@@ -582,7 +582,7 @@

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

2016-08-04 Thread Antonio Rojas
Date: Thursday, August 4, 2016 @ 18:11:03
  Author: arojas
Revision: 185083

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

Added:
  gource/repos/community-staging-i686/
  gource/repos/community-staging-i686/PKGBUILD
(from rev 185082, gource/trunk/PKGBUILD)
  gource/repos/community-staging-i686/gource-gcc6.patch
(from rev 185082, gource/trunk/gource-gcc6.patch)
  gource/repos/community-staging-x86_64/
  gource/repos/community-staging-x86_64/PKGBUILD
(from rev 185082, gource/trunk/PKGBUILD)
  gource/repos/community-staging-x86_64/gource-gcc6.patch
(from rev 185082, gource/trunk/gource-gcc6.patch)

+
 community-staging-i686/PKGBUILD|   36 +++
 community-staging-i686/gource-gcc6.patch   |   11 
 community-staging-x86_64/PKGBUILD  |   36 +++
 community-staging-x86_64/gource-gcc6.patch |   11 
 4 files changed, 94 insertions(+)

Copied: gource/repos/community-staging-i686/PKGBUILD (from rev 185082, 
gource/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-04 18:11:03 UTC (rev 185083)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jose Valecillos 
+# Contributor: Olivier Ramonat 
+pkgname=gource
+pkgver=0.43
+pkgrel=9
+pkgdesc="software version control visualization"
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz
 gource-gcc6.patch)
+md5sums=('d2b601782692301f6d8ecc97dc85d3f7'
+ '4cfabcea55fe8bc71ebcf0ac06d89f29')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Fix build with GCC 6 (Fedora)
+  patch -p0 -i ../gource-gcc6.patch
+}
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir" install
+}
+# vim: ts=2:sw=2 et:

Copied: gource/repos/community-staging-i686/gource-gcc6.patch (from rev 185082, 
gource/trunk/gource-gcc6.patch)
===
--- community-staging-i686/gource-gcc6.patch(rev 0)
+++ community-staging-i686/gource-gcc6.patch2016-08-04 18:11:03 UTC (rev 
185083)
@@ -0,0 +1,11 @@
+--- src/dirnode.cpp~   2014-10-15 22:23:22.0 -0400
 src/dirnode.cpp2016-02-25 10:11:26.838675629 -0500
+@@ -582,7 +582,7 @@
+ //this->dir_radius_sqrt = sqrt(dir_radius); //dir_radius_sqrt is not used
+ 
+ //this->parent_radius = std::max(1.0, parent_circ / PI);
+-this->parent_radius = std::max(1.0, sqrt(total_file_area) * 
gGourceDirPadding);
++this->parent_radius = (1.0) > (sqrt(total_file_area) * gGourceDirPadding) 
? (1.0) : (sqrt(total_file_area) * gGourceDirPadding);
+ }
+ 
+ float RDirNode::distanceToParent() const{

Copied: gource/repos/community-staging-x86_64/PKGBUILD (from rev 185082, 
gource/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-04 18:11:03 UTC (rev 185083)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jose Valecillos 
+# Contributor: Olivier Ramonat 
+pkgname=gource
+pkgver=0.43
+pkgrel=9
+pkgdesc="software version control visualization"
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl2' 'sdl2_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(https://github.com/acaudwell/Gource/releases/download/gource-${pkgver}/gource-${pkgver}.tar.gz
 gource-gcc6.patch)
+md5sums=('d2b601782692301f6d8ecc97dc85d3f7'
+ '4cfabcea55fe8bc71ebcf0ac06d89f29')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Fix build with GCC 6 (Fedora)
+  patch -p0 -i ../gource-gcc6.patch
+}
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+
+   make DESTDIR="$pkgdir" install
+}
+# vim: ts=2:sw=2 et:

Copied: gource/repos/community-staging-x86_64/gource-gcc6.patch (from rev 
185082, gource/trunk/gource-gcc6.patch)
===
--- community-staging-x86_64/gource-gcc6.patch  (rev 0)
+++ community-staging-x86_64/gource-gcc6.patch  2016-08-04 18:11:03 UTC (rev 
185083)
@@ -0,0 +1,11 @@
+--- src/dirnode.cpp~   2014-10-15 22:23:22.0 -0400
 src/dirnode.cpp2016-02-25 10:11:26.838675629 -0500
+@@ -582,7 +582,7 @@
+   

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

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:18:20
  Author: stephane
Revision: 87416

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-31 19:18:19 UTC (rev 87415)
+++ community-i686/PKGBUILD 2013-03-31 19:18:20 UTC (rev 87416)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
-# Contributor: Olivier Ramonat olivier at ramonat dot fr
-pkgname=gource
-pkgver=0.39
-pkgrel=1
-pkgdesc=software version control visualization
-license=(GPL3)
-arch=(i686 x86_64)
-url=http://code.google.com/p/gource/
-depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
-makedepends=('boost' 'glm' 'mesa')
-source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('31d2d34f3f6a0c044243f477e925b8b4')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-  sed -i s/filesystem3/filesystem/g src/logmill.cpp
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-
-   make DESTDIR=$pkgdir install
-}
-# vim: ts=2:sw=2 et:

Copied: gource/repos/community-i686/PKGBUILD (from rev 87401, 
gource/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-31 19:18:20 UTC (rev 87416)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
+# Contributor: Olivier Ramonat olivier at ramonat dot fr
+pkgname=gource
+pkgver=0.39
+pkgrel=2
+pkgdesc=software version control visualization
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('31d2d34f3f6a0c044243f477e925b8b4')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+  sed -i s/filesystem3/filesystem/g src/logmill.cpp
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+   make DESTDIR=$pkgdir install
+}
+# vim: ts=2:sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-31 19:18:19 UTC (rev 87415)
+++ community-x86_64/PKGBUILD   2013-03-31 19:18:20 UTC (rev 87416)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
-# Contributor: Olivier Ramonat olivier at ramonat dot fr
-pkgname=gource
-pkgver=0.39
-pkgrel=1
-pkgdesc=software version control visualization
-license=(GPL3)
-arch=(i686 x86_64)
-url=http://code.google.com/p/gource/
-depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
-makedepends=('boost' 'glm' 'mesa')
-source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('31d2d34f3f6a0c044243f477e925b8b4')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-  sed -i s/filesystem3/filesystem/g src/logmill.cpp
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-
-   make DESTDIR=$pkgdir install
-}
-# vim: ts=2:sw=2 et:

Copied: gource/repos/community-x86_64/PKGBUILD (from rev 87401, 
gource/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-31 19:18:20 UTC (rev 87416)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
+# Contributor: Olivier Ramonat olivier at ramonat dot fr
+pkgname=gource
+pkgver=0.39
+pkgrel=2
+pkgdesc=software version control visualization
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)

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

2013-03-29 Thread Stéphane Gaudreault
Date: Friday, March 29, 2013 @ 20:32:15
  Author: stephane
Revision: 87292

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

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

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

Copied: gource/repos/community-testing-i686/PKGBUILD (from rev 87277, 
gource/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-29 19:32:15 UTC (rev 87292)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
+# Contributor: Olivier Ramonat olivier at ramonat dot fr
+pkgname=gource
+pkgver=0.39
+pkgrel=2
+pkgdesc=software version control visualization
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('31d2d34f3f6a0c044243f477e925b8b4')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+  sed -i s/filesystem3/filesystem/g src/logmill.cpp
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+   make DESTDIR=$pkgdir install
+}
+# vim: ts=2:sw=2 et:

Copied: gource/repos/community-testing-x86_64/PKGBUILD (from rev 87277, 
gource/repos/community-staging-x86_64/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-03-29 19:32:15 UTC (rev 87292)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
+# Contributor: Olivier Ramonat olivier at ramonat dot fr
+pkgname=gource
+pkgver=0.39
+pkgrel=2
+pkgdesc=software version control visualization
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('31d2d34f3f6a0c044243f477e925b8b4')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+  sed -i s/filesystem3/filesystem/g src/logmill.cpp
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+   make DESTDIR=$pkgdir install
+}
+# vim: ts=2:sw=2 et:



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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:41
  Author: stephane
Revision: 83254

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 16:49:39 UTC (rev 83253)
+++ community-i686/PKGBUILD 2013-01-28 16:49:41 UTC (rev 83254)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
-# Contributor: Olivier Ramonat olivier at ramonat dot fr
-pkgname=gource
-pkgver=0.38
-pkgrel=5
-pkgdesc=software version control visualization
-license=(GPL3)
-arch=(i686 x86_64)
-url=http://code.google.com/p/gource/
-depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
-makedepends=('boost' 'glm')
-source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('6584241879dbb6dfaecc6ae6b58ad38c')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-  sed -i s/filesystem3/filesystem/g src/logmill.cpp
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-
-   make DESTDIR=$pkgdir install
-}
-# vim: ts=2:sw=2 et:

Copied: gource/repos/community-i686/PKGBUILD (from rev 83238, 
gource/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:49:41 UTC (rev 83254)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
+# Contributor: Olivier Ramonat olivier at ramonat dot fr
+pkgname=gource
+pkgver=0.38
+pkgrel=6
+pkgdesc=software version control visualization
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('6584241879dbb6dfaecc6ae6b58ad38c')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+
+  sed -i s/filesystem3/filesystem/g src/logmill.cpp
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+
+   make DESTDIR=$pkgdir install
+}
+# vim: ts=2:sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-01-28 16:49:39 UTC (rev 83253)
+++ community-x86_64/PKGBUILD   2013-01-28 16:49:41 UTC (rev 83254)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
-# Contributor: Olivier Ramonat olivier at ramonat dot fr
-pkgname=gource
-pkgver=0.38
-pkgrel=5
-pkgdesc=software version control visualization
-license=(GPL3)
-arch=(i686 x86_64)
-url=http://code.google.com/p/gource/
-depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
-makedepends=('boost' 'glm')
-source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('6584241879dbb6dfaecc6ae6b58ad38c')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-  sed -i s/filesystem3/filesystem/g src/logmill.cpp
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-
-   make DESTDIR=$pkgdir install
-}
-# vim: ts=2:sw=2 et:

Copied: gource/repos/community-x86_64/PKGBUILD (from rev 83238, 
gource/repos/community-testing-x86_64/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-01-28 16:49:41 UTC (rev 83254)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jose Valecillos valecillosjg (at) gmail (dot) com
+# Contributor: Olivier Ramonat olivier at ramonat dot fr
+pkgname=gource
+pkgver=0.38
+pkgrel=6
+pkgdesc=software version control visualization
+license=(GPL3)
+arch=(i686 x86_64)
+url=http://code.google.com/p/gource/
+depends=('ftgl' 'sdl' 'sdl_image' 'pcre' 'glew' 'boost-libs')
+makedepends=('boost' 'glm' 'mesa')
+source=(http://gource.googlecode.com/files/$pkgname-$pkgver.tar.gz)
+md5sums=('6584241879dbb6dfaecc6ae6b58ad38c')
+