pspec.xml 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <PISI>
  2. <Source>
  3. <Name>bumblebee</Name>
  4. <Homepage>https://bumblebee-project.org</Homepage>
  5. <Packager>
  6. <Name>Idris Kalp</Name>
  7. <Email>idriskalp@gmail.com</Email>
  8. </Packager>
  9. <License>GPLv3</License>
  10. <PartOf>kernel.drivers</PartOf>
  11. <IsA>app:gui</IsA>
  12. <Summary>a project aiming to support NVIDIA Optimus technology under Linux.</Summary>
  13. <Description>The Bumblebee Project proudly presents version 3.0 of Bumblebee, a project aiming to support NVIDIA Optimus technology under Linux. After two months of hard work this version has finally been considered stable enough for release.</Description>
  14. <!-- <Archive sha1sum="a715f4aa1b0c24dd4352ff7e0bc390f1e4e03cd9" type="targz">http://www.bumblebee-project.org/bumblebee-3.2.1.tar.gz</Archive> -->
  15. <Archive sha1sum="e98a979750fcefa1ae2217d5baaf92af895dcc91" type="targz" name="bumblebee-3.2.1.tar.gz">https://github.com/Bumblebee-Project/Bumblebee/archive/8f3d307b6aabbc2cd8444c6e5a4360f3bf2915ec.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>libbsd-devel</Dependency>
  18. <Dependency>libX11-devel</Dependency>
  19. <Dependency>glib2-devel</Dependency>
  20. <Dependency>libkmod-devel</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <!-- <Patch level="1">bb-hexadecimal.patch</Patch> -->
  24. <!-- <Patch level="1">nv-uvm-modeset.patch</Patch> -->
  25. </Patches>
  26. </Source>
  27. <Package>
  28. <Name>bumblebee</Name>
  29. <RuntimeDependencies>
  30. <Dependency>glib2</Dependency>
  31. <Dependency>module-bbswitch</Dependency>
  32. <Dependency>libX11</Dependency>
  33. <Dependency>libbsd</Dependency>
  34. <Dependency>primus</Dependency>
  35. <Dependency>virtualgl</Dependency>
  36. <Dependency>libkmod</Dependency>
  37. <Dependency>virtualgl-32bit</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="config">/etc</Path>
  41. <Path fileType="config">/usr/lib/tmpfiles.d/bumblebee.conf</Path>
  42. <Path fileType="executable">/usr/bin</Path>
  43. <Path fileType="executable">/usr/sbin</Path>
  44. <Path fileType="data">/lib/udev/rules.d</Path>
  45. <Path fileType="man">/usr/share/man</Path>
  46. <Path fileType="doc">/usr/share/doc</Path>
  47. </Files>
  48. <Provides>
  49. <COMAR script="service.py">System.Service</COMAR>
  50. <COMAR script="package.py">System.Package</COMAR>
  51. </Provides>
  52. <AdditionalFiles>
  53. <AdditionalFile owner="root" permission="0644" target="/usr/lib/tmpfiles.d/bumblebee.conf">tmpfiles.conf</AdditionalFile>
  54. </AdditionalFiles>
  55. </Package>
  56. <History>
  57. <Update release="5">
  58. <Date>2020-01-25</Date>
  59. <Version>3.2.1</Version>
  60. <Comment>Rebuild</Comment>
  61. <Name>Mustafa Cinasal</Name>
  62. <Email>muscnsl@gmail.com</Email>
  63. </Update>
  64. <Update release="4">
  65. <Date>2018-07-31</Date>
  66. <Version>3.2.1</Version>
  67. <Comment>Rebuild</Comment>
  68. <Name>Mustafa Cinasal</Name>
  69. <Email>muscnsl@gmail.com</Email>
  70. </Update>
  71. <Update release="3">
  72. <Date>2017-02-16</Date>
  73. <Version>3.2.1</Version>
  74. <Comment>Rebuild</Comment>
  75. <Name>Idris Kalp</Name>
  76. <Email>idriskalp@pgmail.com</Email>
  77. </Update>
  78. <Update release="2">
  79. <Date>2016-05-02</Date>
  80. <Version>3.2.1</Version>
  81. <Comment>Rebuild</Comment>
  82. <Name>Idris Kalp</Name>
  83. <Email>idriskalp@pgmail.com</Email>
  84. </Update>
  85. <Update release="1">
  86. <Date>2016-04-08</Date>
  87. <Version>3.2.1</Version>
  88. <Comment>First Release</Comment>
  89. <Name>Idris Kalp</Name>
  90. <Email>idriskalp@pgmail.com</Email>
  91. </Update>
  92. </History>
  93. </PISI>