New package: gource-0.38.

This commit is contained in:
Juan RP 2012-11-04 09:09:21 +01:00
parent 7f796c4698
commit 7aa0f1243a
2 changed files with 42 additions and 0 deletions

View file

@ -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

28
srcpkgs/gource/template Normal file
View file

@ -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 <xtraeme@gmail.com>"
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
}