]> git.pld-linux.org Git - packages/gource.git/blobdiff - gource.spec
- release 4 (by relup.sh)
[packages/gource.git] / gource.spec
index cfa0bd587b9e1b1f4467a3d91de31dc04a6412d1..0a590cfffbd02fbc13ad6c18dca3689c25711d87 100644 (file)
@@ -1,23 +1,27 @@
 Summary:       Software version control visualization
 Summary(pl.UTF-8):     Narzędzie wizualizujące kontrolę wersji
 Name:          gource
-Version:       0.24
-Release:       1
-URL:           http://gource.googlecode.com/
-Source0:       http://gource.googlecode.com/files/%{name}-%{version}.tar.gz
-# Source0-md5: f896ebc6efbe3deed47dccf6c768dba5
+Version:       0.43
+Release:       4
 License:       GPL v3+
+Source0:       https://github.com/acaudwell/Gource/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: d2b601782692301f6d8ecc97dc85d3f7
+Patch0:                gl-ac.patch
+URL:           http://gource.googlecode.com/
 Group:         X11/Applications
+BuildRequires: GLM
 BuildRequires: OpenGL-GLU-devel
 BuildRequires: OpenGL-GLX-devel
 BuildRequires: SDL-devel >= 1.2
 BuildRequires: SDL_image-devel >= 1.2
 BuildRequires: freetype-devel
 BuildRequires: ftgl-devel >= 2.1.3
+BuildRequires: glew-devel
 BuildRequires: libjpeg-devel
 BuildRequires: libpng-devel
 BuildRequires: pcre-devel
 BuildRequires: pkgconfig
+BuildRequires: tinyxml-devel
 BuildRequires: xorg-lib-libX11-devel
 Requires:      fonts-TTF-freefont
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -43,9 +47,14 @@ CVS i SVN.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__aclocal}
+%{__autoconf}
 %configure \
+       CC=%{__cxx} \
+       --with-tinyxml \
        --enable-ttf-font-dir=%{_datadir}/fonts/TTF
 %{__make}
 
@@ -65,4 +74,5 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}/*.png
 %{_datadir}/%{name}/*.tga
 %{_datadir}/%{name}/*.style
+%{_datadir}/%{name}/shaders
 %{_mandir}/man1/gource.1*
This page took 0.056521 seconds and 4 git commands to generate.