grilo-plugins:new package

This commit is contained in:
2021-06-11 14:15:30 +03:00
parent c590b15eb2
commit 3ec9b4f0b7
8 changed files with 342 additions and 20 deletions
@@ -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 mesontools, pisitools
def setup():
mesontools.configure()
def build():
mesontools.build()
def install():
mesontools.install()
pisitools.dodoc("AUTHORS", "COPYING", "README*", "NEWS")
@@ -0,0 +1,26 @@
From 1b0fae453daf32eda9d0267c1a13cfebe324f89f Mon Sep 17 00:00:00 2001
From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
Date: Sun, 4 Apr 2021 18:30:57 +0000
Subject: [PATCH] grl-lua-factory: Remove a bad pop
This was exposed by Lua 5.4.3, causing a crash.
---
src/lua-factory/grl-lua-factory.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/lua-factory/grl-lua-factory.c b/src/lua-factory/grl-lua-factory.c
index 4f37984..3a3b824 100644
--- a/src/lua-factory/grl-lua-factory.c
+++ b/src/lua-factory/grl-lua-factory.c
@@ -1255,8 +1255,6 @@ table_to_tags (lua_State *L)
lua_pop (L, 1);
}
- lua_pop (L, 1);
-
if (array->len == 0) {
g_ptr_array_free (array, TRUE);
return NULL;
--
2.31.1
@@ -0,0 +1,99 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org.tr/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>grilo-plugins</Name>
<Homepage>https://wiki.gnome.org/Projects/Grilo</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>grilo-plugins</Icon>
<IsA>app:gui</IsA>
<Summary>Plugins for the Grilo framework</Summary>
<Description>Plugins for the Grilo framework</Description>
<Archive sha1sum="3a72898ff7a2d9206daf302dc78ea68c2ece15aa" type="tarxz">mirrors://gnome/grilo-plugins/0.3/grilo-plugins-0.3.13.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>avahi-glib-devel</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>grilo-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gom-devel</Dependency>
<Dependency>gnome-online-accounts-devel</Dependency>
<Dependency>gstreamer-devel</Dependency>
<Dependency>gperf</Dependency>
<Dependency>libgcrypt-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>itstool</Dependency>
<Dependency>libarchive-devel</Dependency>
<Dependency>libmediaart-devel</Dependency>
<Dependency>libsoup-devel</Dependency>
<Dependency>lua-devel</Dependency>
<Dependency>librest-devel</Dependency>
<Dependency>sqlite-devel</Dependency>
<Dependency>libgdata-devel</Dependency>
<Dependency>totem-pl-parser-devel</Dependency>
<Dependency>tracker-devel</Dependency>
<Dependency>json-glib-devel</Dependency>
<Dependency>libdmapsharing-devel</Dependency>
<Dependency>liboauth-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>0001-grl-lua-factory-Remove-a-bad-pop.patch</Patch>
</Patches>
</Source>
<Package>
<Name>grilo-plugins</Name>
<RuntimeDependencies>
<Dependency>avahi-glib</Dependency>
<Dependency>avahi-libs</Dependency>
<Dependency>glib2</Dependency>
<Dependency>gnome-online-accounts</Dependency>
<Dependency>gom</Dependency>
<Dependency>grilo</Dependency>
<Dependency>gstreamer</Dependency>
<Dependency>json-glib</Dependency>
<Dependency>libarchive</Dependency>
<Dependency>libdmapsharing</Dependency>
<Dependency>libgdata</Dependency>
<Dependency>libmediaart</Dependency>
<Dependency>liboauth</Dependency>
<Dependency>libsoup</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>lua</Dependency>
<Dependency>sqlite</Dependency>
<Dependency>totem-pl-parser</Dependency>
<Dependency>tracker</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/grilo-0.3</Path>
<Path fileType="data">/usr/share/doc</Path>
<Path fileType="data">/usr/share/grilo-plugins</Path>
<Path fileType="data">/usr/share/help</Path>
<Path fileType="localdata">/usr/share/locale</Path>
</Files>
</Package>
<Package>
<Name>grilo-plugins-devel</Name>
<RuntimeDependencies>
<Dependency release="current">grilo-plugins</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-06-11</Date>
<Version>0.3.13</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>grilo-plugins</Name>
<Summary xml:lang="tr">Grilo çerçevesi için eklentiler</Summary>
<Description xml:lang="tr">Grilo çerçevesi için eklentiler</Description>
</Source>
<Package>
<Name>grilo-plugins-devel</Name>
<Summary xml:lang="tr">grilo-plugins için geliştirme dosyaları</Summary>
</Package>
</PISI>
+184 -18
View File
@@ -7039,6 +7039,105 @@ load.</Description>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>grilo-plugins</Name>
<Homepage>https://wiki.gnome.org/Projects/Grilo</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<PartOf>desktop.gnome.base</PartOf>
<Summary xml:lang="en">Plugins for the Grilo framework</Summary>
<Summary xml:lang="tr">Grilo çerçevesi için eklentiler</Summary>
<Description xml:lang="en">Plugins for the Grilo framework</Description>
<Description xml:lang="tr">Grilo çerçevesi için eklentiler</Description>
<Icon>grilo-plugins</Icon>
<Archive type="tarxz" sha1sum="3a72898ff7a2d9206daf302dc78ea68c2ece15aa" name="grilo-plugins-0.3.13.tar.xz">mirrors://gnome/grilo-plugins/0.3/grilo-plugins-0.3.13.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>avahi-glib-devel</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>grilo-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gom-devel</Dependency>
<Dependency>gnome-online-accounts-devel</Dependency>
<Dependency>gstreamer-devel</Dependency>
<Dependency>gperf</Dependency>
<Dependency>libgcrypt-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>itstool</Dependency>
<Dependency>libarchive-devel</Dependency>
<Dependency>libmediaart-devel</Dependency>
<Dependency>libsoup-devel</Dependency>
<Dependency>lua-devel</Dependency>
<Dependency>librest-devel</Dependency>
<Dependency>sqlite-devel</Dependency>
<Dependency>libgdata-devel</Dependency>
<Dependency>totem-pl-parser-devel</Dependency>
<Dependency>tracker-devel</Dependency>
<Dependency>json-glib-devel</Dependency>
<Dependency>libdmapsharing-devel</Dependency>
<Dependency>liboauth-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>0001-grl-lua-factory-Remove-a-bad-pop.patch</Patch>
</Patches>
<SourceURI>desktop/gnome/base/grilo-plugins/pspec.xml</SourceURI>
</Source>
<Package>
<Name>grilo-plugins</Name>
<RuntimeDependencies>
<Dependency>avahi-glib</Dependency>
<Dependency>avahi-libs</Dependency>
<Dependency>glib2</Dependency>
<Dependency>gnome-online-accounts</Dependency>
<Dependency>gom</Dependency>
<Dependency>grilo</Dependency>
<Dependency>gstreamer</Dependency>
<Dependency>json-glib</Dependency>
<Dependency>libarchive</Dependency>
<Dependency>libdmapsharing</Dependency>
<Dependency>libgdata</Dependency>
<Dependency>libmediaart</Dependency>
<Dependency>liboauth</Dependency>
<Dependency>libsoup</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>lua</Dependency>
<Dependency>sqlite</Dependency>
<Dependency>totem-pl-parser</Dependency>
<Dependency>tracker</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/grilo-0.3</Path>
<Path fileType="data">/usr/share/doc</Path>
<Path fileType="data">/usr/share/grilo-plugins</Path>
<Path fileType="data">/usr/share/help</Path>
<Path fileType="localdata">/usr/share/locale</Path>
</Files>
</Package>
<Package>
<Name>grilo-plugins-devel</Name>
<Summary xml:lang="tr">grilo-plugins için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="1">grilo-plugins</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-06-11</Date>
<Version>0.3.13</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>grilo</Name>
@@ -10453,6 +10552,8 @@ components such as the Settings and gnome-shell.</Description>
<Dependency>libgdata-devel</Dependency>
<Dependency>totem-pl-parser-devel</Dependency>
<Dependency>liboauth-devel</Dependency>
<Dependency>gom-devel</Dependency>
<Dependency>libdmapsharing-devel</Dependency>
</BuildDependencies>
<SourceURI>desktop/gnome/apps/gnome-music/pspec.xml</SourceURI>
</Source>
@@ -10464,9 +10565,16 @@ components such as the Settings and gnome-shell.</Description>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="library">/usr/lib/org.gnome.Music</Path>
<Path fileType="library">/usr/lib/python3.*</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/doc</Path>
<Path fileType="data">/usr/share/glib-2.0</Path>
<Path fileType="data">/usr/share/help</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="localdata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/metainfo</Path>
<Path fileType="data">/usr/share/org.gnome.Music</Path>
</Files>
</Package>
<History>
@@ -190273,14 +190381,17 @@ provide integrated access to the cloud providers services.</Description>
<Description xml:lang="en">A DMAP client and server library</Description>
<Description xml:lang="tr">Bir DMAP istemci ve sunucu kitaplığı</Description>
<Icon>libdmapsharing</Icon>
<Archive type="targz" sha1sum="20a57b8c184ed2ef85cd8ad8ef1a283839d2e119" name="libdmapsharing-2.9.41.tar.gz">http://www.flyn.org/projects/libdmapsharing/libdmapsharing-2.9.41.tar.gz</Archive>
<Archive type="targz" sha1sum="26bf4bd18d3de4ae795d6788effed87d34139e24" name="libdmapsharing-3.9.9.tar.gz">http://www.flyn.org/projects/libdmapsharing/libdmapsharing-3.9.9.tar.gz</Archive>
<BuildDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency>libgee-devel</Dependency>
<Dependency>libsoup-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>gstreamer-devel</Dependency>
<Dependency>gst-plugins-base-devel</Dependency>
<Dependency>avahi-glib-devel</Dependency>
<Dependency>gtk-doc</Dependency>
<Dependency>vala-devel</Dependency>
</BuildDependencies>
<SourceURI>programming/library/libdmapsharing/pspec.xml</SourceURI>
</Source>
@@ -190293,6 +190404,8 @@ provide integrated access to the cloud providers services.</Description>
<Dependency>avahi-glib</Dependency>
<Dependency>avahi-libs</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>gstreamer</Dependency>
<Dependency>gst-plugins-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -190307,6 +190420,7 @@ provide integrated access to the cloud providers services.</Description>
<RuntimeDependencies>
<Dependency release="1">libdmapsharing</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gstreamer-devel</Dependency>
<Dependency>libsoup-devel</Dependency>
</RuntimeDependencies>
<Files>
@@ -190317,8 +190431,8 @@ provide integrated access to the cloud providers services.</Description>
</Package>
<History>
<Update release="1">
<Date>2021-06-10</Date>
<Version>2.9.41</Version>
<Date>2021-06-11</Date>
<Version>3.9.9</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
@@ -201337,11 +201451,12 @@ to create header files and sources from protocol files.</Description>
<Summary xml:lang="tr">X klavye yapılandırma veritabanı</Summary>
<Description xml:lang="en">xkeyboard-config aims to provide consistent and well-structured X keyboard configuration data for X Window System implementations.</Description>
<Description xml:lang="tr">xkeyboard-config, X Pencere Sistemi için tutarlı ve iyi tasarlanmış X klavye yapılandırma verisi sağlamayı amaçlar.</Description>
<Archive type="tarbz2" sha1sum="f521cd49ab04f54778779dddc68e1771de2e8fbb" name="xkeyboard-config-2.28.tar.bz2">mirrors://xorg/individual/data/xkeyboard-config/xkeyboard-config-2.28.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="68e2eea28c0511bfa828f5837815329e5f227c93" name="xkeyboard-config-2.32.tar.bz2">mirrors://xorg/individual/data/xkeyboard-config/xkeyboard-config-2.32.tar.bz2</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>xorg-proto</Dependency>
<Dependency>xorg-app</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>libX11-devel</Dependency>
</BuildDependencies>
@@ -201370,6 +201485,13 @@ to create header files and sources from protocol files.</Description>
</AdditionalFiles>
</Package>
<History>
<Update release="11">
<Date>2021-06-10</Date>
<Version>2.32</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="10">
<Date>2020-03-15</Date>
<Version>2.28</Version>
@@ -204341,7 +204463,7 @@ to create header files and sources from protocol files.</Description>
<Description xml:lang="en">The xterm program is a terminal emulator for the X Window System. It provides DEC VT102 and Tektronix 4014 compatible terminals for programs that can&apos;t use the window system directly.</Description>
<Description xml:lang="tr">xterm programı, X Pencere Sistemi için bir uçbirim emülatörüdür. Pencere sistemini doğrudan kullanamayan programlar için DEC VT102 ve Tektronix 4014 uyumlu uçbirimler sağlar.</Description>
<Icon>terminal</Icon>
<Archive type="targz" sha1sum="72403d88ced07eca58284691bb3f1ffc1a04e21d" name="xterm-348.tgz">http://invisible-mirror.net/archives/xterm/xterm-348.tgz</Archive>
<Archive type="targz" sha1sum="ddd01a03bcab04eb9e7c7e6f9806fd48d242bc5d" name="xterm-368.tgz">http://invisible-mirror.net/archives/xterm/xterm-368.tgz</Archive>
<BuildDependencies>
<Dependency>fontconfig-devel</Dependency>
<Dependency>libICE-devel</Dependency>
@@ -204355,6 +204477,8 @@ to create header files and sources from protocol files.</Description>
<Dependency>libXpm-devel</Dependency>
<Dependency>ncurses-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>libXext-devel</Dependency>
<Dependency>freetype-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>16colors.txt.diff</Patch>
@@ -204367,6 +204491,8 @@ to create header files and sources from protocol files.</Description>
<RuntimeDependencies>
<Dependency>fontconfig</Dependency>
<Dependency>libICE</Dependency>
<Dependency>libXext</Dependency>
<Dependency>freetype</Dependency>
<Dependency>libXaw</Dependency>
<Dependency>libXft</Dependency>
<Dependency>libXmu</Dependency>
@@ -204386,6 +204512,13 @@ to create header files and sources from protocol files.</Description>
</Files>
</Package>
<History>
<Update release="7">
<Date>2021-06-10</Date>
<Version>368</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2020-01-25</Date>
<Version>348</Version>
@@ -229828,7 +229961,7 @@ to create header files and sources from protocol files.</Description>
<Summary xml:lang="tr">A library for manipulating block devices</Summary>
<Description xml:lang="en">Blok cihazlarını değiştirmek için bir kütüphane</Description>
<Description xml:lang="tr">Blok cihazlarını değiştirmek için bir kütüphane</Description>
<Archive type="targz" sha1sum="17e84346cae1ba0fa4cedeada2f8aa10b5000bd3" name="libblockdev-2.24.tar.gz">https://github.com/storaged-project/libblockdev/releases/download/2.24-1/libblockdev-2.24.tar.gz</Archive>
<Archive type="targz" sha1sum="c16d236f95a7a88b1d0f5309fdc8823999d297d1" name="libblockdev-2.25.tar.gz">https://github.com/storaged-project/libblockdev/releases/download/2.25-1/libblockdev-2.25.tar.gz</Archive>
<BuildDependencies>
<Dependency>nss-devel</Dependency>
<Dependency>mdadm</Dependency>
@@ -229836,9 +229969,10 @@ to create header files and sources from protocol files.</Description>
<Dependency>glib2-devel</Dependency>
<Dependency>parted-devel</Dependency>
<Dependency>libyaml-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>libkmod-devel</Dependency>
<Dependency>volume_key-devel</Dependency>
<Dependency>libbytesize-devel</Dependency>
<Dependency versionFrom="2.5">libbytesize-devel</Dependency>
<Dependency>libcryptsetup-devel</Dependency>
<Dependency>libutil-linux-devel</Dependency>
<Dependency>device-mapper-devel</Dependency>
@@ -229875,7 +230009,8 @@ to create header files and sources from protocol files.</Description>
<Name>libblockdev-devel</Name>
<Summary xml:lang="en">Development files for libblockdev</Summary>
<RuntimeDependencies>
<Dependency release="4">libblockdev</Dependency>
<Dependency release="5">libblockdev</Dependency>
<Dependency>glib2-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -229883,6 +230018,13 @@ to create header files and sources from protocol files.</Description>
</Files>
</Package>
<History>
<Update release="5">
<Date>2021-06-11</Date>
<Version>2.25</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2020-11-07</Date>
<Version>2.24</Version>
@@ -230375,7 +230517,7 @@ to create header files and sources from protocol files.</Description>
<Summary xml:lang="tr">A tiny library providing a C &quot;class&quot; for working with arbitrary big sizes in bytes</Summary>
<Description xml:lang="en">Bayt cinsinden rastgele büyük boyutlarla çalışmak için C sınıfı olan kütüphane</Description>
<Description xml:lang="tr">Bayt cinsinden rastgele büyük boyutlarla çalışmak için C sınıfı olan kütüphane</Description>
<Archive type="targz" sha1sum="e178fa995fc61ce32d73b4f2f0ff097d65637ece" name="libbytesize-2.2.tar.gz">https://github.com/storaged-project/libbytesize/releases/download/2.2/libbytesize-2.2.tar.gz</Archive>
<Archive type="targz" sha1sum="8e2ed5dacc195e3189f12f3bd23a86bdc7674f9c" name="libbytesize-2.5.tar.gz">https://github.com/storaged-project/libbytesize/releases/download/2.5/libbytesize-2.5.tar.gz</Archive>
<BuildDependencies>
<Dependency>libpcre2-devel</Dependency>
<Dependency>python3-devel</Dependency>
@@ -230404,7 +230546,7 @@ to create header files and sources from protocol files.</Description>
<Name>libbytesize-devel</Name>
<Summary xml:lang="en">Development files for libbytesize</Summary>
<RuntimeDependencies>
<Dependency release="2">libbytesize</Dependency>
<Dependency release="3">libbytesize</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -230412,6 +230554,13 @@ to create header files and sources from protocol files.</Description>
</Files>
</Package>
<History>
<Update release="3">
<Date>2021-06-11</Date>
<Version>2.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2020-02-01</Date>
<Version>2.2</Version>
@@ -230777,7 +230926,7 @@ to create header files and sources from protocol files.</Description>
<Summary xml:lang="tr">Disk Yönetim Hizmeti</Summary>
<Description xml:lang="en">udisks provides a daemon, API and command line tools for managing disk devices attached to the system.</Description>
<Description xml:lang="tr">udisks, sisteme bağlı disk aygıtlarını yönetmek için programlama kitaplığı ve komut satırı araçları sunar.</Description>
<Archive type="tarbz2" sha1sum="5c13eca0d896385ae4a08a0d5276c27b137afc56" name="udisks-2.9.1.tar.bz2">https://github.com/storaged-project/udisks/releases/download/udisks-2.9.1/udisks-2.9.1.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="15aaadab7f6ce2ddc4c6ca114019241cd1152f04" name="udisks-2.9.2.tar.bz2">https://github.com/storaged-project/udisks/releases/download/udisks-2.9.2/udisks-2.9.2.tar.bz2</Archive>
<AdditionalFiles>
<AdditionalFile target="po/tr.po">tr.po</AdditionalFile>
</AdditionalFiles>
@@ -230786,6 +230935,7 @@ to create header files and sources from protocol files.</Description>
<Dependency>acl-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>polkit-devel</Dependency>
<Dependency>elogind-devel</Dependency>
<Dependency>python-six</Dependency>
<Dependency>libgudev-devel</Dependency>
<Dependency>parted-devel</Dependency>
@@ -230803,7 +230953,7 @@ to create header files and sources from protocol files.</Description>
<Dependency>ntfs-3g</Dependency>
<Dependency>gptfdisk</Dependency>
<Dependency>btrfs-progs-devel</Dependency>
<Dependency>libblockdev-devel</Dependency>
<Dependency versionFrom="2.25">libblockdev-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">udisks-2.x-ntfs-3g.patch</Patch>
@@ -230820,6 +230970,7 @@ to create header files and sources from protocol files.</Description>
<Dependency>lvm2</Dependency>
<Dependency>mdadm</Dependency>
<Dependency>parted</Dependency>
<Dependency>elogind</Dependency>
<Dependency>libatasmart</Dependency>
<Dependency>device-mapper</Dependency>
<Dependency>ntfsprogs</Dependency>
@@ -230852,7 +231003,7 @@ to create header files and sources from protocol files.</Description>
<Name>udisks2-docs</Name>
<Summary xml:lang="en">Development files for udisks2</Summary>
<RuntimeDependencies>
<Dependency release="8">udisks2</Dependency>
<Dependency release="9">udisks2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/gtk-doc</Path>
@@ -230863,7 +231014,8 @@ to create header files and sources from protocol files.</Description>
<Summary xml:lang="en">Development files for udisks2</Summary>
<Summary xml:lang="tr">udisks için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="8">udisks2</Dependency>
<Dependency release="9">udisks2</Dependency>
<Dependency>glib2-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -230871,6 +231023,13 @@ to create header files and sources from protocol files.</Description>
</Files>
</Package>
<History>
<Update release="9">
<Date>2021-06-11</Date>
<Version>2.9.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2020-12-21</Date>
<Version>2.9.1</Version>
@@ -269750,7 +269909,7 @@ to create header files and sources from protocol files.</Description>
<Summary xml:lang="tr">Açık kaynak bir grafik çizim programıdır</Summary>
<Description xml:lang="en">Graphviz is open source graph visualization software which has web and interactive graphical interfaces, and auxiliary tools and libraries. Graphviz has many useful features for diagrams, such as options for colors, fonts, tabular node layouts, line styles, and custom shapes.</Description>
<Description xml:lang="tr">Graphviz web ve etkileşimli grafik arayüzüne, yardımcı araç ve kütüphanelere sahip açık kaynak bir grafik canlandırma yazılımıdır. Graphviz renk, font, çizelge planı, çizgi stili ayarları ve özel şekiller gibi diyagramlara yönelik bir çok kullanışlı özelliğe sahiptir.</Description>
<Archive type="targz" sha1sum="97248926fe8dc006411037a5dab4cd0276355372" name="graphviz-2.46.1.tar.gz">https://gitlab.com/graphviz/graphviz/-/archive/2.46.1/graphviz-2.46.1.tar.gz</Archive>
<Archive type="targz" sha1sum="7aee89ec5c28e180a698df07ff4c939b1c400b8f" name="graphviz-2.47.2.tar.gz">https://gitlab.com/graphviz/graphviz/-/archive/2.47.2/graphviz-2.47.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>freeglut-devel</Dependency>
<Dependency>gd-devel</Dependency>
@@ -269808,7 +269967,7 @@ to create header files and sources from protocol files.</Description>
<Summary xml:lang="en">Development files for graphviz</Summary>
<Summary xml:lang="tr">graphviz için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="2">graphviz</Dependency>
<Dependency release="3">graphviz</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -269817,6 +269976,13 @@ to create header files and sources from protocol files.</Description>
</Files>
</Package>
<History>
<Update release="3">
<Date>2021-06-10</Date>
<Version>2.47.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2021-02-24</Date>
<Version>2.46.1</Version>
+1 -1
View File
@@ -1 +1 @@
65d8f7ffca24b6742ae0774dc2171b74b5915958
ef411aa295bfbb2ed71f5ab10eb42cdb3dc0acc5
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
59e8fc863d68f9c52ccf5d6922375754215aba89
0a188a3b62e9b3c2e0521c020253929b4634d7bd