@@ -0,0 +1,18 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 2.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt.
|
||||
|
||||
from pisi.actionsapi import autotools, pisitools
|
||||
|
||||
def setup():
|
||||
autotools.configure("--disable-static")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "README*", "NEWS")
|
||||
@@ -0,0 +1,65 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org.tr/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>gupnp-av</Name>
|
||||
<Homepage>http://www.gupnp.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<Icon>gupnp-av</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>A collection of helpers for building UPnP AV applications</Summary>
|
||||
<Description>A collection of helpers for building UPnP AV applications</Description>
|
||||
<Archive sha1sum="7a24946fc99bf41be4229fabb61497d4863c7610" type="tarxz">mirrors://gnome/gupnp-av/0.12/gupnp-av-0.12.11.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>libsoup-devel</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>gupnp-av</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/libgupnp*</Path>
|
||||
<Path fileType="library">/usr/lib/girepository-1.0</Path>
|
||||
<Path fileType="data">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/gtk-doc</Path>
|
||||
<Path fileType="data">/usr/share/gupnp-av</Path>
|
||||
<Path fileType="data">/usr/share/vala</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>gupnp-av-devel</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">gupnp-av</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="data">/usr/share/gir-1.0</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-06-27</Date>
|
||||
<Version>0.12.11</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>gupnp-av</Name>
|
||||
<Summary xml:lang="tr">UPnP AV uygulamaları oluşturmak için yardımcılar koleksiyonu</Summary>
|
||||
<Description xml:lang="tr">UPnP AV uygulamaları oluşturmak için yardımcılar koleksiyonu</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>gupnp-av-devel</Name>
|
||||
<Summary xml:lang="tr">gupnp-av için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -0,0 +1,20 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 2.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt.
|
||||
|
||||
from pisi.actionsapi import autotools, pisitools
|
||||
|
||||
def setup():
|
||||
autotools.configure("--disable-static")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "README*", "NEWS")
|
||||
@@ -0,0 +1,75 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org.tr/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>gupnp-dlna</Name>
|
||||
<Homepage>http://www.gupnp.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<Icon>gupnp-dlna</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>A collection of helpers for building UPnP AV applications</Summary>
|
||||
<Description>A collection of helpers for building UPnP AV applications</Description>
|
||||
<Archive sha1sum="462b268717931324c92e0c96c2319c65360eeef2" type="tarxz">mirrors://gnome/gupnp-dlna/0.10/gupnp-dlna-0.10.5.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>gssdp-devel</Dependency>
|
||||
<Dependency>gstreamer-devel</Dependency>
|
||||
<Dependency>gst-plugins-base-devel</Dependency>
|
||||
<Dependency>gupnp-devel</Dependency>
|
||||
<Dependency>gupnp-av-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>gupnp-dlna</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>gstreamer</Dependency>
|
||||
<Dependency>gst-plugins-base</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/libgupnp-dlna*</Path>
|
||||
<Path fileType="library">/usr/lib/girepository-1.0</Path>
|
||||
<Path fileType="library">/usr/lib/gupnp-dlna</Path>
|
||||
<Path fileType="data">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/gtk-doc</Path>
|
||||
<Path fileType="data">/usr/share/gupnp-dlna-2.0</Path>
|
||||
<Path fileType="data">/usr/share/vala</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>gupnp-dlna-devel</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">gupnp-dlna</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>gstreamer-devel</Dependency>
|
||||
<Dependency>gst-plugins-base-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="data">/usr/share/gir-1.0</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-06-27</Date>
|
||||
<Version>0.10.5</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>gupnp-dlna</Name>
|
||||
<Summary xml:lang="tr">UPnP AV uygulamaları oluşturmak için yardımcılar koleksiyonu</Summary>
|
||||
<Description xml:lang="tr">UPnP AV uygulamaları oluşturmak için yardımcılar koleksiyonu</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>gupnp-dlna-devel</Name>
|
||||
<Summary xml:lang="tr">gupnp-dlna için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -0,0 +1,21 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 2.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt.
|
||||
|
||||
from pisi.actionsapi import mesontools, pisitools
|
||||
|
||||
def setup():
|
||||
# Disable tracker 2.0 plugin
|
||||
pisitools.dosed("meson_options.txt", "'tracker',", " ")
|
||||
mesontools.configure("-Dapi-docs=true \
|
||||
-Dexamples=false")
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "README*", "NEWS")
|
||||
@@ -0,0 +1,93 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org.tr/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>rygel</Name>
|
||||
<Homepage>https://wiki.gnome.org/Projects/Rygel</Homepage>
|
||||
<Packager>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<Icon>rygel</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>A collection of UPnP/DLNA services</Summary>
|
||||
<Description>A collection of UPnP/DLNA services</Description>
|
||||
<Archive sha1sum="ff756b362180cc090f54bcac301b3f10ebaa9575" type="tarxz">mirrors://gnome/rygel/0.40/rygel-0.40.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>desktop-file-utils</Dependency>
|
||||
<Dependency>dbus-glib-devel</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>gstreamer-devel</Dependency>
|
||||
<Dependency>gst-editing-services-devel</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>gupnp-devel</Dependency>
|
||||
<Dependency>libgee-devel</Dependency>
|
||||
<Dependency>libmediaart-devel</Dependency>
|
||||
<Dependency>libsoup-devel</Dependency>
|
||||
<Dependency>libunistring-devel</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>sqlite-devel</Dependency>
|
||||
<Dependency>tracker-devel</Dependency>
|
||||
<Dependency>tracker-miners</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>rygel</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>gssdp</Dependency>
|
||||
<Dependency>gupnp</Dependency>
|
||||
<Dependency>libgee</Dependency>
|
||||
<Dependency>sqlite</Dependency>
|
||||
<Dependency>libsoup</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>tracker</Dependency>
|
||||
<Dependency>gupnp-av</Dependency>
|
||||
<Dependency>gstreamer</Dependency>
|
||||
<Dependency>gupnp-dlna</Dependency>
|
||||
<Dependency>libmediaart</Dependency>
|
||||
<Dependency>libunistring</Dependency>
|
||||
<Dependency>gst-plugins-base</Dependency>
|
||||
<Dependency>gst-editing-services</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="config">/etc/rygel.conf</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localdata">/usr/share/locale</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>rygel-devel</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">rygel</Dependency>
|
||||
<Dependency>libgee-devel</Dependency>
|
||||
<Dependency>gupnp-av-devel</Dependency>
|
||||
<Dependency>gstreamer-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="data">/usr/share/gir-1.0</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-06-27</Date>
|
||||
<Version>0.40.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>rygel</Name>
|
||||
<Summary xml:lang="tr">UPnP/DLNA hizmetleri koleksiyonu</Summary>
|
||||
<Description xml:lang="tr">UPnP/DLNA hizmetleri koleksiyonu</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>rygel-devel</Name>
|
||||
<Summary xml:lang="tr">rygel için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
+191
-12
@@ -10625,6 +10625,71 @@ components such as the Settings and gnome-shell.</Description>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>gupnp-av</Name>
|
||||
<Homepage>http://www.gupnp.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<PartOf>desktop.gnome.apps</PartOf>
|
||||
<Summary xml:lang="en">A collection of helpers for building UPnP AV applications</Summary>
|
||||
<Summary xml:lang="tr">UPnP AV uygulamaları oluşturmak için yardımcılar koleksiyonu</Summary>
|
||||
<Description xml:lang="en">A collection of helpers for building UPnP AV applications</Description>
|
||||
<Description xml:lang="tr">UPnP AV uygulamaları oluşturmak için yardımcılar koleksiyonu</Description>
|
||||
<Icon>gupnp-av</Icon>
|
||||
<Archive type="tarxz" sha1sum="7a24946fc99bf41be4229fabb61497d4863c7610" name="gupnp-av-0.12.11.tar.xz">mirrors://gnome/gupnp-av/0.12/gupnp-av-0.12.11.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>libsoup-devel</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>desktop/gnome/apps/gupnp-av/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>gupnp-av</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/libgupnp*</Path>
|
||||
<Path fileType="library">/usr/lib/girepository-1.0</Path>
|
||||
<Path fileType="data">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/gtk-doc</Path>
|
||||
<Path fileType="data">/usr/share/gupnp-av</Path>
|
||||
<Path fileType="data">/usr/share/vala</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>gupnp-av-devel</Name>
|
||||
<Summary xml:lang="tr">gupnp-av için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">gupnp-av</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="data">/usr/share/gir-1.0</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-06-27</Date>
|
||||
<Version>0.12.11</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>gnome-font-viewer</Name>
|
||||
@@ -10782,9 +10847,9 @@ components such as the Settings and gnome-shell.</Description>
|
||||
<Description xml:lang="en">A collection of UPnP/DLNA services</Description>
|
||||
<Description xml:lang="tr">UPnP/DLNA hizmetleri koleksiyonu</Description>
|
||||
<Icon>rygel</Icon>
|
||||
<Archive type="tarxz" sha1sum="jvgjhj" name="rygel-0.40.1.tar.xz">mirrors://gnome/rygel/0.40/rygel-0.40.1.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="ff756b362180cc090f54bcac301b3f10ebaa9575" name="rygel-0.40.1.tar.xz">mirrors://gnome/rygel/0.40/rygel-0.40.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>destkop-file-utils</Dependency>
|
||||
<Dependency>desktop-file-utils</Dependency>
|
||||
<Dependency>dbus-glib-devel</Dependency>
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
@@ -10792,7 +10857,15 @@ components such as the Settings and gnome-shell.</Description>
|
||||
<Dependency>gstreamer-devel</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>gupnp</Dependency>
|
||||
<Dependency>gupnp-devel</Dependency>
|
||||
<Dependency>libgee-devel</Dependency>
|
||||
<Dependency>libmediaart-devel</Dependency>
|
||||
<Dependency>libsoup-devel</Dependency>
|
||||
<Dependency>libunistring-devel</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>sqlite-devel</Dependency>
|
||||
<Dependency>tracker-devel</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>desktop/gnome/apps/rygel/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
@@ -10834,6 +10907,81 @@ components such as the Settings and gnome-shell.</Description>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>gupnp-dlna</Name>
|
||||
<Homepage>http://www.gupnp.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<PartOf>desktop.gnome.apps</PartOf>
|
||||
<Summary xml:lang="en">A collection of helpers for building UPnP AV applications</Summary>
|
||||
<Summary xml:lang="tr">UPnP AV uygulamaları oluşturmak için yardımcılar koleksiyonu</Summary>
|
||||
<Description xml:lang="en">A collection of helpers for building UPnP AV applications</Description>
|
||||
<Description xml:lang="tr">UPnP AV uygulamaları oluşturmak için yardımcılar koleksiyonu</Description>
|
||||
<Icon>gupnp-dlna</Icon>
|
||||
<Archive type="tarxz" sha1sum="462b268717931324c92e0c96c2319c65360eeef2" name="gupnp-dlna-0.10.5.tar.xz">mirrors://gnome/gupnp-dlna/0.10/gupnp-dlna-0.10.5.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>gssdp-devel</Dependency>
|
||||
<Dependency>gstreamer-devel</Dependency>
|
||||
<Dependency>gst-plugins-base-devel</Dependency>
|
||||
<Dependency>gupnp-devel</Dependency>
|
||||
<Dependency>gupnp-av-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>desktop/gnome/apps/gupnp-dlna/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>gupnp-dlna</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>gstreamer</Dependency>
|
||||
<Dependency>gst-plugins-base</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/libgupnp-dlna*</Path>
|
||||
<Path fileType="library">/usr/lib/girepository-1.0</Path>
|
||||
<Path fileType="library">/usr/lib/gupnp-dlna</Path>
|
||||
<Path fileType="data">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/gtk-doc</Path>
|
||||
<Path fileType="data">/usr/share/gupnp-dlna-2.0</Path>
|
||||
<Path fileType="data">/usr/share/vala</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>gupnp-dlna-devel</Name>
|
||||
<Summary xml:lang="tr">gupnp-dlna için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">gupnp-dlna</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>gstreamer-devel</Dependency>
|
||||
<Dependency>gst-plugins-base-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="data">/usr/share/gir-1.0</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-06-27</Date>
|
||||
<Version>0.10.5</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>gnome-music</Name>
|
||||
@@ -13222,7 +13370,7 @@ components such as the Settings and gnome-shell.</Description>
|
||||
<Description xml:lang="en">A framework for creating UPnP devices and control points</Description>
|
||||
<Description xml:lang="tr">UPnP cihazları ve kontrol noktaları oluşturmak için bir çerçeve</Description>
|
||||
<Icon>gupnp</Icon>
|
||||
<Archive type="tarxz" sha1sum="sdfdsf" name="gupnp-1.2.7.tar.xz">mirrors://gnome/gupnp/1.2/gupnp-1.2.7.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="8707bdbf57ad13dcf0c07d6bab3007e81cd2212a" name="gupnp-1.2.7.tar.xz">mirrors://gnome/gupnp/1.2/gupnp-1.2.7.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gssdp-devel</Dependency>
|
||||
<Dependency>gtk-doc</Dependency>
|
||||
@@ -13237,14 +13385,19 @@ components such as the Settings and gnome-shell.</Description>
|
||||
<Package>
|
||||
<Name>gupnp</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>gssdp</Dependency>
|
||||
<Dependency>libsoup</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>gobject-introspection</Dependency>
|
||||
<Dependency>libutil-linux</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localdata">/usr/share/locale</Path>
|
||||
<Path fileType="library">/usr/lib/libgupnp*</Path>
|
||||
<Path fileType="library">/usr/lib/girepository-1.0</Path>
|
||||
<Path fileType="data">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/man</Path>
|
||||
<Path fileType="data">/usr/share/vala</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
@@ -13252,6 +13405,11 @@ components such as the Settings and gnome-shell.</Description>
|
||||
<Summary xml:lang="tr">gupnp için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">gupnp</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>gssdp-devel</Dependency>
|
||||
<Dependency>libsoup-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>libutil-linux-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
@@ -205568,7 +205726,7 @@ to create header files and sources from protocol files.</Description>
|
||||
<PartOf>x11.vulkan</PartOf>
|
||||
<Summary xml:lang="en">Vulkan headers</Summary>
|
||||
<Description xml:lang="en">Vulkan headers</Description>
|
||||
<Archive type="targz" sha1sum="d77f1cee3fe9d7a928cfef2ee9716257ca6c8111" name="Vulkan-Headers-1.2.168.tar.gz">https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.2.168.tar.gz</Archive>
|
||||
<Archive type="targz" sha1sum="9c59189b5e69d5ee3e5886af72bc0f945f850c19" name="Vulkan-Headers-1.2.182.tar.gz">https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.2.182.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -205584,6 +205742,13 @@ to create header files and sources from protocol files.</Description>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2021-06-27</Date>
|
||||
<Version>1.2.182</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2021-02-01</Date>
|
||||
<Version>1.2.168</Version>
|
||||
@@ -205620,8 +205785,8 @@ to create header files and sources from protocol files.</Description>
|
||||
<PartOf>x11.vulkan</PartOf>
|
||||
<Summary xml:lang="en">API and commands for processing SPIR-V modules</Summary>
|
||||
<Description xml:lang="en">API and commands for processing SPIR-V modules</Description>
|
||||
<Archive type="targz" sha1sum="e4f67b727294e78c796885da35d868f3772b8300" name="v2020.6.tar.gz">https://github.com/KhronosGroup/SPIRV-Tools/archive/v2020.6.tar.gz</Archive>
|
||||
<Archive type="targz" sha1sum="49657f53dd391ab9dad0cb1ce47001d673a2c7ab" target="SPIRV-Tools-2020.6" name="1.5.4.raytracing.fixed.tar.gz">https://github.com/KhronosGroup/SPIRV-Headers/archive/1.5.4.raytracing.fixed.tar.gz</Archive>
|
||||
<Archive type="targz" sha1sum="d5cb466155341b927db52b2f16710694c1716eaa" name="v2021.2.tar.gz">https://github.com/KhronosGroup/SPIRV-Tools/archive/v2021.2.tar.gz</Archive>
|
||||
<Archive type="targz" sha1sum="49657f53dd391ab9dad0cb1ce47001d673a2c7ab" target="SPIRV-Tools-2021.2" name="1.5.4.raytracing.fixed.tar.gz">https://github.com/KhronosGroup/SPIRV-Headers/archive/1.5.4.raytracing.fixed.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -205654,6 +205819,13 @@ to create header files and sources from protocol files.</Description>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2021-06-27</Date>
|
||||
<Version>2021.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2021-02-01</Date>
|
||||
<Version>2020.6</Version>
|
||||
@@ -205774,7 +205946,7 @@ to create header files and sources from protocol files.</Description>
|
||||
<PartOf>x11.vulkan</PartOf>
|
||||
<Summary xml:lang="en">OpenGL and OpenGL ES shader front end and validator</Summary>
|
||||
<Description xml:lang="en">OpenGL and OpenGL ES shader front end and validator</Description>
|
||||
<Archive type="targz" sha1sum="1ff733e45b0dfea91278d263e409e37044a88cce" name="8.13.3743.tar.gz">https://github.com/KhronosGroup/glslang/archive/8.13.3743.tar.gz</Archive>
|
||||
<Archive type="targz" sha1sum="57cc7e0e96d2b9407541b4c0e3f86cd2fa1e945e" name="11.5.0.tar.gz">https://github.com/KhronosGroup/glslang/archive/11.5.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
@@ -205808,6 +205980,13 @@ to create header files and sources from protocol files.</Description>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2021-06-27</Date>
|
||||
<Version>11.5.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2020-07-06</Date>
|
||||
<Version>8.13.3743</Version>
|
||||
|
||||
@@ -1 +1 @@
|
||||
643d09945a055d16a37ff6d4bb85a4d015e8cc5d
|
||||
94730debfdfa2e2d6d09561946f8291e47b78e81
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
ac3cf921c2f87164435b34761d24b8168fe75ed2
|
||||
34a0ad285c8a8c0b51640dc60b6a2231b11a608a
|
||||
Reference in New Issue
Block a user