Merge pull request #9863 from Rmys/master

mbedtls new package
This commit is contained in:
Rmys
2021-11-09 21:25:50 +02:00
committed by GitHub
8 changed files with 452 additions and 69 deletions
+28
View File
@@ -0,0 +1,28 @@
#!/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 cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
#pisitools.dosed('CMakeLists.txt', '"cmake"', '"lib/cmake"')
shelltools.system("mkdir build")
shelltools.cd("build")
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
-DUSE_SHARED_MBEDTLS_LIBRARY=ON \
-DMBEDTLS_FATAL_WARNINGS=OFF \
-DINSTALL_MBEDTLS_HEADERS=ON", sourceDir="..")
def build():
cmaketools.make("-C build")
def install():
cmaketools.rawInstall("DESTDIR=%s -C build" % get.installDIR())
pisitools.dodoc("ChangeLog", "LICENSE", "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>mbedtls</Name>
<Homepage>https://github.com/ARMmbed/mbedtls</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Apache</License>
<IsA>library</IsA>
<Summary>Cryptographic library for embedded systems</Summary>
<Description>Gömülü sistemler için kriptografik kitaplık</Description>
<Archive sha1sum="036496467be56b21c4afd76e8728e5ff43cd4d57" type="targz">https://github.com/ARMmbed/mbedtls/archive/refs/tags/v2.27.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>python3</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>mbedtls.patch</Patch>
<Patch level="1">mbedtls.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>mbedtls</Name>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>mbedtls-devel</Name>
<Summary>Development files for mbedtls</Summary>
<RuntimeDependencies>
<Dependency release="current">mbedtls</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-11-09</Date>
<Version>2.27.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>mbedtls</Name>
<Summary xml:lang="tr">Cryptographic library for embedded systems</Summary>
<Description xml:lang="tr">Gömülü sistemler için kriptografik kitaplık</Description>
</Source>
</PISI>
+91
View File
@@ -0,0 +1,91 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>mbedtls</Name>
<Homepage>https://github.com/ARMmbed/mbedtls</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Apache</License>
<IsA>library</IsA>
<Summary>Cryptographic library for embedded systems</Summary>
<Description>Gömülü sistemler için kriptografik kitaplık</Description>
<Archive sha1sum="f500284a8eda028ad76dc466e593218164dabe66" type="targz">https://github.com/ARMmbed/mbedtls/archive/refs/tags/v3.0.0.tar.gz</Archive>
<!--
<BuildDependencies>
<Dependency>Dep1-devel</Dependency>
<Dependency>Dep2-devel</Dependency>
<Dependency>Dep3-devel</Dependency>
<Dependency versionFrom="">Dep4-devel</Dependency>
</BuildDependencies>
-->
<!--
<Patches>
<Patch>mbedtls.patch</Patch>
<Patch level="1">mbedtls.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>mbedtls</Name>
<!--
<RuntimeDependencies>
<Dependency>Dep1</Dependency>
<Dependency>Dep2</Dependency>
<Dependency>Dep3</Dependency>
<Dependency versionFrom="">Dep4</Dependency>
</RuntimeDependencies>
-->
<Files>
<Path fileType="all">/</Path>
<!--
<Path fileType="executable">/usr/bin</Path>
<Path fileType="config">/etc</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="info">/usr/share/info</Path>
<Path fileType="doc">/usr/share/doc</Path>
-->
</Files>
<!--
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/mbedtls.desktop">mbedtls.desktop</AdditionalFile>
<AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/mbedtls.png">mbedtls.png</AdditionalFile>
</AdditionalFiles>
-->
<!--
<Provides>
<COMAR script="package.py">System.Package</COMAR>
<COMAR script="service.py">System.Service</COMAR>
</Provides>
-->
</Package>
<Package>
<Name>mbedtls-devel</Name>
<Summary>Development files for mbedtls</Summary>
<RuntimeDependencies>
<Dependency release="current">mbedtls</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-11-09</Date>
<Version>3.0.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
+265 -67
View File
@@ -14945,9 +14945,10 @@ complete albums that you have purchased from Amazon.</Description>
<BuildDependencies>
<Dependency versionFrom="1.20.7">xorg-server-devel</Dependency>
<Dependency>libmtdev-devel</Dependency>
<Dependency>libevdev</Dependency>
<Dependency>libevdev-devel</Dependency>
<Dependency>util-macros</Dependency>
<Dependency>eudev-devel</Dependency>
<Dependency>xorg-proto</Dependency>
<Dependency>libevdev-devel</Dependency>
</BuildDependencies>
<SourceURI>x11/driver/xorg-input-evdev/pspec.xml</SourceURI>
@@ -22015,12 +22016,12 @@ complete albums that you have purchased from Amazon.</Description>
<Summary xml:lang="tr">Wrapper library for evdev devices</Summary>
<Description xml:lang="en">Wrapper library for evdev devices</Description>
<Description xml:lang="tr">Wrapper library for evdev devices</Description>
<Archive type="tarxz" sha1sum="4392d28fb91a5f6eb404aab531526f5fa0bbe73d" name="libevdev-1.8.0.tar.xz">https://www.freedesktop.org/software/libevdev/libevdev-1.8.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="396e271349a7766e42d1fd466882c9f5afa32661" name="libevdev-1.12.0.tar.xz">https://www.freedesktop.org/software/libevdev/libevdev-1.12.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>doxygen</Dependency>
<Dependency>valgrind</Dependency>
<Dependency>check-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
<SourceURI>x11/library/libevdev/pspec.xml</SourceURI>
</Source>
@@ -22037,7 +22038,7 @@ complete albums that you have purchased from Amazon.</Description>
<Name>libevdev-devel</Name>
<Summary xml:lang="en">Development files for libevdev</Summary>
<RuntimeDependencies>
<Dependency release="8">libevdev</Dependency>
<Dependency release="9">libevdev</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -22045,6 +22046,13 @@ complete albums that you have purchased from Amazon.</Description>
</Files>
</Package>
<History>
<Update release="9">
<Date>2021-11-09</Date>
<Version>1.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2020-01-10</Date>
<Version>1.8.0</Version>
@@ -32007,7 +32015,7 @@ complete albums that you have purchased from Amazon.</Description>
<Summary xml:lang="en">Development files for cyrus-sasl</Summary>
<Summary xml:lang="tr">cyrus-sasl için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="7">cyrus-sasl</Dependency>
<Dependency release="8">cyrus-sasl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -32017,6 +32025,13 @@ complete albums that you have purchased from Amazon.</Description>
</Files>
</Package>
<History>
<Update release="8">
<Date>2021-11-06</Date>
<Version>2.1.27</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2020-11-07</Date>
<Version>2.1.27</Version>
@@ -32090,9 +32105,8 @@ complete albums that you have purchased from Amazon.</Description>
<Dependency>libedit-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>mit-kerberos</Dependency>
<Dependency>mit-kerberos-devel</Dependency>
<Dependency>pam-devel</Dependency>
<Dependency>e2fsprogs-devel</Dependency>
</BuildDependencies>
<SourceURI>server/openssh/pspec.xml</SourceURI>
</Source>
@@ -33337,6 +33351,9 @@ complete albums that you have purchased from Amazon.</Description>
<Path fileType="library">/usr/lib/libmysqlservices.a</Path>
<Path fileType="executable">/usr/bin/mysqld_safe_helper</Path>
<Path fileType="data">/usr/lib/pkgconfig/libmariadb.pc</Path>
<Path fileType="data">/usr/lib/pkgconfig/mariadb.pc</Path>
<Path fileType="data">/usr/share/pam_user_map.so</Path>
<Path fileType="data">/usr/share/user_map.conf</Path>
</Files>
<Replaces>
<Package>mysql-lib</Package>
@@ -33920,7 +33937,7 @@ complete albums that you have purchased from Amazon.</Description>
<Dependency>tcl-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>openldap-server</Dependency>
<Dependency versionFrom="2.4.59">openldap-server</Dependency>
</BuildDependencies>
<SourceURI>server/database/postgresql/pspec.xml</SourceURI>
</Source>
@@ -33972,6 +33989,7 @@ complete albums that you have purchased from Amazon.</Description>
<Dependency>readline</Dependency>
<Dependency>e2fsprogs</Dependency>
<Dependency>mit-kerberos</Dependency>
<Dependency>openldap-server</Dependency>
<Dependency>openldap-client</Dependency>
</RuntimeDependencies>
<Files>
@@ -34432,17 +34450,17 @@ complete albums that you have purchased from Amazon.</Description>
<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="1dfb10729498be5d387dc730117c2a845dd93ac0" name="postfix-3.5.8.tar.gz">ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.5.8.tar.gz</Archive>
<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>
<BuildDependencies>
<Dependency>db-devel</Dependency>
<Dependency>libnsl-devel</Dependency>
<Dependency>libpcre-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>mariadb-lib</Dependency>
<Dependency>cyrus-sasl-devel</Dependency>
<Dependency>openldap-client</Dependency>
<Dependency>postgresql-lib</Dependency>
<Dependency>mit-kerberos</Dependency>
<Dependency>mit-kerberos-devel</Dependency>
<Dependency versionFrom="10.6.4">mariadb-lib</Dependency>
</BuildDependencies>
<SourceURI>server/postfix/pspec.xml</SourceURI>
</Source>
@@ -34496,13 +34514,20 @@ complete albums that you have purchased from Amazon.</Description>
<Summary xml:lang="en">Help files for postfix package</Summary>
<Summary xml:lang="tr">Postfix paketine ait yardım dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="6">postfix</Dependency>
<Dependency release="7">postfix</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="7">
<Date>2021-11-06</Date>
<Version>3.5.12</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2021-06-05</Date>
<Version>3.5.8</Version>
@@ -34561,7 +34586,7 @@ complete albums that you have purchased from Amazon.</Description>
<Summary xml:lang="tr">LDAP uygulamaları ve geliştirme araçları</Summary>
<Description xml:lang="en">OpenLDAP is an open-source suite of LDAP (Lightweight Directory Access Protocol) applications and development tools</Description>
<Description xml:lang="tr">LDAP hizmeti için gereken uygulamalar ve geliştirme araçlarını içerir</Description>
<Archive type="targz" sha1sum="c1984e80f6db038b317bf931866adb38e5537dcd" name="openldap-2.4.48.tgz">ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.4.48.tgz</Archive>
<Archive type="targz" sha1sum="b154d06bbf40fafafb34fffc4b116946d931efef" name="openldap-2.4.59.tgz">ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.4.59.tgz</Archive>
<BuildDependencies>
<Dependency>nss-devel</Dependency>
<Dependency>db-devel</Dependency>
@@ -34573,14 +34598,12 @@ complete albums that you have purchased from Amazon.</Description>
<Dependency>unixODBC-devel</Dependency>
<Dependency>mariadb-server</Dependency>
<Dependency>libutil-linux-devel</Dependency>
<Dependency>e2fsprogs-devel</Dependency>
<Dependency>mit-kerberos-devel</Dependency>
<Dependency>chrpath</Dependency>
<Dependency>groff</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">openldap-2.4.44-consolidated-2.patch</Patch>
<Patch level="1">openldap-2.4.39-ntlm-1.patch</Patch>
<Patch level="1">fedora/openldap-sql-linking.patch</Patch>
<Patch level="1">fedora/openldap-reentrant-gethostby.patch</Patch>
<Patch level="1">fedora/openldap-ldaprc-currentdir.patch</Patch>
<Patch level="1">fedora/openldap-nss-update-list-of-ciphers.patch</Patch>
@@ -34626,7 +34649,7 @@ complete albums that you have purchased from Amazon.</Description>
<Dependency>libtool-ltdl</Dependency>
<Dependency>nss</Dependency>
<Dependency>cyrus-sasl</Dependency>
<Dependency release="7">openldap-client</Dependency>
<Dependency release="8">openldap-client</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/conf.d</Path>
@@ -34663,13 +34686,20 @@ complete albums that you have purchased from Amazon.</Description>
</BuildDependencies>
<RuntimeDependencies>
<Dependency>openssl-32bit</Dependency>
<Dependency release="7">openldap-client</Dependency>
<Dependency release="8">openldap-client</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
</Files>
</Package>
<History>
<Update release="8">
<Date>2021-11-06</Date>
<Version>2.4.59</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2020-11-07</Date>
<Version>2.4.48</Version>
@@ -37798,7 +37828,7 @@ complete albums that you have purchased from Amazon.</Description>
<Summary xml:lang="tr">Tarayıcı tabanlı MySQL Yönetim Aracı</Summary>
<Description xml:lang="en">A populer application for managing MySQL Server; add/update data etc. with PHP5 support.</Description>
<Description xml:lang="tr">MySQL Sunucusunu yönetmek için PHP5 desteği ile birlikte gelen popüler bir uygulama.</Description>
<Archive type="tarxz" sha1sum="cdd988489f4be42e5ac26b76dd60128d81bc3d1b" name="phpMyAdmin-4.8.2-all-languages.tar.xz">https://files.phpmyadmin.net/phpMyAdmin/4.8.2/phpMyAdmin-4.8.2-all-languages.tar.xz</Archive>
<Archive type="tarxz" sha1sum="6a253b10e7d863b92f8b4b8121fc42a2efe3a9a8" name="phpMyAdmin-5.1.1-all-languages.tar.xz">https://files.phpmyadmin.net/phpMyAdmin/5.1.1/phpMyAdmin-5.1.1-all-languages.tar.xz</Archive>
<SourceURI>util/admin/phpmyadmin/pspec.xml</SourceURI>
</Source>
<Package>
@@ -37824,6 +37854,13 @@ complete albums that you have purchased from Amazon.</Description>
</AdditionalFiles>
</Package>
<History>
<Update release="4">
<Date>2021-11-06</Date>
<Version>5.1.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2018-09-09</Date>
<Version>4.8.2</Version>
@@ -47140,9 +47177,9 @@ complete albums that you have purchased from Amazon.</Description>
<Description xml:lang="tr">smplayer Qt ile yazılmış, gelişmiş bir mplayer önyüzüdür. Basit özelliklerinin yanı sıra, TV, DVD, VCD oynatma, mplayer filtrelerini kullanabilme gibi yetenekleri de bulunmaktadır.</Description>
<Description xml:lang="es">SMPlayer es un reproductor multimedia gratuito y para Windows y Linux con códecs incorporados, que puede reproducir prácticamente cualquier formato de vídeo y audio. No necesita ningún códec externo. Simplemente instala SMPlayer y podrás reproducir cualquier formato sin la molestia de tener que buscar e instalar paquetes de códecs.</Description>
<Icon>smplayer</Icon>
<Archive type="tarbz2" sha1sum="0dae88e875ad908b5a17ea2f4c01821f3962ffe1" name="smplayer-21.8.0.tar.bz2">https://sourceforge.net/projects/smplayer/files/SMPlayer/21.8.0/smplayer-21.8.0.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="4bf069a2261350ba8121f05eea0ff91788a5ba69" target="smplayer-21.8.0" name="smplayer-themes-20.11.0.tar.bz2">https://downloads.sourceforge.net/smplayer/smplayer-themes-20.11.0.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="36ded4c2996a8ead1eb3c894d6aadf925f682a76" target="smplayer-21.8.0" name="smplayer-skins-20.11.0.tar.bz2">https://downloads.sourceforge.net/smplayer/smplayer-skins-20.11.0.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="9e33b3f1387786e6ab4ba205fa4e7e493fb9b4cd" name="smplayer-21.10.0.tar.bz2">https://sourceforge.net/projects/smplayer/files/SMPlayer/21.10.0/smplayer-21.10.0.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="4bf069a2261350ba8121f05eea0ff91788a5ba69" target="smplayer-21.10.0" name="smplayer-themes-20.11.0.tar.bz2">https://downloads.sourceforge.net/smplayer/smplayer-themes-20.11.0.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="36ded4c2996a8ead1eb3c894d6aadf925f682a76" target="smplayer-21.10.0" name="smplayer-skins-20.11.0.tar.bz2">https://downloads.sourceforge.net/smplayer/smplayer-skins-20.11.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>zlib-devel</Dependency>
<Dependency>qt5-linguist</Dependency>
@@ -47174,6 +47211,13 @@ complete albums that you have purchased from Amazon.</Description>
</Files>
</Package>
<History>
<Update release="24">
<Date>2021-11-07</Date>
<Version>21.10.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="23">
<Date>2021-08-31</Date>
<Version>21.8.0</Version>
@@ -47504,7 +47548,7 @@ complete albums that you have purchased from Amazon.</Description>
<Description xml:lang="tr">OBS-Studio software was originally designed for recording and streaming live
video content, efficiently</Description>
<Icon>obs-studio</Icon>
<Archive type="targz" sha1sum="4a769dffc5484c78441779dc0d0ccfca4b0426c1" name="26.0.2.tar.gz">https://github.com/obsproject/obs-studio/archive/26.0.2.tar.gz</Archive>
<Archive type="targz" sha1sum="7e123a7ebc4c07121cc18e7319dd1f2e88963a6d" name="27.1.3.tar.gz">https://github.com/obsproject/obs-studio/archive/27.1.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>curl-devel</Dependency>
<Dependency>dbus-devel</Dependency>
@@ -47512,18 +47556,23 @@ complete albums that you have purchased from Amazon.</Description>
<Dependency>zlib-devel</Dependency>
<Dependency>eudev-devel</Dependency>
<Dependency>luajit-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>ffmpeg-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>libv4l-devel</Dependency>
<Dependency>libxcb-devel</Dependency>
<Dependency>jansson-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>libv4l-devel</Dependency>
<Dependency>vlc-devel</Dependency>
<Dependency>vlc-libs</Dependency>
<Dependency>pkgconfig</Dependency>
<Dependency>freetype-devel</Dependency>
<Dependency>libglvnd-devel</Dependency>
<Dependency>pipewire-devel</Dependency>
<Dependency>qt5-svg-devel</Dependency>
<Dependency>rnnoise-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>libfdk-aac-devel</Dependency>
<Dependency>libXfixes-devel</Dependency>
@@ -47534,6 +47583,10 @@ complete albums that you have purchased from Amazon.</Description>
<Dependency>pulseaudio-libs-devel</Dependency>
<Dependency>jack-audio-connection-kit-devel</Dependency>
<Dependency>cmake</Dependency>
<Dependency>wayland-devel</Dependency>
<Dependency>wayland-client</Dependency>
<Dependency>wayland-cursor</Dependency>
<Dependency>wayland-server</Dependency>
</BuildDependencies>
<SourceURI>multimedia/videoplayer/obs-studio/pspec.xml</SourceURI>
</Source>
@@ -47546,6 +47599,7 @@ complete albums that you have purchased from Amazon.</Description>
<Dependency>zlib</Dependency>
<Dependency>eudev</Dependency>
<Dependency>luajit</Dependency>
<Dependency>glib2</Dependency>
<Dependency>ffmpeg</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libgcc</Dependency>
@@ -47553,9 +47607,14 @@ complete albums that you have purchased from Amazon.</Description>
<Dependency>libxcb</Dependency>
<Dependency>speexdsp</Dependency>
<Dependency>jansson</Dependency>
<Dependency>python3</Dependency>
<Dependency>alsa-lib</Dependency>
<Dependency>freetype</Dependency>
<Dependency>libglvnd</Dependency>
<Dependency>pipewire</Dependency>
<Dependency>qt5-svg</Dependency>
<Dependency>rnnoise</Dependency>
<Dependency>wayland</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>libXfixes</Dependency>
<Dependency>fontconfig</Dependency>
@@ -47583,7 +47642,7 @@ complete albums that you have purchased from Amazon.</Description>
<Name>obs-studio-devel</Name>
<Summary xml:lang="en">Development files for obs-studio</Summary>
<RuntimeDependencies>
<Dependency release="11">obs-studio</Dependency>
<Dependency release="12">obs-studio</Dependency>
<Dependency>libX11-devel</Dependency>
</RuntimeDependencies>
<Files>
@@ -47593,6 +47652,13 @@ complete albums that you have purchased from Amazon.</Description>
</Files>
</Package>
<History>
<Update release="12">
<Date>2021-11-09</Date>
<Version>27.1.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="11">
<Date>2020-10-19</Date>
<Version>26.0.2</Version>
@@ -54162,7 +54228,7 @@ complete albums that you have purchased from Amazon.</Description>
<PartOf>multimedia.graphics</PartOf>
<Summary xml:lang="en">Scaling, colorspace conversion, and dithering library</Summary>
<Description xml:lang="en">The &quot;z&quot; library implements the commonly required image processing basics of scaling, colorspace conversion, and depth conversion.</Description>
<Archive type="targz" sha1sum="58951dca1da1a57f35216f6d84b2c0c6f4e60195" name="release-2.9.2.tar.gz">https://github.com/sekrit-twc/zimg/archive/release-2.9.2.tar.gz</Archive>
<Archive type="targz" sha1sum="443d5130c38ddef3c6551bd858cce9e49d6fd54e" name="release-3.0.3.tar.gz">https://github.com/sekrit-twc/zimg/archive/refs/tags/release-3.0.3.tar.gz</Archive>
<SourceURI>multimedia/graphics/libzimg/pspec.xml</SourceURI>
</Source>
<Package>
@@ -54176,7 +54242,7 @@ complete albums that you have purchased from Amazon.</Description>
<Name>libzimg-devel</Name>
<Summary xml:lang="en">Header files for libzimg.</Summary>
<RuntimeDependencies>
<Dependency release="1">libzimg</Dependency>
<Dependency release="2">libzimg</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -54184,6 +54250,13 @@ complete albums that you have purchased from Amazon.</Description>
</Files>
</Package>
<History>
<Update release="2">
<Date>2021-11-06</Date>
<Version>3.0.3</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2020-01-14</Date>
<Version>2.9.2</Version>
@@ -77093,6 +77166,57 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>mbedtls</Name>
<Homepage>https://github.com/ARMmbed/mbedtls</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Apache</License>
<IsA>library</IsA>
<PartOf>multimedia.misc</PartOf>
<Summary xml:lang="en">Cryptographic library for embedded systems</Summary>
<Summary xml:lang="tr">Cryptographic library for embedded systems</Summary>
<Description xml:lang="en">Gömülü sistemler için kriptografik kitaplık</Description>
<Description xml:lang="tr">Gömülü sistemler için kriptografik kitaplık</Description>
<Archive type="targz" sha1sum="036496467be56b21c4afd76e8728e5ff43cd4d57" name="v2.27.0.tar.gz">https://github.com/ARMmbed/mbedtls/archive/refs/tags/v2.27.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>python3</Dependency>
</BuildDependencies>
<SourceURI>multimedia/misc/mbedtls/pspec.xml</SourceURI>
</Source>
<Package>
<Name>mbedtls</Name>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>mbedtls-devel</Name>
<Summary xml:lang="en">Development files for mbedtls</Summary>
<RuntimeDependencies>
<Dependency release="1">mbedtls</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-11-09</Date>
<Version>2.27.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>tagparser</Name>
@@ -84047,11 +84171,18 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/pisilinux-welcome</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/lib/python3.8/site-packages</Path>
<Path fileType="data">/usr/lib/python3*/site-packages</Path>
<Path fileType="localdata">/usr/share/welcome/languages</Path>
</Files>
</Package>
<History>
<Update release="15">
<Date>2021-11-07</Date>
<Version>1.6</Version>
<Comment>Rebuild py3.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2020-01-20</Date>
<Version>1.6</Version>
@@ -84184,13 +84315,20 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/lib/pisiplayer</Path>
<Path fileType="data">/usr/lib/python3.8/site-packages</Path>
<Path fileType="data">/usr/lib/python3*/site-packages</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2021-11-07</Date>
<Version>0.9</Version>
<Comment>Rebuild py3</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2019-04-22</Date>
<Version>0.9</Version>
@@ -90034,7 +90172,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Package>
<History>
<Update release="2">
<Date>2021-10-04</Date>
<Date>2021-11-08</Date>
<Version>10.5.3</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
@@ -229115,6 +229253,7 @@ GNOME Session and the applications that run under it.</Summary>
<Dependency>md4c-devel</Dependency>
<Dependency>libglvnd-devel</Dependency>
<Dependency>vulkan-headers</Dependency>
<Dependency>postgresql-pl</Dependency>
<Dependency versionFrom="68.2">icu4c-devel</Dependency>
</BuildDependencies>
<Patches>
@@ -239910,7 +240049,7 @@ GNOME Session and the applications that run under it.</Summary>
<PartOf>programming.language.python3</PartOf>
<Summary xml:lang="en">A set of Python bindings for the Qt 5.x Toolkit</Summary>
<Description xml:lang="en">Qt is a set of C++ libraries and development tools that includes platform independent abstractions for graphical user interfaces, networking, threads, Unicode, regular expressions, SQL databases, SVG, OpenGL, XML, and user and application settings. PyQt implements 440 of these classes as a set of Python modules.</Description>
<Archive type="targz" sha1sum="f3f73ba3cfbf571923bc7fe727ef45ea9197c8d6" name="PyQt5-5.15.5.tar.gz">https://files.pythonhosted.org/packages/72/bf/4e7c66eefa9ede1ec01d065d220373667f4ca3285a83a6430eefc254904c/PyQt5-5.15.5.tar.gz</Archive>
<Archive type="targz" sha1sum="8d6c8ab553320779a1c0a6396067c04b5c2177b7" name="PyQt5-5.15.6.tar.gz">https://files.pythonhosted.org/packages/3b/27/fd81188a35f37be9b3b4c2db1654d9439d1418823916fe702ac3658c9c41/PyQt5-5.15.6.tar.gz</Archive>
<BuildDependencies>
<Dependency>dbus-devel</Dependency>
<Dependency>dbus-python3</Dependency>
@@ -239937,6 +240076,9 @@ GNOME Session and the applications that run under it.</Summary>
<Dependency versionFrom="5.15.2">qt5-connectivity-devel</Dependency>
<Dependency versionFrom="5.15.2">qt5-quickcontrols2-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>restore-sip4-support.patch</Patch>
</Patches>
<SourceURI>programming/language/python3/python3-qt5/pspec.xml</SourceURI>
</Source>
<Package>
@@ -239982,13 +240124,20 @@ GNOME Session and the applications that run under it.</Summary>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency versionFrom="5.15.2">qt5-base</Dependency>
<Dependency release="23">python3-qt5</Dependency>
<Dependency release="24">python3-qt5</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/sip/PyQt5</Path>
</Files>
</Package>
<History>
<Update release="24">
<Date>2021-11-06</Date>
<Version>5.15.6</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="23">
<Date>2021-10-21</Date>
<Version>5.15.5</Version>
@@ -258595,7 +258744,7 @@ GNOME Session and the applications that run under it.</Summary>
<Summary xml:lang="tr">Qt5.x araçları için python bağlayıcıları</Summary>
<Description xml:lang="en">Qt is a set of C++ libraries and development tools that includes platform independent abstractions for graphical user interfaces, networking, threads, Unicode, regular expressions, SQL databases, SVG, OpenGL, XML, and user and application settings. PyQt implements 440 of these classes as a set of Python modules.</Description>
<Description xml:lang="tr">Qt5, C++ kütüphaneleri dizisi ve geliştirme araçları olup grafik kullanıcı arabirimleri için, ağ bağlantısı, iş parçacığı, Unicode, düzenli ifadeler, SQL veritabanları, SVG, OpenGL, XML ve kullanıcıve uygulama ayarları gibi platform bağımsız uygulamalara ayrılır. PyQt, Python modülü seti olarak bu sınıftan 440 kadar uygulamayı çalıştırır.</Description>
<Archive type="targz" sha1sum="f3f73ba3cfbf571923bc7fe727ef45ea9197c8d6" name="PyQt5-5.15.5.tar.gz">https://files.pythonhosted.org/packages/72/bf/4e7c66eefa9ede1ec01d065d220373667f4ca3285a83a6430eefc254904c/PyQt5-5.15.5.tar.gz</Archive>
<Archive type="targz" sha1sum="8d6c8ab553320779a1c0a6396067c04b5c2177b7" name="PyQt5-5.15.6.tar.gz">https://files.pythonhosted.org/packages/3b/27/fd81188a35f37be9b3b4c2db1654d9439d1418823916fe702ac3658c9c41/PyQt5-5.15.6.tar.gz</Archive>
<BuildDependencies>
<Dependency>dbus-devel</Dependency>
<Dependency>dbus-python</Dependency>
@@ -258623,6 +258772,9 @@ GNOME Session and the applications that run under it.</Summary>
<Dependency versionFrom="5.15.2">qt5-connectivity-devel</Dependency>
<Dependency versionFrom="5.15.2">qt5-quickcontrols2-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>restore-sip4-support.patch</Patch>
</Patches>
<SourceURI>programming/language/python/python-qt5/pspec.xml</SourceURI>
</Source>
<Package>
@@ -258668,13 +258820,20 @@ GNOME Session and the applications that run under it.</Summary>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency versionFrom="5.15.2">qt5-base</Dependency>
<Dependency release="24">python-qt5</Dependency>
<Dependency release="25">python-qt5</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/sip/Py2Qt5</Path>
</Files>
</Package>
<History>
<Update release="25">
<Date>2021-11-06</Date>
<Version>5.15.6</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="24">
<Date>2021-10-21</Date>
<Version>5.15.5</Version>
@@ -273114,7 +273273,7 @@ GNOME Session and the applications that run under it.</Summary>
<Dependency>db-devel</Dependency>
<Dependency>mariadb-lib</Dependency>
<Dependency>libmcrypt-devel</Dependency>
<Dependency>mit-kerberos</Dependency>
<Dependency>mit-kerberos-devel</Dependency>
<Dependency>libc-client</Dependency>
<Dependency>postgresql-server</Dependency>
<Dependency>libjpeg-turbo-devel</Dependency>
@@ -281008,6 +281167,10 @@ to create header files and sources from protocol files.</Description>
<Dependency>lld</Dependency>
<Dependency>llvm-polly</Dependency>
</BuildDependencies>
<Patches>
<Patch level="2">0001-cmake-Allow-shared-libraries-to-customize-the-soname.patch</Patch>
<Patch level="2">0001-XFAIL-missing-abstract-variable.ll-test-on-ppc64le.patch</Patch>
</Patches>
<SourceURI>programming/build/llvm/pspec.xml</SourceURI>
</Source>
<Package>
@@ -281015,7 +281178,7 @@ to create header files and sources from protocol files.</Description>
<IsA>app:console</IsA>
<IsA>library</IsA>
<RuntimeDependencies>
<Dependency release="19">llvm-libs</Dependency>
<Dependency release="20">llvm-libs</Dependency>
<Dependency>zlib</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>ncurses</Dependency>
@@ -281064,8 +281227,8 @@ to create header files and sources from protocol files.</Description>
<Name>lldb</Name>
<Summary xml:lang="en">Next generation, high-performance debugger</Summary>
<RuntimeDependencies>
<Dependency release="19">llvm-libs</Dependency>
<Dependency release="19">llvm-clang</Dependency>
<Dependency release="20">llvm-libs</Dependency>
<Dependency release="20">llvm-clang</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libedit</Dependency>
<Dependency>libxml2</Dependency>
@@ -281090,7 +281253,7 @@ to create header files and sources from protocol files.</Description>
<Name>lldb-devel</Name>
<Summary xml:lang="en">Development headers lldb</Summary>
<RuntimeDependencies>
<Dependency release="19">lldb</Dependency>
<Dependency release="20">lldb</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/lldb/*</Path>
@@ -281100,7 +281263,7 @@ to create header files and sources from protocol files.</Description>
<Name>lld</Name>
<Summary xml:lang="en">Linker from the LLVM project</Summary>
<RuntimeDependencies>
<Dependency release="19">llvm-libs</Dependency>
<Dependency release="20">llvm-libs</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>llvm-polly</Dependency>
</RuntimeDependencies>
@@ -281129,7 +281292,7 @@ to create header files and sources from protocol files.</Description>
<Name>lld-devel</Name>
<Summary xml:lang="en">Development headers lld</Summary>
<RuntimeDependencies>
<Dependency release="19">lld</Dependency>
<Dependency release="20">lld</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
@@ -281144,7 +281307,7 @@ to create header files and sources from protocol files.</Description>
<Description xml:lang="en">The Clang Static Analyzer consists of both a source code analysis framework and a standalone tool that finds bugs in C and Objective-C programs.</Description>
<IsA>app:console</IsA>
<RuntimeDependencies>
<Dependency release="19">llvm-clang</Dependency>
<Dependency release="20">llvm-clang</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/lib/clang-analyzer</Path>
@@ -281172,7 +281335,7 @@ to create header files and sources from protocol files.</Description>
<Summary xml:lang="tr">LLVM için C dili ailesi ön ucu</Summary>
<Description xml:lang="en">The goal of the Clang project is to create a new C, C++, Objective C and Objective C++ front-end for the LLVM compiler.</Description>
<RuntimeDependencies>
<Dependency release="19">llvm-libs</Dependency>
<Dependency release="20">llvm-libs</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>llvm-polly</Dependency>
@@ -281210,7 +281373,7 @@ to create header files and sources from protocol files.</Description>
<Summary xml:lang="en">Development headers for llvm-clang</Summary>
<Summary xml:lang="tr">llvm-clang için başlık dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="19">llvm-clang</Dependency>
<Dependency release="20">llvm-clang</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/clang</Path>
@@ -281223,7 +281386,7 @@ to create header files and sources from protocol files.</Description>
<Name>llvm-mlir</Name>
<Summary xml:lang="en">MLIR is intended to be a hybrid IR which can support multiple different requirements in a unified infrastructure</Summary>
<RuntimeDependencies>
<Dependency release="19">llvm-libs</Dependency>
<Dependency release="20">llvm-libs</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>ncurses</Dependency>
<Dependency>llvm-polly</Dependency>
@@ -281261,8 +281424,8 @@ to create header files and sources from protocol files.</Description>
<Dependency>ncurses-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency release="19">llvm</Dependency>
<Dependency release="19">llvm-clang-32bit</Dependency>
<Dependency release="20">llvm</Dependency>
<Dependency release="20">llvm-clang-32bit</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libxml2-32bit</Dependency>
<Dependency>ncurses-32bit</Dependency>
@@ -281275,6 +281438,13 @@ to create header files and sources from protocol files.</Description>
</Files>
</Package>
<History>
<Update release="20">
<Date>2021-11-09</Date>
<Version>13.0.0</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="19">
<Date>2021-10-22</Date>
<Version>13.0.0</Version>
@@ -283199,7 +283369,7 @@ contacts, tasks, and calendar information.</Summary>
<Summary xml:lang="tr">libinput Wayland Campasitars giriş aygıtları işlemek için ve genel X.Org giriş sürücü sağlamak için bir kütüphane.</Summary>
<Description xml:lang="en">It provides device detection, device handling, input device event processing and abstraction so minimize the amount of custom input code the user of libinput need to provide the common set of functionality that users expect.</Description>
<Description xml:lang="tr">Bu yüzden kullanıcıların beklediği fonksiyonellik ortak kümesi sağlamak için gereken özel giriş kodu compositors miktarını en az indirerek, aygıt kullanımı, giriş aygıtı olay işleme ve soyutlama sağlar.</Description>
<Archive type="tarxz" sha1sum="f4f63669f5cd4bef93080b8a46702dab36d2252d" name="libinput-1.19.1.tar.xz">https://www.freedesktop.org/software/libinput/libinput-1.19.1.tar.xz</Archive>
<Archive type="tarxz" sha1sum="5440f51f6cdd9278986e112e28945b3cc8cfa60e" name="libinput-1.19.2.tar.xz">https://www.freedesktop.org/software/libinput/libinput-1.19.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>gtk3-devel</Dependency>
@@ -283212,7 +283382,7 @@ contacts, tasks, and calendar information.</Summary>
<Dependency>libwacom-devel</Dependency>
<Dependency>libXtst-devel</Dependency>
<Dependency>wayland-client</Dependency>
<Dependency>wayland-scanner</Dependency>
<Dependency>wayland-devel</Dependency>
<Dependency>wayland-protocols-devel</Dependency>
</BuildDependencies>
<SourceURI>programming/misc/libinput/pspec.xml</SourceURI>
@@ -283246,7 +283416,7 @@ contacts, tasks, and calendar information.</Summary>
<Name>libinput-devel</Name>
<Summary xml:lang="en">Development files for libinput</Summary>
<RuntimeDependencies>
<Dependency release="18">libinput</Dependency>
<Dependency release="19">libinput</Dependency>
<Dependency>eudev-devel</Dependency>
</RuntimeDependencies>
<Files>
@@ -283255,6 +283425,13 @@ contacts, tasks, and calendar information.</Summary>
</Files>
</Package>
<History>
<Update release="19">
<Date>2021-11-09</Date>
<Version>1.19.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="18">
<Date>2021-10-19</Date>
<Version>1.19.1</Version>
@@ -300957,12 +301134,12 @@ contacts, tasks, and calendar information.</Summary>
<Description xml:lang="en">NVIDIA graphics drivers provide optimized 2D/3D performance.</Description>
<Description xml:lang="tr">NVIDIA grafik sürücüleri daha iyi 2B/3B başarımı sağlar.</Description>
<Description xml:lang="es">Controladores de kernel nVIDIA y glx para rendimiento optimizado 2d/3d en Linux (Para NV3X o mejor).</Description>
<Archive type="binary" sha1sum="16ca8a3a1416f7fc62e22b2a1cab959c2a07211a" name="NVIDIA-Linux-x86_64-465.31.run">http://http.download.nvidia.com/XFree86/Linux-x86_64/465.31/NVIDIA-Linux-x86_64-465.31.run</Archive>
<Archive type="binary" sha1sum="cc2753201b5f96b153fa92523e3a56e11529db59" name="NVIDIA-Linux-x86_64-495.44.run">http://http.download.nvidia.com/XFree86/Linux-x86_64/495.44/NVIDIA-Linux-x86_64-495.44.run</Archive>
<AdditionalFiles>
<AdditionalFile target="dkms.conf" permission="0644" owner="root">dkms.conf</AdditionalFile>
</AdditionalFiles>
<BuildDependencies>
<Dependency version="5.10.70">kernel-module-headers</Dependency>
<Dependency version="5.10.78">kernel-module-headers</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
@@ -300978,7 +301155,7 @@ contacts, tasks, and calendar information.</Summary>
<Flag>noDelta</Flag>
</BuildFlags>
<RuntimeDependencies>
<Dependency version="5.10.70">kernel</Dependency>
<Dependency version="5.10.78">kernel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library" permanent="true">/lib/modules</Path>
@@ -301007,7 +301184,7 @@ contacts, tasks, and calendar information.</Summary>
<Dependency>libXext</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<AnyDependency>
<Dependency version="465.31">module-nvidia-current</Dependency>
<Dependency version="495.44">module-nvidia-current</Dependency>
<Dependency>nvidia-current-dkms</Dependency>
</AnyDependency>
</RuntimeDependencies>
@@ -301030,7 +301207,7 @@ contacts, tasks, and calendar information.</Summary>
<PartOf>hardware.graphics</PartOf>
<RuntimeDependencies>
<AnyDependency>
<Dependency version="465.31">module-nvidia-current</Dependency>
<Dependency version="495.44">module-nvidia-current</Dependency>
<Dependency>nvidia-current-dkms</Dependency>
</AnyDependency>
</RuntimeDependencies>
@@ -301054,7 +301231,7 @@ contacts, tasks, and calendar information.</Summary>
<Dependency>opencl-icd</Dependency>
<Dependency>vulkan</Dependency>
<AnyDependency>
<Dependency version="465.31">module-nvidia-current</Dependency>
<Dependency version="495.44">module-nvidia-current</Dependency>
<Dependency>nvidia-current-dkms</Dependency>
</AnyDependency>
</RuntimeDependencies>
@@ -301092,7 +301269,7 @@ contacts, tasks, and calendar information.</Summary>
<Dependency>libXext-32bit</Dependency>
<Dependency>vulkan-32bit</Dependency>
<Dependency>opencl-icd-32bit</Dependency>
<Dependency release="41">xorg-video-nvidia-current</Dependency>
<Dependency release="42">xorg-video-nvidia-current</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
@@ -301111,7 +301288,7 @@ contacts, tasks, and calendar information.</Summary>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/modprobe.d/nvidia-current-dkms.conf</Path>
<Path fileType="data">/usr/src/nvidia-465.31</Path>
<Path fileType="data">/usr/src/nvidia-495.44</Path>
</Files>
<Conflicts>
<Package>module-nvidia-current</Package>
@@ -301167,6 +301344,13 @@ contacts, tasks, and calendar information.</Summary>
</AdditionalFiles>
</Package>
<History>
<Update release="42">
<Date>2021-11-08</Date>
<Version>495.44</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="41">
<Date>2021-09-30</Date>
<Version>465.31</Version>
@@ -301475,8 +301659,8 @@ contacts, tasks, and calendar information.</Summary>
<PartOf>kernel.drivers</PartOf>
<Summary xml:lang="en">NVIDIA drivers for GeForce 6xxx and newer GPUs</Summary>
<Description xml:lang="en">NVIDIA graphics drivers provide optimized 2D/3D performance.</Description>
<Archive type="binary" sha1sum="2d2da765c031976b1ba3b6fe9fe464dad7baafae" name="NVIDIA-Linux-x86-390.143.run">http://us.download.nvidia.com/XFree86/Linux-x86/390.143/NVIDIA-Linux-x86-390.143.run</Archive>
<Archive type="binary" sha1sum="dda5a8c50bf54b6e9096ab1d6ad01a11aaa95485" name="NVIDIA-Linux-x86_64-390.143.run">http://us.download.nvidia.com/XFree86/Linux-x86_64/390.143/NVIDIA-Linux-x86_64-390.143.run</Archive>
<Archive type="binary" sha1sum="87f20c65c07b23d2417d00cf4c83176323969717" name="NVIDIA-Linux-x86-390.144.run">http://http.download.nvidia.com/XFree86/Linux-x86/390.144/NVIDIA-Linux-x86-390.144.run</Archive>
<Archive type="binary" sha1sum="c99412df21d49cae64f2d13b27c70ac48ccb19d0" name="NVIDIA-Linux-x86_64-390.144.run">http://http.download.nvidia.com/XFree86/Linux-x86_64/390.144/NVIDIA-Linux-x86_64-390.144.run</Archive>
<AdditionalFiles>
<AdditionalFile target="dkms.conf" permission="0644" owner="root">dkms.conf</AdditionalFile>
<AdditionalFile target="kernel-5.5.patch" permission="0644" owner="root">NVIDIA-Linux-x86_64-390.132-kernel-5.5.patch</AdditionalFile>
@@ -301484,7 +301668,7 @@ contacts, tasks, and calendar information.</Summary>
<AdditionalFile target="kernel-5.6-uvm.patch" permission="0644" owner="root">NVIDIA-Linux-x86_64-390.132-kernel-5.6-uvm.patch</AdditionalFile>
</AdditionalFiles>
<BuildDependencies>
<Dependency version="5.10.70">kernel-module-headers</Dependency>
<Dependency version="5.10.78">kernel-module-headers</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
@@ -301499,7 +301683,7 @@ contacts, tasks, and calendar information.</Summary>
<Flag>noDelta</Flag>
</BuildFlags>
<RuntimeDependencies>
<Dependency version="5.10.70">kernel</Dependency>
<Dependency version="5.10.78">kernel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library" permanent="true">/lib/modules</Path>
@@ -301519,7 +301703,7 @@ contacts, tasks, and calendar information.</Summary>
<PartOf>hardware.graphics</PartOf>
<RuntimeDependencies>
<AnyDependency>
<Dependency version="390.143">module-nvidia390</Dependency>
<Dependency version="390.144">module-nvidia390</Dependency>
<Dependency>nvidia390-dkms</Dependency>
</AnyDependency>
</RuntimeDependencies>
@@ -301543,7 +301727,7 @@ contacts, tasks, and calendar information.</Summary>
<Dependency>opencl-icd</Dependency>
<Dependency>libglvnd</Dependency>
<AnyDependency>
<Dependency version="390.143">module-nvidia390</Dependency>
<Dependency version="390.144">module-nvidia390</Dependency>
<Dependency>nvidia390-dkms</Dependency>
</AnyDependency>
</RuntimeDependencies>
@@ -301584,7 +301768,7 @@ contacts, tasks, and calendar information.</Summary>
<Dependency>opencl-icd-32bit</Dependency>
<Dependency>vulkan-32bit</Dependency>
<Dependency>libglvnd-32bit</Dependency>
<Dependency release="19">xorg-video-nvidia390</Dependency>
<Dependency release="20">xorg-video-nvidia390</Dependency>
<Dependency>atk</Dependency>
<Dependency>gtk2</Dependency>
<Dependency>gtk3</Dependency>
@@ -301652,6 +301836,13 @@ contacts, tasks, and calendar information.</Summary>
</AdditionalFiles>
</Package>
<History>
<Update release="20">
<Date>2021-11-08</Date>
<Version>390.144</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="19">
<Date>2021-09-30</Date>
<Version>390.143</Version>
@@ -301790,7 +301981,7 @@ contacts, tasks, and calendar information.</Summary>
<AdditionalFile target="kernel-5.10.patch" permission="0644" owner="root">0004-kernel-5.10.patch</AdditionalFile>
</AdditionalFiles>
<BuildDependencies>
<Dependency version="5.10.70">kernel-module-headers</Dependency>
<Dependency version="5.10.78">kernel-module-headers</Dependency>
</BuildDependencies>
<SourceURI>kernel/drivers/module-nvidia340/pspec.xml</SourceURI>
</Source>
@@ -301802,7 +301993,7 @@ contacts, tasks, and calendar information.</Summary>
<Flag>noDelta</Flag>
</BuildFlags>
<RuntimeDependencies>
<Dependency version="5.10.70">kernel</Dependency>
<Dependency version="5.10.78">kernel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library" permanent="true">/lib/modules</Path>
@@ -301859,7 +302050,7 @@ contacts, tasks, and calendar information.</Summary>
<Dependency>libX11-32bit</Dependency>
<Dependency>libXext-32bit</Dependency>
<Dependency>opencl-icd-32bit</Dependency>
<Dependency release="40">xorg-video-nvidia340</Dependency>
<Dependency release="41">xorg-video-nvidia340</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
@@ -301919,6 +302110,13 @@ contacts, tasks, and calendar information.</Summary>
</AdditionalFiles>
</Package>
<History>
<Update release="41">
<Date>2021-11-09</Date>
<Version>340.108</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="40">
<Date>2021-09-10</Date>
<Version>340.108</Version>
+1 -1
View File
@@ -1 +1 @@
e0acbd62c312c9a1c1e1b6e061aeb653e5db9c7a
a7507e5f928f629419df4f43687f593101ca957a
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
d8467bb3bd27fbf45cf3467989c8aa024df5e3be
329a5e2da5a78b4f706b1111bda5ac27f0528090