diff --git a/hardware/disk/libblockdev/actions.py b/hardware/disk/libblockdev/actions.py
new file mode 100644
index 0000000000..ffd249341d
--- /dev/null
+++ b/hardware/disk/libblockdev/actions.py
@@ -0,0 +1,24 @@
+#!/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 get
+
+def setup():
+ #shelltools.system("./autogen.sh")
+ autotools.configure("--without-gtk-doc \
+ --without-nvdimm \
+ --without-dm")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("LICENSE")
diff --git a/hardware/disk/libblockdev/pspec.xml b/hardware/disk/libblockdev/pspec.xml
new file mode 100644
index 0000000000..31d214f266
--- /dev/null
+++ b/hardware/disk/libblockdev/pspec.xml
@@ -0,0 +1,79 @@
+
+
+
+
+ libblockdev
+ https://github.com/storaged-project/libblockdev
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv3
+ app
+ A library for manipulating block devices
+ Blok cihazlarını değiştirmek için bir kütüphane
+ https://github.com/storaged-project/libblockdev/releases/download/2.20-1/libblockdev-2.20.tar.gz
+
+ nss-devel
+ mdadm
+ util-linux
+ glib2-devel
+ parted-devel
+ libyaml-devel
+ libkmod-devel
+ volume_key-devel
+ libbytesize-devel
+ libcryptsetup-devel
+ libutil-linux-devel
+ device-mapper-devel
+ gobject-introspection-devel
+
+
+
+
+ libblockdev
+
+ nss
+ nspr
+ glib2
+ eudev
+ parted
+ libyaml
+ libkmod
+ volume_key
+ libbytesize
+ libcryptsetup
+ libutil-linux
+ device-mapper
+
+
+ /etc
+ /usr/lib
+ /usr/share
+ /usr/share/locale
+ /usr/share/doc
+
+
+
+
+ libblockdev-devel
+ Development files for libblockdev
+
+ libblockdev
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2018-12-26
+ 2.20
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
diff --git a/hardware/disk/libblockdev/translations.xml b/hardware/disk/libblockdev/translations.xml
new file mode 100644
index 0000000000..6c33e39807
--- /dev/null
+++ b/hardware/disk/libblockdev/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ libblockdev
+ A library for manipulating block devices
+ Blok cihazlarını değiştirmek için bir kütüphane
+
+
diff --git a/hardware/disk/libbytesize/actions.py b/hardware/disk/libbytesize/actions.py
new file mode 100644
index 0000000000..9121945ab5
--- /dev/null
+++ b/hardware/disk/libbytesize/actions.py
@@ -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 get
+
+def setup():
+ #shelltools.system("./autogen.sh")
+ autotools.configure()
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("LICENSE", "README*")
diff --git a/hardware/disk/libbytesize/pspec.xml b/hardware/disk/libbytesize/pspec.xml
new file mode 100644
index 0000000000..9730cc05aa
--- /dev/null
+++ b/hardware/disk/libbytesize/pspec.xml
@@ -0,0 +1,62 @@
+
+
+
+
+ libbytesize
+ https://github.com/storaged-project/libbytesize
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv3
+ app
+ A tiny library providing a C "class" for working with arbitrary big sizes in bytes
+ Bayt cinsinden rastgele büyük boyutlarla çalışmak için C sınıfı olan kütüphane
+ https://github.com/storaged-project/libbytesize/releases/download/1.4/libbytesize-1.4.tar.gz
+
+ libpcre-devel
+ python3-devel
+ python-devel
+ mpfr-devel
+ gmp-devel
+
+
+
+
+
+ libbytesize
+
+ libpcre
+ mpfr
+ gmp
+
+
+ /usr/lib
+ /usr/share
+ /usr/share/locale
+ /usr/share/doc
+
+
+
+
+ libbytesize-devel
+ Development files for libbytesize
+
+ libbytesize
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2018-12-29
+ 1.4
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
diff --git a/hardware/disk/libbytesize/translations.xml b/hardware/disk/libbytesize/translations.xml
new file mode 100644
index 0000000000..e0e7dc1d92
--- /dev/null
+++ b/hardware/disk/libbytesize/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ libbytesize
+ A tiny library providing a C "class" for working with arbitrary big sizes in bytes
+ Bayt cinsinden rastgele büyük boyutlarla çalışmak için C sınıfı olan kütüphane
+
+
diff --git a/hardware/disk/volume_key/actions.py b/hardware/disk/volume_key/actions.py
new file mode 100644
index 0000000000..55c22b7120
--- /dev/null
+++ b/hardware/disk/volume_key/actions.py
@@ -0,0 +1,21 @@
+#!/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 get
+
+
+def setup():
+ autotools.configure()
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
diff --git a/hardware/disk/volume_key/pspec.xml b/hardware/disk/volume_key/pspec.xml
new file mode 100644
index 0000000000..7b96dd667f
--- /dev/null
+++ b/hardware/disk/volume_key/pspec.xml
@@ -0,0 +1,75 @@
+
+
+
+
+ volume_key
+ https://pagure.io/volume_key
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv3
+ app
+ A library for manipulating storage volume encryption keys and storing them separately from volumes to handle forgotten passphrases
+ Depolama birimi şifreleme anahtarlarını değiştirmek ve unutulan parolaları işlemek için bunları ayrı birimlerden saklamak için bir kütüphane
+ https://releases.pagure.org/volume_key/volume_key-0.3.11.tar.xz
+
+ swig
+ nss-devel
+ glib2-devel
+ gpgme-devel
+ python-devel
+ python3-devel
+ libassuan -->
+ libgpg-error -->
+ libutil-linux-devel
+ libcryptsetup-devel
+
+
+
+
+ volume_key
+
+ nspr
+ nss
+ gettext
+ glib2
+ gpgme
+ python3
+ libassuan
+ libgpg-error
+ libutil-linux
+ libcryptsetup
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share
+ /usr/share/locale
+ /usr/share/man
+ /usr/share/doc
+
+
+
+
+ volume_key-devel
+ Development files for volume_key
+
+ volume_key
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2018-12-29
+ 0.3.11
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
diff --git a/hardware/disk/volume_key/translations.xml b/hardware/disk/volume_key/translations.xml
new file mode 100644
index 0000000000..4d59bddff9
--- /dev/null
+++ b/hardware/disk/volume_key/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ volume_key
+ A library for manipulating storage volume encryption keys and storing them separately from volumes to handle forgotten passphrases
+ Depolama birimi şifreleme anahtarlarını değiştirmek ve unutulan parolaları işlemek için bunları ayrı birimlerden saklamak için bir kütüphane
+
+
diff --git a/pisi-index.xml b/pisi-index.xml
index 897ab04235..b821ad977e 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -25074,7 +25074,7 @@
MIT Kerberos kütüphanesi
Kerberos is a network authentication protocol. It is designed to provide strong authentication for client/server applications by using secret-key cryptography.
Kerberos bir ağ doğrulama protokolüdür. Sunucu/istemci uygulamalarında, gizli anahtar kriptoloji teknolojisini kullanarak, güçlü bir doğrulama sağlar.
- http://web.mit.edu/kerberos/dist/krb5/1.15/krb5-1.15.tar.gz
+ http://web.mit.edu/kerberos/dist/krb5/1.16/krb5-1.16.tar.gz
keyutils
openssl-devel
@@ -25083,6 +25083,7 @@
krb5-config_LDFLAGS.patch
rebuild-configure-scripts.patch
+ CVE-2018-5729-5730.patch
server/auth/mit-kerberos/pspec.xml
@@ -25110,6 +25111,13 @@
+
+ 2018-12-31
+ 1.16
+ Version bump
+ Pisi Linux Community
+ admin@pisilinux.org
+
2018-07-26
1.15
@@ -41133,6 +41141,13 @@
+
+ 2018-12-27
+ 3.2.0
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-11-12
3.2.0
@@ -52142,7 +52157,7 @@
hardware.printer
OpenPrinting CUPS filters and backends
Contains backends, filters, and other software that was once part of the core CUPS distribution but is no longer maintained by Apple Inc. In addition it contains additional filters developed independently of Apple, especially filters for the PDF-centric printing workflow introduced by OpenPrinting.
- https://www.openprinting.org/download/cups-filters/cups-filters-1.21.3.tar.xz
+ https://www.openprinting.org/download/cups-filters/cups-filters-1.21.6.tar.xz
cups-devel
glib2-devel
@@ -52205,7 +52220,7 @@
Development files for cups-filters
Cups-filters için geliştirme dosyaları
- cups-filters
+ cups-filters
/usr/include
@@ -52213,6 +52228,13 @@
+
+ 2018-12-30
+ 1.21.6
+ Version Bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-10-07
1.21.3
@@ -57437,6 +57459,84 @@
+
+
+ libblockdev
+ https://github.com/storaged-project/libblockdev
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv3
+ app
+ hardware.disk
+ A library for manipulating block devices
+ A library for manipulating block devices
+ Blok cihazlarını değiştirmek için bir kütüphane
+ Blok cihazlarını değiştirmek için bir kütüphane
+ https://github.com/storaged-project/libblockdev/releases/download/2.20-1/libblockdev-2.20.tar.gz
+
+ nss-devel
+ mdadm
+ util-linux
+ glib2-devel
+ parted-devel
+ libyaml-devel
+ libkmod-devel
+ volume_key-devel
+ libbytesize-devel
+ libcryptsetup-devel
+ libutil-linux-devel
+ device-mapper-devel
+ gobject-introspection-devel
+
+ hardware/disk/libblockdev/pspec.xml
+
+
+ libblockdev
+
+ nss
+ nspr
+ glib2
+ eudev
+ parted
+ libyaml
+ libkmod
+ volume_key
+ libbytesize
+ libcryptsetup
+ libutil-linux
+ device-mapper
+
+
+ /etc
+ /usr/lib
+ /usr/share
+ /usr/share/locale
+ /usr/share/doc
+
+
+
+ libblockdev-devel
+ Development files for libblockdev
+
+ libblockdev
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+ 2018-12-26
+ 2.20
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
dmraid
@@ -57598,6 +57698,66 @@
+
+
+ libbytesize
+ https://github.com/storaged-project/libbytesize
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ LGPLv3
+ app
+ hardware.disk
+ A tiny library providing a C "class" for working with arbitrary big sizes in bytes
+ A tiny library providing a C "class" for working with arbitrary big sizes in bytes
+ Bayt cinsinden rastgele büyük boyutlarla çalışmak için C sınıfı olan kütüphane
+ Bayt cinsinden rastgele büyük boyutlarla çalışmak için C sınıfı olan kütüphane
+ https://github.com/storaged-project/libbytesize/releases/download/1.4/libbytesize-1.4.tar.gz
+
+ libpcre-devel
+ python3-devel
+ python-devel
+ mpfr-devel
+ gmp-devel
+
+ hardware/disk/libbytesize/pspec.xml
+
+
+ libbytesize
+
+ libpcre
+ mpfr
+ gmp
+
+
+ /usr/lib
+ /usr/share
+ /usr/share/locale
+ /usr/share/doc
+
+
+
+ libbytesize-devel
+ Development files for libbytesize
+
+ libbytesize
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+ 2018-12-29
+ 1.4
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
encfs
@@ -58112,6 +58272,80 @@
+
+
+ volume_key
+ https://pagure.io/volume_key
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv3
+ app
+ hardware.disk
+ A library for manipulating storage volume encryption keys and storing them separately from volumes to handle forgotten passphrases
+ A library for manipulating storage volume encryption keys and storing them separately from volumes to handle forgotten passphrases
+ Depolama birimi şifreleme anahtarlarını değiştirmek ve unutulan parolaları işlemek için bunları ayrı birimlerden saklamak için bir kütüphane
+ Depolama birimi şifreleme anahtarlarını değiştirmek ve unutulan parolaları işlemek için bunları ayrı birimlerden saklamak için bir kütüphane
+ https://releases.pagure.org/volume_key/volume_key-0.3.11.tar.xz
+
+ swig
+ nss-devel
+ glib2-devel
+ gpgme-devel
+ python-devel
+ python3-devel
+ libassuan
+ libgpg-error
+ libutil-linux-devel
+ libcryptsetup-devel
+
+ hardware/disk/volume_key/pspec.xml
+
+
+ volume_key
+
+ nspr
+ nss
+ gettext
+ glib2
+ gpgme
+ python3
+ libassuan
+ libgpg-error
+ libutil-linux
+ libcryptsetup
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share
+ /usr/share/locale
+ /usr/share/man
+ /usr/share/doc
+
+
+
+ volume_key-devel
+ Development files for volume_key
+
+ volume_key
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+ 2018-12-29
+ 0.3.11
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
aufs-util
@@ -76598,6 +76832,7 @@
gst-plugins-base-devel
wayland-devel
libXcursor-devel
+ shared-mime-info
mkspecs.patch
@@ -76660,7 +76895,7 @@
Qt5 için geliştirme dosyaları
Development files for Qt 5
- qt5-base
+ qt5-base
mesa-devel
@@ -76719,6 +76954,13 @@
+
+ 2019-01-01
+ 5.12.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-12-05
5.12.0
@@ -80374,7 +80616,7 @@
polkit
libplist
- gvfs
+ gvfs
libimobiledevice
@@ -80391,7 +80633,7 @@
libsecret
libgcrypt
- gvfs
+ gvfs
/usr/lib/gvfs/gvfsd-afp
@@ -80407,7 +80649,7 @@
GVFS sıkıştırma arkaucu
libarchive
- gvfs
+ gvfs
/usr/libexec/gvfsd-archive
@@ -80421,7 +80663,7 @@
GVFS dijital kamera arkaucu
libgphoto2
- gvfs
+ gvfs
/usr/libexec/gvfs-gphoto2-volume-monitor
@@ -80437,7 +80679,7 @@
GVFS FUSE arkaucu
fuse
- gvfs
+ gvfs
/usr/libexec/gvfsd-fuse
@@ -80448,7 +80690,7 @@
Samba backend for GVFS
GVFS Samba arkaucu
- gvfs
+ gvfs
samba
@@ -80466,7 +80708,7 @@
libmtp
libusb
- gvfs
+ gvfs
/usr/libexec/gvfsd-mtp
@@ -80590,6 +80832,13 @@
+
+ 2018-12-28
+ 1.34.2
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-09-16
1.34.2
@@ -83230,7 +83479,7 @@
shared-mim-info est un paquet contenant un grand nombre de types MIME communs, créés en fusionnant les bases de données KDE et GNOME existantes et en les convertissant au nouveau format, ainsi qu'un logiciel pour mettre à jour cette base en fonction des spécifications de share-mime-info.
shared-mime-info is a package containing a large number of common MIME types, created by converting the existing KDE and GNOME databases to the new format and merging them together, and software for updating the database based on the share-mime-info specification.
Bu pakette büyük miktarda dosya türü bilgisi bulunur. Bu bilgiler mevcut KDE ve GNOME veritabanlarının yeni biçime dönüştürülerek birleştirilmesinden oluşmuştur. Ayrıca, pakette bu veritabanını güncelleyen bir uygulama da bulunmaktadır.
- http://freedesktop.org/~hadess/shared-mime-info-1.9.tar.xz
+ http://freedesktop.org/~hadess/shared-mime-info-1.10.tar.xz
libxml2-devel
glib2-devel
@@ -83269,6 +83518,13 @@
+
+ 2018-12-31
+ 1.10
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2018-07-30
1.9
@@ -94897,6 +95153,13 @@
+
+ 2018-12-27
+ 1.3.3
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-11-13
1.3.3
@@ -103265,6 +103528,13 @@
+
+ 2018-12-26
+ 5.9.0
+ Rebuild
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-11-11
5.9.0
@@ -104043,7 +104313,7 @@
desktop.kde.applications
KDE PIM incidence editor.
KDE PIM incidence editor.
- http://download.kde.org/stable/applications/18.08.3/src/incidenceeditor-18.08.3.tar.xz
+ http://download.kde.org/stable/applications/18.12.0/src/incidenceeditor-18.12.0.tar.xz
extra-cmake-modules
qt5-base-devel
@@ -104128,7 +104398,7 @@
incidenceeditor-devel
Development files for incidenceeditor.
- incidenceeditor
+ incidenceeditor
/usr/include
@@ -104137,6 +104407,13 @@
+
+ 2018-12-26
+ 18.12.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-12-12
18.08.3
@@ -108399,7 +108676,7 @@
desktop.kde.applications
Mail sieve editor
Mail sieve editor
- https://download.kde.org/stable/applications/18.08.3/src/pim-sieve-editor-18.08.3.tar.xz
+ https://download.kde.org/stable/applications/18.12.0/src/pim-sieve-editor-18.12.0.tar.xz
extra-cmake-modules
kbookmarks-devel
@@ -108456,6 +108733,13 @@
+
+ 2018-12-26
+ 18.12.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-11-08
18.08.3
@@ -111184,7 +111468,7 @@
desktop.kde.applications
Library for creating events.
Library for creating events.
- mirrors://kde/stable/applications/18.08.3/src/eventviews-18.08.3.tar.xz
+ mirrors://kde/stable/applications/18.12.0/src/eventviews-18.12.0.tar.xz
extra-cmake-modules
qt5-base-devel
@@ -111253,7 +111537,7 @@
eventviews-devel
Development files for eventviews.
- eventviews
+ eventviews
/usr/include
@@ -111261,6 +111545,13 @@
+
+ 2018-12-26
+ 18.12.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-12-12
18.08.3
@@ -116752,7 +117043,7 @@
desktop.kde.applications
KDE PIM library providing support for mail applications
KDE PIM library providing support for mail applications
- mirrors://kde/stable/applications/18.08.3/src/mailcommon-18.08.3.tar.xz
+ mirrors://kde/stable/applications/18.12.0/src/mailcommon-18.12.0.tar.xz
qt5-base-devel
extra-cmake-modules
@@ -116845,7 +117136,7 @@
mailcommon-devel
Development files for mailcommon
- mailcommon
+ mailcommon
/usr/include
@@ -116854,6 +117145,13 @@
+
+ 2018-12-26
+ 18.12.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-12-12
18.08.3
@@ -117243,7 +117541,7 @@
desktop.kde.applications
Personal alarm scheduler
KAlarm is a personal alarm message, audio, command and email scheduler
- http://download.kde.org/stable/applications/18.08.3/src/kalarm-18.08.3.tar.xz
+ http://download.kde.org/stable/applications/18.12.0/src/kalarm-18.12.0.tar.xz
akonadi-contacts-devel
akonadi-devel
@@ -117350,6 +117648,13 @@
+
+ 2018-12-26
+ 18.12.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-11-08
18.08.3
@@ -119532,7 +119837,7 @@
desktop.kde.applications
Calendar and scheduling Program
KOrganizer is the calendar and scheduling component of Kontact, the integrated personal information manager from KDE.
- https://download.kde.org/stable/applications/18.08.3/src/korganizer-18.08.3.tar.xz
+ https://download.kde.org/stable/applications/18.12.0/src/korganizer-18.12.0.tar.xz
gpgme-devel
extra-cmake-modules
@@ -119572,6 +119877,7 @@
incidenceeditor-devel
eventviews-devel
calendarsupport-devel
+ kparts-devel
desktop/kde/applications/korganizer/pspec.xml
@@ -119636,6 +119942,13 @@
+
+ 2018-12-26
+ 18.12.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-11-08
18.08.3
@@ -122483,7 +122796,7 @@
desktop.kde.applications
KDE contact manager
KAddressBook reborn to make your data available to all your applications
- mirrors://kde/stable/applications/18.08.3/src/kaddressbook-18.08.3.tar.xz
+ mirrors://kde/stable/applications/18.12.0/src/kaddressbook-18.12.0.tar.xz
gpgme-devel
gpgme-qt5-devel
@@ -122514,6 +122827,7 @@
grantlee-qt5-devel
kemoticons-devel
kinit-devel
+ kparts-devel
kunitconversion-devel
desktop/kde/applications/kaddressbook/pspec.xml
@@ -122554,6 +122868,13 @@
+
+ 2018-12-26
+ 18.12.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-11-08
18.08.3
@@ -124095,7 +124416,7 @@
desktop.kde.applications
Import and export KDE PIM settings
Import and export KDE PIM settings
- https://download.kde.org/stable/applications/18.08.3/src/pim-data-exporter-18.08.3.tar.xz
+ https://download.kde.org/stable/applications/18.12.0/src/pim-data-exporter-18.12.0.tar.xz
extra-cmake-modules
kcrash-devel
@@ -124175,6 +124496,13 @@
+
+ 2018-12-26
+ 18.12.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-12-12
18.08.3
@@ -124717,7 +125045,7 @@
desktop.kde.applications
Akonadi management and debugging console
Akonadi management and debugging console
- http://download.kde.org/stable/applications/18.08.3/src/akonadiconsole-18.08.3.tar.xz
+ http://download.kde.org/stable/applications/18.12.0/src/akonadiconsole-18.12.0.tar.xz
akonadi-contacts-devel
akonadi-devel
@@ -124803,6 +125131,13 @@
+
+ 2018-12-26
+ 18.12.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-11-08
18.08.3
@@ -125558,7 +125893,7 @@
desktop.kde.applications
Calendar support library
Calendar support library
- mirrors://kde/stable/applications/18.08.3/src/calendarsupport-18.08.3.tar.xz
+ mirrors://kde/stable/applications/18.12.0/src/calendarsupport-18.12.0.tar.xz
extra-cmake-modules
qt5-base-devel
@@ -125631,7 +125966,7 @@
calendarsupport-devel
Development files for calendarsupport
- calendarsupport
+ calendarsupport
/usr/include
@@ -125639,6 +125974,13 @@
+
+ 2018-12-26
+ 18.12.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-12-12
18.08.3
@@ -129165,7 +129507,7 @@
desktop.kde.applications
Editor for Grantlee themes
Editor for Grantlee themes
- mirrors://kde/stable/applications/18.08.3/src/grantlee-editor-18.08.3.tar.xz
+ mirrors://kde/stable/applications/18.12.0/src/grantlee-editor-18.12.0.tar.xz
qt5-webengine-devel
kcrash-devel
@@ -129240,6 +129582,13 @@
+
+ 2018-12-26
+ 18.12.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-11-08
18.08.3
@@ -131789,7 +132138,7 @@
desktop.kde.applications
A KDE blogging client
Akregator helps you to keep informed about new stories on websites like KDE Dot News and Planet KDE blogs. The technology used is RSS and many sites support it.
- http://download.kde.org/stable/applications/18.08.3/src/akregator-18.08.3.tar.xz
+ http://download.kde.org/stable/applications/18.12.0/src/akregator-18.12.0.tar.xz
boost-devel
extra-cmake-modules
@@ -131870,6 +132219,13 @@
+
+ 2018-12-26
+ 18.12.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-11-08
18.08.3
@@ -132547,7 +132903,7 @@
kdepim-runtime contains KDE5 PIM (Personal Information Management) runtime environment like akonadi agents.
kdepim-runtime, kdelibs kullanarak yazılmış olan Akonadi ajanları da dahil olmak üzere KDE5 PIM (Personal Information Management - Kişisel Bilgi Yönetimi) çalışma zamanı ortamını içerir.
kontact
- mirrors://kde/stable/applications/18.08.3/src/kdepim-runtime-18.08.3.tar.xz
+ mirrors://kde/stable/applications/18.12.0/src/kdepim-runtime-18.12.0.tar.xz
kdoctools-devel
boost-devel
@@ -132658,6 +133014,13 @@
+
+ 2018-12-26
+ 18.12.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-11-08
18.08.3
@@ -133054,7 +133417,7 @@
desktop.kde.applications
Addons for the KDE PIM apllications
Addons for the KDE PIM apllications
- mirrors://kde/stable/applications/18.08.3/src/kdepim-addons-18.08.3.tar.xz
+ mirrors://kde/stable/applications/18.12.0/src/kdepim-addons-18.12.0.tar.xz
akonadi-calendar-devel
akonadi-devel
@@ -133123,6 +133486,7 @@
libksieve-devel
prison-devel
syntax-highlighting-devel
+ kparts-devel
desktop/kde/applications/kdepim-addons/pspec.xml
@@ -133203,6 +133567,13 @@
+
+ 2018-12-26
+ 18.12.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-12-12
18.08.3
@@ -133850,47 +134221,47 @@
desktop.kde.applications
KDE PIM library providing support for mail applications
KDE PIM library providing support for mail applications
- mirrors://kde/stable/applications/18.08.3/src/messagelib-18.08.3.tar.xz
+ mirrors://kde/stable/applications/18.12.0/src/messagelib-18.12.0.tar.xz
qt5-base-devel
extra-cmake-modules
boost-devel
kdoctools-devel
- mailimporter-devel
- libgravatar-devel
- kdepim-apps-libs-devel
- kidentitymanagement-devel
- kmailtransport-devel
- kmbox-devel
- akonadi-devel
+ mailimporter-devel
+ libgravatar-devel
+ kdepim-apps-libs-devel
+ kidentitymanagement-devel
+ kmailtransport-devel
+ kmbox-devel
+ akonadi-devel
solid-devel
kitemmodels-devel
qt5-webkit-devel
kemoticons-devel
kinit-devel
kunitconversion-devel
- kmime-devel
- kcontacts-devel
- kcalcore-devel
+ kmime-devel
+ kcontacts-devel
+ kcalcore-devel
kdewebkit-devel
- akonadi-calendar-devel
- akonadi-search-devel
+ akonadi-calendar-devel
+ akonadi-search-devel
syntax-highlighting-devel
- kpimtextedit-devel
- kimap-devel
- kldap-devel
- grantleetheme-devel
- pimcommon-devel
- libkleo-devel
- libkdepim-devel
+ kpimtextedit-devel
+ kimap-devel
+ kldap-devel
+ grantleetheme-devel
+ pimcommon-devel
+ libkleo-devel
+ libkdepim-devel
gpgme-devel
gpgme-qt5-devel
grantlee-qt5-devel
qt5-declarative-devel
qt5-webengine-devel
- akonadi-notes-devel
- akonadi-mime-devel
- akonadi-contacts-devel
+ akonadi-notes-devel
+ akonadi-mime-devel
+ akonadi-contacts-devel
openldap-client
cyrus-sasl-devel
karchive-devel
@@ -133976,7 +134347,7 @@
messagelib-devel
Development files for messagelib
- messagelib
+ messagelib
/usr/include
@@ -133985,6 +134356,13 @@
+
+ 2018-12-26
+ 18.12.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-12-12
18.08.3
@@ -134133,7 +134511,7 @@
KDE Personal Information Manager
Kontact is the integrated Personal Information Manager of KDE, but can be used with other systems as well.
It supports email, address books, calendars, tasks, news feeds and much more.
- http://download.kde.org/stable/applications/18.08.3/src/kontact-18.08.3.tar.xz
+ http://download.kde.org/stable/applications/18.12.0/src/kontact-18.12.0.tar.xz
boost-devel
extra-cmake-modules
@@ -134204,6 +134582,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2018-12-26
+ 18.12.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-11-08
18.08.3
@@ -138571,7 +138956,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.kreport-devel
Developments files for kreport.
- kreport
+ kreport
qt5-base-devel
kproperty-devel
qt5-webkit-devel
@@ -138583,6 +138968,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2018-12-26
+ 3.1.0
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-11-11
3.1.0
@@ -138917,7 +139309,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.applications
CLI tools to manage akonadi calendars
Import data from other mail clients to KMail
- http://download.kde.org/stable/applications/18.08.3/src/akonadi-import-wizard-18.08.3.tar.xz
+ http://download.kde.org/stable/applications/18.12.0/src/akonadi-import-wizard-18.12.0.tar.xz
boost-devel
akonadi-devel
@@ -138993,7 +139385,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.akonadi-import-wizard-devel
Development files for akonadi-import-wizard
- akonadi-import-wizard
+ akonadi-import-wizard
/usr/include
@@ -139001,6 +139393,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2018-12-26
+ 18.12.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-11-08
18.08.3
@@ -140637,7 +141036,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.applications
Kmail Account Wizard
Kmail Account Wizard
- mirrors://kde/stable/applications/18.08.3/src/kmail-account-wizard-18.08.3.tar.xz
+ mirrors://kde/stable/applications/18.12.0/src/kmail-account-wizard-18.12.0.tar.xz
gpgme-devel
gpgme-qt5-devel
@@ -140713,6 +141112,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2018-12-26
+ 18.12.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-11-08
18.08.3
@@ -142317,7 +142723,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.applications
KDE mail client
KMail is the email component of Kontact, the integrated personal information manager from KDE.
- mirrors://kde/stable/applications/18.08.3/src/kmail-18.08.3.tar.xz
+ mirrors://kde/stable/applications/18.12.0/src/kmail-18.12.0.tar.xz
gpgme-devel
extra-cmake-modules
@@ -142445,6 +142851,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2018-12-26
+ 18.12.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-11-08
18.08.3
@@ -142768,7 +143181,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.desktop.kde.applications
CLI tools to manage akonadi calendars
CLI tools to manage akonadi calendars
- http://download.kde.org/stable/applications/18.08.3/src/akonadi-calendar-tools-18.08.3.tar.xz
+ http://download.kde.org/stable/applications/18.12.0/src/akonadi-calendar-tools-18.12.0.tar.xz
boost-devel
akonadi-devel
@@ -142819,6 +143232,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2018-12-26
+ 18.12.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-11-08
18.08.3
@@ -158938,6 +159358,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.kcoreaddons
+ /etc/xdg
/usr/lib/qt5
/usr/lib
/usr/share/doc
@@ -175320,7 +175741,7 @@ functionality to build high-performing, platform-independent programs.Google Chrome's Pepper Flash plugin for Chromium.
Google Chrome's Pepper Flash plugin for Chromium (stable version)
Chromium tarayıcısı için Google chrom eklentisi olan Pepper Flash Eklentisi (Kararlı sürüm)
- https://fpdownload.adobe.com/pub/flashplayer/pdc/30.0.0.154/flash_player_ppapi_linux.x86_64.tar.gz
+ https://fpdownload.adobe.com/pub/flashplayer/pdc/32.0.0.101/flash_player_ppapi_linux.x86_64.tar.gz
network/plugin/pepperflash/pspec.xml
@@ -175338,6 +175759,13 @@ functionality to build high-performing, platform-independent programs.
+
+ 2018-12-30
+ 32.0.0.101
+ Version Bump
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-08-19
30.0.0.154
@@ -175444,7 +175872,7 @@ functionality to build high-performing, platform-independent programs.network.plugin
ppapi2npapi compatibility layer
PPAPI-host NPAPI-plugin adapter.
- https://github.com/i-rinat/freshplayerplugin/archive/ce233f621bf80c914be1d14f47fdc3f492cfcb47.tar.gz
+ https://github.com/i-rinat/freshplayerplugin/archive/58596f4745190654cff4a5ad6a2bd4ac37b74800.tar.gz
cmake
cairo-devel
@@ -175503,6 +175931,13 @@ functionality to build high-performing, platform-independent programs.
+
+ 2018-12-30
+ 0.3.9
+ Rebuild
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-08-19
0.3.9
@@ -175591,8 +176026,8 @@ functionality to build high-performing, platform-independent programs.Adobe (Macromedia) Flash Player is an application to present interactive (and possibly multimedia-containing) content created using Adobe Flash.
Adobe (Macromedia) Flash Oynatıcısı, Adobe Flash ile oluşturulmuş içerikleri görüntülemeye olanak sağlayan bir uygulama.
flash-player-properties
- https://fpdownload.adobe.com/pub/flashplayer/pdc/30.0.0.154/flash_player_npapi_linux.i386.tar.gz
- https://fpdownload.adobe.com/pub/flashplayer/pdc/30.0.0.154/flash_player_npapi_linux.x86_64.tar.gz
+ https://fpdownload.adobe.com/pub/flashplayer/pdc/32.0.0.101/flash_player_npapi_linux.i386.tar.gz
+ https://fpdownload.adobe.com/pub/flashplayer/pdc/32.0.0.101/flash_player_npapi_linux.x86_64.tar.gz
nss
gtk2
@@ -175635,6 +176070,13 @@ functionality to build high-performing, platform-independent programs.
+
+ 2018-12-30
+ 32.0.0.101
+ Version Bump
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-08-19
30.0.0.154
@@ -177195,7 +177637,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
Blu-Ray disklere ulaşmak için kitaplık
Libbluray package is aiming to provide a full portable free open source bluray library, which can be plugged into popular media players to allow full bluray navigation and playback on Linux. It will eventually be compatible with all current titles, and will be easily portable and embeddable in standard players such as mplayer and vlc.
Libbluray kitaplığı, Linux üzerinde bluray oynatmak için tam destek sağlayan, popüler çokluortam oynatıcılarına taşınabilir bir bağımsız açık kaynak bluray kitaplığı olma amacıyla ortaya çıkmıştır. Zaman içerisinde bütün güncel başlıklar ile uyumlu olması, kolay taşınabilmesi ve mplayer, vlc gibi standart oynatıcılara gömülebilir olması amaçlanmaktadır.
- ftp://ftp.videolan.org/pub/videolan/libbluray/0.9.3/libbluray-0.9.3.tar.bz2
+ ftp://ftp.videolan.org/pub/videolan/libbluray/1.0.2/libbluray-1.0.2.tar.bz2
libtool
doxygen
@@ -177223,7 +177665,10 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
Development files for libbluray
Libbluray için geliştirme dosyaları
- libbluray
+ libbluray
+ libxml2-devel
+ freetype-devel
+ fontconfig-devel
/usr/include
@@ -177234,13 +177679,20 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
libbluray-docs
document files for libbluray
- libbluray
+ libbluray
/usr/share/doc/
+
+ 2018-08-03
+ 1.0.2
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2018-08-03
0.9.3
@@ -183025,8 +183477,9 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
multimedia.graphics.gimp.addon
Image procession framework.
G'MIC stands for GREYC's Magic Image Converter. G'MIC is focused on the design of possibly complex pipelines for converting, manipulating, filtering and visualizing generic 1d/2d/3d multi-spectral image datasets.
- http://gmic.eu/files/source/gmic_1.7.9.tar.gz
+ http://gmic.eu/files/source/gmic_2.4.3.tar.gz
+ qt5-base-devel
ffmpeg-devel
fftw3-devel
gimp-devel
@@ -183064,7 +183517,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
gmic-devel
Development files for gmic
- gmic
+ gmic
/usr/include
@@ -183075,6 +183528,8 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
Gimp plugin for the GMIC image procession framework.
atk
+ babl
+ gegl
curl
gtk2
zlib
@@ -183090,6 +183545,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
glib2
fontconfig
gdk-pixbuf
+ qt5-base
/usr/lib/gimp
@@ -183097,6 +183553,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+ 2018-12-29
+ 2.4.3
+ Rebuild.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2018-12-26
1.7.9
@@ -196160,6 +196623,13 @@ cleaner, which will allow to add new features in the future.
+
+ 2018-12-28
+ 1.3.0
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-08-07
1.3.0
@@ -196721,7 +197191,7 @@ cleaner, which will allow to add new features in the future.
xine-lib için geliştirme dosyaları
xine-lib için geliştirme dosyaları
- xine-lib
+ xine-lib
/usr/bin/xine-config
@@ -196731,6 +197201,13 @@ cleaner, which will allow to add new features in the future.
+
+ 2018-12-28
+ 1.2.9
+ Rebuild ffmpeg.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2018-09-16
1.2.9
@@ -196907,7 +197384,7 @@ cleaner, which will allow to add new features in the future.
- 2018-12-22
+ 2018-12-28
4.0.3
Rebuild.
Mustafa Cinasal
@@ -198138,7 +198615,7 @@ cleaner, which will allow to add new features in the future.
- 2018-12-26
+ 2018-12-28
0.29.1
Rebuild.
Mustafa Cinasal
@@ -198539,7 +199016,7 @@ cleaner, which will allow to add new features in the future.
VLC jest odtwarzaczem multimediów projektu VideoLAN. Odtwarza pliki MPEG, MPEG2, MPEG4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis, płyty DVD, VCD, podkasty oraz strumienie multimedialne z różnych źródeł w sieci.
VLC es un poderoso reproductor de medios para todo tipo de formatos multimedia
vlc
- http://mirrors.netix.net/vlc/vlc/3.0.3/vlc-3.0.3.tar.xz
+ http://mirrors.netix.net/vlc/vlc/3.0.5/vlc-3.0.5.tar.xz
qt5-svg-devel
wayland-client
@@ -198653,7 +199130,6 @@ cleaner, which will allow to add new features in the future.
lua53_compat.patch
- aom-remove-unsupported-pixel-formats.patch
multimedia/video/vlc/pspec.xml
@@ -198675,7 +199151,7 @@ cleaner, which will allow to add new features in the future.
libX11
libgcc
freetype
- vlc-libs
+ vlc-libs
libXinerama
dejavu-fonts
@@ -198700,7 +199176,7 @@ cleaner, which will allow to add new features in the future.
Lua scripting for VLC
lua
- vlc-libs
+ vlc-libs
/usr/lib/vlc/lua
@@ -198811,7 +199287,7 @@ cleaner, which will allow to add new features in the future.
vlc için geliştirme dosyaları
Pliki nagłówkowe vlc
- vlc-libs
+ vlc-libs
/usr/include
@@ -198819,6 +199295,13 @@ cleaner, which will allow to add new features in the future.
+
+ 2018-12-28
+ 3.0.5
+ Version Bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-09-16
3.0.3
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 1b915add54..82da794768 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-d9ed501e85c994e0309f10862548e54e3461dd23
\ No newline at end of file
+24f8adce1fe42d198ded6713ebe0545397e7d9ae
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 55569c9680..9e9c4d3973 100644
Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ
diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum
index f6ac37d23b..f00613a1e0 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-a02d49d687c6dd8633a7f5e44a54e254a780db91
\ No newline at end of file
+bb7226b6783da2a9792deaf3691e7544c8986019
\ No newline at end of file