123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>gstreamer-next</Name>
- <Homepage>http://gstreamer.freedesktop.org/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2.1</License>
- <IsA>library</IsA>
- <IsA>app:console</IsA>
- <Summary>GStreamer streaming media framework runtime</Summary>
- <Description>GStreamer is a streaming media framework, based on graphs of filters which operate on media data. Applications using this library can do anything from real-time sound processing to playing videos, and just about anything else media-related.</Description>
- <Archive sha1sum="15f0f75739fdf690ddde52d69745c4866185d7e2" type="tarxz">https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.10.3.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>gobject-introspection-devel</Dependency>
- <Dependency>libxml2-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>gsl-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>gstreamer-next</Name>
- <RuntimeDependencies>
- <Dependency>glib2</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib/libgstbase*</Path>
- <Path fileType="library">/usr/lib/libgstcheck*</Path>
- <Path fileType="library">/usr/lib/libgstcontroller*</Path>
- <Path fileType="library">/usr/lib/libgstnet*</Path>
- <Path fileType="library">/usr/lib/libgstreamer*</Path>
- <Path fileType="library">/usr/lib/gstreamer-1.0</Path>
- <Path fileType="library">/usr/lib/girepository-1.0</Path>
- <Path fileType="executable">/usr/libexec</Path>
- <Path fileType="data">/usr/share/gir-1.0</Path>
- <Path fileType="data">/usr/share/bash-completion</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="doc">/usr/share/gtk-doc</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <Package>
- <Name>gstreamer-next-32bit</Name>
- <PartOf>emul32</PartOf>
- <Summary>32-bit shared libraries for gstreamer</Summary>
- <BuildType>emul32</BuildType>
- <BuildDependencies>
- <Dependency>glib2-32bit</Dependency>
- </BuildDependencies>
- <RuntimeDependencies>
- <Dependency>glib2-32bit</Dependency>
- <Dependency release="current">gstreamer-next</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib32/libgstbase*</Path>
- <Path fileType="library">/usr/lib32/libgstcheck*</Path>
- <Path fileType="library">/usr/lib32/libgstcontroller*</Path>
- <Path fileType="library">/usr/lib32/libgstnet*</Path>
- <Path fileType="library">/usr/lib32/libgstreamer*</Path>
- <Path fileType="library">/usr/lib32/gstreamer-1.0</Path>
- </Files>
- </Package>
- <Package>
- <Name>gstreamer-next-devel</Name>
- <Summary>Development files for gstreamer</Summary>
- <RuntimeDependencies>
- <Dependency release="current">gstreamer-next</Dependency>
- <Dependency>glib2-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="data">/usr/lib32/pkgconfig</Path>
- <Path fileType="data">/usr/share/aclocal</Path>
- </Files>
- </Package>
- <History>
- <Update release="5">
- <Date>2017-02-17</Date>
- <Version>1.10.3</Version>
- <Comment>Version Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2016-06-09</Date>
- <Version>1.8.1</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2016-05-02</Date>
- <Version>1.8.1</Version>
- <Comment>rebuild</Comment>
- <Name>Yusuf Aydemir</Name>
- <Email>yusuf.aydemir@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-05-02</Date>
- <Version>1.8.1</Version>
- <Comment>Version bump</Comment>
- <Name>Yusuf Aydemir</Name>
- <Email>yusuf.aydemir@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-30</Date>
- <Version>1.6.3</Version>
- <Comment>First release</Comment>
- <Name>Yusuf Aydemir</Name>
- <Email>yusuf.aydemir@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|