pspec.xml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libgpod</Name>
  6. <Homepage>http://www.gtkpod.org/libgpod.html</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <Summary>A library to access the contents of an iPod</Summary>
  14. <Description>libgpod is a library to access the contents of an iPod. It supports playlists, smart playlists, playcounts, ratings, podcasts, album artwork, photos, etc.</Description>
  15. <Archive sha1sum="5b5f692fef880d714dad71aa21e1737258fa878c" type="tarbz2">mirrors://sourceforge/gtkpod/libgpod-0.8.3.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>intltool</Dependency>
  18. <Dependency>sqlite-devel</Dependency>
  19. <Dependency>python-devel</Dependency>
  20. <Dependency>gtk-doc</Dependency>
  21. <Dependency>gtk2-devel</Dependency>
  22. <Dependency>docbook-xml</Dependency>
  23. <Dependency>python-mutagen</Dependency>
  24. <Dependency>libplist-devel</Dependency>
  25. <Dependency>sg3_utils-devel</Dependency>
  26. <Dependency>libimobiledevice-devel</Dependency>
  27. <Dependency>python-pygobject-devel</Dependency>
  28. </BuildDependencies>
  29. </Source>
  30. <Package>
  31. <Name>libgpod</Name>
  32. <RuntimeDependencies>
  33. <Dependency>zlib</Dependency>
  34. <Dependency>glib2</Dependency>
  35. <Dependency>sqlite</Dependency>
  36. <Dependency>libxml2</Dependency>
  37. <Dependency>libplist</Dependency>
  38. <Dependency>sg3_utils</Dependency>
  39. <Dependency>gdk-pixbuf</Dependency>
  40. <Dependency>libimobiledevice</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="executable">/usr/bin</Path>
  44. <Path fileType="executable">/lib/udev</Path>
  45. <Path fileType="library">/usr/lib</Path>
  46. <Path fileType="data">/usr/share/hal</Path>
  47. <Path fileType="data">/lib/udev/rules.d</Path>
  48. <Path fileType="data">/run/libgpod</Path>
  49. <Path fileType="localedata">/usr/share/locale</Path>
  50. <Path fileType="doc">/usr/share/doc</Path>
  51. </Files>
  52. </Package>
  53. <Package>
  54. <Name>python-libgpod</Name>
  55. <PartOf>programming.language.python</PartOf>
  56. <Summary>Python bindings for libgpod</Summary>
  57. <RuntimeDependencies>
  58. <Dependency release="current">libgpod</Dependency>
  59. <Dependency>libplist</Dependency>
  60. <Dependency>gdk-pixbuf</Dependency>
  61. <Dependency>python-mutagen</Dependency>
  62. </RuntimeDependencies>
  63. <Files>
  64. <Path fileType="library">/usr/lib/python2*</Path>
  65. </Files>
  66. </Package>
  67. <Package>
  68. <Name>libgpod-devel</Name>
  69. <Summary>Development files for libgpod</Summary>
  70. <RuntimeDependencies>
  71. <Dependency release="current">libgpod</Dependency>
  72. <Dependency>gdk-pixbuf-devel</Dependency>
  73. <Dependency>libimobiledevice-devel</Dependency>
  74. </RuntimeDependencies>
  75. <Files>
  76. <Path fileType="header">/usr/include</Path>
  77. <Path fileType="data">/usr/lib/pkgconfig</Path>
  78. </Files>
  79. </Package>
  80. <History>
  81. <Update release="2">
  82. <Date>2018-01-03</Date>
  83. <Version>0.8.3</Version>
  84. <Comment>Rebuild</Comment>
  85. <Name>Mustafa Cinasal</Name>
  86. <Email>muscnsl@gmail.com</Email>
  87. </Update>
  88. <Update release="1">
  89. <Date>2017-01-04</Date>
  90. <Version>0.8.3</Version>
  91. <Comment>First release</Comment>
  92. <Name>Alihan Öztürk</Name>
  93. <Email>alihan@pisilinux.org</Email>
  94. </Update>
  95. </History>
  96. </PISI>