diff --git a/desktop/gnome/apps/gupnp-av/actions.py b/desktop/gnome/apps/gupnp-av/actions.py new file mode 100644 index 0000000000..b14813dfc0 --- /dev/null +++ b/desktop/gnome/apps/gupnp-av/actions.py @@ -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") diff --git a/desktop/gnome/apps/gupnp-av/pspec.xml b/desktop/gnome/apps/gupnp-av/pspec.xml new file mode 100644 index 0000000000..369c4f8f9a --- /dev/null +++ b/desktop/gnome/apps/gupnp-av/pspec.xml @@ -0,0 +1,65 @@ + + + + + gupnp-av + http://www.gupnp.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + gupnp-av + app:gui + A collection of helpers for building UPnP AV applications + A collection of helpers for building UPnP AV applications + mirrors://gnome/gupnp-av/0.12/gupnp-av-0.12.11.tar.xz + + glib2-devel + gtk-doc + gobject-introspection-devel + libxml2-devel + libsoup-devel + vala-devel + + + + + gupnp-av + + glib2 + libxml2 + + + /usr/bin + /usr/lib/libgupnp* + /usr/lib/girepository-1.0 + /usr/share/doc + /usr/share/gtk-doc + /usr/share/gupnp-av + /usr/share/vala + + + + + gupnp-av-devel + + gupnp-av + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + + 2021-06-27 + 0.12.11 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/desktop/gnome/apps/gupnp-av/translations.xml b/desktop/gnome/apps/gupnp-av/translations.xml new file mode 100644 index 0000000000..825b04b425 --- /dev/null +++ b/desktop/gnome/apps/gupnp-av/translations.xml @@ -0,0 +1,13 @@ + + + + gupnp-av + UPnP AV uygulamaları oluşturmak için yardımcılar koleksiyonu + UPnP AV uygulamaları oluşturmak için yardımcılar koleksiyonu + + + + gupnp-av-devel + gupnp-av için geliştirme dosyaları + + diff --git a/desktop/gnome/apps/gupnp-dlna/actions.py b/desktop/gnome/apps/gupnp-dlna/actions.py new file mode 100644 index 0000000000..e5ed1ee80c --- /dev/null +++ b/desktop/gnome/apps/gupnp-dlna/actions.py @@ -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") diff --git a/desktop/gnome/apps/gupnp-dlna/pspec.xml b/desktop/gnome/apps/gupnp-dlna/pspec.xml new file mode 100644 index 0000000000..85d97d879d --- /dev/null +++ b/desktop/gnome/apps/gupnp-dlna/pspec.xml @@ -0,0 +1,75 @@ + + + + + gupnp-dlna + http://www.gupnp.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + gupnp-dlna + app:gui + A collection of helpers for building UPnP AV applications + A collection of helpers for building UPnP AV applications + mirrors://gnome/gupnp-dlna/0.10/gupnp-dlna-0.10.5.tar.xz + + glib2-devel + gobject-introspection-devel + gssdp-devel + gstreamer-devel + gst-plugins-base-devel + gupnp-devel + gupnp-av-devel + libxml2-devel + gtk-doc + vala-devel + + + + + gupnp-dlna + + glib2 + libxml2 + gstreamer + gst-plugins-base + + + /usr/bin + /usr/lib/libgupnp-dlna* + /usr/lib/girepository-1.0 + /usr/lib/gupnp-dlna + /usr/share/doc + /usr/share/gtk-doc + /usr/share/gupnp-dlna-2.0 + /usr/share/vala + + + + + gupnp-dlna-devel + + gupnp-dlna + glib2-devel + gstreamer-devel + gst-plugins-base-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + + 2021-06-27 + 0.10.5 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/desktop/gnome/apps/gupnp-dlna/translations.xml b/desktop/gnome/apps/gupnp-dlna/translations.xml new file mode 100644 index 0000000000..d028062a4a --- /dev/null +++ b/desktop/gnome/apps/gupnp-dlna/translations.xml @@ -0,0 +1,13 @@ + + + + gupnp-dlna + UPnP AV uygulamaları oluşturmak için yardımcılar koleksiyonu + UPnP AV uygulamaları oluşturmak için yardımcılar koleksiyonu + + + + gupnp-dlna-devel + gupnp-dlna için geliştirme dosyaları + + diff --git a/desktop/gnome/apps/rygel/actions.py b/desktop/gnome/apps/rygel/actions.py new file mode 100644 index 0000000000..d75fc4dbd0 --- /dev/null +++ b/desktop/gnome/apps/rygel/actions.py @@ -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") diff --git a/desktop/gnome/apps/rygel/pspec.xml b/desktop/gnome/apps/rygel/pspec.xml new file mode 100644 index 0000000000..766c4c8358 --- /dev/null +++ b/desktop/gnome/apps/rygel/pspec.xml @@ -0,0 +1,93 @@ + + + + + rygel + https://wiki.gnome.org/Projects/Rygel + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + rygel + app:gui + A collection of UPnP/DLNA services + A collection of UPnP/DLNA services + mirrors://gnome/rygel/0.40/rygel-0.40.1.tar.xz + + desktop-file-utils + dbus-glib-devel + docbook-xsl + gettext-devel + gobject-introspection-devel + gstreamer-devel + gst-editing-services-devel + gtk-doc + gtk3-devel + gupnp-devel + libgee-devel + libmediaart-devel + libsoup-devel + libunistring-devel + meson + sqlite-devel + tracker-devel + tracker-miners + vala-devel + + + + + rygel + + gtk3 + glib2 + gssdp + gupnp + libgee + sqlite + libsoup + libxml2 + tracker + gupnp-av + gstreamer + gupnp-dlna + libmediaart + libunistring + gst-plugins-base + gst-editing-services + + + /usr/bin + /etc/rygel.conf + /usr/lib + /usr/share + /usr/share/locale + + + + + rygel-devel + + rygel + libgee-devel + gupnp-av-devel + gstreamer-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + + 2021-06-27 + 0.40.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/desktop/gnome/apps/rygel/translations.xml b/desktop/gnome/apps/rygel/translations.xml new file mode 100644 index 0000000000..4c852b85b9 --- /dev/null +++ b/desktop/gnome/apps/rygel/translations.xml @@ -0,0 +1,13 @@ + + + + rygel + UPnP/DLNA hizmetleri koleksiyonu + UPnP/DLNA hizmetleri koleksiyonu + + + + rygel-devel + rygel için geliştirme dosyaları + + diff --git a/pisi-index.xml b/pisi-index.xml index 4e0e103d85..098d7ec8f0 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -10625,6 +10625,71 @@ components such as the Settings and gnome-shell. + + + gupnp-av + http://www.gupnp.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.apps + A collection of helpers for building UPnP AV applications + UPnP AV uygulamaları oluşturmak için yardımcılar koleksiyonu + A collection of helpers for building UPnP AV applications + UPnP AV uygulamaları oluşturmak için yardımcılar koleksiyonu + gupnp-av + mirrors://gnome/gupnp-av/0.12/gupnp-av-0.12.11.tar.xz + + glib2-devel + gtk-doc + gobject-introspection-devel + libxml2-devel + libsoup-devel + vala-devel + + desktop/gnome/apps/gupnp-av/pspec.xml + + + gupnp-av + + glib2 + libxml2 + + + /usr/bin + /usr/lib/libgupnp* + /usr/lib/girepository-1.0 + /usr/share/doc + /usr/share/gtk-doc + /usr/share/gupnp-av + /usr/share/vala + + + + gupnp-av-devel + gupnp-av için geliştirme dosyaları + + gupnp-av + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2021-06-27 + 0.12.11 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + gnome-font-viewer @@ -10782,9 +10847,9 @@ components such as the Settings and gnome-shell. A collection of UPnP/DLNA services UPnP/DLNA hizmetleri koleksiyonu rygel - mirrors://gnome/rygel/0.40/rygel-0.40.1.tar.xz + mirrors://gnome/rygel/0.40/rygel-0.40.1.tar.xz - destkop-file-utils + desktop-file-utils dbus-glib-devel docbook-xsl gettext-devel @@ -10792,7 +10857,15 @@ components such as the Settings and gnome-shell. gstreamer-devel gtk-doc gtk3-devel - gupnp + gupnp-devel + libgee-devel + libmediaart-devel + libsoup-devel + libunistring-devel + meson + sqlite-devel + tracker-devel + vala-devel desktop/gnome/apps/rygel/pspec.xml @@ -10834,6 +10907,81 @@ components such as the Settings and gnome-shell. + + + gupnp-dlna + http://www.gupnp.org/ + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.apps + A collection of helpers for building UPnP AV applications + UPnP AV uygulamaları oluşturmak için yardımcılar koleksiyonu + A collection of helpers for building UPnP AV applications + UPnP AV uygulamaları oluşturmak için yardımcılar koleksiyonu + gupnp-dlna + mirrors://gnome/gupnp-dlna/0.10/gupnp-dlna-0.10.5.tar.xz + + glib2-devel + gobject-introspection-devel + gssdp-devel + gstreamer-devel + gst-plugins-base-devel + gupnp-devel + gupnp-av-devel + libxml2-devel + gtk-doc + vala-devel + + desktop/gnome/apps/gupnp-dlna/pspec.xml + + + gupnp-dlna + + glib2 + libxml2 + gstreamer + gst-plugins-base + + + /usr/bin + /usr/lib/libgupnp-dlna* + /usr/lib/girepository-1.0 + /usr/lib/gupnp-dlna + /usr/share/doc + /usr/share/gtk-doc + /usr/share/gupnp-dlna-2.0 + /usr/share/vala + + + + gupnp-dlna-devel + gupnp-dlna için geliştirme dosyaları + + gupnp-dlna + glib2-devel + gstreamer-devel + gst-plugins-base-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2021-06-27 + 0.10.5 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + gnome-music @@ -13222,7 +13370,7 @@ components such as the Settings and gnome-shell. A framework for creating UPnP devices and control points UPnP cihazları ve kontrol noktaları oluşturmak için bir çerçeve gupnp - mirrors://gnome/gupnp/1.2/gupnp-1.2.7.tar.xz + mirrors://gnome/gupnp/1.2/gupnp-1.2.7.tar.xz gssdp-devel gtk-doc @@ -13237,14 +13385,19 @@ components such as the Settings and gnome-shell. gupnp + glib2 + gssdp + libsoup libxml2 - gobject-introspection + libutil-linux /usr/bin - /usr/lib - /usr/share - /usr/share/locale + /usr/lib/libgupnp* + /usr/lib/girepository-1.0 + /usr/share/doc + /usr/share/man + /usr/share/vala @@ -13252,6 +13405,11 @@ components such as the Settings and gnome-shell. gupnp için geliştirme dosyaları gupnp + glib2-devel + gssdp-devel + libsoup-devel + libxml2-devel + libutil-linux-devel /usr/include @@ -205568,7 +205726,7 @@ to create header files and sources from protocol files. x11.vulkan Vulkan headers Vulkan headers - https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.2.168.tar.gz + https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.2.182.tar.gz cmake python3-devel @@ -205584,6 +205742,13 @@ to create header files and sources from protocol files. + + 2021-06-27 + 1.2.182 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-02-01 1.2.168 @@ -205620,8 +205785,8 @@ to create header files and sources from protocol files. x11.vulkan API and commands for processing SPIR-V modules API and commands for processing SPIR-V modules - https://github.com/KhronosGroup/SPIRV-Tools/archive/v2020.6.tar.gz - https://github.com/KhronosGroup/SPIRV-Headers/archive/1.5.4.raytracing.fixed.tar.gz + https://github.com/KhronosGroup/SPIRV-Tools/archive/v2021.2.tar.gz + https://github.com/KhronosGroup/SPIRV-Headers/archive/1.5.4.raytracing.fixed.tar.gz cmake python3-devel @@ -205654,6 +205819,13 @@ to create header files and sources from protocol files. + + 2021-06-27 + 2021.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-02-01 2020.6 @@ -205774,7 +205946,7 @@ to create header files and sources from protocol files. x11.vulkan OpenGL and OpenGL ES shader front end and validator OpenGL and OpenGL ES shader front end and validator - https://github.com/KhronosGroup/glslang/archive/8.13.3743.tar.gz + https://github.com/KhronosGroup/glslang/archive/11.5.0.tar.gz cmake python3-devel @@ -205808,6 +205980,13 @@ to create header files and sources from protocol files. + + 2021-06-27 + 11.5.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-07-06 8.13.3743 diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 2d216d397f..4b92ff7a3a 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -643d09945a055d16a37ff6d4bb85a4d015e8cc5d \ No newline at end of file +94730debfdfa2e2d6d09561946f8291e47b78e81 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 691be52e95..4b03c4d70d 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index fb7a04f05b..aaecfd7284 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -ac3cf921c2f87164435b34761d24b8168fe75ed2 \ No newline at end of file +34a0ad285c8a8c0b51640dc60b6a2231b11a608a \ No newline at end of file