summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/version-management/gource
AgeCommit message (Collapse)Author
2019-11-27Merge branch 'master' into staging-nextJonathan Ringer
2019-11-26gource: 0.49 -> 0.51R. RyanTM
2019-11-18treewide: Get rid of libGLU_combinedadisbladis
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-04-22treewide: Change URLs to HTTPSDaniel Schaefer
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
2018-06-16gource: 0.48 -> 0.49Pascal Wittmann
2018-03-08gource: 0.47 -> 0.48Ryan Mulligan
Semi-automatic update. These checks were done: - built on NixOS - ran `/nix/store/gyy4z4wamcdzymm7q4a6j1dljxcad7w2-gource-0.48/bin/gource -h` got 0 exit code - ran `/nix/store/gyy4z4wamcdzymm7q4a6j1dljxcad7w2-gource-0.48/bin/gource --help` got 0 exit code - ran `/nix/store/gyy4z4wamcdzymm7q4a6j1dljxcad7w2-gource-0.48/bin/gource -h` and found version 0.48 - ran `/nix/store/gyy4z4wamcdzymm7q4a6j1dljxcad7w2-gource-0.48/bin/gource --help` and found version 0.48 - found 0.48 with grep in /nix/store/gyy4z4wamcdzymm7q4a6j1dljxcad7w2-gource-0.48 - found 0.48 in filename of file in /nix/store/gyy4z4wamcdzymm7q4a6j1dljxcad7w2-gource-0.48
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev
2017-11-27gource: support darwinOrivej Desh
2017-11-03treewide: abandon Google Code homepagesc0bw3b
2017-09-28Merge remote-tracking branch 'upstream/staging' into deps-reorgJohn Ericson
2017-09-23gsource: 0.44 -> 0.47mimadrid
2017-09-21treewide: Manual fix more pkg-config build-inputsJohn Ericson
2016-10-17gource: 0.43 -> 0.44derchris
2016-08-22gource: fix buildNikolay Amiantov
2016-04-28boost: Kill unnecessary 'lib' outputTuomas Tynkkynen
This was split in somewhere pre-2014 without the current infra which automates parts of this, in particular the output propagation.
2014-12-04gource: fix build with new glm versionPascal Wittmann
2014-11-19gource: update from 0.42 to 0.43 and adopt itPascal Wittmann
2014-11-02boost: Fix incompatible applicationsWilliam A. Kennington III
2014-11-02boost: Remove boost.libWilliam A. Kennington III
2014-09-21boost: Update depdendent packagesWilliam A. Kennington III
2014-08-31gource: update to version 0.42Longrin Wischnewski
2014-01-20Merge master into stdenv-updatesVladimír Čunát
Conflicts: pkgs/applications/version-management/gource/default.nix pkgs/top-level/all-packages.nix
2014-01-18gource: fix buildBjørn Forsman
gource currently fails in the configure phase: configure: error: Could not link against -lGLU ! This is a very misleading error, it seems to happen because configure doesn't find boost libraries and ends up with uninitialized variable(s). That in turn cause it to fail later with this unrelated error. Fix by using boost libraries, not only the headers. gource also grew a dependency on GLM, so add that to buildInputs.
2014-01-18Merge master into stdenv-updatesVladimír Čunát
Conflicts (simple): pkgs/development/compilers/gcc/4.8/default.nix pkgs/development/compilers/llvm/default.nix pkgs/development/libraries/gmp/5.1.1.nix pkgs/development/libraries/gmp/5.1.3.nix pkgs/development/libraries/gmp/5.1.x.nix pkgs/top-level/all-packages.nix
2014-01-16gource: mark as brokenPeter Simons
The configure process finds libGLU just fine, but then aborts saying: configure: error: Could not link against -lGLU !
2014-01-13gource: update to version 0.40Peter Simons
2014-01-05gource: fix build with newer gcc versions (-fpermissive)Vladimír Čunát
2012-01-16gource: cosmetic, no functional changePeter Simons
svn path=/nixpkgs/trunk/; revision=31589
2012-01-15gource: added meta information and moved the package into version-management ↵Peter Simons
category svn path=/nixpkgs/trunk/; revision=31570