pspec.xml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gource</Name>
  6. <Homepage>http://gource.googlecode.com/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>app:console</IsA>
  13. <Summary>A software version control visualization tool</Summary>
  14. <Description>Gource is a software version control visualization tool. 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.</Description>
  15. <Archive sha1sum="97ebaa5c9dd73698f578c0afd1c6e8d514d7452c" type="targz">https://github.com/acaudwell/Gource/releases/download/gource-0.42/gource-0.42.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>glew-devel</Dependency>
  18. <Dependency>mesa-devel</Dependency>
  19. <Dependency>boost-devel</Dependency>
  20. <Dependency>libsdl2-devel</Dependency>
  21. <Dependency>freetype-devel</Dependency>
  22. <Dependency>libpcre-devel</Dependency>
  23. <!--Dependency>tinyxml-devel</Dependency-->
  24. <!--Dependency>sdl2-image-devel</Dependency-->
  25. <Dependency>libjpeg-turbo-devel</Dependency>
  26. <!--Dependency>freefont</Dependency-->
  27. <Dependency>sdl-image-devel</Dependency>
  28. <Dependency>glm</Dependency>
  29. </BuildDependencies>
  30. </Source>
  31. <Package>
  32. <Name>gource</Name>
  33. <RuntimeDependencies>
  34. <Dependency>glew</Dependency>
  35. <Dependency>libgcc</Dependency>
  36. <Dependency>sdl-image</Dependency>
  37. <Dependency>libpcre</Dependency>
  38. <Dependency>freetype</Dependency>
  39. <Dependency>libpng</Dependency>
  40. <Dependency>libsdl</Dependency>
  41. <Dependency>mesa</Dependency>
  42. <Dependency>boost</Dependency>
  43. <Dependency>libsdl2</Dependency>
  44. <!--Dependency>tinyxml</Dependency-->
  45. <Dependency>mesa-glu</Dependency>
  46. <!--Dependency>sdl2-image</Dependency-->
  47. </RuntimeDependencies>
  48. <Files>
  49. <Path fileType="executable">/usr/bin</Path>
  50. <Path fileType="doc">/usr/share/doc/gource</Path>
  51. <Path fileType="data">/usr/share/gource</Path>
  52. <Path fileType="man">/usr/share/man</Path>
  53. </Files>
  54. </Package>
  55. <History>
  56. <Update release="1">
  57. <Date>2016-04-23</Date>
  58. <Version>0.42</Version>
  59. <Comment>First release</Comment>
  60. <Name>Ertuğrul Erata</Name>
  61. <Email>ertugrulerata@gmail.com</Email>
  62. </Update>
  63. </History>
  64. </PISI>