123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libgpod</Name>
- <Homepage>http://www.gtkpod.org/libgpod.html</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2.1</License>
- <IsA>library</IsA>
- <Summary>A library to access the contents of an iPod</Summary>
- <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>
- <Archive sha1sum="5b5f692fef880d714dad71aa21e1737258fa878c" type="tarbz2">mirrors://sourceforge/gtkpod/libgpod-0.8.3.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>intltool</Dependency>
- <Dependency>gettext-devel</Dependency>
- <Dependency>libusb-devel</Dependency>
- <Dependency>sqlite-devel</Dependency>
- <Dependency>python-devel</Dependency>
- <Dependency>gtk-doc</Dependency>
- <Dependency>gtk2-devel</Dependency>
- <Dependency>docbook-xml</Dependency>
- <Dependency>python-six</Dependency>
- <Dependency>python-mutagen</Dependency>
- <Dependency>libplist-devel</Dependency>
- <Dependency>sg3_utils-devel</Dependency>
- <Dependency>libimobiledevice-devel</Dependency>
- <Dependency>python-pygobject-devel</Dependency>
- <Dependency>swig</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">0001-323-Segmentation-fault-when-opening-ipod.patch</Patch>
- <Patch level="1">libgpod-0.8.2-pkgconfig_overlinking.patch</Patch>
- <Patch level="1">libgpod-fixswig.patch</Patch>
- <Patch>libgpod-udev.patch</Patch>
- <Patch level="1">0001-configure.ac-Add-support-for-libplist-2.2.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>libgpod</Name>
- <RuntimeDependencies>
- <Dependency>zlib</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>sqlite</Dependency>
- <Dependency>libusb</Dependency>
- <Dependency>libxml2</Dependency>
- <Dependency>libplist</Dependency>
- <Dependency>sg3_utils</Dependency>
- <Dependency>gdk-pixbuf</Dependency>
- <Dependency>libimobiledevice</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="executable">/lib/udev</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share/hal</Path>
- <Path fileType="data">/lib/udev/rules.d</Path>
- <Path fileType="data">/run/libgpod</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>python-libgpod</Name>
- <PartOf>programming.language.python</PartOf>
- <Summary>Python bindings for libgpod</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libgpod</Dependency>
- <Dependency>libplist</Dependency>
- <Dependency>gdk-pixbuf</Dependency>
- <Dependency>python-mutagen</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/python2*</Path>
- </Files>
- </Package>
- <Package>
- <Name>libgpod-devel</Name>
- <Summary>Development files for libgpod</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libgpod</Dependency>
- <Dependency>gdk-pixbuf-devel</Dependency>
- <Dependency>libimobiledevice-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="6">
- <Date>2023-08-05</Date>
- <Version>0.8.3</Version>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2022-06-05</Date>
- <Version>0.8.3</Version>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2020-01-31</Date>
- <Version>0.8.3</Version>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2018-08-19</Date>
- <Version>0.8.3</Version>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2018-01-03</Date>
- <Version>0.8.3</Version>
- <Comment>Rebuild</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2017-01-04</Date>
- <Version>0.8.3</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|