Merge pull request #11246 from Rmys/master

libmicrodns
This commit is contained in:
Rmys
2023-01-02 12:23:04 +03:00
committed by GitHub
7 changed files with 383 additions and 89 deletions
+22
View File
@@ -0,0 +1,22 @@
#!/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 autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools
from pisi.actionsapi import get
def setup():
mesontools.configure()
def build():
mesontools.build()
def install():
mesontools.install()
pisitools.dodoc("AUTHORS", "COPYING", "README*")
+58
View File
@@ -0,0 +1,58 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libmicrodns</Name>
<Homepage>https://github.com/videolabs/libmicrodns</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>Minimal mDNS resolver library</Summary>
<Icon>libmicrodns</Icon>
<Description>Minimum mDNS çözümleyici kitaplığı</Description>
<Archive sha1sum="14a1459614bcf8c05c78bfcd9db176a14f8fb66d" type="tarxz">https://github.com/videolabs/libmicrodns/releases/download/0.2.0/microdns-0.2.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>libmicrodns.patch</Patch>
<Patch level="1">libmicrodns.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>libmicrodns</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libmicrodns-devel</Name>
<Summary>Development files for libmicrodns</Summary>
<RuntimeDependencies>
<Dependency release="current">libmicrodns</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-01-02</Date>
<Version>0.2.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libmicrodns</Name>
<Summary xml:lang="tr">Minimal mDNS resolver library</Summary>
<Description xml:lang="tr">Minimum mDNS çözümleyici kitaplığı</Description>
</Source>
</PISI>
+293 -87
View File
@@ -1327,7 +1327,7 @@
<Description xml:lang="en">Telegram is a messaging app with a focus on speed and security, it is super-fast, simple and free. You can use Telegram on all your devices at the same time — your messages sync seamlessly across any number of your phones, tablets or computers.</Description>
<Description xml:lang="tr">Telegram is a messaging app with a focus on speed and security, it is super-fast, simple and free. You can use Telegram on all your devices at the same time — your messages sync seamlessly across any number of your phones, tablets or computers.</Description>
<Icon>telegram</Icon>
<Archive type="targz" sha1sum="ca61d44c5960de182fc921f999eed22558ade8da" name="tdesktop-4.4.1-full.tar.gz">https://github.com/telegramdesktop/tdesktop/releases/download/v4.4.1/tdesktop-4.4.1-full.tar.gz</Archive>
<Archive type="targz" sha1sum="6ee7848d3347de2265a7ac07ef226e409a2a5a98" name="tdesktop-4.5.0-full.tar.gz">https://github.com/telegramdesktop/tdesktop/releases/download/v4.5.0/tdesktop-4.5.0-full.tar.gz</Archive>
<AdditionalFiles>
<AdditionalFile target="fix-tgcalls-cstdint.patch" permission="0644">fix-tgcalls-cstdint.patch</AdditionalFile>
</AdditionalFiles>
@@ -1417,6 +1417,13 @@
</Files>
</Package>
<History>
<Update release="21">
<Date>2023-01-01</Date>
<Version>4.5.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="20">
<Date>2022-12-08</Date>
<Version>4.4.1</Version>
@@ -11023,7 +11030,7 @@
<Description xml:lang="en">An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar</Description>
<Description xml:lang="tr">Qt araç takımı ve libtorrent-rasterbar&apos;a dayalı, C++ ile programlanmış gelişmiş bir BitTorrent istemcisi</Description>
<Icon>qbittorrent</Icon>
<Archive type="tarxz" sha1sum="a09c7ecd287418ec68b2ba2eb22065be44677c7b" name="download">https://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-4.4.5/qbittorrent-4.4.5.tar.gz/download</Archive>
<Archive type="tarxz" sha1sum="9fce207dac16934140676b7474948926c46d4feb" name="download">https://sourceforge.net/projects/qbittorrent/files/qbittorrent/qbittorrent-4.5.0/qbittorrent-4.5.0.tar.xz/download</Archive>
<BuildDependencies>
<Dependency>zlib-devel</Dependency>
<Dependency>boost-devel</Dependency>
@@ -11033,7 +11040,7 @@
<Dependency>qt5-svg-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency versionFrom="2.0.4">libtorrent-rasterbar-devel</Dependency>
<Dependency versionFrom="2.0.8">libtorrent-rasterbar-devel</Dependency>
</BuildDependencies>
<SourceURI>network/p2p/qbittorrent/pspec.xml</SourceURI>
</Source>
@@ -11061,11 +11068,11 @@
</Package>
<History>
<Update release="17">
<Date>2022-11-05</Date>
<Version>4.4.5</Version>
<Comment>New Version</Comment>
<Name>Ümit Solmaz</Name>
<Email>us@mynetiz.com</Email>
<Date>2023-01-01</Date>
<Version>4.5.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="16">
<Date>2022-03-27</Date>
@@ -11307,7 +11314,7 @@
<Summary xml:lang="tr">Gelişmiş bir torrent kitaplığı</Summary>
<Description xml:lang="en">Rasterbar&apos;s C++ library that aims to be a good alternative to all the other bittorrent implementations around. It is a library and not a full featured client, although it comes with a working example client.</Description>
<Description xml:lang="tr">Libtorrent Rasterbar C++ kitaplığı, diğer bittorrent kitaplıklarına karşı iyi bir alternatifdir.</Description>
<Archive type="targz" sha1sum="5565a34b5b1f01047b6500d2499cba202b4a5e05" name="v2.0.8.tar.gz">https://github.com/arvidn/libtorrent/archive/refs/tags/v2.0.8.tar.gz</Archive>
<Archive type="targz" sha1sum="34b08e54c27fae9a81483de9f7c0abc8a90bc1f2" name="libtorrent-rasterbar-2.0.8.tar.gz">https://github.com/arvidn/libtorrent/releases/download/v2.0.8/libtorrent-rasterbar-2.0.8.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>ninja</Dependency>
@@ -11354,7 +11361,7 @@
</Package>
<History>
<Update release="17">
<Date>2022-12-14</Date>
<Date>2022-12-04</Date>
<Version>2.0.8</Version>
<Comment>New Version</Comment>
<Name>Ümit Solmaz</Name>
@@ -11474,6 +11481,57 @@
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>libmicrodns</Name>
<Homepage>https://github.com/videolabs/libmicrodns</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<PartOf>network.library</PartOf>
<Summary xml:lang="en">Minimal mDNS resolver library</Summary>
<Summary xml:lang="tr">Minimal mDNS resolver library</Summary>
<Description xml:lang="en">Minimum mDNS çözümleyici kitaplığı</Description>
<Description xml:lang="tr">Minimum mDNS çözümleyici kitaplığı</Description>
<Icon>libmicrodns</Icon>
<Archive type="tarxz" sha1sum="14a1459614bcf8c05c78bfcd9db176a14f8fb66d" name="microdns-0.2.0.tar.xz">https://github.com/videolabs/libmicrodns/releases/download/0.2.0/microdns-0.2.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
</BuildDependencies>
<SourceURI>network/library/libmicrodns/pspec.xml</SourceURI>
</Source>
<Package>
<Name>libmicrodns</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libmicrodns-devel</Name>
<Summary xml:lang="en">Development files for libmicrodns</Summary>
<RuntimeDependencies>
<Dependency release="1">libmicrodns</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-01-02</Date>
<Version>0.2.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>libsrtp</Name>
@@ -34885,13 +34943,13 @@ Gnome session.</Summary>
<Summary xml:lang="tr">X.Org yazı tipi dosyaları</Summary>
<Summary xml:lang="de">Grafische Oberfläche (X.Org) Schrift Dateien</Summary>
<Description xml:lang="en">xorg-font contains base X.Org fonts.</Description>
<Archive type="tarbz2" sha1sum="7ffec76dba1cfd5040c5b43ccfae930c83ddf92e" name="encodings-1.0.5.tar.bz2">mirrors://xorg/individual/font/encodings-1.0.5.tar.bz2</Archive>
<Archive type="tarxz" sha1sum="d955e5da92ceb80a07123e8ef9a5b05fece9b3e0" name="encodings-1.0.6.tar.xz">mirrors://xorg/individual/font/encodings-1.0.6.tar.xz</Archive>
<Archive type="tarbz2" sha1sum="6a2ec569336b5646682a14eee3c7790274beffd1" name="font-adobe-75dpi-1.0.3.tar.bz2">mirrors://xorg/individual/font/font-adobe-75dpi-1.0.3.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="53311cbd604f18bd9570727105a4222473d363e3" name="font-adobe-100dpi-1.0.3.tar.bz2">mirrors://xorg/individual/font/font-adobe-100dpi-1.0.3.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="50e837322a09f1a7c40fb78fc6aad1a157284507" name="font-adobe-utopia-75dpi-1.0.4.tar.bz2">mirrors://xorg/individual/font/font-adobe-utopia-75dpi-1.0.4.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="9e80cf5bbd5522a5cfad2a9f8f8fce86de0f0226" name="font-adobe-utopia-100dpi-1.0.4.tar.bz2">mirrors://xorg/individual/font/font-adobe-utopia-100dpi-1.0.4.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="3113cfafb91c2c53df6a1fae57dca6c50fb8ce20" name="font-adobe-utopia-type1-1.0.4.tar.bz2">mirrors://xorg/individual/font/font-adobe-utopia-type1-1.0.4.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="96b0aa38f88a54ef32ab85d3eef6f29b0437f70d" name="font-alias-1.0.3.tar.bz2">mirrors://xorg/individual/font/font-alias-1.0.3.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="c59a4d10a73e2e492952bfc41ac2b8d0b1e1565d" name="font-alias-1.0.4.tar.bz2">mirrors://xorg/individual/font/font-alias-1.0.4.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="322ae41e74deea8de11fa077fd0e0191927a667c" name="font-arabic-misc-1.0.3.tar.bz2">mirrors://xorg/individual/font/font-arabic-misc-1.0.3.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="7290567d42a0f5adb6a3ad170524bb7ed59871d7" name="font-bh-75dpi-1.0.3.tar.bz2">mirrors://xorg/individual/font/font-bh-75dpi-1.0.3.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="47d5e50be9e78695017650a088da52bfcf1eeb40" name="font-bh-100dpi-1.0.3.tar.bz2">mirrors://xorg/individual/font/font-bh-100dpi-1.0.3.tar.bz2</Archive>
@@ -34911,7 +34969,7 @@ Gnome session.</Summary>
<Archive type="tarbz2" sha1sum="8c08c5fe01d4605f2886822cb3655548a6535e58" name="font-jis-misc-1.0.3.tar.bz2">mirrors://xorg/individual/font/font-jis-misc-1.0.3.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="db3e912d41bda20f60b520c19e65bd7134ee1224" name="font-micro-misc-1.0.3.tar.bz2">mirrors://xorg/individual/font/font-micro-misc-1.0.3.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="9c0e283ae59e7b05c0798fe0645cc822d22dcb0c" name="font-misc-cyrillic-1.0.3.tar.bz2">mirrors://xorg/individual/font/font-misc-cyrillic-1.0.3.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="3f6af53047cb1206d737e8e8fbbbbb315c5419bb" name="font-misc-ethiopic-1.0.3.tar.bz2">mirrors://xorg/individual/font/font-misc-ethiopic-1.0.3.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="12523d19ceb7b34de2556b835b2d6f14bccbc388" name="font-misc-ethiopic-1.0.4.tar.bz2">mirrors://xorg/individual/font/font-misc-ethiopic-1.0.4.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="f0693ea8fbc1d43177014155a0ecd2516348b51b" name="font-misc-meltho-1.0.3.tar.bz2">mirrors://xorg/individual/font/font-misc-meltho-1.0.3.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="245d3041d9138b7e4a00858228adad2de304043b" name="font-mutt-misc-1.0.3.tar.bz2">mirrors://xorg/individual/font/font-mutt-misc-1.0.3.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="c6d28c56880807963175cbbd682fb6f75a35f77d" name="font-misc-misc-1.1.2.tar.bz2">mirrors://xorg/individual/font/font-misc-misc-1.1.2.tar.bz2</Archive>
@@ -34956,6 +35014,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="8">
<Date>2023-01-01</Date>
<Version>7.6</Version>
<Comment>encodings ver. bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2020-01-25</Date>
<Version>7.6</Version>
@@ -40287,7 +40352,7 @@ Gnome session.</Summary>
<Summary xml:lang="tr">Hızlı ve güvenli bir e-posta sunucusu</Summary>
<Description xml:lang="en">Postfix is Wietse Venema&apos;s mailer that started life as an alternative to the widely-used Sendmail program.</Description>
<Description xml:lang="tr">Postfix, Wietse Venema tarafından yazılmış, sendmail a alternatif güçlü bir e-posta sunucusudur.</Description>
<Archive type="targz" sha1sum="1e119ee61af9b225f210747c71db990d7cfb1fd1" name="postfix-3.5.12.tar.gz">http://www.postfix.org/postfix-release/official/postfix-3.5.12.tar.gz</Archive>
<Archive type="targz" sha1sum="1a8df20df31fee3b9dbb0312056718d0eac867c9" name="postfix-3.7.3.tar.gz">https://ghostarchive.org/postfix/postfix-release/official/postfix-3.7.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>db-devel</Dependency>
<Dependency>libnsl-devel</Dependency>
@@ -40351,13 +40416,20 @@ Gnome session.</Summary>
<Summary xml:lang="en">Help files for postfix package</Summary>
<Summary xml:lang="tr">Postfix paketine ait yardım dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="7">postfix</Dependency>
<Dependency release="8">postfix</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="8">
<Date>2022-12-31</Date>
<Version>3.7.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2021-11-06</Date>
<Version>3.5.12</Version>
@@ -61408,7 +61480,7 @@ Gnome session.</Summary>
</Package>
<History>
<Update release="17">
<Date>2022-12-28</Date>
<Date>2022-12-31</Date>
<Version>1.2.2</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
@@ -62345,7 +62417,7 @@ Gnome session.</Summary>
<Summary xml:lang="tr">Resimleri işlemek ve göstermek için bir X uygulaması</Summary>
<Summary xml:lang="pl">Narzędzie do wyświetlania, konwersji i manipulacji grafikami</Summary>
<Description xml:lang="en">ImageMagick is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. You can use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.</Description>
<Archive type="tarxz" sha1sum="c10108620b68b610b47a216436ff3b1fd16493b5" name="ImageMagick-7.1.0-53.tar.xz">https://imagemagick.org/archive/ImageMagick-7.1.0-53.tar.xz</Archive>
<Archive type="tarxz" sha1sum="9c5c8d2083ec7ed5973e3fde10fdc729dd81946b" name="ImageMagick-7.1.0-57.tar.xz">https://imagemagick.org/archive/ImageMagick-7.1.0-57.tar.xz</Archive>
<BuildDependencies>
<Dependency>xz-devel</Dependency>
<Dependency>libzip-devel</Dependency>
@@ -62425,7 +62497,7 @@ Gnome session.</Summary>
<Description xml:lang="tr">imagemagick-docs, imagemagick için belgelendirme dosyalarını içerir.</Description>
<IsA>data:doc</IsA>
<RuntimeDependencies>
<Dependency release="17">imagemagick</Dependency>
<Dependency release="18">imagemagick</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/imagemagick/html</Path>
@@ -62438,7 +62510,7 @@ Gnome session.</Summary>
<Summary xml:lang="pl">Pliki nagłówkowe imagemagick</Summary>
<Description xml:lang="tr">imagemagick-devel, imagemagick için geliştirme dosyalarını içerir.</Description>
<RuntimeDependencies>
<Dependency release="17">imagemagick</Dependency>
<Dependency release="18">imagemagick</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -62449,6 +62521,13 @@ Gnome session.</Summary>
</Files>
</Package>
<History>
<Update release="18">
<Date>2022-12-31</Date>
<Version>7.1.0.57</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="17">
<Date>2022-12-05</Date>
<Version>7.1.0.53</Version>
@@ -63005,6 +63084,8 @@ Gnome session.</Summary>
uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression and decompression. libjpeg-turbo is generally 2-4x as fast as the unmodified version of libjpeg v6b, all else being equal.</Description>
<Archive type="targz" sha1sum="fca7680a0f25d91e49433fae7123337a041e06b1" name="libjpeg-turbo-2.1.4.tar.gz">https://github.com/libjpeg-turbo/libjpeg-turbo/archive/2.1.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>ninja</Dependency>
<Dependency>nasm</Dependency>
<Dependency>cmake</Dependency>
</BuildDependencies>
<SourceURI>multimedia/graphics/libjpeg-turbo/pspec.xml</SourceURI>
@@ -63026,7 +63107,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<Summary xml:lang="en">Development files for libjpeg-turbo</Summary>
<Summary xml:lang="tr">libjpeg-turbo için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency releaseFrom="14">libjpeg-turbo</Dependency>
<Dependency releaseFrom="15">libjpeg-turbo</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/</Path>
@@ -63042,7 +63123,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<PartOf>emul32</PartOf>
<BuildType>emul32</BuildType>
<RuntimeDependencies>
<Dependency release="14">libjpeg-turbo</Dependency>
<Dependency release="15">libjpeg-turbo</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
@@ -63052,6 +63133,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
</Replaces>
</Package>
<History>
<Update release="15">
<Date>2023-01-01</Date>
<Version>2.1.4</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2022-12-16</Date>
<Version>2.1.4</Version>
@@ -65016,7 +65104,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<SpecFile>
<Source>
<Name>hugin</Name>
<Homepage>http://hugin.sourceforge.net</Homepage>
<Homepage>https://hugin.sourceforge.io/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
@@ -65030,20 +65118,22 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<Description xml:lang="en">hugin can be used to stitch multiple images together. The resulting image can span 360 degrees. Another common use is the creation of very high resolution pictures by combining multiple images.</Description>
<Description xml:lang="tr">hugin bir çok görüntüyü harmanlamak için kullanılabilecek bir araçtır. Bu sayede, 360 derecelik görüntüler oluşturulabilir. Bir diğer kullanım alanı ise birden fazla görüntüyü birleştirerek çok yüksek çözünürlüklü görüntüler üretmektir.</Description>
<Icon>hugin</Icon>
<Archive type="tarbz2" sha1sum="20e39ab82e1d8208a7eee2f216ab1271c95f583f" name="hugin-2020.0.0.tar.bz2">mirrors://sourceforge/hugin/hugin/hugin-2020.0/hugin-2020.0.0.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="f543d8b617a5d39e7b8671766bbdcf0f34776ea6" name="hugin-2022.0.0.tar.bz2">mirrors://sourceforge/hugin/hugin/hugin-2022.0/hugin-2022.0.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>swig</Dependency>
<Dependency>cmake</Dependency>
<Dependency>ninja</Dependency>
<Dependency>glew-devel</Dependency>
<Dependency>tiff-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>vigra-devel</Dependency>
<Dependency>boost-devel</Dependency>
<Dependency>wxGTK-devel</Dependency>
<Dependency>imath-devel</Dependency>
<Dependency>lcms2-devel</Dependency>
<Dependency>exiv2-devel</Dependency>
<Dependency>fftw3-devel</Dependency>
<Dependency>flann-devel</Dependency>
<Dependency>wxGTK-devel</Dependency>
<Dependency>libXmu-devel</Dependency>
<Dependency>libpng-devel</Dependency>
<Dependency>python-devel</Dependency>
@@ -65055,9 +65145,6 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<Dependency>libpano13-devel</Dependency>
<Dependency>libjpeg-turbo-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">hugin-openexr3.patch</Patch>
</Patches>
<SourceURI>multimedia/graphics/hugin/pspec.xml</SourceURI>
</Source>
<Package>
@@ -65065,17 +65152,18 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<RuntimeDependencies>
<Dependency>blas</Dependency>
<Dependency>glew</Dependency>
<Dependency>flann</Dependency>
<Dependency>mesa</Dependency>
<Dependency>tiff</Dependency>
<Dependency>boost</Dependency>
<Dependency>lcms2</Dependency>
<Dependency>imath</Dependency>
<Dependency>flann</Dependency>
<Dependency>fftw3</Dependency>
<Dependency>vigra</Dependency>
<Dependency>wxGTK</Dependency>
<Dependency>lapack</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>python</Dependency>
<Dependency>lcms2</Dependency>
<Dependency>libX11</Dependency>
<Dependency>sqlite</Dependency>
<Dependency>enblend</Dependency>
@@ -65090,33 +65178,32 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<Dependency>perl-Image-ExifTool</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/</Path>
<Path fileType="data">/usr/share/mime</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/hugin</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
<Path fileType="data">/usr/share/appdata</Path>
<Path fileType="data">/usr/share/metainfo/</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/hugin/xrc/data</Path>
</Files>
<Replaces>
<Package>hugin-libs</Package>
<Package>hugin-tools</Package>
</Replaces>
</Package>
<Package>
<Name>hugin-docs</Name>
<Summary xml:lang="en">Help documents for hugin</Summary>
<Summary xml:lang="tr">hugin için yardım belgeleri</Summary>
<Files>
<Path fileType="data">/usr/share/hugin/xrc/data/help*</Path>
</Files>
</Package>
<History>
<Update release="15">
<Date>2022-12-31</Date>
<Version>2022.0.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="14">
<Date>2022-08-01</Date>
<Version>2020.0.0</Version>
@@ -68354,35 +68441,34 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<SpecFile>
<Source>
<Name>lensfun</Name>
<Homepage>http://lensfun.berlios.de/</Homepage>
<Homepage>https://lensfun.github.io/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv3</License>
<License>GPLv3</License>
<License>CCPL-Attribution-ShareAlike-3.0</License>
<License>GPL-3</License>
<License>LGPL-3</License>
<IsA>library</IsA>
<PartOf>multimedia.graphics</PartOf>
<Summary xml:lang="en">A programming library for rectifying and simulating photographic lens distortions</Summary>
<Summary xml:lang="en">A programming library for rectifying and simulating photographic lens distortions.</Summary>
<Summary xml:lang="tr">Mercek kaynaklı bozulmaları simüle etmek ve düzeltmek için bir kütüphane</Summary>
<Description xml:lang="en">lensfun provides an open source database of photographic lenses and their characteristics. The library provides also the necessary set of algorithms for correcting images based on detailed knowledge of lens properties and calibration data.</Description>
<Description xml:lang="tr">lensfun, kamera objektiflerinin karakteristiklerini içeren açık kaynaklı bir veritabanı ve bu karakteristikleri temel alarak mercek kaynaklı bozulmaları düzeltmek için yazılmış algoritmaları içeren bir kütüphanedir.</Description>
<Archive type="targz" sha1sum="01c25c87ad34b490b12b86aef673caf61413aa5c" name="lensfun-0.3.95.tar.gz">https://sourceforge.net/projects/lensfun/files/0.3.95/lensfun-0.3.95.tar.gz</Archive>
<Archive type="targz" sha1sum="541fde21341f55e9776857946bdaa2a9da4d4d8d" name="v0.3.3.tar.gz">https://github.com/lensfun/lensfun/archive/refs/tags/v0.3.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>doxygen</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libpng-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
</BuildDependencies>
<SourceURI>multimedia/graphics/lensfun/pspec.xml</SourceURI>
</Source>
<Package>
<Name>lensfun</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -68396,7 +68482,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<Summary xml:lang="en">Development files for lensfun</Summary>
<Summary xml:lang="tr">lensfun için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="7">lensfun</Dependency>
<Dependency release="8">lensfun</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -68404,6 +68490,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
</Files>
</Package>
<History>
<Update release="8">
<Date>2022-12-31</Date>
<Version>0.3.3</Version>
<Comment>Stable version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="7">
<Date>2021-10-24</Date>
<Version>0.3.95</Version>
@@ -68531,7 +68624,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
</Package>
<History>
<Update release="2">
<Date>2022-12-04</Date>
<Date>2022-12-31</Date>
<Version>5.9</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
@@ -68684,16 +68777,19 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<Summary xml:lang="tr">Açık kaynak fotoğraf iş akışı uygulaması ve ham(raw) geliştirme ortamı</Summary>
<Description xml:lang="en">darktable is an open source photography workflow application and RAW developer. A virtual lighttable and darkroom for photographers.</Description>
<Description xml:lang="tr">darktable, açık kaynak fotoğraf iş akışı uygulaması ve ham(raw) geliştirme ortamı sunan gelişmiş bir araçtır.</Description>
<Archive type="tarxz" sha1sum="8947f647d1a990f81f3493cd2f9a88ea3e8441ed" name="darktable-3.4.1.tar.xz">https://github.com/darktable-org/darktable/releases/download/release-3.4.1/darktable-3.4.1.tar.xz</Archive>
<Archive type="tarxz" sha1sum="1f84d1d18677797215c0a71886ad15954c10da41" name="darktable-4.2.0.tar.xz">https://github.com/darktable-org/darktable/releases/download/release-4.2.0/darktable-4.2.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>llvm</Dependency>
<Dependency>cmake</Dependency>
<Dependency>ninja</Dependency>
<Dependency>ccache</Dependency>
<Dependency>libgomp</Dependency>
<Dependency>intltool</Dependency>
<Dependency>lua-devel</Dependency>
<Dependency>llvm-libs</Dependency>
<Dependency>llvm-mlir</Dependency>
<Dependency>llvm-polly</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>gmic-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>mesa-devel</Dependency>
<Dependency>webp-devel</Dependency>
@@ -68705,10 +68801,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<Dependency>gconf-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>lcms2-devel</Dependency>
<Dependency>imath-devel</Dependency>
<Dependency>colord-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>libpng-devel</Dependency>
<Dependency>jasper-devel</Dependency>
<Dependency>sqlite-devel</Dependency>
<Dependency>libheif-devel</Dependency>
<Dependency>lensfun-devel</Dependency>
<Dependency>librsvg-devel</Dependency>
<Dependency>libsdl2-devel</Dependency>
@@ -68730,17 +68829,17 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<Dependency>ghostscript-devel</Dependency>
<Dependency>desktop-file-utils</Dependency>
<Dependency>libjpeg-turbo-devel</Dependency>
<Dependency>perl-Image-ExifTool</Dependency>
<Dependency>GraphicsMagick-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">darktable-openexr3.patch</Patch>
</Patches>
<SourceURI>multimedia/graphics/darktable/pspec.xml</SourceURI>
</Source>
<Package>
<Name>darktable</Name>
<Summary xml:lang="en">darktable is an open source photography workflow application and RAW developer.</Summary>
<RuntimeDependencies>
<Dependency>lua</Dependency>
<Dependency>gmic</Dependency>
<Dependency>webp</Dependency>
<Dependency>cups</Dependency>
<Dependency>curl</Dependency>
@@ -68749,15 +68848,18 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<Dependency>mesa</Dependency>
<Dependency>tiff</Dependency>
<Dependency>gtk2</Dependency>
<Dependency>icu4c</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>lcms2</Dependency>
<Dependency>pango</Dependency>
<Dependency>imath</Dependency>
<Dependency>colord</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libpng</Dependency>
<Dependency>sqlite</Dependency>
<Dependency>libheif</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>pugixml</Dependency>
<Dependency>libsdl2</Dependency>
@@ -68787,7 +68889,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<Path fileType="man">/usr/share/man</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/appdata</Path>
<Path fileType="data">/usr/share/metainfo</Path>
<Path fileType="data">/usr/share/darktable</Path>
<Path fileType="library">/usr/lib/darktable</Path>
<Path fileType="data">/usr/share/applications</Path>
@@ -68796,6 +68898,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
</Files>
</Package>
<History>
<Update release="13">
<Date>2022-12-31</Date>
<Version>4.2.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="12">
<Date>2021-02-24</Date>
<Version>3.4.1</Version>
@@ -70158,9 +70267,10 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<Summary xml:lang="tr">Encoding detector library ported from Mozilla</Summary>
<Description xml:lang="en">Encoding detector library ported from Mozilla</Description>
<Description xml:lang="tr">Encoding detector library ported from Mozilla</Description>
<Archive type="tarxz" sha1sum="de19b7e614f11572582a0d47f7d5d6f8ec649199" name="uchardet-0.0.7.tar.xz">https://www.freedesktop.org/software/uchardet/releases/uchardet-0.0.7.tar.xz</Archive>
<Archive type="tarxz" sha1sum="fdc11673bfb0939f48825bf811b64af709339c80" name="uchardet-0.0.8.tar.xz">https://www.freedesktop.org/software/uchardet/releases/uchardet-0.0.8.tar.xz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>python3</Dependency>
</BuildDependencies>
<SourceURI>multimedia/converter/uchardet/pspec.xml</SourceURI>
</Source>
@@ -70181,7 +70291,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<Name>uchardet-devel</Name>
<Summary xml:lang="en">Development files for uchardet</Summary>
<RuntimeDependencies>
<Dependency release="2">uchardet</Dependency>
<Dependency release="3">uchardet</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -70190,6 +70300,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
</Files>
</Package>
<History>
<Update release="3">
<Date>2022-12-30</Date>
<Version>0.0.8</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2021-04-26</Date>
<Version>0.0.7</Version>
@@ -71782,7 +71899,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
</Package>
<History>
<Update release="15">
<Date>2022-10-14</Date>
<Date>2022-12-31</Date>
<Version>0.23.10</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
@@ -87750,8 +87867,8 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Summary xml:lang="tr">WebRTC library - static linked</Summary>
<Description xml:lang="en">WebRTC library - static linked</Description>
<Description xml:lang="tr">WebRTC library - static linked</Description>
<Archive type="targz" sha1sum="0ef60ef0d4c6de9cdb18dcaf9f34be174f8230d7" name="621f3da55331733bf0d1b223786b96b68c03dca1.tar.gz">https://github.com/desktop-app/tg_owt/archive/621f3da55331733bf0d1b223786b96b68c03dca1.tar.gz</Archive>
<Archive type="targz" sha1sum="8e8d92c57b9ca9c4a36cfa0e7afbbe7e4e8fd3fa" target="tg_owt-621f3da55331733bf0d1b223786b96b68c03dca1" name="1.1.2.tar.gz">https://github.com/google/crc32c/archive/refs/tags/1.1.2.tar.gz</Archive>
<Archive type="targz" sha1sum="c40b383047ab65ce62797835618fce454803f857" name="9b70d7679e86e6c216127d5a6a06ef5aa4f54793.tar.gz">https://github.com/desktop-app/tg_owt/archive/9b70d7679e86e6c216127d5a6a06ef5aa4f54793.tar.gz</Archive>
<Archive type="targz" sha1sum="8e8d92c57b9ca9c4a36cfa0e7afbbe7e4e8fd3fa" target="tg_owt-9b70d7679e86e6c216127d5a6a06ef5aa4f54793" name="1.1.2.tar.gz">https://github.com/google/crc32c/archive/refs/tags/1.1.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>ninja</Dependency>
@@ -87806,7 +87923,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Name>libtg_owt-devel</Name>
<Summary xml:lang="en">Development files for libtg_owt</Summary>
<RuntimeDependencies>
<Dependency release="10">libtg_owt</Dependency>
<Dependency release="11">libtg_owt</Dependency>
<Dependency>yasm-devel</Dependency>
<Dependency>unzip</Dependency>
<Dependency>libopus-devel</Dependency>
@@ -87827,6 +87944,13 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Files>
</Package>
<History>
<Update release="11">
<Date>2023-01-01</Date>
<Version>20221110</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="10">
<Date>2022-11-25</Date>
<Version>20221110</Version>
@@ -252268,7 +252392,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<Summary xml:lang="tr">GNOME için öntanımlı metin editörü</Summary>
<Description xml:lang="en">gedit is a small and lightweight text editor for the GNOME environment.</Description>
<Description xml:lang="tr">gedit, GNOME ortamı için küçük ve hafif bir metin editörüdür.</Description>
<Archive type="tarxz" sha1sum="b7fce81119f62d0e622246afadc0f3ffc0e0fc4c" name="gedit-43.2.tar.xz">mirrors://gnome/gedit/43/gedit-43.2.tar.xz</Archive>
<Archive type="tarxz" sha1sum="8eaa3cea9e420b6b3466b40ba4bd16ebb5cc3244" name="gedit-44.0.tar.xz">mirrors://gnome/gedit/44/gedit-44.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>desktop-file-utils</Dependency>
<Dependency>gettext-devel</Dependency>
@@ -252334,7 +252458,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<Summary xml:lang="en">Development files for gedit</Summary>
<Summary xml:lang="tr">gedit için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="8">gedit</Dependency>
<Dependency release="9">gedit</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>libpeas-devel</Dependency>
@@ -252351,13 +252475,20 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<Summary xml:lang="en">Development files for gedit</Summary>
<Summary xml:lang="tr">gedit başvuru belgeleri</Summary>
<RuntimeDependencies>
<Dependency release="8">gedit</Dependency>
<Dependency release="9">gedit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/gtk-doc</Path>
</Files>
</Package>
<History>
<Update release="9">
<Date>2023-01-02</Date>
<Version>44.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2022-11-19</Date>
<Version>43.2</Version>
@@ -252689,7 +252820,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<Summary xml:lang="tr">gedit için eklentiler</Summary>
<Description xml:lang="en">Collection of plugins for the gedit Text Editor</Description>
<Description xml:lang="tr">gedit metin editörü için eklentiler</Description>
<Archive type="tarxz" sha1sum="e94e93cc1aec2f35f40d51eff614f0aec8629eef" name="gedit-plugins-43.1.tar.xz">mirrors://gnome/gedit-plugins/43/gedit-plugins-43.1.tar.xz</Archive>
<Archive type="tarxz" sha1sum="df98438bd200737d7527c34bb96847eb5eedf942" name="gedit-plugins-44.0.tar.xz">mirrors://gnome/gedit-plugins/44/gedit-plugins-44.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>atk-devel</Dependency>
<Dependency>cairo-devel</Dependency>
@@ -252729,6 +252860,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
</Files>
</Package>
<History>
<Update release="5">
<Date>2023-01-02</Date>
<Version>44.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2022-11-19</Date>
<Version>43.1</Version>
@@ -283545,6 +283683,13 @@ components such as the Settings and gnome-shell.</Description>
</Files>
</Package>
<History>
<Update release="10">
<Date>2023-01-01</Date>
<Version>20230101</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2022-04-02</Date>
<Version>2.0.20220308</Version>
@@ -328505,7 +328650,7 @@ Konuk sanal makinede çalışan okuyucu.</Description>
<BuildDependencies>
<Dependency>gtk-doc</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libnsl-devel</Dependency>
<Dependency versionFrom="2.0.0">libnsl-devel</Dependency>
<Dependency>icu4c-devel</Dependency>
<Dependency>python-six</Dependency>
<Dependency>gettext-devel</Dependency>
@@ -328535,7 +328680,7 @@ Konuk sanal makinede çalışan okuyucu.</Description>
<Name>libpsl-devel</Name>
<Summary xml:lang="en">Development files for libpsl</Summary>
<RuntimeDependencies>
<Dependency release="5">libpsl</Dependency>
<Dependency release="6">libpsl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -328546,13 +328691,20 @@ Konuk sanal makinede çalışan okuyucu.</Description>
<Name>libpsl-docs</Name>
<Summary xml:lang="en">Development files for libpsl</Summary>
<RuntimeDependencies>
<Dependency release="5">libpsl</Dependency>
<Dependency release="6">libpsl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/gtk-doc</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2022-12-31</Date>
<Version>0.21.2</Version>
<Comment>Rebuild libnsl.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2022-12-28</Date>
<Version>0.21.2</Version>
@@ -331155,7 +331307,7 @@ to create header files and sources from protocol files.</Description>
<Summary xml:lang="tr">GktSourceView temelli metin editörü ve IDE&apos;ler için geliştirmeyi kolaylaştıran bir kitaplık</Summary>
<Description xml:lang="en">Library that eases the development of GtkSourceView-based text editors and IDEs</Description>
<Description xml:lang="tr">GktSourceView temelli metin editörü ve IDE&apos;ler için geliştirmeyi kolaylaştıran bir kitaplık</Description>
<Archive type="tarxz" sha1sum="4e8f10526f17b59113e7867cf6745c005569e8be" name="tepl-6.2.0.tar.xz">mirrors://gnome/tepl/6.2/tepl-6.2.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="78f45434e6f56125b72c4688ed5eae730c4baec8" name="tepl-6.4.0.tar.xz">mirrors://gnome/tepl/6.4/tepl-6.4.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>amtk-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
@@ -331192,7 +331344,7 @@ to create header files and sources from protocol files.</Description>
<Name>tepl-devel</Name>
<Summary xml:lang="tr">tepl için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="6">tepl</Dependency>
<Dependency release="7">tepl</Dependency>
<Dependency>amtk-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
@@ -331207,6 +331359,13 @@ to create header files and sources from protocol files.</Description>
</Files>
</Package>
<History>
<Update release="7">
<Date>2023-01-02</Date>
<Version>6.4.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2022-11-19</Date>
<Version>6.2.0</Version>
@@ -339049,12 +339208,12 @@ contacts, tasks, and calendar information.</Summary>
<Description xml:lang="en">GeoIP is a C library that enables the user to find the country that any IP address or hostname originates from.</Description>
<Description xml:lang="tr">GeoIP, herhangi bir IP adresinin veya makine adının hangi ülkeye ait olduğunu bulmak için kullanılan bir C kitaplığıdır.</Description>
<Archive type="targz" sha1sum="90cfafee605c94cfa24858fe77193fa7fa949ac8" name="v1.6.12.tar.gz">https://github.com/maxmind/geoip-api-c/archive/v1.6.12.tar.gz</Archive>
<Archive type="gz" sha1sum="577086093c9295007adec097d835bc47eb78e340" target="geoip-api-c-1.6.12" name="GeoIP.dat.gz">https://mailfud.org/geoip-legacy/GeoIP.dat.gz</Archive>
<Archive type="gz" sha1sum="ba89833054c86e7c7d1da140090792bcbc4fc65a" target="geoip-api-c-1.6.12" name="GeoIPASNum.dat.gz">https://mailfud.org/geoip-legacy/GeoIPASNum.dat.gz</Archive>
<Archive type="gz" sha1sum="9ed4f297f0909fb28ee7cb780d26ab064a83f047" target="geoip-api-c-1.6.12" name="GeoIPASNumv6.dat.gz">https://mailfud.org/geoip-legacy/GeoIPASNumv6.dat.gz</Archive>
<Archive type="gz" sha1sum="03a66e4c50d72ec0562bb65eacbf8d9fb28758d7" target="geoip-api-c-1.6.12" name="GeoIPCity.dat.gz">https://mailfud.org/geoip-legacy/GeoIPCity.dat.gz</Archive>
<Archive type="gz" sha1sum="909857642e1f8effcfcddb25c354f88d6259835b" target="geoip-api-c-1.6.12" name="GeoIPCityv6.dat.gz">https://mailfud.org/geoip-legacy/GeoIPCityv6.dat.gz</Archive>
<Archive type="gz" sha1sum="3f7d1e7b1e777325687ab27b30b7adde58124d30" target="geoip-api-c-1.6.12" name="GeoIPv6.dat.gz">https://mailfud.org/geoip-legacy/GeoIPv6.dat.gz</Archive>
<Archive type="gz" sha1sum="c2a1d7ec79906fccb9a4d267e54098c1fe4c2385" target="geoip-api-c-1.6.12" name="GeoIP.dat.gz">https://mailfud.org/geoip-legacy/GeoIP.dat.gz</Archive>
<Archive type="gz" sha1sum="abf037ecbd1fd6546eb8fd008049199e77358fe3" target="geoip-api-c-1.6.12" name="GeoIPASNum.dat.gz">https://mailfud.org/geoip-legacy/GeoIPASNum.dat.gz</Archive>
<Archive type="gz" sha1sum="e4209f9696f0b7a854755371cfbdfb98c4e5ebb6" target="geoip-api-c-1.6.12" name="GeoIPASNumv6.dat.gz">https://mailfud.org/geoip-legacy/GeoIPASNumv6.dat.gz</Archive>
<Archive type="gz" sha1sum="9c1b12e91a719c269e700a400012201250a6398d" target="geoip-api-c-1.6.12" name="GeoIPCity.dat.gz">https://mailfud.org/geoip-legacy/GeoIPCity.dat.gz</Archive>
<Archive type="gz" sha1sum="6640e3e089793abfc702926ce6e901c69dd08382" target="geoip-api-c-1.6.12" name="GeoIPCityv6.dat.gz">https://mailfud.org/geoip-legacy/GeoIPCityv6.dat.gz</Archive>
<Archive type="gz" sha1sum="e1657111a821546638f24ba24cdcd5897d5050fb" target="geoip-api-c-1.6.12" name="GeoIPv6.dat.gz">https://mailfud.org/geoip-legacy/GeoIPv6.dat.gz</Archive>
<SourceURI>programming/misc/geoip/pspec.xml</SourceURI>
</Source>
<Package>
@@ -339072,7 +339231,7 @@ contacts, tasks, and calendar information.</Summary>
<Name>geoip-devel</Name>
<Summary xml:lang="tr">Geoip için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="6">geoip</Dependency>
<Dependency release="7">geoip</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -339080,6 +339239,13 @@ contacts, tasks, and calendar information.</Summary>
</Files>
</Package>
<History>
<Update release="7">
<Date>2023-01-01</Date>
<Version>1.6.12</Version>
<Comment>Version Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2022-10-21</Date>
<Version>1.6.12</Version>
@@ -350605,7 +350771,7 @@ contacts, tasks, and calendar information.</Summary>
<Summary xml:lang="tr">Gelişmiş imla denetleyici</Summary>
<Description xml:lang="en">hunspell spell checker is an improved replacement for myspell in Openoffice.org. It is also used in Firefox and Thunderbird as spell checker.</Description>
<Description xml:lang="tr">hunspell, OpenOffice.org&apos;daki myspell yerine kullanılabilen gelişmiş bir imla denetleyicidir. Aynı zamanda, Firefox ve Thunderbird&apos;de imla denetleyici olarak kullanılmaktadır.</Description>
<Archive type="targz" sha1sum="5d607d2e018a4fafadd000e07a89c13c94b6feb9" name="v1.7.1.tar.gz">https://github.com/hunspell/hunspell/archive/v1.7.1.tar.gz</Archive>
<Archive type="targz" sha1sum="4dad447866dd315d9042715b5a64d2180e713da8" name="v1.7.2.tar.gz">https://github.com/hunspell/hunspell/archive/v1.7.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>gettext-devel</Dependency>
<Dependency>ncurses-devel</Dependency>
@@ -350637,7 +350803,7 @@ contacts, tasks, and calendar information.</Summary>
<Summary xml:lang="en">Development files for hunspell</Summary>
<Summary xml:lang="tr">hunspell için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="7">hunspell</Dependency>
<Dependency release="8">hunspell</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -350647,6 +350813,13 @@ contacts, tasks, and calendar information.</Summary>
</Files>
</Package>
<History>
<Update release="8">
<Date>2022-12-31</Date>
<Version>1.7.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2022-11-05</Date>
<Version>1.7.1</Version>
@@ -355325,7 +355498,7 @@ contacts, tasks, and calendar information.</Summary>
<PartOf>office.misc</PartOf>
<Summary xml:lang="en">A base library for writing document import filters</Summary>
<Description xml:lang="en">librevenge is a base library for writing document import filters. It has interfaces for text documents, vector graphics, spreadsheets and presentations.</Description>
<Archive type="tarbz2" sha1sum="4e0358331031571dcb1adae4b174099f84a34355" name="librevenge-0.0.4.tar.bz2">http://dev-www.libreoffice.org/src/librevenge-0.0.4.tar.bz2</Archive>
<Archive type="tarxz" sha1sum="c5c6858be31afb7744ae6f0c9a329254263d0258" name="librevenge-0.0.5.tar.xz">https://sourceforge.net/projects/libwpd/files/librevenge/librevenge-0.0.5/librevenge-0.0.5.tar.xz</Archive>
<BuildDependencies>
<Dependency>boost-devel</Dependency>
<Dependency>cppunit-devel</Dependency>
@@ -355351,7 +355524,7 @@ contacts, tasks, and calendar information.</Summary>
<Summary xml:lang="en">Development files for librevenge</Summary>
<Summary xml:lang="tr">librevenge için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="8">librevenge</Dependency>
<Dependency release="9">librevenge</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -355359,6 +355532,13 @@ contacts, tasks, and calendar information.</Summary>
</Files>
</Package>
<History>
<Update release="9">
<Date>2022-12-31</Date>
<Version>0.0.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2021-10-21</Date>
<Version>0.0.4</Version>
@@ -360432,7 +360612,7 @@ contacts, tasks, and calendar information.</Summary>
<PartOf>hardware.virtualization</PartOf>
<Summary xml:lang="en">Application distribution framework</Summary>
<Description xml:lang="en">Linux application sandboxing and distribution framework, formerly xdg-app</Description>
<Archive type="tarxz" sha1sum="eab2cd17f6d10d40ba20062d0fb6ca1aed491ad2" name="flatpak-1.12.7.tar.xz">https://github.com/flatpak/flatpak/releases/download/1.12.7/flatpak-1.12.7.tar.xz</Archive>
<Archive type="tarxz" sha1sum="b9938264ac17f1340b14ea59ee089c9cc19af763" name="flatpak-1.15.1.tar.xz">https://github.com/flatpak/flatpak/releases/download/1.15.1/flatpak-1.15.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>xmlto</Dependency>
<Dependency>zstd-devel</Dependency>
@@ -360456,6 +360636,10 @@ contacts, tasks, and calendar information.</Summary>
<Dependency>xdg-dbus-proxy</Dependency>
<Dependency>elogind-devel</Dependency>
<Dependency versionFrom="2.9.9">fuse-devel</Dependency>
<Dependency>curl-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>fuse3-devel</Dependency>
<Dependency>appstream-devel</Dependency>
</BuildDependencies>
<SourceURI>hardware/virtualization/flatpak/pspec.xml</SourceURI>
</Source>
@@ -360484,6 +360668,9 @@ contacts, tasks, and calendar information.</Summary>
<Dependency>libassuan</Dependency>
<Dependency>libgpg-error</Dependency>
<Dependency>xdg-dbus-proxy</Dependency>
<Dependency>curl</Dependency>
<Dependency>fuse3</Dependency>
<Dependency>appstream</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -360500,6 +360687,7 @@ contacts, tasks, and calendar information.</Summary>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="doc">/usr/share/gtk-doc</Path>
<Path fileType="doc">/usr/share/zsh</Path>
<Path fileType="data">/usr/share/fish/vendor_conf.d/flatpak.fish</Path>
</Files>
<AdditionalFiles>
<AdditionalFile target="/etc/flatpak/remotes.d/flathub.flatpakrepo" permission="0644" owner="root">flathub.flatpakrepo</AdditionalFile>
@@ -360509,7 +360697,7 @@ contacts, tasks, and calendar information.</Summary>
<Name>flatpak-devel</Name>
<Summary xml:lang="en">Development files for flatpak</Summary>
<RuntimeDependencies>
<Dependency release="16">flatpak</Dependency>
<Dependency release="17">flatpak</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>ostree-devel</Dependency>
</RuntimeDependencies>
@@ -360520,6 +360708,13 @@ contacts, tasks, and calendar information.</Summary>
</Files>
</Package>
<History>
<Update release="17">
<Date>2022-12-31</Date>
<Version>1.15.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="16">
<Date>2022-05-05</Date>
<Version>1.12.7</Version>
@@ -363563,9 +363758,13 @@ from a wide variety of machine architectures.</Description>
<Summary xml:lang="en">PC/SC drivers for smart card readers</Summary>
<Summary xml:lang="tr">Akıllı kart okuyucuları için PC/SC sürücüleri</Summary>
<Description xml:lang="en">pcsc-lite is middleware to access a smart card using SCard API (PC/SC).</Description>
<Archive type="tarbz2" sha1sum="15d0ef0282deceae5c0061e11bdc9d18691483c4" name="pcsc-lite-1.9.0.tar.bz2">https://pcsclite.apdu.fr/files/pcsc-lite-1.9.0.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="8fb800d91b9ed651bf8762bbd9f4dd0c306c7d80" name="pcsc-lite-1.9.9.tar.bz2">https://pcsclite.apdu.fr/files/pcsc-lite-1.9.9.tar.bz2</Archive>
<BuildDependencies>
<Dependency>doxygen</Dependency>
<Dependency>eudev-devel</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>autoconf-archive</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
<SourceURI>hardware/smartcard/pcsc-lite/pspec.xml</SourceURI>
</Source>
@@ -363592,7 +363791,7 @@ from a wide variety of machine architectures.</Description>
<Summary xml:lang="en">Development files for pcsc-lite</Summary>
<Summary xml:lang="tr">pcsc-lite için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="5">pcsc-lite</Dependency>
<Dependency release="6">pcsc-lite</Dependency>
<Dependency>eudev-devel</Dependency>
</RuntimeDependencies>
<Files>
@@ -363601,6 +363800,13 @@ from a wide variety of machine architectures.</Description>
</Files>
</Package>
<History>
<Update release="6">
<Date>2022-12-30</Date>
<Version>1.9.9</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2020-09-24</Date>
<Version>1.9.0</Version>
+1 -1
View File
@@ -1 +1 @@
c6bf401c0ccc577a61812b67d8ae2b54b4703c34
3ffdbae3652b313cb44621fefe11b28520014b48
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
04859535ae3e96271982b742bd76dee0acffc0ba
1e82c88a3952732ea94544131e051854ac7d2c50