Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=ryuotesting9.git;a=commitdiff;h=052a62a81005a4bf118ee49bd20037b2dd1d33ef

commit 052a62a81005a4bf118ee49bd20037b2dd1d33ef
Author: James Buren <[email protected]>
Date:   Sat Dec 29 23:47:37 2012 -0600

gource-0.38-2-x86_64
* rebuild with boost

diff --git a/source/xapps-extra/gource/FrugalBuild 
b/source/xapps-extra/gource/FrugalBuild
index 6e1c67f..49a528e 100644
--- a/source/xapps-extra/gource/FrugalBuild
+++ b/source/xapps-extra/gource/FrugalBuild
@@ -3,13 +3,15 @@

pkgname=gource
pkgver=0.38
-pkgrel=1
+pkgrel=2
pkgdesc="Tool to visualize, in 3D, SCM logs"
archs=('i686' 'x86_64')
groups=('xapps-extra')
-depends=('freetype2' 'sdlimage' 'glew' 'ogl-math' 'boost')
-makedepends=('libboost')
+depends=('freetype2' 'sdlimage' 'glew' 'ogl-math' 'libboost>=1.50.0')
+makedepends=('boost>=1.50.0')
Finclude googlecode
-sha1sums=('78f8c2064114313851f53b657d12db28abb89fae')
+source=(${source[@]} boost.patch)
+sha1sums=('78f8c2064114313851f53b657d12db28abb89fae' \
+          '10ef4309a63faa9b3b765ac06a9462924a129178')

# optimization OK
diff --git a/source/xapps-extra/gource/boost.patch 
b/source/xapps-extra/gource/boost.patch
new file mode 100644
index 0000000..c985b41
--- /dev/null
+++ b/source/xapps-extra/gource/boost.patch
@@ -0,0 +1,12 @@
+diff -ur a/src/logmill.cpp b/src/logmill.cpp
+--- a/src/logmill.cpp  2012-11-29 07:16:09.454462733 -0600
++++ b/src/logmill.cpp  2012-11-29 07:16:32.345470708 -0600
+@@ -176,7 +176,7 @@
+                     logfile = repo_path.string();
+                 }
+             }
+-        } catch(boost::filesystem3::filesystem_error& error) {
++        } catch(boost::filesystem::filesystem_error& error) {
+         }
+     }
+
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to