From 7aa0f1243af481f749eedb821b3c9967996b8b49 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 4 Nov 2012 09:09:21 +0100 Subject: [PATCH] New package: gource-0.38. --- srcpkgs/gource/gource.rshlibs | 14 ++++++++++++++ srcpkgs/gource/template | 28 ++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 srcpkgs/gource/gource.rshlibs create mode 100644 srcpkgs/gource/template diff --git a/srcpkgs/gource/gource.rshlibs b/srcpkgs/gource/gource.rshlibs new file mode 100644 index 0000000000..2a4d53a010 --- /dev/null +++ b/srcpkgs/gource/gource.rshlibs @@ -0,0 +1,14 @@ +libpcre.so.1 +libGL.so.1 +libGLU.so.1 +libSDL-1.2.so.0 +libpthread.so.0 +libfreetype.so.6 +libSDL_image-1.2.so.0 +libGLEW.so.1.6 +libboost_system.so.1.50.0 +libboost_filesystem.so.1.50.0 +libstdc++.so.6 +libm.so.6 +libgcc_s.so.1 +libc.so.6 diff --git a/srcpkgs/gource/template b/srcpkgs/gource/template new file mode 100644 index 0000000000..0b7db88ec5 --- /dev/null +++ b/srcpkgs/gource/template @@ -0,0 +1,28 @@ +# Template file for 'gource' +pkgname=gource +version=0.38 +revision=1 +build_style=gnu-configure +configure_args="--enable-ttf-font-dir=/usr/share/fonts/TTF" +short_desc="Software version control visualization" +maintainer="Juan RP " +license="GPL-3" +homepage="https://code.google.com/p/gource/" +distfiles="https://gource.googlecode.com/files/gource-${version}.tar.gz" +checksum=9b250a70c1fbe9383a22673931bbc4ff43d669da5d6c1e18b5b3329ad2154505 +long_desc=" + Software projects are displayed by Gource as an animated tree with the root + directory of the project at its centre. Directories appear as branches with + files as leaves. Developers can be seen working on the tree at the times + they contributed to the project. + + Currently Gource includes built-in log generation support for Git, Mercurial + and Bazaar and SVN (as of 0.29). Gource can also parse logs produced by + several third party tools for CVS repositories." + +makedepends="pkg-config SDL-devel SDL_image-devel glew-devel glu-devel + freetype-devel boost-devel glm pcre-devel" + +pre_configure() { + sed -i "s/filesystem3/filesystem/g" src/logmill.cpp +}