123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>gstreamer</Name>
- <Homepage>https://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="e6627b3d33560a5794a3778e865506bbf38d03f8" type="tarxz">https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.24.9.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>meson</Dependency>
- <Dependency>gobject-introspection-devel</Dependency>
- <Dependency>libunwind-devel</Dependency>
- <Dependency>bash-completion</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>libxml2-devel</Dependency>
- <Dependency>elfutils-devel</Dependency>
- <Dependency>libcap-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>gsl-devel</Dependency>
- <Dependency>gmp-devel</Dependency>
- <Dependency>valgrind</Dependency>
- <!--elfutils görmesi için gerekli-->
- <Dependency>zlib-devel</Dependency>
- <Dependency>xz-devel</Dependency>
- <Dependency>libmicrodns-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>gstreamer</Name>
- <RuntimeDependencies>
- <Dependency>glib2</Dependency>
- <Dependency>libcap</Dependency>
- <Dependency>elfutils</Dependency>
- <Dependency>libunwind</Dependency>
- <Dependency>libmicrodns</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="data">/usr/share/gstreamer-1.0/gdb</Path>
- <Path fileType="data">/usr/share/gdb/auto-load/usr/lib/libgstreamer-1.0.so.0.*.0-gdb.py</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- <Replaces>
- <Package>gstreamer-next</Package>
- </Replaces>
- </Package>
- <Package>
- <Name>gstreamer-32bit</Name>
- <PartOf>emul32</PartOf>
- <Summary>32-bit shared libraries for gstreamer</Summary>
- <BuildType>emul32</BuildType>
- <BuildDependencies>
- <Dependency>glib2-32bit</Dependency>
- <Dependency>libcap-32bit</Dependency>
- <Dependency>elfutils-32bit</Dependency>
- <Dependency>libunwind-32bit</Dependency>
- </BuildDependencies>
- <RuntimeDependencies>
- <Dependency>glib2-32bit</Dependency>
- <Dependency>elfutils-32bit</Dependency>
- <Dependency>libunwind-32bit</Dependency>
- <Dependency release="current">gstreamer</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>
- <Path fileType="data">/usr/share/gdb/auto-load/usr/lib32/libgstreamer-1.0.so.0.*.0-gdb.py</Path>
- </Files>
- <Replaces>
- <Package>gstreamer-next-32bit</Package>
- </Replaces>
- </Package>
- <Package>
- <Name>gstreamer-devel</Name>
- <Summary>Development files for gstreamer</Summary>
- <RuntimeDependencies>
- <Dependency release="current">gstreamer</Dependency>
- <Dependency>libunwind-devel</Dependency>
- <Dependency>elfutils-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>xz-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>
- <Replaces>
- <Package>gstreamer-next-devel</Package>
- </Replaces>
- </Package>
-
- <!--Package>
- <Name>gstreamer-docs</Name>
- <IsA>data:doc</IsA>
- <Summary>gstreamer reference documents</Summary>
- <Files>
- <Path fileType="data">/usr/share/gtk-doc</Path>
- </Files>
- </Package-->
- <History>
- <Update release="34">
- <Date>2024-11-02</Date>
- <Version>1.24.9</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="33">
- <Date>2024-09-24</Date>
- <Version>1.24.8</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="32">
- <Date>2024-08-31</Date>
- <Version>1.24.7</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="31">
- <Date>2024-07-30</Date>
- <Version>1.24.6</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="30">
- <Date>2024-04-30</Date>
- <Version>1.22.12</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="29">
- <Date>2024-02-13</Date>
- <Version>1.22.10</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="28">
- <Date>2024-01-25</Date>
- <Version>1.22.9</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="27">
- <Date>2023-12-19</Date>
- <Version>1.22.8</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="26">
- <Date>2023-11-15</Date>
- <Version>1.22.7</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="25">
- <Date>2023-10-10</Date>
- <Version>1.22.6</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="24">
- <Date>2023-07-22</Date>
- <Version>1.22.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="23">
- <Date>2023-06-21</Date>
- <Version>1.22.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="22">
- <Date>2023-05-22</Date>
- <Version>1.22.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="21">
- <Date>2023-04-12</Date>
- <Version>1.22.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="20">
- <Date>2023-03-06</Date>
- <Version>1.22.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="19">
- <Date>2023-01-24</Date>
- <Version>1.22.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="18">
- <Date>2023-01-02</Date>
- <Version>1.20.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="17">
- <Date>2022-11-30</Date>
- <Version>1.20.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="16">
- <Date>2022-06-22</Date>
- <Version>1.20.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="15">
- <Date>2022-05-11</Date>
- <Version>1.20.2</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="14">
- <Date>2022-04-13</Date>
- <Version>1.20.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="13">
- <Date>2021-10-27</Date>
- <Version>1.18.5</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="12">
- <Date>2021-06-14</Date>
- <Version>1.18.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="11">
- <Date>2021-01-18</Date>
- <Version>1.18.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="10">
- <Date>2020-07-14</Date>
- <Version>1.17.2</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="9">
- <Date>2020-01-11</Date>
- <Version>1.16.2</Version>
- <Comment>Version bump</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="8">
- <Date>2019-10-05</Date>
- <Version>1.16.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2019-04-24</Date>
- <Version>1.14.2</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2018-12-16</Date>
- <Version>1.14.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2018-09-28</Date>
- <Version>1.12.4</Version>
- <Comment>Version Bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2017-02-17</Date>
- <Version>0.10.36</Version>
- <Comment>Rebuild</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2016-06-09</Date>
- <Version>0.10.36</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-05-25</Date>
- <Version>0.10.36</Version>
- <Comment>Release bump</Comment>
- <Name>Hakan Yıldız</Name>
- <Email>hknyldz93@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2015-06-26</Date>
- <Version>0.10.36</Version>
- <Comment>First release</Comment>
- <Name>Hakan Yıldız</Name>
- <Email>hknyldz93@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|