gst-rtsp-server:new package

This commit is contained in:
2021-06-24 12:43:58 +03:00
parent 3f8aa406b5
commit 04e411a624
7 changed files with 262 additions and 20 deletions
@@ -0,0 +1,18 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import mesontools, pisitools
def setup():
mesontools.configure()
def build():
mesontools.build()
def install():
mesontools.install()
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*")
@@ -0,0 +1,63 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gst-rtsp-server</Name>
<Homepage>https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>LGPLv3</License>
<IsA>library</IsA>
<Summary>RTSP server library based on GStreamer</Summary>
<Description>GStreamer tabanlı RTSP sunucu kitaplığı</Description>
<Archive sha1sum="0d5b59ca7c1919fe283249d45506d87ed85d91d5" type="tarxz">https://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.18.4.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gstreamer-devel</Dependency>
<Dependency>gst-plugins-bad-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>gst-rtsp-server</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>gstreamer</Dependency>
<Dependency>gst-plugins-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libgstrtspserver*</Path>
<Path fileType="library">/usr/lib/gstreamer-1.0</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>gst-rtsp-server-devel</Name>
<Summary>Development files for gst-rtsp-server</Summary>
<RuntimeDependencies>
<Dependency release="current">gst-rtsp-server</Dependency>
<Dependency>gstreamer-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/gir-1.0</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-06-24</Date>
<Version>1.18.4</Version>
<Comment>First release</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>gst-rtsp-server</Name>
<Summary xml:lang="tr">GStreamer tabanlı RTSP sunucu kitaplığı</Summary>
<Description xml:lang="tr">GStreamer tabanlı RTSP sunucu kitaplığı</Description>
</Source>
</PISI>
+171 -18
View File
@@ -7993,7 +7993,7 @@ load.</Description>
<Summary xml:lang="tr">Library full of GTK+ widgets for mobile phones</Summary>
<Description xml:lang="en">Cep telefonları için GTK + gereçleriyle dolu kitaplık</Description>
<Description xml:lang="tr">Cep telefonları için GTK + gereçleriyle dolu kitaplık</Description>
<Archive type="tarxz" sha1sum="6dcf4ce1238fab99706abb05d12ba5181f5071c6" name="libhandy-1.2.2.tar.xz">https://download.gnome.org/sources/libhandy/1.2/libhandy-1.2.2.tar.xz</Archive>
<Archive type="tarxz" sha1sum="3e475824d5502e88b0d65d099e4b4650218e1471" name="libhandy-1.2.3.tar.xz">https://download.gnome.org/sources/libhandy/1.2/libhandy-1.2.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>vala-devel</Dependency>
@@ -8031,7 +8031,7 @@ load.</Description>
<Name>libhandy-devel</Name>
<Summary xml:lang="en">Development files for libhandy</Summary>
<RuntimeDependencies>
<Dependency release="2">libhandy</Dependency>
<Dependency release="3">libhandy</Dependency>
<Dependency>gtk3-devel</Dependency>
</RuntimeDependencies>
<Files>
@@ -8040,6 +8040,13 @@ load.</Description>
</Files>
</Package>
<History>
<Update release="3">
<Date>2021-06-23</Date>
<Version>1.2.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2021-05-24</Date>
<Version>1.2.2</Version>
@@ -21651,7 +21658,7 @@ components such as the Settings and gnome-shell.</Description>
<Description xml:lang="fr">librsvg est un composant utilisé au sein de logiciels pour gérer les graphismes vectoriels au format SVG.</Description>
<Description xml:lang="en">librsvg is a component used within software applications to enable support for SVG-format scalable vector graphics.</Description>
<Description xml:lang="tr">Scalable Vector Graphics (SVG) kitaplığı</Description>
<Archive type="tarxz" sha1sum="0077f4526b1827fdcbefb87e2fde4c7a4eb009f9" name="librsvg-2.50.5.tar.xz">mirrors://gnome/librsvg/2.50/librsvg-2.50.5.tar.xz</Archive>
<Archive type="tarxz" sha1sum="0e0674c386d7711a0782646b2051a2d305c3f4c8" name="librsvg-2.50.7.tar.xz">mirrors://gnome/librsvg/2.50/librsvg-2.50.7.tar.xz</Archive>
<BuildDependencies>
<Dependency>rust</Dependency>
<Dependency>cairo-devel</Dependency>
@@ -21710,7 +21717,7 @@ components such as the Settings and gnome-shell.</Description>
<Summary xml:lang="en">Development files for librsvg</Summary>
<Summary xml:lang="tr">librsvg için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="9">librsvg</Dependency>
<Dependency release="10">librsvg</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>glib2-devel</Dependency>
@@ -21722,6 +21729,13 @@ components such as the Settings and gnome-shell.</Description>
</Files>
</Package>
<History>
<Update release="10">
<Date>2021-06-23</Date>
<Version>2.50.7</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2021-05-24</Date>
<Version>2.50.5</Version>
@@ -137617,6 +137631,10 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<Dependency>gtk3-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">Always_override_property_gtk-decoration-layout.patch</Patch>
<Patch level="1">Fix_for_black_borders_around_some_application_windows.patch</Patch>
</Patches>
<SourceURI>desktop/toolkit/gtk/nocsd/pspec.xml</SourceURI>
</Source>
<Package>
@@ -137631,7 +137649,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
</Package>
<History>
<Update release="1">
<Date>2021-03-14</Date>
<Date>2021-06-23</Date>
<Version>3.0.4</Version>
<Comment>First Beta release.</Comment>
<Name>fury</Name>
@@ -164931,7 +164949,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<Description xml:lang="en">Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C.</Description>
<Description xml:lang="tr">Vala, ek bir çalışma zamanı bağımlılığı olmayan ve C kitaplıklarının olduğu gibi kullanılabilmesini sağlayan modern bir programlama dilidir.</Description>
<Description xml:lang="pl">Vala to nowy język programowania, którego celem jest udostępnienie cech nowoczesnych języków programowania programistom GNOME bez wymuszania dodatkowych wymagań co do środowiska uruchomieniowego i używania API innego niż w aplikacjach i bibliotekach napisanych w C.</Description>
<Archive type="tarxz" sha1sum="37e329ead4bc3c5dbd7d3fe55724a07c8f5ec884" name="vala-0.52.3.tar.xz">mirrors://gnome/vala/0.52/vala-0.52.3.tar.xz</Archive>
<Archive type="tarxz" sha1sum="b03735f02b4d9a53f4cba5cd66ff270c90df9a1b" name="vala-0.52.4.tar.xz">mirrors://gnome/vala/0.52/vala-0.52.4.tar.xz</Archive>
<BuildDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
@@ -164978,7 +164996,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<Summary xml:lang="tr">vala için geliştirme dosyaları</Summary>
<Summary xml:lang="pl">Pliki nagłówkowe dla kompilatora vala</Summary>
<RuntimeDependencies>
<Dependency release="10">vala</Dependency>
<Dependency release="11">vala</Dependency>
<Dependency>glib2-devel</Dependency>
</RuntimeDependencies>
<Files>
@@ -164991,6 +165009,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
</Files>
</Package>
<History>
<Update release="11">
<Date>2021-06-23</Date>
<Version>0.52.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="10">
<Date>2021-05-27</Date>
<Version>0.52.3</Version>
@@ -174613,7 +174638,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<Summary xml:lang="tr">Python dilinde yazılmış bir sözdizimi belirtme aracı</Summary>
<Description xml:lang="en">python-Pygments is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code.</Description>
<Description xml:lang="tr">python3-Pygments, kaynak kodunu güzelleştirmek ihtiyacı duyulan forum sistemleri, wikiler ve diğer uygulamalar gibi her çeşit yazılımda kullanılmak için yazılmış olan genel bir sözdizimi belirtme aracıdır.</Description>
<Archive type="targz" sha1sum="513c99f47a79e94b35f93a8aa3a9ef036462c69c" name="2.6.1.tar.gz">https://github.com/pygments/pygments/archive/2.6.1.tar.gz</Archive>
<Archive type="targz" sha1sum="7cb93761fe322790b3f1c069fd011e9483027b6e" name="2.9.0.tar.gz">https://github.com/pygments/pygments/archive/2.9.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
@@ -174640,6 +174665,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
</Files>
</Package>
<History>
<Update release="4">
<Date>2021-06-23</Date>
<Version>2.9.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2020-03-11</Date>
<Version>2.6.1</Version>
@@ -177451,6 +177483,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
</Files>
</Package>
<History>
<Update release="2">
<Date>2021-06-23</Date>
<Version>2.8.0</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2020-01-23</Date>
<Version>2.8.0</Version>
@@ -178219,7 +178258,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
</Package>
<History>
<Update release="6">
<Date>2021-04-28</Date>
<Date>2021-06-23</Date>
<Version>4.6.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
@@ -180333,7 +180372,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<Summary xml:lang="tr">Python3 için C eklentileri</Summary>
<Description xml:lang="en">Cython is a language that makes writing C extensions for the Python language as easy as Python itself.</Description>
<Description xml:lang="tr">Cython3, Python3 için C eklentileri yazmayı kolaylaştıran bir dildir.</Description>
<Archive type="targz" sha1sum="718dcfee83132421e2df4eb6fa0ef7f3917bf7b9" name="0.29.21.tar.gz">https://github.com/cython/cython/archive/0.29.21.tar.gz</Archive>
<Archive type="targz" sha1sum="1b4fa0055a1d165339c763abc619fd8a13fa69e7" name="0.29.23.tar.gz">https://github.com/cython/cython/archive/0.29.23.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -180354,6 +180393,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
</Files>
</Package>
<History>
<Update release="12">
<Date>2021-06-23</Date>
<Version>0.29.23</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="11">
<Date>2020-11-07</Date>
<Version>0.29.21</Version>
@@ -183121,7 +183167,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<Summary xml:lang="tr">Python için döküman üreticisi. HTML, Latex gibi çıktılar üretebiliyor</Summary>
<Description xml:lang="en">It&apos;s a very common documentation generator especially using for python3 based documentation.It can generate HTML or PDF, Ps outputs with Latex output support.</Description>
<Description xml:lang="tr">Özellikle python için hazırlanan dökümanları yorumlamak için kullanılan yaygın bir döoküman üreticisi. Başta HTML olmak üzere Latex ile birlikte PDF, Ps gibi doküman çıktıları üretebiliyor.</Description>
<Archive type="targz" sha1sum="ec33220deb9ebf8c4e544fd9bed5114af2b91c1f" name="v3.5.4.tar.gz">https://github.com/sphinx-doc/sphinx/archive/v3.5.4.tar.gz</Archive>
<Archive type="targz" sha1sum="030cd6bc4b26eccdb4a9f8a1a2e7b7e74557ab35" name="v4.0.2.tar.gz">https://github.com/sphinx-doc/sphinx/archive/v4.0.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -183165,13 +183211,20 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<Summary xml:lang="tr">python3-sphinx için belgelendirme dosyaları</Summary>
<Description xml:lang="tr">python3-sphinx-docs, python3-sphinx için belgelendirme dosyaları içerir.</Description>
<RuntimeDependencies>
<Dependency release="12">python3-sphinx</Dependency>
<Dependency release="13">python3-sphinx</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-sphinx</Path>
</Files>
</Package>
<History>
<Update release="13">
<Date>2021-06-23</Date>
<Version>4.0.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="12">
<Date>2021-05-28</Date>
<Version>3.5.4</Version>
@@ -208821,7 +208874,7 @@ to create header files and sources from protocol files.</Description>
<Summary xml:lang="en">Xft powered terminal widget</Summary>
<Description xml:lang="en">The VTE package contains a termcap file implementation for terminal emulators.</Description>
<Description xml:lang="tr">Vte paketi, terminal emülatörleri için termcap uygulama dosyası içerir.</Description>
<Archive type="tarxz" sha1sum="84a81229ea621e1a827ea6110d4a924131973513" name="vte-0.64.1.tar.xz">mirrors://gnome/vte/0.64/vte-0.64.1.tar.xz</Archive>
<Archive type="tarxz" sha1sum="bdd2629d6776c93ad2bd420f0c7882d7a3f4bfb7" name="vte-0.64.2.tar.xz">mirrors://gnome/vte/0.64/vte-0.64.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>atk-devel</Dependency>
<Dependency>cairo-devel</Dependency>
@@ -208899,7 +208952,7 @@ to create header files and sources from protocol files.</Description>
<Dependency>gtk3-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency release="8">vte</Dependency>
<Dependency release="9">vte</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -208907,6 +208960,13 @@ to create header files and sources from protocol files.</Description>
</Files>
</Package>
<History>
<Update release="9">
<Date>2021-06-23</Date>
<Version>0.64.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2021-06-02</Date>
<Version>0.64.1</Version>
@@ -236243,7 +236303,7 @@ to create header files and sources from protocol files.</Description>
<PartOf>hardware.disk</PartOf>
<Summary xml:lang="en">exFAT filesystem userspace utilities.</Summary>
<Description xml:lang="en">As new exfat filesystem is merged into linux-5.7 kernel, exfatprogs is created as an official userspace utilities that contain all of the standard utilities for creating and fixing and debugging exfat filesystem in linux system.</Description>
<Archive type="tarxz" sha1sum="dc8d5c361695d4c7b586c4d8fb6286cfb86df1f6" name="exfatprogs-1.1.1.tar.xz">https://github.com/exfatprogs/exfatprogs/releases/download/1.1.1/exfatprogs-1.1.1.tar.xz</Archive>
<Archive type="tarxz" sha1sum="d206279698f74fe526abff39f0d76983a7d9e71c" name="exfatprogs-1.1.2.tar.xz">https://github.com/exfatprogs/exfatprogs/releases/download/1.1.2/exfatprogs-1.1.2.tar.xz</Archive>
<SourceURI>hardware/disk/exfatprogs/pspec.xml</SourceURI>
</Source>
<Package>
@@ -236255,6 +236315,13 @@ to create header files and sources from protocol files.</Description>
</Files>
</Package>
<History>
<Update release="4">
<Date>2021-06-22</Date>
<Version>1.1.2</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="3">
<Date>2021-05-04</Date>
<Version>1.1.1</Version>
@@ -254372,10 +254439,11 @@ to create header files and sources from protocol files.</Description>
<Summary xml:lang="tr">A GLib/GTK+ set of document-centric objects and charting library</Summary>
<Description xml:lang="en">A GLib/GTK+ set of document-centric objects and charting library</Description>
<Description xml:lang="tr">A GLib/GTK+ set of document-centric objects and charting library</Description>
<Archive type="tarxz" sha1sum="a9db92a0568b2a347efcbdb113eba941969ea65d" name="goffice-0.10.49.tar.xz">http://ftp.gnome.org/pub/gnome/sources/goffice/0.10/goffice-0.10.49.tar.xz</Archive>
<Archive type="tarxz" sha1sum="633ad266bc8f5ce627bf90845f528360c3171721" name="goffice-0.10.50.tar.xz">http://ftp.gnome.org/pub/gnome/sources/goffice/0.10/goffice-0.10.50.tar.xz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk-doc</Dependency>
<Dependency>atk-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>python-six</Dependency>
<Dependency>cairo-devel</Dependency>
@@ -254385,12 +254453,28 @@ to create header files and sources from protocol files.</Description>
<Dependency>librsvg-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>libspectre-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
<SourceURI>office/misc/goffice/pspec.xml</SourceURI>
</Source>
<Package>
<Name>goffice</Name>
<RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>libgsf</Dependency>
<Dependency>librsvg</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libxslt</Dependency>
<Dependency>harfbuzz</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libspectre</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
@@ -254403,7 +254487,7 @@ to create header files and sources from protocol files.</Description>
<Name>goffice-devel</Name>
<Summary xml:lang="en">Development files for goffice</Summary>
<RuntimeDependencies>
<Dependency release="2">goffice</Dependency>
<Dependency release="3">goffice</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>glib2-devel</Dependency>
@@ -254412,6 +254496,7 @@ to create header files and sources from protocol files.</Description>
<Dependency>librsvg-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>libspectre-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -254422,13 +254507,20 @@ to create header files and sources from protocol files.</Description>
<Name>goffice-docs</Name>
<Summary xml:lang="en">Development files for goffice</Summary>
<RuntimeDependencies>
<Dependency release="2">goffice</Dependency>
<Dependency release="3">goffice</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/gtk-doc</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2021-06-23</Date>
<Version>0.10.50</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2021-05-27</Date>
<Version>0.10.49</Version>
@@ -289627,6 +289719,67 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>gst-rtsp-server</Name>
<Homepage>https://gitlab.freedesktop.org/gstreamer/gst-rtsp-server</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>LGPLv3</License>
<IsA>library</IsA>
<PartOf>multimedia.video</PartOf>
<Summary xml:lang="en">RTSP server library based on GStreamer</Summary>
<Summary xml:lang="tr">GStreamer tabanlı RTSP sunucu kitaplığı</Summary>
<Description xml:lang="en">GStreamer tabanlı RTSP sunucu kitaplığı</Description>
<Description xml:lang="tr">GStreamer tabanlı RTSP sunucu kitaplığı</Description>
<Archive type="tarxz" sha1sum="0d5b59ca7c1919fe283249d45506d87ed85d91d5" name="gst-rtsp-server-1.18.4.tar.xz">https://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.18.4.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gstreamer-devel</Dependency>
<Dependency>gst-plugins-bad-devel</Dependency>
</BuildDependencies>
<SourceURI>multimedia/video/gst-rtsp-server/pspec.xml</SourceURI>
</Source>
<Package>
<Name>gst-rtsp-server</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>gstreamer</Dependency>
<Dependency>gst-plugins-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libgstrtspserver*</Path>
<Path fileType="library">/usr/lib/gstreamer-1.0</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>gst-rtsp-server-devel</Name>
<Summary xml:lang="en">Development files for gst-rtsp-server</Summary>
<RuntimeDependencies>
<Dependency release="1">gst-rtsp-server</Dependency>
<Dependency>gstreamer-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/gir-1.0</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-06-24</Date>
<Version>1.18.4</Version>
<Comment>First release</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>x264</Name>
+1 -1
View File
@@ -1 +1 @@
2a9475248d5c11e1a0bc96549d3369eb6bd1149c
02a2922b073adeefc5301d8a7e0b053d80750981
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
755d601fdea26c4b3941e7e836c31c926eb33b5a
f470a921830347b61966d0af02af40eebe1175a0